Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | ObjectId of HPatientCareAlert Rows generated by Architecture |
InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
RecordId | int | NULL | RecordId of the Patient |
Description | varchar(20) | NULL | Not used |
IsVersioned | bit | NOT NULL | Indicates if the row has been modified. Allowable Values: 0 - Not Modified 1 - Modified |
CreatedUserId | int | NULL | UserId of the user who created the HPatientCareAlert row |
CreationTime | smalldatetime | NULL | Date and time when the object is created. |
PrecautionsToSP | varchar(255) | NULL | Precautions that are raised to the service provider. |
FromDate | datetime | NULL | Start date and time for when the precautions need to be taken for the patient. |
ToDate | datetime | NULL | Last date and time when the precautions need to be taken for the patient. |
Patient_oid | int | NOT NULL | ObjectID of the patient. Must be in HPatient Table. |
LastCngDtime | datetime | NULL | Last system UTC date /time when row was updated. |
|