JCM Table: dbo.LT DrugName

From Sherlock Software
Revision as of 01:07, 30 December 2021 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.LT_DrugName=== Medication name control table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || DrugID || smallint || Medicatio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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