Soarian Clinicals Schema Documentation
  Return to Table-Index

Table Name Table Comment
HOrderTransitionRecord This table has details of the status transitions and order functions an order has gone through.
Column Name Column Datatype Column Null Option Column Comment
ObjectIDintNOT NULL Object Identifier of this record. This field is a primary key for the associated table.
InstanceHFCIDsmallintNOT NULL Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1508. The value specified in the ObjectID field and in this field enables unique identification of an object instance across the application.
RecordIdintNULL Not Valued in this table. Column exists as part of persistence framework implementation.
Descriptionvarchar(1)NULL Not Valued in this table. Column exists as part of persistence framework implementation.
IsVersionedbitNOT NULL When set to True, the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0 - False, 1 - True. Note: The presence of this field in tables depends on the configuration at the time of table design.
CreatedUserIdintNULL Object ID of the logged in user who created this record.
This field is linked to HSUser table to get details about the user. For more information see description of HSUser table
CreationTimesmalldatetimeNULL Date and time when the record is created.
ToOrderStatusModifiervarchar(30)NULL Modifier associated with the order status after it is transitioned.
ChangedDateTimesmalldatetimeNULL Date and time when the order is transitioned.
OrderFunctionvarchar(32)NULL Order function, such as Activate Order, Cosign, associated during this transition.
OrderFunctionCodetinyintNULL Code associated with the order function.
FunctionByvarchar(30)NULL User who performs the order function.
Order_oidintNOT NULLObjectID of the order(HOrder table) of which this transition belongs to.
ReasonForRevisionvarchar(120)NULL Reason why the order is transitioned.
SessionIDintNULL Identifier of the order session during this transition.
SessionStartDateTimedatetimeNULL Start date and time of the order session during this transition.
SessionEndDateTimedatetimeNULL End date and time of the order session during this transition.
OrderStatusCodetinyintNULL Code associated with the order status. Please see the documentation of HOrder table for allowable values.
OrderStatusModifierAbbrvarchar(4)NULL Abbreviation set for order Status modifier. An order status modifier is the user-defined name given to a predefined order status.
FunctionByStaffvarchar(188)NULL Name of the logged in Staff(HStaff table) during this transition.
FunctionByUSerOIDintNULL Object ID of logged in user during this transition.
FunctionByStaffOIDintNULL Object ID of the logged in staff(HStaff) during this transition.
FunctionSourceModNameVarchar(64)NULL Order source modifier name during this transition.
CausedInFunctionCodesmallintNULL Code of the Order Function which caused this transition. Used to capture specific functions like Future Suspend/Future Discontine , where OrderFuction is still Suspend/Discontinue , but this field is to determine more specifics of the function
RequestedByVarchar(188)NULL Name of the Staff(HStaff table) who requested this transition. Can be different from the logged in staff for the order function which supports on-behalf of transitions.
Requestedby_oidINTNULL Object ID of the Staff(HStaff table) who requested this transition
FutureDCDTimeMinssmalldatetimeNULL Date and time when the future dc will occur.
AgeWeightClassificationCHAR(3)NULL Age/weight classification of the patient during this transition.
Allowable Values
'Unk' - Undetermined/unknown
'Ped' - Pediatric
'Adu' - Adult
'Ger' - Geriatric
LastCngDtimeDATETIMENOT NULLCurrent Universal Time Coordinate or Greenwich Mean Time

Return to Table-Index

  Soarian Clinicals Schema Documentation  
Copyright © 2023, Oracle and/or its affiliates