Difference between revisions of "JCM Table: dbo.LT DrugName"
From Sherlock Software
(Created page with "===TABLE NAME: dbo.LT_DrugName=== Medication name control table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || DrugID || smallint || Medicatio...") |
(No difference)
|
Latest revision as of 01:07, 30 December 2021
TABLE NAME: dbo.LT_DrugName
Medication name control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | DrugID | smallint | Medication ID |
| 2 | DrugClassID | smallint | Medication class ID |
| 3 | DrugName | nvarchar(100) | Medication name |
| 4 | DIN | varchar(50) | Medication DIN |
| 5 | RowIsActive | bit | Row active indicator |
Back to JCM Database tables