SPEC_HOLD_INFO
Description:
The SPEC_HOLD_INFO table contains information pertaining to holds placed on a specimen.

Primary Key
Column Name Ordinal Position
SPECIMEN_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 SPECIMEN_ID VARCHAR No
The unique identifier for the specimen 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 HOLD_C_NAME VARCHAR No
The hold category number for the test specified in column HOLD_TEST_ID.
May contain organization-specific values: Yes
4 HOLD_TEST_ID VARCHAR No
The unique identifier of the test that has a hold on it.
5 HOLD_BEGIN_INS_DTTM DATETIME (Local) No
The instant when the hold took effect.
6 HOLD_BEGIN_CMT_ID VARCHAR No
The unique identifier of the note that was made (if any) when the hold was placed.
7 HOLD_CLEAR_INS_DTTM DATETIME (Local) No
The instant when the hold was cleared. A blank value here means the hold is still active.
8 HOLD_CLEAR_USER_ID VARCHAR No
The unique ID of the user who cleared the hold. If this is empty and column HOLD_CLEAR_INS_DTTM has a value, it means the system automatically cleared the hold.
9 HOLD_CLEAR_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
10 HOLD_CLEAR_RSN_C_NAME VARCHAR No
The category number for the reason the hold was cleared. This should only have a value if column HOLD_CLEAR_INS_DTTM also has a value.
May contain organization-specific values: Yes
11 HOLD_CLEAR_CMT_ID VARCHAR No
The unique identifier of the note that was made (if any) when the hold was cleared.