Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | Object Identifier of this record. This field is a primary key for the associated table. |
InstanceHFCID | smallint | NOT NULL | Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1454. 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(64) | NULL | Description of the order source as entered by the user. |
IsDeleted | smallint | NOT NULL | Specifies whether the record is soft deleted. |
| | | Allowable Values |
| | | 0 - Active |
| | | 1 - Marked as Deleted. |
| | | Note: The presence of this field in tables depends on the configuration at the time of table design. |
IsVersioned | smallint | NOT NULL | Whether the table data is Versioned or not. |
| | | Allowable Values: |
| | | 0 - No version data captured. |
| | | 1 - Version changes available in _Ver table. |
| | | Once this field is set to 1, you cannot reset it to 0. If value is 1 , the current row represents the latest state , and all version data will be present in another table with the name HOrderSourceModifier_Ver. |
| | | 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. |
OrderSourceModifierName | varchar(64) | NOT NULL | Name of the order source modifier |
OrderSourceModifierAbbr | varchar(16) | NOT NULL | Abbreviation of the order source modifier |
OrderSourceAbbr | char(4) | NOT NULL | Abbreviation of the primary order source |
| | | Allowable Values: |
| | | VERB - Verbal |
| | | WRTN - Written |
| | | PRTL - Per Protocol |
StartDateTime | smalldatetime | NULL | DateTime since when the ordersource modifier definition is active |
EndDateTime | smalldatetime | NULL | DeteTime when the modifier record becomes inactive |
ObsoleteDateTime | smalldatetime | NULL | DateTime when the modifier record was obsoleted |
ValidityStatus | varchar(16) | NOT NULL | Validity Status of the record |
ValidityStatusCode | smallint | NOT NULL | Code for the Validity Status of the record |
| | | Allowable Values: |
| | | 0 - Active |
| | | 1 - InActive |
| | | 2 - Incomplete |
| | | 3 - Obsolete |
|