Soarian Clinicals Schema Documentation
  Return to Table-Index

Table Name Table Comment
HOrderDocument This table stores the Identifier of the Order Detail Form associated to a Non-Medication Order
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 1519. 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.
FormIDintNULL Identifier of the Order Detail Form.
DocIDintNULL Unique Identifier generated from Arc_Semaphore under categroyID "OrdDocID".At the most an Order can be associated to two forms.When sorted ascending by this field the first form will be Top(Type specific) level form and second will be Bottom(SubType/Service specific) form.
InstDtTimesmalldatetimeNULL Datetime when the Form was associated with the Order. This field together with the FormID help to fetch the same version of the Form throughout the lifetime of Order.
Order_oidintNOT NULLObjectID of the Order(HOrder) to which the Form is associated.
LastCngDtimeDATETIMENOT NULLCurrent Universal Time Coordinate or Greenwich Mean Time

Return to Table-Index

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