JCM Table: dbo.LT DrugName
From Sherlock Software
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