AuditEventAgent class

AuditEventAgent A record of an event made for purposes of maintaining

Annotations
  • @freezed

Constructors

AuditEventAgent({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? type, List<CodeableConcept>? role, Reference? who, String? altId, @JsonKey(name: '_altId') Element? altIdElement, String? name, @JsonKey(name: '_name') Element? nameElement, FhirBoolean? requestor, @JsonKey(name: '_requestor') Element? requestorElement, Reference? location, List<FhirUri>? policy, @JsonKey(name: '_policy') List<Element?>? policyElement, Coding? media, AuditEventNetwork? network, List<CodeableConcept>? purposeOfUse})
AuditEventAgent 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.
const
factory
AuditEventAgent.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
AuditEventAgent.fromJsonString(String source)
Acts like a constructor, returns a AuditEventAgent, accepts a String as an argument, mostly because I got tired of typing it out
factory
AuditEventAgent.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

altId String?
altId Alternative agent Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available.
no setterinherited
altIdElement Element?
altIdElement Extensions for altId
no setterinherited
copyWith → $AuditEventAgentCopyWith<AuditEventAgent>
no setterinherited
extension_ List<FhirExtension>?
extension_ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
fhirId FhirId?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
location Reference?
location Where the event occurred.
no setterinherited
media Coding?
media Type of media involved. Used when the event is about exporting/importing onto media.
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
name String?
name Human-meaningful name for the agent.
no setterinherited
nameElement Element?
nameElement Extensions for name
no setterinherited
network AuditEventNetwork?
network Logical network location for application activity, if the activity has a network location.
no setterinherited
policy List<FhirUri>?
policy The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
no setterinherited
policyElement List<Element?>?
policyElement Extensions for policy
no setterinherited
purposeOfUse List<CodeableConcept>?
purposeOfUse The reason (purpose of use), specific to this agent, that was used during the event being recorded.
no setterinherited
requestor FhirBoolean?
requestor Indicator that the user is or is not the requestor, or initiator, for the event being audited.
no setterinherited
requestorElement Element?
requestorElement Extensions for requestor
no setterinherited
role List<CodeableConcept>?
role The security role that the user was acting under, that come from local codes defined by the access control security system (e.g. RBAC, ABAC) used in the local context.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CodeableConcept?
type Specification of the participation type the user plays when performing the event.
no setterinherited
who Reference?
who Reference to who this agent is that was involved in the event.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited