The MEDUNIT table describes a configured Medical Unit. The MEDUNIT table is located in DBSpace8. There are no indexes on the MEDUNIT table.
| Column Name | Data Type | Description |
|---|---|---|
| unitnum | bigint |
The internal unique identifier of the Medical Unit. |
| unitname | char(50) |
The display name for the Medical Unit. |
| unitnamehl7 | char(30) |
The HL7 field specifier for that identifies the unit. |
| medunit2 | ||
| medunit3 |
The indexes for the MEDUNIT table are located in DBSpace1.
| Index Name | Included Columns |
|---|---|
| medunit1 | unitnum |
| medunit2 | unitname |
| medunit3 | unitnamehl7 |