Soarian Clinicals Schema Documentation
  Return to Table-Index

Table Name Table Comment
HRole Contains all different User Roles information of Soarian Clinicals application
Column Name Column Datatype Column Null Option Column Comment
ObjectIDintNOT NULL Unique Identifier that is used for referencing records in this table.
InstanceHFCIDsmallintNOT NULL The HFC(Healthcare Foundation Class) ID of the object. Note: The value specified in the ObjectID field and in this field enables unique identification of an object across the application.
RecordIdintNULL The Record ID. Not valued in this table. Column exists as part of persistence framework implementation.
Descriptionvarchar(1)NULL User defined information provided by the modules in the application. Not valued in this table.
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 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.
RoleNamevarchar(255)NULL Name of the role.
RoleDescriptionvarchar(255)NULL Description of the role.
RoleCodevarchar(255)NOT NULL Unique Identifier for each role. For example - ED Nurse, ED Physician, Cardiology.
SecurityRolebitNULL When set to True, indicates that only the Security module in the application uses the role. Allowable Values: 0,1, or NULL. Key of allowable values: 0 - False, 1 - True.
LastChangeddatetimeNULL The most recent date and time when the role was modified.
BeginTimesmalldatetimeNULL The date and time when the role became valid.
EndTimesmalldatetimeNULL The last date and time when the role was valid.

Return to Table-Index

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