Section class

Annotations
  • @freezed

Constructors

Section({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'Title') String? title, @JsonKey(name: 'Code') String? code, @JsonKey(name: 'Author') List<Reference?>? author, @JsonKey(name: 'Focus') Reference? focus, @JsonKey(name: 'Text') Narrative? text, @JsonKey(name: 'Mode') String? mode, @JsonKey(name: 'OrderedBy') CodeableConcept? orderedBy, @JsonKey(name: 'Entry') List<Reference?>? entry, @JsonKey(name: 'EmptyReason') Reference? emptyReason, @JsonKey(name: 'Section') List<Section?>? section})
factory
Section.fromJson(Map<String, dynamic> json)
factory

Properties

author List<Reference?>?
no setterinherited
code String?
no setterinherited
copyWith → $SectionCopyWith<Section>
no setterinherited
emptyReason Reference?
no setterinherited
entry List<Reference?>?
no setterinherited
focus Reference?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
mode String?
no setterinherited
orderedBy CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section List<Section?>?
no setterinherited
text Narrative?
no setterinherited
title String?
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