Reports
List reports for a study
Retrieve report text
Retrieve report PDF URL
Create a report addendum
Cancel a report addendum
ModelsExpand Collapse
class Report:A radiology report in the AutoScribe system
A radiology report in the AutoScribe system
Whether the report was marked critical at sign-off. null when the report is not yet completed; true/false once completed.
Timestamp when the report was signed, null if not yet signed
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
Height HeightPatient’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.
Sex SexPatient’s biological sex. Options: ‘male’, ‘female’, ‘other’
Patient’s biological sex. Options: ‘male’, ‘female’, ‘other’
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.
class ReportPdfItem:A report with its PDF download URL
A report with its PDF download URL
Whether the report was marked critical at sign-off. null when the report is not yet completed; true/false once completed.
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
Height HeightPatient’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.
Sex SexPatient’s biological sex. Options: ‘male’, ‘female’, ‘other’
Patient’s biological sex. Options: ‘male’, ‘female’, ‘other’
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.
class ReportTextItem:A report with its plain text content
A report with its plain text content
Whether the report was marked critical at sign-off. null when the report is not yet completed; true/false once completed.
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
Height HeightPatient’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.
Sex SexPatient’s biological sex. Options: ‘male’, ‘female’, ‘other’
Patient’s biological sex. Options: ‘male’, ‘female’, ‘other’
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.