> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# diagnosticreport_presentedform

Rich text representation of the entire result as issued by the diagnostic service (`DiagnosticReport.presentedForm[]`).

**Previous version:** [diagnostic\_report\_presented\_forms](/medical-api/handling-data/schema-v000/diagnostic-report-presented-forms)

**Primary Keys:**

* diagnosticreport\_presentedform\_id

**Foreign Keys:**

* diagnosticreport\_id - links to the [diagnosticreport](/medical-api/handling-data/schema-v100/diagnosticreport/base) 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)                |

**Related Tables:**

**Parent:**

* [diagnosticreport](/medical-api/handling-data/schema-v100/diagnosticreport/base)

## Version diff

**Renamed**

* `diagnostic_report_id` → `diagnosticreport_id`
* `content_type` → `contenttype`
