SiteID 
Definition  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 

RepFlags 
Definition  Indicates the action in a distributed database environment. Distributed databases are no longer supported so this column is deprecated. 

Build 
Definition  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 
Definition  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 
Definition  The date and time that the row was last updated and will be based on the Enterprise time zone. 

CreatedBy 
Definition  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 
Definition  The date and time that the row was created and will be based on the Enterprise time zone. 

Active 
Definition  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 

GUID 
Definition  Unique primary key value. 

ClientGUID 
Definition  A foreign key to the GUID column in the CV3Client table. 

OrderGUID 
Definition  A foreign key to the GUID column in the CV3Order table. 

VerifyProviderGUID 
Definition  A foreign key to the GUID column in the CV3CareProvider table. 

EnterProviderType 
Definition  A foreign key to the Code column in the CV3ProviderType table. 

EnterRole 
Definition  Either the entered provider role or the entered order role 

OrderProviderType 
Definition  The provider type of the ordered role. It will be null if the entered role is an order role 

OrderRole 
Definition  Either the ordered provider role or the ordered order role. 

SequenceNumber 
Definition  Indicates the order that the verification signatures needed to be collected. 

ToBeVerified 
Definition  Determines the status of the row. 1 = Needs to be verified; 0 = Verified; -1 = No need to be verified 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

NamedProviderGUID 
Definition  Link to CV3CareProvider. This identifies the named provider to verify the order 

IsAdditionalVerification 
Definition  Specifies whether this verifier is a special one due to an exceeded dose. 

VerifyFunctionType 
Definition  An enumerated type with the following list of possible values: 1 = [VerifyNew],2 = [VerifyModified],3 = [VerifyDCCanceled],4 = [VerifySuspended],5 = [VerifyUnsuspended], 

VerificationPolicyType 
Definition  Identifies whether this verifier is from a standard or multiple verification policy 

RequestedByProviderGUID 
Definition  Links to CV3CareProvider 

UserGUID 
Definition  Links to CV3User. It identifies the EnteredBy user 

PendingVerifyStatusCode 
Definition  Indicate the pending verify status to be used before this verification signature is collected. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.