Skip to main content

HS.AU.HI.Management

abstract persistent class HS.AU.HI.Management extends %Library.Persistent, %XML.Adaptor

SQL Table Name: HS_AU_HI.Management

Property Inventory

Method Inventory

Properties

property Alert as %String);
Property methods: AlertDisplayToLogical(), AlertGet(), AlertGetStored(), AlertIsValid(), AlertLogicalToDisplay(), AlertLogicalToOdbc(), AlertNormalize(), AlertSet()
property AlertIndex as %String [ Calculated ];
Property methods: AlertIndexCompute(), AlertIndexDisplayToLogical(), AlertIndexIsValid(), AlertIndexLogicalToDisplay(), AlertIndexLogicalToOdbc(), AlertIndexNormalize(), AlertIndexSQLCompute()
property History as list of HS.AU.HI.Management.History (CLASSNAME = 1, STORAGEDEFAULT = "array");
Property methods: HistoryBuildValueArray(), HistoryCollectionToDisplay(), HistoryCollectionToOdbc(), HistoryDisplayToCollection(), HistoryGet(), HistoryGetObject(), HistoryGetObjectId(), HistoryGetStored(), HistoryGetSwizzled(), HistoryIsValid(), HistoryOdbcToCollection(), HistorySet(), HistorySetObject(), HistorySetObjectId()
property LastValidation as %TimeStamp;
Property methods: LastValidationDisplayToLogical(), LastValidationGet(), LastValidationGetStored(), LastValidationIsValid(), LastValidationLogicalToDisplay(), LastValidationLogicalToXSD(), LastValidationNormalize(), LastValidationOdbcToLogical(), LastValidationSet(), LastValidationXSDToLogical()
property Number as %String (MAXLEN = 255);
Property methods: NumberDisplayToLogical(), NumberGet(), NumberGetStored(), NumberIsValid(), NumberLogicalToDisplay(), NumberLogicalToOdbc(), NumberNormalize(), NumberSet()
property Status as %String;
Active, Deceased, Retired, Expired, Resolved
Property methods: StatusDisplayToLogical(), StatusGet(), StatusGetStored(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()

Methods

method AlertIndexGet() as %String

Indexes

index (AlertIndex on AlertIndex,LastValidation);
Index methods: AlertIndexCompute(), AlertIndexDisplayToLogical(), AlertIndexExists(), AlertIndexGet(), AlertIndexIsValid(), AlertIndexLogicalToDisplay(), AlertIndexLogicalToOdbc(), AlertIndexNormalize(), AlertIndexSQLCompute()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NumberIndex on Number);
Index methods: NumberIndexExists()

Inherited Members

Inherited Methods

Storage

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

Subclasses

FeedbackOpens in a new tab