dbo.CV3OrderVerifyXref 
Default Table Name  CV3OrderVerifyXref 
Definition  Stores the required verification signatures of an order which uses a Multiple verification policy. 

dbo.CV3OrderVerifyXref Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  YES  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)  YES  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  YES  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  YES  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  YES  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(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3Client table. 
OrderGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3Order table. 
VerifyProviderGUID(FK)    HVCIDdt  YES  A foreign key to the GUID column in the CV3CareProvider table. 
EnterProviderType(FK)    varchar(30)  YES  A foreign key to the Code column in the CV3ProviderType table. 
EnterRole    varchar(30)  YES  Either the entered provider role or the entered order role 
OrderProviderType    varchar(30)  YES  The provider type of the ordered role. It will be null if the entered role is an order role 
OrderRole    varchar(30)  YES  Either the ordered provider role or the ordered order role. 
SequenceNumber    int  NO  Indicates the order that the verification signatures needed to be collected. 
ToBeVerified    int  NO  Determines the status of the row. 1 = Needs to be verified; 0 = Verified; -1 = No need to be verified 
MSrepl_tran_version    uniqueidentifier  YES  Optimistic lock identifier. 
NamedProviderGUID    HVCIDdt  YES  Link to CV3CareProvider. This identifies the named provider to verify the order 
IsAdditionalVerification    bit  YES  Specifies whether this verifier is a special one due to an exceeded dose. 
VerifyFunctionType    int  YES  An enumerated type with the following list of possible values: 1 = [VerifyNew],2 = [VerifyModified],3 = [VerifyDCCanceled],4 = [VerifySuspended],5 = [VerifyUnsuspended], 
VerificationPolicyType    int  YES  Identifies whether this verifier is from a standard or multiple verification policy 
RequestedByProviderGUID    HVCIDdt  YES  Links to CV3CareProvider 
UserGUID    HVCIDdt  YES  Links to CV3User. It identifies the EnteredBy user 
PendingVerifyStatusCode    varchar(5)  YES  Indicate the pending verify status to be used before this verification signature is collected. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.CV3OrderVerifyXref Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3OrderVerifyXrefPK  PrimaryKey  GUID