DiagnosticReport.presentedForm[]).
Previous version: diagnostic_report_presented_forms
Primary Keys:
- diagnosticreport_presentedform_id
- diagnosticreport_id - links to the diagnosticreport table
| Column | Data Type | Description |
|---|---|---|
| diagnosticreport_presentedform_id | varchar | Unique identifier for the presented form row |
| diagnosticreport_id | varchar | Parent diagnostic report |
| data | varchar | Base64-encoded attachment data |
| contenttype | varchar | MIME type of the attachment (e.g. application/pdf, image/jpeg) |
| creation | datetime | When the attachment was created |
| hash | varchar | Hash of the attachment content |
| language | varchar | Language code of the attachment content |
| size | integer | Size of the attachment in bytes |
| title | varchar | Human-readable title of the attachment |
| url | varchar | URL reference to the attachment (if applicable) |
Version diff
Renameddiagnostic_report_id→diagnosticreport_idcontent_type→contenttype

