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. 

ChartGUID 
Definition  A foreign key to the GUID column in the CV3Chart table. 

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

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

CatalogItemTaskGUID 
Definition  A foreign key to the GUID column in the CV3CatalogItemTask table. 

StartDtm 
Definition  Visit TimeZone - The start date and time of the task. 

StopDtm 
Definition  Visit TimeZone - The stop date and time of the task. 

LastScheduledDtm 
Definition  Visit TimeZone - The scheduled date and time of the last scheduled task occurrence. 

ScheduleTypeCode 
Definition  The schedule type of the task. 

ProcessType 
Definition  An enumerated type with the following list of possible values: 1 = [One Time],2 = [Recurring],3 = [Manual Schedule],4 = [Start When First Given],5 = [Based On Peformed Date], 

TaskState 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Suspended],2 = [Complete],3 = [Canceled],4 = [Temporary], 

TaskName 
Definition  The name of the task. This is copied from the catalog. 

TaskDocType 
Definition  The type of documents to be used to mark the task as done. 

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

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

GenIntoFutureHour 
Definition  The number of hours that tasks are generated into the future. 

OverdueMinute 
Definition  The number of minutes past the scheduled time that the user is alerted to reschedule the rest of the occurrences. 

OverdueMustReschedMinute 
Definition  The number of minutes after the scheduled date and time that will flag this occurrence as overdue. 

IsAutoCompletable 
Definition  Indicates whether completion of all the tasks associated with the order completes the order. 

IsTrackVariance 
Definition  Indicates whether variance tracking is required if this task is marked as not done. 

FixedScheduleType 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Timeframe],2 = [Duration],3 = [Variable Interval],4 = [Every x Days], 

HasAttachedSchedule 
Definition  Indicates whether there are any schedules attached to this task. 

TimeFromValue 
Definition  The time from. 

TimeToValue 
Definition  The time to. 

TimeUom 
Definition  The unit of measure associated with the Time columns. 

EventModifierType 
Definition  Indicates the modifier of event code. It can be Before or After. 

EventCode 
Definition  A foreign key to the Code column in the CV3ScheduleEvent table. 

WakingBeginTime 
Definition  The start time of the waking hours. Must be in the range of 0000 to 2359 

WakingEndTime 
Definition  The end time of the waking hours. Must be in the range of 0000 to 2359 

ShiftStartTime 
Definition  The start time of the shift. Must be in the range of 0000 to 2359 

ShiftDuration 
Definition  The length of the shift in hours. 

IsLastOccurGenerated 
Definition  Indicates if the last task occurrence has been generated for this task. 

ReviewRequired 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Location Schedule Change], 

ProcessingInProgress 
Definition  An enumerated type with the following list of possible values: 0 = [None],1 = [Discontinuing/Canceling Task],2 = [Suspending Task],3 = [Unsuspending Task],4 = [Creating Schedule],5 = [Changing Schedule],6 = [Changing Start Date],7 = [Changing Stop Date],8 = [Changing Summary Line],9 = [Order Modified - Checking Schedule],10 = [Changing task information],11 = [Auto-Completing Task],12 = [Changing Schedule Type], 

IsCurrent 
Definition  Indicates if the task is the current task to which the most current changes should be applied. 

OrderNameSummaryLine 
Definition  The order name + summary line concatenated together up to 255 characters. 

OrderDosageLow 
Definition  The order's DosageLow value. 

OrderDosageHigh 
Definition  The order's DosageHigh value. 

OrderUom 
Definition  The order's UOM. 

OrderRoute 
Definition  The order's route code. 

OrderRouteModifier 
Definition  The order's route modifier. 

OrderForm 
Definition  The form code of the medication. 

OrderFrequency 
Definition  The order's frequency code. 

ApplicSource 
Definition  Identifies which Eclipsys application was used to enter the information. Either CV (Sunrise Clinical Manager), ADT (ADT interface), or LAB (LAB interface) 

StopAfterValue 
Definition  Stores the value of the stop after 

StopAfterOption 
Definition  Stores the Stop After option0 = None1 = Days2 = Hours3 = Minutes4 = Times 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

TaskOrderSummaryLine 
Definition  The Task name + summary line concatenated together up to 2000 chars 

StopAfterAdminAdjustment 
Definition  Stores the number of occurrences that were administered on paper, which must be taken into account by Stop After functionality. 

TaskScheduleDisplay 
Definition  New and modified tasks will now store their schedule here in a formatted string, rather than generating it dynamically. 

PrimaryParentOccurrenceGUID 
Definition  Identifies the primary task occurrence of this Follow-up Task. 

TaskSeqNum 
Definition  Add a column to the task to identify it as a Follow-up task called, TaskSeqNum. This Sequence number will be an integer equivalent to the sequence number from the Follow-up task’s CatalogTaskItem. Tasks that are not Follow-up tasks (i.e. Primary/external) will always have a TaskSeqNum of 0. This id will be used to determine the display order of the tasks, in combination with the tasks StartDtm (which will be the primary performed dtm + the offset time). 0 indicates this is a primary task. >0 indicates this is a followup task 

HasFollowupTask 
Definition  A boolean set to true the first time we generate a follow-up task on the primary task. Only internal primary tasks should ever have this set to true. At the task level, this is true if ANY of its occurrences have a follow-up task. Reset to False if the primary is reset to pending/Not done and the follow-up task is deleted. Copy to new task when the original primary is cancelled. 

MaxAdminID 
Definition  Maximum Administration ID used for all occurrences for this task. Set only on primary tasks (TaskSeqNum = 0). 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.