EvidenceReportSection class

EvidenceReportSection The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.

Annotations
  • @freezed

Constructors

EvidenceReportSection({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, String? title, @JsonKey(name: '_title') Element? titleElement, CodeableConcept? focus, Reference? focusReference, List<Reference>? author, Narrative? text, FhirCode? mode, @JsonKey(name: '_mode') Element? modeElement, CodeableConcept? orderedBy, List<CodeableConcept>? entryClassifier, List<Reference>? entryReference, List<Quantity>? entryQuantity, CodeableConcept? emptyReason, List<EvidenceReportSection>? section})
EvidenceReportSection The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.
const
factory
EvidenceReportSection.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
EvidenceReportSection.fromJsonString(String source)
Acts like a constructor, returns a EvidenceReportSection, accepts a String as an argument, mostly because I got tired of typing it out
factory
EvidenceReportSection.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

author List<Reference>?
no setterinherited
copyWith → $EvidenceReportSectionCopyWith<EvidenceReportSection>
no setterinherited
emptyReason CodeableConcept?
no setterinherited
entryClassifier List<CodeableConcept>?
no setterinherited
entryQuantity List<Quantity>?
no setterinherited
entryReference List<Reference>?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
focus CodeableConcept?
no setterinherited
focusReference Reference?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mode FhirCode?
no setterinherited
modeElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
orderedBy CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section List<EvidenceReportSection>?
no setterinherited
text Narrative?
no setterinherited
title String?
no setterinherited
titleElement 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