ORD_LAB_PERFORM
Description:
Contains the structure to support multiple lab specimens for an order.
Primary Key
Column Name
Ordinal Position
ORDER_ID
1
LINE
2
Column Information
Name
Type
Discontinued?
1
ORDER_ID
NUMERIC
No
The unique ID of the order record.
2
LINE
INTEGER
No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3
PERF_SPECIMEN_ID
VARCHAR
No
The specimen used for the performable procedure on the corresponding line.
4
PERF_ORDER_ID
NUMERIC
No
The unique identifier associated with the order record for this row.