|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| ObjectID | int | NOT NULL | ObjectId of HHealthcareUnitType Rows generated by Architecture |
| InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
| RecordId | int | NULL | Not Used. |
| Description | varchar(255) | NULL | Set Up as HCU(Health Care Unit) type Name. |
| 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 HHealthcareUnitType row. |
| CreationTime | smalldatetime | NULL | Date and Time when row has been created. |
| Name | varchar(50) | NOT NULL | Name of the Unit Type |
| SchedulableServicePoint | bit | NULL | Currently not used |
| IsCilincallyResponsibleSubUnit | bit | NULL | Is SubUnit Clinically responsible. Allowable Values: 0 - False, 1 - True |
| IsClinicallyResponsibleUnit | bit | NULL | Is Unit Clinically responsible. Allowable Values: 0 - False, 1 - True |
| CanHavePatientLocation | bit | NULL | Can Unit be a patient location. Allowable Values: 0 - False, 1 - True |
| Active | bit | NOT NULL | Indicates if HCU Type is active. Allowable Values: 0 - Not Active, 1 - Active |
| HasManyLocations | bit | NULL | Unit allow multiple locations indicator. Allowable Values: 0 - False, 1 - True |
| CanHaveManyPatientsAtaTime | bit | NULL | Unit support multiple patients indicator. Allowable Values: 0 - False, 1 - True |
| Icon | image | NULL | Icon displayed in HCU structure. Allowable Values: 0 - False, 1 - True, Null - Not valued. |
| CanbeHospitalService | bit | NULL | Unit defined as Hospital Service indicator. Allowable Values: 0 - False, 1 - True |
| ExtendedHCUType | int | NOT NULL | Extended Unit Type Indicator. Allowable Values: 0 - False, 1 - True |
| IsInsurancePayer | bit | NULL | Insurance Payer indicator to identify insurance payer. Allowable Values: 0 - False, 1 - True |
| IsInsurancePlan | bit | NULL | Insurance Plan indicator to identify insurance plan. Allowable Values: 0 - False, 1 - True |
| LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|