Skip to main content

HS.FHIR.vSTU3.Model.Resource.AuditEvent

deprecated class HS.FHIR.vSTU3.Model.Resource.AuditEvent extends HS.FHIR.vSTU3.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
If the element is present, it must have either a @value, an @id, or extensions

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = AuditEvent;
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 action as HS.FHIR.vSTU3.Model.Base.AuditEventAction (XMLNAME = "action", XMLPROJECTION = "ELEMENT");
Indicator for type of action performed during the event that generated the audit.
Property methods: actionGet(), actionGetSwizzled(), actionIsValid(), actionNewObject(), actionSet()
property agent as list of HS.FHIR.vSTU3.Model.Resource.AuditEvent.Agent (XMLNAME = "agent", XMLPROJECTION = "ELEMENT");
An actor taking an active role in the event or activity that is logged.
Property methods: agentBuildValueArray(), agentCollectionToDisplay(), agentCollectionToOdbc(), agentDisplayToCollection(), agentGet(), agentGetObject(), agentGetObjectId(), agentGetSwizzled(), agentIsValid(), agentOdbcToCollection(), agentSet(), agentSetObject(), agentSetObjectId()
property entity as list of HS.FHIR.vSTU3.Model.Resource.AuditEvent.Entity (XMLNAME = "entity", XMLPROJECTION = "ELEMENT");
Specific instances of data or objects that have been accessed.
Property methods: entityBuildValueArray(), entityCollectionToDisplay(), entityCollectionToOdbc(), entityDisplayToCollection(), entityGet(), entityGetObject(), entityGetObjectId(), entityGetSwizzled(), entityIsValid(), entityOdbcToCollection(), entitySet(), entitySetObject(), entitySetObjectId()
property outcome as HS.FHIR.vSTU3.Model.Base.AuditEventOutcome (XMLNAME = "outcome", XMLPROJECTION = "ELEMENT");
Indicates whether the event succeeded or failed.
Property methods: outcomeGet(), outcomeGetSwizzled(), outcomeIsValid(), outcomeNewObject(), outcomeSet()
property outcomeDesc as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "outcomeDesc", XMLPROJECTION = "ELEMENT");
A free text description of the outcome of the event.
Property methods: outcomeDescGet(), outcomeDescGetSwizzled(), outcomeDescIsValid(), outcomeDescNewObject(), outcomeDescSet()
property purposeOfEvent as list of HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "purposeOfEvent", XMLPROJECTION = "ELEMENT");
The purposeOfUse (reason) that was used during the event being recorded.
Property methods: purposeOfEventBuildValueArray(), purposeOfEventCollectionToDisplay(), purposeOfEventCollectionToOdbc(), purposeOfEventDisplayToCollection(), purposeOfEventGet(), purposeOfEventGetObject(), purposeOfEventGetObjectId(), purposeOfEventGetSwizzled(), purposeOfEventIsValid(), purposeOfEventOdbcToCollection(), purposeOfEventSet(), purposeOfEventSetObject(), purposeOfEventSetObjectId()
property recorded as HS.FHIR.vSTU3.Model.Datatype.Instant (XMLNAME = "recorded", XMLPROJECTION = "ELEMENT") [ Required ];
The time when the event occurred on the source.
Property methods: recordedGet(), recordedGetSwizzled(), recordedIsValid(), recordedNewObject(), recordedSet()
property source as HS.FHIR.vSTU3.Model.Resource.AuditEvent.Source (XMLNAME = "source", XMLPROJECTION = "ELEMENT") [ Required ];
The system that is reporting the event.
Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property subtype as list of HS.FHIR.vSTU3.Model.Base.Coding (XMLNAME = "subtype", XMLPROJECTION = "ELEMENT");
Identifier for the category of event.
Property methods: subtypeBuildValueArray(), subtypeCollectionToDisplay(), subtypeCollectionToOdbc(), subtypeDisplayToCollection(), subtypeGet(), subtypeGetObject(), subtypeGetObjectId(), subtypeGetSwizzled(), subtypeIsValid(), subtypeOdbcToCollection(), subtypeSet(), subtypeSetObject(), subtypeSetObjectId()
property type as HS.FHIR.vSTU3.Model.Base.Coding (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
Identifier for a family of the event. For example, a menu item, program, rule, policy, function code, application name or URL. It identifies the performed function.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()

Methods

deprecated method SetAction(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "action" property.
deprecated method SetOutcome(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "outcome" property.
deprecated method SetOutcomeDesc(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "outcomeDesc" property.
deprecated method SetPurposeOfEvent(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "purposeOfEvent" property.
deprecated method SetRecorded(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "recorded" property.
deprecated method SetSubtype(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "subtype" property.
deprecated method SetType(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab