mtt_obsresults
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Transaction table of observation results at the OBX level. Analogous to ltt_obsresults (LIMS), but for the HL7-based medical integration.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
36 |
GUID of the result (primary key). |
|
|
— |
Timestamp of the last change (UNIX time). |
|
|
36 |
GUID of the associated order. References mtt_obsrequests.obr_ID. |
|
|
— |
Status code. |
|
|
— |
Reference to DMS visit/case record. |
|
|
— |
Reference to DMS account record. |
|
|
— |
Reference to DMS patient record. |
|
|
— |
Cabinet type of the PAV. |
|
|
7 |
Observation ID. References mmt_observations.obs_id. |
|
|
250 |
Coded-element identifier of the observation (HL7 CE data type). |
|
|
7 |
Sub-observation ID. |
|
|
2 |
Value type. References mmt_obsvaluetypes.ovt_ID. |
|
|
50 |
Measured value as text. |
|
|
20 |
Unit. References mmt_units.unt_ID. |
|
|
60 |
Reference range as text. |
|
|
— |
Lower normal limit. |
|
|
— |
Upper normal limit. |
|
|
5 |
Abnormal flag. References mmt_obsabnormflags.oaf_id. |
|
|
1 |
Result state. References mmt_obsresltstates.ors_ID. |
|
|
5 |
Footnote ID. |
|
|
255 |
Footnote text. |
|
|
50 |
Free-text comment. |
|
|
— |
Creation date. |
|
|
16 |
User name of the creator. |
|
|
— |
Release date. |
|
|
— |
Cancellation date. |
|
|
16 |
User name of the canceller. |
|
|
120 |
Reason for cancellation. |
2. Related tables
-
mtt_obsrequests — parent order.
-
mmt_observations — observation master data.
-
mmt_units, mmt_obsvaluetypes, mmt_obsabnormflags, mmt_obsresltstates — master-data lookups.