SiteID 
Definition  Identifies the unique distributed database ID where the row was inserted. 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. 

OrderReviewListID 
Definition  Auto generated unique primary key value. 

OrderID 
Definition  A foreign key to the OrderID column in the SXAMMOrder table. 

OrderGUID 
Definition  This is the GUID of the order 

OrderStatusHistoryGUID 
Definition  This is the GUID from the CV3OrderStatusHistoryTable of the action that caused the record to be created. 

FormerFunctionCodeType 
Definition  This is the previous state before the action was taken. Calculation based on CV3OrderStatusHistory.FunctionCodeNum of immediately preceding record and cross-reference table SXAMMOrderFunctionCodeXREF. Text stored in CV3EnumReference 

CurrentFunctionCodeType 
Definition  This is the current state now that the action has taken place. Calculation based on CV3OrderStatusHistory.FunctionCodeNum of immediately preceding record and cross-reference table SXAMMOrderFunctionCodeXREF. Text stored in CV3EnumReference 

IsStatOrder 
Definition  This is the STAT order indicator 

RequestedDtm 
Definition  Visit TimeZone - This is the timestamp indicating when the action was taken. It is derived from CV3OrderStatusHistory.CreatedWhen 

RequestedByGUID 
Definition  This is the CareProvider GUID of the person that requested the action. Based on CV3OrderStatusHistory.RequestedByGUID 

RequestedByDisplayName 
Definition  This is the display name of the requestor. Calculation based on CV3OrderStatusHistory.RequestedByGUID and CV3CareProvider.DisplayName/CV3User.DisplayName 

EnteredByGUID 
Definition  This is the CareProvider/User GUID of the person that entered the action. Based on CV3OrderStatusHistory.UserGUID 

EnteredByDisplayName 
Definition  PHI: This is the display name of the person who entered the change. Calculation based on CV3OrderStatusHistory.EnteredByGUID and CV3CareProvider.DisplayName/CV3User.DisplayName 

OrderDescription 
Definition  This is the summary line to be displayed in the application. It is based on data from CV3Order.Name and CV3Order.SummaryLine 

OrderDetails 
Definition  This will be used to display additional details. This is based on data returned from dbo.SXAMMOrderTextLineFn(OrderID, 1) . Thesis called DispensingDetails in the RxWorkListSelPr 

OrderNotes 
Definition  This will be used to display additional details. This is based on data returned from dbo.SXAMMOrderTextLineFn(OrderID, 2). This is called Notes in the RxWorkListSelPr. 

ReasonText 
Definition  This is the Reason text from the action based on CV3OrderStatusHistory.ReasonText 

IsReviewed 
Definition  This is the Reviewed indicator 

ReviewedDtm 
Definition  Visit TimeZone - This is the timestamp indicating when the item has been reviewed 

ReviewedByDisplayName 
Definition  This is the ID of the person that reviewed the item 

ReviewedByIDCode 
Definition  IDCode of the user who reviewed the order 

MSrepl_tran_version 
Definition  Optimistic lock identifier. 

OrderStatusHistorySource 
Definition  SourceCode value from CV3OrderStatusHistory 

OrderHasMessage 
Definition  If a record exists in SXAMMMessageOrder for the order 

OrderHasRxNote 
Definition  If a record exists in SXAMMOrderOptionNote for the order 

IsFutureSuspend 
Definition  Is the latest action a future suspend action in the CV3OrderStatusHistory table 

AdditionalDetails 
Definition  Intended for additional information 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.