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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
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
|