Description: A code that classifies an order for searching, sorting, display, and other purposes
Column Name |
Ordinal Position |
|
|
Name |
Type |
|
1 |
LKORDERABLECATEGORYTYPEID |
INT |
|
|
Description: The unique Id for the LkOrderableCategoryType table
|
|
Name |
Type |
|
2 |
TYPE |
NVARCHAR |
|
|
Description: Text value of the orderable category (Imaging, Medication, etc)
|
|
Name |
Type |
|
3 |
LKORDERABLEREQUESTTYPEID |
INT |
|
|
Description: LkOrderableRequestTypeId is a foreign key to the LkOrderableRequestType table
|
|
Name |
Type |
|
4 |
CONFIGURABLE |
BIT |
|
|
Description: Configurable flag
|
|
Name |
Type |
|
5 |
LKDIAGNOSTICSERVICESECTIONID |
INT |
|
|
Description: LkDiagnosticServiceSectionId is a foreign key to the LkDiagnosticServiceSection table
|