ProcedureResultNarrativ
This table stores the narrative information resulting from a procedure.
| Column Name | Type | Description |
|---|---|---|
| IsOrderNarrativeArchived | VARCHAR | Indicates whether the order narrative is archived. Y’ indicates that the order narrative is archived. N’ or NULL indicate that the order narrative is not archived. |
| OrderPlacedDate | DATETIME | The calendar date that the order was placed. |
| OrderPlacedDateRealNumber | FLOAT | This is a numeric representation of the date each order was placed in your system. The integer portion of the number specifies the date the order was placed. The digits after the decimal point indicate multiple orders on one day. |
| OrderNarrativeText | VARCHAR | Stores the narrative information for this order. |
| OrderProcedureUniqueIdentification | NUMERIC | The unique ID of the procedure order record. |
| ContactOwnerDeploymentIdentifier | VARCHAR | The contact owner deployment of this record, used in Care Everywhere record sharing. |
| OrderNarrativeLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record |