DiagnosticReportUsCore class

Inheritance
  • Object
  • Resource
  • DiagnosticReportUsCore

Constructors

DiagnosticReportUsCore({String? id, Meta? meta, Narrative? text, required DiagnosticReportStatus status, required List<CodeableConcept> category, required CodeableConcept code, required Reference subject, Reference? encounter, FhirDateTime? effectiveDateTime, Period? effectivePeriod, Instant? issued, List<Reference>? performer, List<Reference>? result, List<Attachment>? presentedForm})
factory
DiagnosticReportUsCore.laboratoryResultsReporting({required DiagnosticReportStatus status, required CodeableConcept code, required Reference subject, FhirDateTime? effectiveDateTime, Period? effectivePeriod, required Instant issued, List<Reference>? performer, List<Reference>? result})
factory
DiagnosticReportUsCore.reportAndNoteExchange({required DiagnosticReportStatus status, required DiagnosticReportCategory diagnosticReportCategory, List<CodeableConcept>? category, required CodeableConcept code, required Reference subject, Reference? encounter, FhirDateTime? effectiveDateTime, Period? effectivePeriod, Instant? issued, List<Reference>? performer, List<Attachment>? presentedForm})
factory

Properties

category List<CodeableConcept>?
no setter
code → CodeableConcept
no setter
contained List<Resource>?
getter/setter pairinherited
effectiveDateTime → FhirDateTime?
no setter
effectivePeriod → Period?
no setter
encounter → Reference?
no setter
extension_ List<FhirExtension>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited-setteroverride-getter
implicitRules ↔ FhirUri?
getter/setter pairinherited
issued → Instant?
no setter
language ↔ Code?
getter/setter pairinherited
meta ↔ Meta?
getter/setter pairinherited-setteroverride-getter
modifierExtension List<FhirExtension>?
getter/setter pairinherited
path String
Local Reference for this Resource, form is "ResourceType/Id"
no setterinherited
performer List<Reference>?
no setter
presentedForm List<Attachment>?
no setter
resourceType ↔ R4ResourceType?
getter/setter pairinherited
resourceTypeString String?
produce a string of the resourceType
no setterinherited
result List<Reference>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Code?
no setter
subject → Reference?
no setter
text ↔ Narrative?
getter/setter pairinherited-setteroverride-getter
thisReference → Reference
Convenience method to return a Reference referring to that Resource
no setterinherited
value → DiagnosticReport
no setter

Methods

newId() → Resource
returns the same resource with a new ID (even if there is already an ID present)
inherited
newIdIfNoId() → Resource
returns the same resource with a new ID if there is no current ID
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map<String, dynamic> of the Resource
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object
inherited
updateVersion({Meta? oldMeta}) → Resource
Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number
inherited

Operators

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