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 1513. 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(1) | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
IsVersioned | bit | NOT NULL | Whether the table data is Versioned or not. |
| | | Allowable Values: |
| | | 0 - No version data captured. |
| | | 1 - Version changes available in _Ver table. |
| | | Once this field is set to 1, you cannot reset it to 0. If value is 1 , the current row represents the latest state , and all version data will be present in another table with the name HClinicalInformation_Ver. |
| | | 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. |
UnderAntibiotics | bit | NULL | Whether patient was under Antibiotics |
| | | Allowable Values |
| | | 0 - False |
| | | 1 - True |
DrugName | varchar(32) | NULL | Name of the Drug |
LastDoseDateTime | smalldatetime | NULL | Date/Time when the last dosage was given |
Height | varchar(2000) | NULL | Height of the patient when the order was entered. |
Weight | varchar(2000) | NULL | Weight of the patient when the order was entered. |
PatientCondition | varchar(64) | NULL | Condition of the patient when the order was entered. |
PrevTransDate | smalldatetime | NULL | Date of previous Transfusion |
PrevTransReactions | varchar(32) | NULL | Reactions due to previous Transfusion |
PrevTransUnit | varchar(16) | NULL | Unit of previous Transfusion |
PregnancyIndicatorDate | smalldatetime | NULL | DateTime when pregnancy indicator was valued |
PregnancyNumber | tinyint | NULL | Number of times patient was pregnant |
PregnancyIndicator | bit | NULL | Whether patient is pregnant or not |
| | | Allowable Values |
| | | 0 - False |
| | | 1 - True |
LMPDate | smalldatetime | NULL | Date of Last menstrual period(LMP) |
AllergyToDye | bit | NULL | Whether patient is allergic to Dye |
| | | Allowable Values |
| | | 0 - False |
| | | 1 - True |
AllergyToLatex | bit | NULL | Whether patient is having latex allergy |
| | | Allowable Values |
| | | 0 - False |
| | | 1 - True |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|