Difference between revisions of "JCM Table: dbo.DD Lookups"
From Sherlock Software
(Created page with "===TABLE NAME: dbo.DD_Lookups=== Data dictionary codelists table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || ItemID || int || ID of data di...") |
(No difference)
|
Latest revision as of 16:00, 3 January 2022
TABLE NAME: dbo.DD_Lookups
Data dictionary codelists table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | ItemID | int | ID of data dictionary item |
| 2 | ItemValue | nvarchar(255) | Item value |
| 3 | Desc | nvarchar(2048) | Description |
| 4 | SortOrder | smallint | Sort order for display |
| 5 | ICD10 | varchar(10) | (Not in use) |
Back to JCM Database tables