ltt_obsresults
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Transaction table of observation results in the LIMS integration. One row per single measured value for an order, including reference range, abnormality flag and HL7 status codes.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
36 |
GUID of the result (primary key, NOT NULL). |
|
|
— |
Timestamp of the last change (UNIX time). |
|
|
36 |
GUID of the parent order. References ltt_obsrequests.obr_ID. |
|
|
— |
Status code of the result. |
|
|
7 |
Observation ID. References lmt_obs_base.obs_ID. |
|
|
7 |
ID of a sub-observation (for multi-part observations). |
|
|
3 |
Value type (e.g. |
|
|
50 |
Measured value as text. |
|
|
36 |
Unit of the value. References lmt_units (GUID). |
|
|
50 |
Value in canonical form (converted to standard unit). |
|
|
50 |
Canonical unit. |
|
|
60 |
Reference range as text. |
|
|
— |
Lower normal limit. |
|
|
— |
Upper normal limit. |
|
|
5 |
Abnormal-flag ID. References mmt_obsabnormflags.oaf_id. |
|
|
1 |
Result-state ID. References mmt_obsresltstates.ors_ID. |
|
|
255 |
User name of the creator. |
|
|
36 |
Grouping information. |
|
|
— |
Version counter. |
|
|
— |
Timestamp of the last result-value change (UNIX time). |
|
|
255 |
HL7 message identifier. |
|
|
— |
ID of the archived DMS document with the original result. |
|
|
255 |
Free-text comment. |
|
|
— |
Original message (raw HL7 format, BLOB). |
2. Related tables
-
ltt_obsrequests — parent order.
-
lmt_obs_base — observation master data.
-
lmt_units — units.
-
mmt_obsabnormflags, mmt_obsresltstates — flag / status encodings.