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. |
Active |
Definition | Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. |
OutpatientOrderID |
Definition | Auto generated unique primary key value. |
ClientVisitGUID |
Definition | Identifies the Client/Visit that the outpatient order is associated with. ,Links to the CV3 Client Visit table (an outpatient order is associated with an encounter/visit) |
GenericItemID |
Definition | Link to SXAMMGenericItem |
ProductID |
Definition | A foreign key to the ProductID column in the SXAMMProduct table. |
IsDAW |
Definition | Identifies if the outpatient order should be dispensed as written, if so, then the product must be specified |
OriginalSIGDesc |
Definition | Identifies the SIG as typed by the user. ,The SIGs will be separated by commas and will be translated as the user types. The user may type additional information that is not translated and will appear on the label as is. |
TranslatedSIGDesc |
Definition | Identifies the translated SIG as it will appear on the label (it may include text that was written directly by the user and not translated). |
DoseNum |
Definition | Identifies the Dose of the Order. |
DoseUOMCode |
Definition | Identifies the Unit Of Measure associated with the Dose Number. ,Links to the CV3UnitOfMeasure table via the code. |
DaysSupplyNum |
Definition | Identifies the total Days Supply of the outpatient order. |
TotalRefillNum |
Definition | Identifies the total number of refills available for the outpatient order. |
RemainingRefillNum |
Definition | Identifies the Number of refills remaining for the outpatient order. |
PrescribedByUserGUID |
Definition | Identifies the Physician who Prescribed the Outpatient Order. |
PrescribedDtm |
Definition | Visit TimeZone - Identifies the Date the Outpatient Order was Prescribed. |
ReasonCode |
Definition | Reason for making the outpatient order inactive. Links to the CV3CodedReason table via the code. |
Note |
Definition | Notes that may be required for the order |
ExpiryDtm |
Definition | Visit TimeZone - Identifies the Date that the outpatient order is to expire. |
MSrepl_tran_version |
Definition | Optimistic lock identifier. |
OrderGUID |
Definition | link to cv3order table |
StatusType |
Definition | An enumerated type with the following list of possible values: 0 = [Pending],1 = [Processed],2 = [Canceled],3 = [Inactivated], |
OrderType |
Definition | An enumerated type with the following list of possible values: 0 = [Outpatient],1 = [Take Home Meds], |
DrugName |
Definition | Stores free text drug name for discharge orders |
Route |
Definition | Stores Route code for discharge orders |
IsPRN |
Definition | Flag indicating whether an order is PRN |
PRNReason |
Definition | Stores PRN reason text when provided for PRN orders |
Duration |
Definition | Stores length of the order (can be in # of doses or days) |
DurationUOM |
Definition | Unite of measurement for the duration column |
SummaryLine |
Definition | Stores order's summary information |
BillForRxType |
Definition | An enumerated type with the following list of possible values: 0 = [Not Billed],1 = [IP Charge Algorithm],2 = [OP Charge Algorithm],3 = [Manual Entry], |
CancelRxReason |
Definition | Stores free text reason for canceling an outpatient order |
IsPharmacyEntered |
Definition | This column stores a boolean value indicating whether an Rx was created in Pharmacy Outpatient (true) OR it was requested from SCM (false). |
IsControlled |
Definition | This column stores a value indicating whether a drug being dispensed is a controlled med.Note: Changing datatype from numeric(2,0) to numeric(3,1) |
IsNarcotic |
Definition | This column stores a value indicating whether a drug being dispensed is a narcotic med. |
IsDispensingPolicyApplied |
Definition | This column stores true for LOA orders when the dispensing policy is applied. False when it is overridden. |
IsPartialLOA |
Definition | This boolean flag indicates whether the LOA request is a partial LOA. |
OrderCatalogMasterItemGUID |
Definition | This column stores the order catalog master item guid needed to process clinical alerts |
MSReplrowguid |
Definition | Unique GUID used to support merge replication. |