Description: This table Indicates the available strengths for a medicaiton dosage.
Column Name |
Ordinal Position |
|
|
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.
|