Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | ObjectId of HGuarantor 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(13) | 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 HGuarantor row |
CreationTime | smalldatetime | NULL | Date and time when the object is created. |
GuarantorNo | varchar(50) | NULL | Unique ID number assigned to the guarantor. |
StartDate | datetime | NULL | The first date and time when the guarantor is liable to be financially responsible for some or all of the charges of the patient's billing account. |
EndDate | datetime | NULL | The last date and time when the guarantor is liable to be financially responsible for some or all of the charges of the patient's billing account. |
Patient_oid | int | NULL | Patient Oid the same as Objectid in Hpatient Table |
Relation | varchar(64) | NULL | Relationship between the guarantor and the patient. |
LastCngDtime | datetime | NULL | Last system UTC date /time when row was updated. |
|