ltt_obsrequests
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Transaction table of orders in the LIMS integration. One row per concrete examination order to the lab, linked to the DMS objects patient/case/result.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
36 |
GUID of the order (primary key, NOT NULL). |
|
|
— |
Timestamp of the last change (UNIX time). |
|
|
— |
Status code of the order. |
|
|
255 |
User name of the creator. |
|
|
— |
Reference to the DMS visit/case record (object ID). |
|
|
— |
Reference to the DMS account record (object ID). |
|
|
— |
Reference to the DMS patient record (object ID). |
|
|
36 |
GUID of the parent common order. References mtt_commonorders.orc_ID. |
|
|
36 |
Placer order ID (number assigned by the requester). |
|
|
36 |
Filler order ID (number assigned by the lab). |
|
|
— |
Time of the observation (UNIX time). |
|
|
7 |
Referenced order set. |
|
|
— |
ID of the archived DMS document with the result. |
|
|
— |
Test flag (for test data). |
|
|
— |
Version counter. |
|
|
255 |
Free-text comment. |
|
|
— |
Original message (raw HL7 format, BLOB). |
2. Related tables
-
ltt_obsresults — result values for the order.
-
mtt_commonorders — parent common order.