dbo.CV3OrderReconcileRqmt 
Default Table Name  CV3OrderReconcileRqmt 
Definition  An occurrence of an order reconciliation requirement. An order reconciliation fulfills a requirement 

dbo.CV3OrderReconcileRqmt Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  NO  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
RepFlags    tinyint  YES  Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhen    datetime  NO  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhen    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
GUID(PK)    HVCIDdt  NO  Unique primary key value. 
ClientGUID    HVCIDdt  NO  A link to the Client 
ChartGUID    HVCIDdt  NO  Link to the CV3Chart table 
ClientVisitGUID    HVCIDdt  NO  A link to the Client Visit 
ReconcileRqmtType    int  NO  An enumerated type with the following list of possible values: 0 = [Admission],1 = [Location Change],2 = [Care Provider Change],3 = [Visit Type/Care Level/Service Change],4 = [Discharge],5 = [Transfer Order],6 = [Discharge Order], 
AutoLinkTimeframeHours    int  YES  If the reconciliation that can satisfy this requirement was created AutoLinkTimeframeHours before/after requirement was created, auto link the reconciliation and the requirement. Reconciliation codes that can satisfy this requirement are saved in the CV3OrderReconcileReqXRef table. 
ReconcileStatusType    int  NO  An enumerated type with the following list of possible values: 0 = [Pending],1 = [Incomplete],2 = [Complete],4 = [Redundant],5 = [Not Done],6 = [Canceled],9 = [Update Pending],10 = [Review Required], 
OverdueAfterDtm    datetime  YES  Enterprise TimeZone - If the requirement is active, and the reconciliation was not done before OverdueAfterDtm flag the reconciliation as overdue. Note that the status of the requirement will not change, but the flag on the Patient list will turn to red. This value will be set by an MLM when the requirement is created. 
InactiveAfterDtm    datetime  YES  Enterprise TimeZone - If the requirement is active and the reconciliation was not done before InactivateAfterDtm, inactivate the requirement. 
Precedence    int  YES  Used along with the timeframe to indicate which policy takes precedence if there are multiple DIFFERENT events (such as Care Provider AND Location change) that occur within the entered timeframe. 
PrecedenceTimeframeHours    int  YES  Used along with the precedence number to indicate which policy takes precedence if there are multiple DIFFERENT events (such as Care Provider AND Location change) that occur within the entered timeframe. If the timeframes differ, use the longest timeframe. 
TransferDischargeOrderGUID    HVCIDdt  YES  GUID of the Transfer or Discharge Order that created this requirement. if the requirement was created by Transfer or Discharge Order and the order was canceled, this requirement must be canceled too. This value will be set by an MLM when the requirement is created. 
FromGUID1    HVCIDdt  YES  This field will contain different GUIDs depending on the type of the Reconciliation Requirement: Location Change and Transfer Order - The field will be set to From Location GUID. Link to GUID column of the CV3Location table; Care Provider Change - The field will be set to From Care Provider Role Type GUID. Link to GUID column of the CV3CareProviderRoleType table; Visit Type/Care Level/Service Change - The field will be set to From GUID of the visit type care level. Link to GUID column of the CV3VisitTypeCareLevel table. 
FromGUID2    HVCIDdt  YES  Visit Type/Care Level/Service Change - The field will be set to From Service GUID. Link to GUID column of the CV3VisitTypeService table. 
ToGUID1    HVCIDdt  YES  This field will contain different GUIDs depending on the type of the Reconciliation Requirement: Location Change and Transfer Order - The field will be set to To Location GUID. Link to GUID column of the CV3Location table; Care Provider Change - The field will be set to To Care Provider Role Type GUID. Link to GUID column of the CV3CareProviderRoleType table; Visit Type/Care Level/Service Change - The field will be set to To GUID of the visit type care level. Link to GUID column of the CV3VisitTypeCareLevel table. 
ToGUID2    HVCIDdt  YES  Visit Type/Care Level/Service Change - The field will be set to To Service GUID. Link to GUID column of the CV3VisitTypeService table. 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
CancelLastLocationReturnBeforeDtm    datetime  YES  Used to store datetime for cancelling a requirement if the patient is transferred back to the same location 

dbo.CV3OrderReconcileRqmt Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3OrderReconcileRqmtPK  PrimaryKey  GUID