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. 

Name 
Definition  Comprised of Order Name + Summary Line. 

LevelNum 
Definition  An enumerated type with the following list of possible values: 0 = [Primary],1 = [Secondary], 

OrderCatalogMasterItemGUID 
Definition  A foreign key to the GUID column in the CV3OrderCatalogMasterItem table. 

TaskTypeGUID 
Definition  A foreign key to the GUID column in the CV3TaskType table. 

TaskReviewCategoryGUID 
Definition  A foreign key to the GUID column in the CV3TaskReviewCategory table. 

TaskPerformancePolicyGUID 
Definition  A foreign key to the GUID column in the CV3TaskPerformancePolicy table. 

TaskSignaturePolicyGUID 
Definition  The link to a task signature policy. 

PatientCareDocumentGUID 
Definition  A foreign key to the GUID column in the CV3PatientCareDocument table. 

TaskEntryFormGUID 
Definition  A foreign key to the GUID column in the CV3OrderEntryForm table. 

TransmitPolicyGUID 
Definition  The link to the transmit policy. 

TaskDocType 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Task Entry Form],2 = [Patient Care Document],3 = [Specimen Collected], 

CanReschedule 
Definition  Indicates whether the task can be rescheduled. 1 = True; 0 = False 

IsExternallyGenerated 
Definition  Indicate if the schedule for this task is generated by another system. 1 = True; 0 = False 

IsForAllLocations 
Definition  Indicate if the task can be performed in all locations. 1 = True; 0 = False 

NumOfUOMOverdueMustResched 
Definition  The number of units passed the scheduled time that the user is alerted to Reschedule. 

OverdueMustReschedUom 
Definition  A foreign key to the Code column in the CV3UnitOfMeasure table. 

IsContinuous 
Definition  Indicates if this is a continuous task. 

DocPointFreqCode 
Definition  A foreign key to the Code column in the CV3Frequency table. 

SecondaryFreqType 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [One Time],2 = [Recurring], 

SecondaryRefDateType 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Scheduled Date Time],2 = [Performed Date Time], 

SecondaryRefDateModifier 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Before],2 = [After], 

SecondaryTimeValue 
Definition  Defines the number of time units. 

SecondaryTimeUom 
Definition  Defines the unit of measure. Only supports Minute, Hour 

DuplicatePolicyGUID 
Definition  Duplicated policy used for checking task duplicates. 

ExternTaskEntryFormGUID 
Definition  The link to the entry form used to display task information received via the HL7 Interface. 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

FollowupFrequencyCode 
Definition  Also stored in the Follow-up task’s Order Frequency 

FollowupFreqClassCode 
Definition  FollowupFrequencyCode – becomes the new task’s frequency. Also stored in the Follow-up task's Order Frequency 

FollowupStopAfterValue 
Definition  This will be stored in the task’s StopAfterValue column when it is generated – potentially used during task generation on MAD, to determine the new FollowupTask’s StopDtm? 0-999 

FollowupStopAfterOptionType 
Definition  Linked to Forms'UserDefinedDataDictionary'HVC-Frequency (CV3UserDictionaryValue table) Frequency Class must also be selected if a frequency is chosen, so that the correct Coded Frequency Translation is used. See Master? Order information 2. This is where the order links to the frequency class. 

IsToBeStoppedAtNextPrimary 
Definition  used during task generation on MAD, to determine the new FollowupTask’s StopDtm - Its possible that the next primary will not exist, so we may need to store this value on the task. We could add this to the StopAfterOption enum. 

IsPRN 
Definition  used during task generation on MAD, to determine if the new FollowupTask is PRN. Will determine the ScheduleTypeCode on the Task. 

IsOnlyGeneratedOnFirstPrimary 
Definition  (T= only on first, F= generate on every primary) The primary task will retrieve this value on each of its Follow-up tasks, on MAD, to see if it needs to generate or not. 

TaskSeqNum 
Definition  Unique Sort sequence of each FollowupTask generated. Only the primary will ever be 0. LevelNum is the true indicator though. - Also used in CV3OrderTaskItem to determine the display order. 

IsGroupedWithPrimary 
Definition  Used in CV3OrderTaskItem to determine if this follow-up task is display beneath its primary, independent of the worklist criteria sorting. It this option is true, then the TaskSeqNum is used to sort these tasks, in combination with the Task Start Dtm. 

IsDisplayedOnOneLine 
Definition  Used in CV3OrderTaskItem to determine if all followup tasks linked to this order and this catalog item task, will be displayed on the same line. Each CatalogItemTask still has its own line, and these lines are sorted using the 

IsTranslatedUsingTCRules 
Definition  Flag to indicate whether or not we are using the Time Critical rules when translating the Followup Task. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.