Skip to main content

HS.IHE.ATNA.Repository.DICOMData.AuditMessage

persistent class HS.IHE.ATNA.Repository.DICOMData.AuditMessage extends %Library.Persistent, %XML.Adaptor

SQL Table Name: HS_IHE_ATNA_Repository_DICOMData.AuditMessage

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = AuditMessage;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property ActiveParticipant as list of HS.IHE.ATNA.Repository.DICOMData.ActiveParticipantContents (XMLNAME = "ActiveParticipant", XMLPROJECTION = "ELEMENT", XMLREF = 1) [ Required ];
Property methods: ActiveParticipantBuildValueArray(), ActiveParticipantCollectionToDisplay(), ActiveParticipantCollectionToOdbc(), ActiveParticipantDisplayToCollection(), ActiveParticipantGet(), ActiveParticipantGetObject(), ActiveParticipantGetObjectId(), ActiveParticipantGetStored(), ActiveParticipantGetSwizzled(), ActiveParticipantIsValid(), ActiveParticipantOdbcToCollection(), ActiveParticipantSet(), ActiveParticipantSetObject(), ActiveParticipantSetObjectId()
property AuditSourceIdentification as HS.IHE.ATNA.Repository.DICOMData.AuditSourceIdentificationContents (XMLNAME = "AuditSourceIdentification", XMLREF = 1) [ Required ];
Property methods: AuditSourceIdentificationGet(), AuditSourceIdentificationGetObject(), AuditSourceIdentificationGetObjectId(), AuditSourceIdentificationGetStored(), AuditSourceIdentificationGetSwizzled(), AuditSourceIdentificationIsValid(), AuditSourceIdentificationNewObject(), AuditSourceIdentificationSet(), AuditSourceIdentificationSetObject(), AuditSourceIdentificationSetObjectId(), AuditSourceIdentificationUnSwizzle()
property EventIdentification as HS.IHE.ATNA.Repository.DICOMData.EventIdentificationContents (XMLNAME = "EventIdentification", XMLREF = 1) [ Required ];
Property methods: EventIdentificationGet(), EventIdentificationGetObject(), EventIdentificationGetObjectId(), EventIdentificationGetStored(), EventIdentificationGetSwizzled(), EventIdentificationIsValid(), EventIdentificationNewObject(), EventIdentificationSet(), EventIdentificationSetObject(), EventIdentificationSetObjectId(), EventIdentificationUnSwizzle()
property ParticipantObjectIdentification as list of HS.IHE.ATNA.Repository.DICOMData.ParticipantObjectIdentificationContents (XMLNAME = "ParticipantObjectIdentification", XMLPROJECTION = "ELEMENT", XMLREF = 1);
Property methods: ParticipantObjectIdentificationBuildValueArray(), ParticipantObjectIdentificationCollectionToDisplay(), ParticipantObjectIdentificationCollectionToOdbc(), ParticipantObjectIdentificationDisplayToCollection(), ParticipantObjectIdentificationGet(), ParticipantObjectIdentificationGetObject(), ParticipantObjectIdentificationGetObjectId(), ParticipantObjectIdentificationGetStored(), ParticipantObjectIdentificationGetSwizzled(), ParticipantObjectIdentificationIsValid(), ParticipantObjectIdentificationOdbcToCollection(), ParticipantObjectIdentificationSet(), ParticipantObjectIdentificationSetObject(), ParticipantObjectIdentificationSetObjectId()

Methods

classmethod ATNAToAggregation(pAuditMessage As AuditMessage, Output pAggregation As HS.IHE.ATNA.Repository.Aggregation)
To convert an externally received DICOM audit message to our internal aggregation structure
classmethod Participants(pAuditMessage As AuditMessage, ByRef pAggregation As HS.IHE.ATNA.Repository.Aggregation)
classmethod SaveRequest(pRequest As HS.Message.XMLMessage, Output pAuditIndex As HS.IHE.ATNA.Repository.Aggregation) as %Status
This is only used to record external audit messages. They will be converted to an Aggregation record, which will contain the entire inbound AuditMessage stream in its ATNAMessage string property
classmethod Test()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.IHE.ATNA.Repository.DICOMData.AuditMessage)

^HS.IHE.ATNA.R494C.AuditMessageD(ID)
=
%%CLASSNAME
EventIdentification
ActiveParticipant
AuditSourceIdentification
ParticipantObjectIdentification
FeedbackOpens in a new tab