Skip to main content

HS.AU.IHI.Management

persistent class HS.AU.IHI.Management extends HS.AU.HI.Management

SQL Table Name: HS_AU_IHI.Management

Property Inventory

Parameters

parameter XMLTYPE = IHIManagement;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property AssigningAuthority as %String;
Property methods: AssigningAuthorityDisplayToLogical(), AssigningAuthorityGet(), AssigningAuthorityGetStored(), AssigningAuthorityIsValid(), AssigningAuthorityLogicalToDisplay(), AssigningAuthorityLogicalToOdbc(), AssigningAuthorityNormalize(), AssigningAuthoritySet()
property Facility as HS.Types.Facility;
Facility for this patient info - use the facility as the demographics could swap back and forth given same patient at different facilities
Property methods: FacilityDisplayToLogical(), FacilityGet(), FacilityGetStored(), FacilityIsValid(), FacilityLogicalToDisplay(), FacilityLogicalToOdbc(), FacilityNormalize(), FacilitySet()
property History as list of HS.AU.IHI.Management.History (CLASSNAME = 1, STORAGEDEFAULT = "array");
Property methods: HistoryBuildValueArray(), HistoryCollectionToDisplay(), HistoryCollectionToOdbc(), HistoryDisplayToCollection(), HistoryGet(), HistoryGetObject(), HistoryGetObjectId(), HistoryGetStored(), HistoryGetSwizzled(), HistoryIsValid(), HistoryOdbcToCollection(), HistorySet(), HistorySetObject(), HistorySetObjectId()
property MRN as HS.Types.MRN;
This patient's MRN (from the above assigning authority)
Property methods: MRNDisplayToLogical(), MRNGet(), MRNGetStored(), MRNIsValid(), MRNLogicalToDisplay(), MRNLogicalToOdbc(), MRNNormalize(), MRNSet()
property RecordStatus as %String;
Verified, Unverified, Provisional
Property methods: RecordStatusDisplayToLogical(), RecordStatusGet(), RecordStatusGetStored(), RecordStatusIsValid(), RecordStatusLogicalToDisplay(), RecordStatusLogicalToOdbc(), RecordStatusNormalize(), RecordStatusSet()

Indexes

index (MRNIndex on MRN,AssigningAuthority,Facility) [Data = (Number,Status,Alert), Unique];
Index methods: MRNIndexCheck(), MRNIndexCheckUnique(), MRNIndexDelete(), MRNIndexExists(), MRNIndexOpen(), MRNIndexSQLCheckUnique(), MRNIndexSQLExists(), MRNIndexSQLFindPKeyByConstraint(), MRNIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (HS.AU.HI.Management)

^HS.AU.HI.ManagementD(ID,"History",n)
=
History(n)

Storage Model: Storage (HS.AU.HI.Management)

^HS.AU.HI.ManagementD(ID)
=
%%CLASSNAME
Alert
Number
Status
LastValidation

Storage Model: Storage (HS.AU.IHI.Management)

^HS.AU.HI.ManagementD(ID,"Management")
=
AssigningAuthority
MRN
Facility
RecordStatus
FeedbackOpens in a new tab