The CODINGQUEUE table is a configuration table that stores information about Coding Queue configured within the Medical Records Management solution. The CODINGQUEUE table is located in DBSpace8.
| Column Name | Data Type | Description |
|---|---|---|
| codingqueuenum | bigint |
The internal unique identifier of a Coding queue. |
| codingqueuename | char(100) |
The display name of the Coding Queue. |
| queuetype | bigint | Not implemented. |
| flags | bigint | Not implemented. |
| iconnum | bigint | Not implemented. |
| bitmapnum | bigint | Not implemented. |
The indexes for the CODINGQUEUE table are located in DBSpace8.
| Index name | Included Columns |
|---|---|
| codingqueue1 | codingqueuenum |