FhirExtension class

Annotations
  • @freezed

Constructors

FhirExtension({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, required FhirUri url, @JsonKey(name: '_url') Element? urlElement, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, FhirBoolean? valueBoolean, @JsonKey(name: '_valueBoolean') Element? valueBooleanElement, FhirInteger? valueInteger, @JsonKey(name: '_valueInteger') Element? valueIntegerElement, FhirDecimal? valueDecimal, @JsonKey(name: '_valueDecimal') Element? valueDecimalElement, FhirBase64Binary? valueBase64Binary, @JsonKey(name: '_valueBase64Binary') Element? valueBase64BinaryElement, FhirInstant? valueInstant, @JsonKey(name: '_valueInstant') Element? valueInstantElement, String? valueString, @JsonKey(name: '_valueString') Element? valueStringElement, FhirUri? valueUri, @JsonKey(name: '_valueUri') Element? valueUriElement, FhirDate? valueDate, @JsonKey(name: '_valueDate') Element? valueDateElement, FhirDateTime? valueDateTime, @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement, FhirTime? valueTime, @JsonKey(name: '_valueTime') Element? valueTimeElement, FhirCode? valueCode, @JsonKey(name: '_valueCode') Element? valueCodeElement, FhirOid? valueOid, @JsonKey(name: '_valueOid') Element? valueOidElement, FhirId? valueId, @JsonKey(name: '_valueId') Element? valueIdElement, FhirUnsignedInt? valueUnsignedInt, @JsonKey(name: '_valueUnsignedInt') Element? valueUnsignedIntElement, FhirPositiveInt? valuePositiveInt, @JsonKey(name: '_valuePositiveInt') Element? valuePositiveIntElement, FhirMarkdown? valueMarkdown, @JsonKey(name: '_valueMarkdown') Element? valueMarkdownElement, Annotation? valueAnnotation, Attachment? valueAttachment, Identifier? valueIdentifier, CodeableConcept? valueCodeableConcept, Coding? valueCoding, Quantity? valueQuantity, Range? valueRange, Period? valuePeriod, Ratio? valueRatio, SampledData? valueSampledData, HumanName? valueHumanName, Address? valueAddress, ContactPoint? valueContactPoint, Timing? valueTiming, Reference? valueReference, FhirMeta? valueMeta})
const
factory
FhirExtension.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
FhirExtension.fromJsonString(String source)
Acts like a constructor, returns a FhirExtension, accepts a String as an argument, mostly because I got tired of typing it out
factory
FhirExtension.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $FhirExtensionCopyWith<FhirExtension>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url FhirUri
no setterinherited
urlElement Element?
no setterinherited
valueAddress Address?
no setterinherited
valueAnnotation Annotation?
no setterinherited
valueAttachment Attachment?
no setterinherited
valueBase64Binary FhirBase64Binary?
no setterinherited
valueBase64BinaryElement Element?
no setterinherited
valueBoolean FhirBoolean?
no setterinherited
valueBooleanElement Element?
no setterinherited
valueCode FhirCode?
no setterinherited
valueCodeableConcept CodeableConcept?
no setterinherited
valueCodeElement Element?
no setterinherited
valueCoding Coding?
no setterinherited
valueContactPoint ContactPoint?
no setterinherited
valueDate FhirDate?
no setterinherited
valueDateElement Element?
no setterinherited
valueDateTime FhirDateTime?
no setterinherited
valueDateTimeElement Element?
no setterinherited
valueDecimal FhirDecimal?
no setterinherited
valueDecimalElement Element?
no setterinherited
valueHumanName HumanName?
no setterinherited
valueId FhirId?
no setterinherited
valueIdElement Element?
no setterinherited
valueIdentifier Identifier?
no setterinherited
valueInstant FhirInstant?
no setterinherited
valueInstantElement Element?
no setterinherited
valueInteger FhirInteger?
no setterinherited
valueIntegerElement Element?
no setterinherited
valueMarkdown FhirMarkdown?
no setterinherited
valueMarkdownElement Element?
no setterinherited
valueMeta FhirMeta?
no setterinherited
valueOid FhirOid?
no setterinherited
valueOidElement Element?
no setterinherited
valuePeriod Period?
no setterinherited
valuePositiveInt FhirPositiveInt?
no setterinherited
valuePositiveIntElement Element?
no setterinherited
valueQuantity Quantity?
no setterinherited
valueRange Range?
no setterinherited
valueRatio Ratio?
no setterinherited
valueReference Reference?
no setterinherited
valueSampledData SampledData?
no setterinherited
valueString String?
no setterinherited
valueStringElement Element?
no setterinherited
valueTime FhirTime?
no setterinherited
valueTimeElement Element?
no setterinherited
valueTiming Timing?
no setterinherited
valueUnsignedInt FhirUnsignedInt?
no setterinherited
valueUnsignedIntElement Element?
no setterinherited
valueUri FhirUri?
no setterinherited
valueUriElement Element?
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