Communication class

FHIRPatientCommunication definition: demographics and other administrative information about an individual or animal receiving care or other health-related services.

Annotations
  • @freezed

Constructors

Communication({@JsonKey.new(name: 'ID') String? id, @JsonKey.new(name: 'language') CodeableConcept? language, @JsonKey.new(name: 'preferred') bool? preferred})
factory
Communication.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $CommunicationCopyWith<Communication>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
language CodeableConcept?
The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.
no setterinherited
preferred bool?
Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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