The NURSINGSTATION table stores information related to each configured Nursing Station. The NURSINGSTATION table is located in DBSpace8.
Column Name | Data Type | Description |
---|---|---|
nursestationnum | bigint |
The internal unique identifier of the nursing station. |
nursestationname | char(50) | The display name of the nursing station. |
nursestationhl7 | char(30) |
The HL7 identifier for the nursing station. |
Index Name | Included Columns |
---|---|
nursingstation1 | nursestationnum |
nursingstation2 | nursestationname |
nursingstation3 | nursestationhl7 |