Class AuditEventEvent
The event must be identified.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class AuditEventEvent : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Action
Extension container element for Action
Declaration
public Element _Action { get; set; }
Property Value
Type | Description |
---|---|
Element |
_DateTime
Extension container element for DateTime
Declaration
public Element _DateTime { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Outcome
Extension container element for Outcome
Declaration
public Element _Outcome { get; set; }
Property Value
Type | Description |
---|---|
Element |
_OutcomeDesc
Extension container element for OutcomeDesc
Declaration
public Element _OutcomeDesc { get; set; }
Property Value
Type | Description |
---|---|
Element |
Action
This broadly indicates what kind of action was done on the Participant Object.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System. |
DateTime
This ties an event to a specific date and time. Security audits typically require a consistent time base (e.g. UTC), to eliminate time-zone issues arising from geographical distribution.
Declaration
public string DateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
Outcome
Indicates whether the event succeeded or failed.
Declaration
public string Outcome { get; set; }
Property Value
Type | Description |
---|---|
System. |
OutcomeDesc
A free text description of the outcome of the event.
Declaration
public string OutcomeDesc { get; set; }
Property Value
Type | Description |
---|---|
System. |
PurposeOfEvent
The purposeOfUse (reason) that was used during the event being recorded.
Declaration
public List<Coding> PurposeOfEvent { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Subtype
This field enables queries of messages by implementation-defined event categories.
Declaration
public List<Coding> Subtype { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Type
This identifies the performed function. For "Execute" Event Action Code audit records, this identifies the application function performed.
Declaration
public Coding Type { get; set; }
Property Value
Type | Description |
---|---|
Coding |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |