|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| ObjectID | int | NOT NULL | ObjectId of HDiagnosisSites Rows generated by Architecture |
| InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
| RecordId | int | NULL | Not Used |
| IsDeleted | bit | NOT NULL | Indicates if the row has been deleted. Allowable Values: 0 - False, 1 - True(deleted) |
| Description | varchar(1) | 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 HDiagnosisSites row |
| CreationTime | smalldatetime | NULL | Date and time when the object is created. |
| DiagnosisOID | int | NOT NULL | Diagnosis Objectid related to Objectid in HDiagnosis table |
| BodySite | varchar(255) | NULL | Side of the body diagnosis relate to. |
| IsPrimarySite | SmallInt | NOT NULL | Indicator If the body site is the primary site for diagnosis. Allowable Values: 0 - No, 1 - Yes |
|