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
StudyReportMetadata snapshotMetadataPatient demographics and scan information for report generation
Patient demographics and scan information for report generation
Optional<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’})
HeightUnit unitUnit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
Unit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
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.
Optional<Weight> weightPatient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
Patient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
WeightUnit unitUnit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.
Unit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.
ReportStatus statusStatus of an individual report. ‘in_progress’ = actively being dictated, ‘completed’ = signed.
Status of an individual report. ‘in_progress’ = actively being dictated, ‘completed’ = signed.
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.
StudyReportMetadata snapshotMetadataPatient demographics and scan information for report generation
Patient demographics and scan information for report generation
Optional<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’})
HeightUnit unitUnit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
Unit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
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.
Optional<Weight> weightPatient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
Patient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
WeightUnit unitUnit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.
Unit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.
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.
StudyReportMetadata snapshotMetadataPatient demographics and scan information for report generation
Patient demographics and scan information for report generation
Optional<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’})
HeightUnit unitUnit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
Unit of measure for a height value. ‘in’ = inches, ‘cm’ = centimeters.
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.
Optional<Weight> weightPatient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
Patient’s weight with unit (e.g., {value: 150, unit: ‘lbs’} or {value: 68, unit: ‘kg’})
WeightUnit unitUnit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.
Unit of measure for a weight value. ‘lbs’ = pounds, ‘kg’ = kilograms.