Studies
Create a new study
List studies with pagination
Retrieve a study by ID
Update a study
Cancel a study
Uncancel a study
Generate a viewer reroute URL
Retrieve a study by DICOM UID
ModelsExpand Collapse
class StudyCreateResponse: …A study entity in the Viewer system with viewing status
A study entity in the Viewer system with viewing status
Timestamp when the study was cancelled, null if not cancelled
Description of the study/scan (e.g., ‘Brain MRI with Contrast’, ‘Chest CT’)
DICOM Study Instance UID. Must be a valid DICOM UID format (e.g., ‘1.2.840.10008.5.1.4.1.1.2’)
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
created_by_api_key: Optional[APIKeyReference]A reference to an API key with basic identifying information
A reference to an API key with basic identifying information
class StudyListResponse: …A study entity in the Viewer system with viewing status
A study entity in the Viewer system with viewing status
Timestamp when the study was cancelled, null if not cancelled
Description of the study/scan (e.g., ‘Brain MRI with Contrast’, ‘Chest CT’)
DICOM Study Instance UID. Must be a valid DICOM UID format (e.g., ‘1.2.840.10008.5.1.4.1.1.2’)
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
created_by_api_key: Optional[APIKeyReference]A reference to an API key with basic identifying information
A reference to an API key with basic identifying information
class StudyRetrieveResponse: …A study entity in the Viewer system with viewing status
A study entity in the Viewer system with viewing status
Timestamp when the study was cancelled, null if not cancelled
Description of the study/scan (e.g., ‘Brain MRI with Contrast’, ‘Chest CT’)
DICOM Study Instance UID. Must be a valid DICOM UID format (e.g., ‘1.2.840.10008.5.1.4.1.1.2’)
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
created_by_api_key: Optional[APIKeyReference]A reference to an API key with basic identifying information
A reference to an API key with basic identifying information
class StudyUpdateResponse: …A study entity in the Viewer system with viewing status
A study entity in the Viewer system with viewing status
Timestamp when the study was cancelled, null if not cancelled
Description of the study/scan (e.g., ‘Brain MRI with Contrast’, ‘Chest CT’)
DICOM Study Instance UID. Must be a valid DICOM UID format (e.g., ‘1.2.840.10008.5.1.4.1.1.2’)
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
created_by_api_key: Optional[APIKeyReference]A reference to an API key with basic identifying information
A reference to an API key with basic identifying information
class StudyRetrieveByUidResponse: …A study entity in the Viewer system with viewing status
A study entity in the Viewer system with viewing status
Timestamp when the study was cancelled, null if not cancelled
Description of the study/scan (e.g., ‘Brain MRI with Contrast’, ‘Chest CT’)
DICOM Study Instance UID. Must be a valid DICOM UID format (e.g., ‘1.2.840.10008.5.1.4.1.1.2’)
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
Viewer completion status for a study. ‘incomplete’ = not yet finished in the viewer, ‘complete’ = finished.
created_by_api_key: Optional[APIKeyReference]A reference to an API key with basic identifying information
A reference to an API key with basic identifying information