|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| ObjectID | int | NOT NULL | Object ID and primary key of the table, HResultRefRanges. |
| InstanceHFCID | smallint | NOT NULL | HFC(Healthcare Foundation Class) ID of the object. Note: The value specified in the ObjectID field and in this field enables unique indentification of an object across the application. |
| RecordId | int | NULL | Record ID. |
| Description | varchar(1) | NULL | User-defined description for the row. |
| IsVersioned | bit | NOT NULL | Indicates whether the result is modified. Allowable Values: 0 - No, 1 - Yes. |
| CreatedUserId | int | NULL | Object ID of the user who created the result. This field is linked to the HSUser table to get details about the user. |
| CreationTime | smalldatetime | NULL | Date and time when the Result is created. |
| ResOID | bigint | NOT NULL | ObjectID of a Result. |
| NormalReferenceRange | varchar(255) | NULL | NormalReferenceRange of a Result. |
| CriticalReferenceRange | varchar(255) | NULL | CriticalReferenceRange of a Result. |
|