Skip to main content
The diagnostic_report_presented_forms table contains the actual content of diagnostic reports, including text, images, and other media. This table stores the attachments and presented forms associated with diagnostic reports. Primary Keys:
  • diagnostic_report_id
ColumnData TypeDescription
diagnostic_report_idvarcharThe ID of the parent diagnostic report
datavarcharThe base64-encoded attachment data
content_typevarcharMIME type of the attachment (e.g., ‘application/pdf’, ‘image/jpeg’)
creationtimestampTimestamp when the attachment was created
hashvarcharSHA-1 hash of the attachment content
languagevarcharLanguage code of the attachment content
sizeintegerSize of the attachment in bytes
titlevarcharHuman-readable title of the attachment
urlvarcharURL reference to the attachment (if applicable)
This table is linked to the main Diagnostic Report table through the diagnostic_report_id foreign key.