Reports
List reports for a study
Retrieve report text
Retrieve report PDF URL
Create a report addendum
Cancel a report addendum
ModelsExpand Collapse
Report { createdAt, isAddendum, isCritical, 8 more } 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.
Patient demographics and scan information for report generation
Patient demographics and scan information for report generation
height?: Height { unit, value } 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.
ReportPdfItem { isCritical, presignedUrl, reportId, 3 more } 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?: Height { unit, value } 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.
ReportTextItem { isCritical, reportId, snapshotMetadata, 3 more } 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?: Height { unit, value } 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.
ReportListResponse { reports, studyId, studyInstanceUid } Response containing a list of reports for a study
Response containing a list of reports for a study
Array of report objects with full details
Array of report objects with full details
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?: Height { unit, value } 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.
ReportTextResponse = SingleReportTextResponse { isCritical, reportId, snapshotMetadata, 3 more } | ListReportsTextResponse { reports, studyId, studyInstanceUid } Response containing a single report with its plain text
Response containing a single report with its plain text
SingleReportTextResponse { isCritical, reportId, snapshotMetadata, 3 more } Response containing a single report with its plain text
Response containing a single report with its plain text
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?: Height { unit, value } 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.
ListReportsTextResponse { reports, studyId, studyInstanceUid } Response containing a list of reports with their plain text
Response containing a list of reports with their plain text
Array of report text items
Array of report text items
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?: Height { unit, value } 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.
ReportPdfResponse = SingleReportPdfResponse { isCritical, presignedUrl, reportId, 3 more } | ListReportsPdfResponse { reports, studyId, studyInstanceUid } Response containing a single report with its PDF download URL
Response containing a single report with its PDF download URL
SingleReportPdfResponse { isCritical, presignedUrl, reportId, 3 more } Response containing a single report with its PDF download URL
Response containing a single 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?: Height { unit, value } 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.
ListReportsPdfResponse { reports, studyId, studyInstanceUid } Response containing a list of reports with their PDF download URLs
Response containing a list of reports with their PDF download URLs
Array of report PDF items with download URLs
Array of report PDF items with download URLs
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?: Height { unit, value } 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.