dbo.CV3PatientCareDocument 
Default Table Name  CV3PatientCareDocument 
Definition  Represents a catalog of items which can become client documents. 

dbo.CV3PatientCareDocument 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. 
Name    varchar(60)  YES  The name of the document. 
Description    varchar(40)  YES  The description of the document. 
EffectiveDate    datetime  YES  Enterprise TimeZone - The date the document is effective. 
ExpiryDate    datetime  YES  Enterprise TimeZone - The date the document expires. 
ItemInfoID    int  NO  The link to the Help file. 
OrgUnitGUID    HVCIDdt  YES  References GUID for table CV3OrganizationalUnit 
DocReviewCategoryGUID    HVCIDdt  YES  References GUID for table CV3ReviewCategory 
NoEditing    bit  NO  If true, then the document cannot be edited. 1 = True; 0 = False 
EntryType    int  NO  An enumerated type with the following list of possible values: 0 = [Free Text],1 = [Knowledge Tree],2 = [Flowsheet],3 = [Structured Note],4 = [End Of Visit],5 = [Reconciliation],7 = [Patient Education],9 = [Patient Letter],10 = [Exchange Document],11 = [Home Medication],12 = [External Document],13 = [External Result],15 = [SubmissionSet Document],16 = [Patient Portal Form],17 = [Community Document],18 = [Radiology],20 = [Pre-Arrival Document],21 = [Sunrise Inbound Document], 
KTreeRootGUID    HVCIDdt  YES  References GUID for table CV3Flowsheet 
DisplayInVisitDtls    bit  NO  Indicates if the document can be viewed in the Visit History Details dialog box. 1 = True; 0 = False 
MSrepl_tran_version    uniqueidentifier  YES  Optimistic lock identifier. 
InternalCategoryType    smallint  NO  An enumerated type with the following list of possible values: 0 = [None],1 = [General],2 = [Internal],3 = [PhoneNote],4 = [Available to Patient], 
CDSType    smallint  NO  Determines the behavior of a document in CDS Triggers: 0 - None, 1 - Interactive, 2- Asynchronous 
IsAddOnlyOnce    bit  YES  Specifies if a structured note or free text can be added more than once 
NoEditAfterFinal    bit  NO  boolean flag to avoid editing of finalized docs 
OnOpeningMLM    varchar(80)  YES  The name of the MLM that will be executed with the document is being closed 
OnClosingMLM    varchar(80)  YES  The name of the MLM that will be executed with the document is opening 
InternalCategoryTypeTurnOnDtm    datetime  YES  Enterprise TimeZone - time that InternalCategoryType is set to 'Discharge Note' 
InternalCategoryTypeTurnOffDtm    datetime  YES  Enterprise TimeZone - time that InternalCategoryType 'Discharge Note'is cleared 
SaveIntervalSeconds    smallint  NO  The Save Interval field controls how often the system will save a draft version of the document in progress. The ‘Save Interval’ control will permit a minimum of 3, and a maximum of 20 minutes. 
DocLockoutSeconds    int  NO  The LockOut Interval field controls how long a document is locked from other users. This will override the value in the Environmental Profile Settings. 
DocLockoutWarningSeconds    int  NO  The document warning lockout interval field holds the value of time before a user is notified that they will be locked out of the structured note document. 
ExDocTypeID    int  YES  The link to the Exchange Document Types. 
ExDocDisplayOnToolbar    bit  NO  Indicates whether this document will come up in Exchange Document List 
ExDocIncludeInactive    bit  NO  Indicates whether the inactive sections are included in the the List or not 
IsSupressCopyForward    bit  NO  The values are 0 and 1. 0 means the Copy forward button will be visible on this document in the UI and 1 means the Copy forward button will be hidden 
IsSupressModifyTemplate    bit  NO  The values are 0 and 1. 0 means the Modify Template button will be visible on this document in the UI and 1 means the Modify Template button will be hidden 
IsSupressReferToNote    bit  NO  The values are 0 and 1. 0 means the Refer To Note button will be visible on this document in the UI and 1 means the Refer To Note button will be hidden 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
IsSurgicalCaseDocument    bit  NO  Is document linked to a Surgical case (True/ False) 
IsMandatoryDocumentTopic    bit  NO  Is document topic mandatory (True / False) 
IsMLMOpenCustomUI    bit  NO  This flag to determine whether Opening MLM of a document would open a custom dialog. 
IsConcurrentChartingEnabled    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
IsDocumentTopic    bit  NO  Stores if the document topic is applicable for Free Text Document on Mobile (True/False) 
IsCdiEnabled    bit  NO  Specifies whether the Clinical Documentation Improvement (CDI) Enabled or not. 
AvailableToPtEffDtmUTC    datetimeoffset(3)  YES  The date and time (effective date) that the document will be Available to Patient after this date. 

dbo.CV3PatientCareDocument Primary and Unique Keys 
Key Name  Key Type  Keys 
CV3PatientCareDocumentPK  PrimaryKey  GUID