Soarian Clinicals Schema Documentation
  Return to Table-Index

Table Name Table Comment
HPatAccessDef Indicates which usergroups have access to what patients and at what restriction levels.
Column Name Column Datatype Column Null Option Column Comment
ObjectIDintNOT NULL The object ID of the object. This field is always a primary key for the associated table.
InstanceHFCIDsmallintNOT NULL The HFC(Healthcare Foundation Class) ID of the object. The value specified in the ObjectID field and in this field enables unique identification of an object across the application.
RecordIdintNULL The record ID. Modules in the application can use this field to group all objects having something in common and then assign the same RecordId to all the objects. For example, all related information for a patient, such as patient address, patient visits, patient name, etc., can be assigned the same RecordId. The modules can then query on this RecordId to retrieve the related information for that patient.
Descriptionvarchar(255)NULL User-defined information provided by the end user from SecurityTool while creating the Patient Level Chart Limitation.
IsDeletedtinyintNOT NULL When set to 1, indicates that the object was deleted. Allowable Values: 0, 1, or NULL. Key of allowable values: 0 - False, 1 - True.
IsVersionedbitNOT NULL When set to True, indicates that the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0, 1, or NULL. Key of allowable values: 0 - False, 1 - True.
CreatedUserIdintNULL Indicates the object ID of the user who created the object. This field is linked to HSUser table to get details about the user.
CreationTimesmalldatetimeNULL Date and time when the object was created.
AccessiblesmallintNULL The type of Patient Level Chart Limitation. Allowable Values: 0, 1, or 2. Key of allowable values: 0 - Restriction, 1 - Permission, 2 - AllowOnly.
TimeRestrictionTypetinyintNULL The type of Restriction. Allowable Values:0, 1 Key of allowable values: 0 - Absolute Time, 1 - Visit Duration
BeginTimesmalldatetimeNULL The Begin Time of the Chart Limitation
EndTimesmalldatetimeNULL The End Time of the Chart Limitation
LastChangeddatetimeNULL The Time the Last Change happened to the row
UserGroup_oidintNOT NULL The ObjectId of the HUserGroup table
TimeRefVisit_oidintNULL The ObjectId of the HPatientVisit table if the Chart Limitation type is set on Visit Level
Patient_oidintNOT NULL The ObjectId of the HPatient table

Return to Table-Index

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