AuditEventObject class

Annotations
  • @freezed

Constructors

AuditEventObject({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, Identifier? identifier, Reference? reference, Coding? type, Coding? role, Coding? lifecycle, List<Coding>? securityLabel, String? name, String? description, FhirBase64Binary? query, @JsonKey(name: '_query') Element? queryElement, List<AuditEventObjectDetail>? detail})
const
factory
AuditEventObject.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
AuditEventObject.fromJsonString(String source)
Acts like a constructor, returns a AuditEventObject, accepts a String as an argument, mostly because I got tired of typing it out
factory
AuditEventObject.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $AuditEventObjectCopyWith<AuditEventObject>
no setterinherited
description String?
no setterinherited
detail List<AuditEventObjectDetail>?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier Identifier?
no setterinherited
lifecycle Coding?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
name String?
no setterinherited
query FhirBase64Binary?
no setterinherited
queryElement Element?
no setterinherited
reference Reference?
no setterinherited
role Coding?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityLabel List<Coding>?
no setterinherited
type Coding?
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