FlowsheetRowEncounterD
This table contains flowsheet row (FLO) data for an encounter. This table is a key table in tying LDA assessment row lines in flowsheet data records to the LDAs, and the necessary joins are: IP_FLOWSHEET_ROWS.IP_LDA_ID with.IP_LDA_ID.INPATIENT_DATA_ID with.INPATIENT_DATA_ID. with.
| Column Name | Type | Description |
|---|---|---|
| InpatientDataRecordIdentifier | VARCHAR | The unique ID of the inpatient data store record. |
| LogicalDeploymentOwnerIdentification | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| FlowsheetLinesDrainsAirwaysIdentifier | VARCHAR | Stores the Lines/Drains/Airways (LDA) ID for the flowsheet group. |
| FlowsheetRowLineNumber | INTEGER | The line count for the item. |
| FlowsheetRowVariance | INTEGER | The flowsheet row variance. |
| FlowsheetRowName | VARCHAR | The flowsheet row name. Especially comes into play when a custom name is given to a duplicable row/group, either by a user typing it upon manually adding a row/group or from the order that fired the task template which added the duplicable row/group. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |