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 reroute URL with viewer and dictation
Generate a viewer-only reroute URL
Retrieve a study by DICOM UID
ModelsExpand Collapse
class ReportIDWithStatus: …A report ID paired with its current status
A report ID paired with its current status
class StudyCreateResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
class StudyListResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
class StudyRetrieveResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
class StudyUpdateResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
class StudyRetrieveByUidResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
StudiesExternal
Create an external study
Delete an external study
ModelsExpand Collapse
class ExternalCreateResponse: …A study entity in the AutoScribe system with report workflow status
A study entity in the AutoScribe system with report workflow status
Timestamp when the study was cancelled, null if not cancelled
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.
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’)
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
AutoScribe report workflow status for a study. ‘unassigned’ = no radiologist assigned, ‘assigned’ = assigned but not started, ‘in_progress’ = actively being dictated, ‘completed’ = report signed, ‘addendum_active’ = addendum in progress.
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
express_customer: Optional[ExpressCustomerReference]A reference to an Express customer with basic identifying information
A reference to an Express customer with basic identifying information
External report identifier when this study has an attached archive report. Format: ext_{32-hex-chars}
Custom key-value metadata for the study. Maximum 50 pairs, keys up to 100 chars, values up to 1000 chars
Array of report IDs associated with this study, including addendums
Array of report IDs associated with this study, including addendums
StudiesExternalReports
Attach an external report
List external reports
Retrieve an external report
ModelsExpand Collapse
class ReportRetrieveResponse: …External report snapshot including text and/or a presigned file URL
External report snapshot including text and/or a presigned file URL
Short-lived download URL for the attached PDF or image. Not used for AI tooling; the reader can still access it.
When this study is used as a prior, report AI tools leverage this text directly.
snapshot_metadata: Optional[StudyReportMetadata]Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height: Optional[Height]Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Patient’s height with unit (e.g., {value: 70, unit: ‘inches’} or {value: 178, unit: ‘cm’})
Procedure or study type (e.g., ‘MRI Brain with Contrast’). Maps to database scan_type and dictation report_header.scan_type.
Study date (YYYY-MM-DD). Maps to database scan_date and dictation report_header.scan_date.
Study time (HH:MM). Maps to database scan_time and dictation report_header.scan_time.