Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | bigint | NOT NULL | Object Identifier of this record. This field is a primary key for the associated table. Note: Not all environments / databases will have the datatype of BIGINT. Some will remain with the INT datatype. |
InstanceHFCID | smallint | NOT NULL | Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1506. 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 | When set to True, the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0 - False, 1 - True. 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. |
ProviderUnitAbbr | varchar(10) | NULL | Abbreviation of external Healthcare unit where the order message is to be sent |
FillerOrderID | varchar(30) | NULL | The identifier of the order in external system. This field is valued when the external system sends an acknowledgment on receiving an order message from Soarian. |
SendOutside | bit | NULL | Whether the occurrence is sent out to the external system. |
| | | Allowable Values: |
| | | 0 - Not sent out. |
| | | 1 - Sent out. |
SystemAcknowledge | bit | NULL | Whether acknowledgment is received from external system. |
| | | Allowable Values: |
| | | 0 - Not received acknowledgment from external system. |
| | | 1 - Received acknowledgment from external system. |
OccurrenceOrder_oid | bigint | NOT NULL | ObjectID of HOccurrenceOrder table which is sent outside. Note: Not all environments / databases will have the datatype of BIGINT. Some will remain with the INT datatype. |
DateOfService | smalldatetime | NULL | Planned DateTime of the Occurrence when the service is to be provided to the patient. |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|