Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | Object Identifier of this record. This field is a primary key for the associated table. |
InstanceHFCID | smallint | NOT NULL | Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1505. The value specified in the ObjectID field and in this field enables unique identification of an object instance across the application. |
RecordId | int | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
Description | varchar(16) | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
IsVersioned | bit | NOT NULL | When set to True, the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0 - False, 1 - True. Note: The presence of this field in tables depends on the configuration at the time of table design. |
CreatedUserId | int | NULL | Object ID of the logged in user who created this record. |
| | | This field is linked to HSUser table to get details about the user. For more information see description of HSUser table |
CreationTime | smalldatetime | NULL | Date and time when the record is created. |
NoOfContainers | int | NULL | Number of Containers used for sample Collection. |
SizeOfContainer | Varchar(12) | NULL | Size of the Container use for sample collection. |
UnitOfSizeOfContainer | varchar(16) | NULL | Unit of the Container size used for sample collection. |
SampleToBeCollectedIn_oid | int | NULL | ObjectID of HCollectedSample table , which links this container details to the collected Sample. |
UnitCodeOfSizeOfContainer | varchar(16) | NULL | Unit Code of the Container size used for sample collection. |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|