MEDICATIONDOSEFORMSTRENGTH
Description: This table Indicates the available strengths for a medicaiton dosage.

Primary Key
Column Name Ordinal Position

Foreign Key
Column Name Ordinal Position Referenced Table
MEDICATIONDOSEFORMID 3 MEDICATIONDOSEFORM
STRENGTHVALUEID 4 VALUE

Column Information
Name Type
1 MEDICATIONDOSEFORMSTRENGTHID INT
Description: This is the primary key for the MedicationDoseFormStrength table.
Name Type
2 UUID UNIQUEIDENTIFIER
Description: This is a Unique Identifier for this table.
Name Type
3 MEDICATIONDOSEFORMID INT
Description: The MedicationDoseFormId is a foreign key to the MedicationDoseForm table.
Name Type
4 STRENGTHVALUEID INT
Description: The StrengthValueId is a foreign key to the Value table.
Name Type
5 SUPPLEMENTALUNIT NVARCHAR
Description: The SupplementUnit column defines potential information that could be added at the end of a unit.