QUANTITY
Description: Recorded measurement value.

Primary Key
Column Name Ordinal Position

Foreign Key
Column Name Ordinal Position Referenced Table
LKQUANTITYTYPEID 2 LKQUANTITYTYPE
LKCOMPARATORID 4 LKCOMPARATOR
LKUNITID 5 LKUNIT

Column Information
Name Type
1 QUANTITYID INT
Description: The unique Id for the Quantity table
Name Type
2 LKQUANTITYTYPEID INT
Description: LkQuantityTypeId is a foreign key to the LkQuantityType table.
Name Type
3 VALUE DECIMAL
Description: NULL
Name Type
4 LKCOMPARATORID INT
Description: LkComparatorId is a foreign key to the LkComparator table.
Name Type
5 LKUNITID INT
Description: LkUnitId is a foreign key to the LkUnit table.