Class Name: UPSTable
Scope: Public - Restricted - Child Class of UPSInfo - No public constructor.
Boolean Exists. Will be False if the TableName does not exist in your Schema.
Boolean IsSegmentDataTable. Will be True if the TableName is a segment data table. NOTE: If this property is True, Exists will also be True.
String Key. The TableName (Upper Case). It's a KEY in the sense that it is the "Key" to the Public SortedList<> properties AllSchemaTables and AllSegmentTables in the UPSInfo parent class.
String SegmentName. The name of the HL7 segment ("MSH", "PID", "OBX", etc) IF the UPSTable object is a segment data table it will be "" for warehouse tables.
String TableName. The name of the table in your SQL database.
SortedList<String, UPSColumn> UPSColumns. Contains a UPSColumn object for every database column associated with the UPSTable. As it is a SortedList object the Key String is the <TableName>.<ColumnName> (Upper Case).
Description: This list object will be empty if Exists is False.
|
UPSTable Copy() - Returns a copy of the table instance. |