Narrative class

A human-readable summary of the resource conveying the essential clinical and business information for the resource.

Constructors

Narrative({NarrativeStatus? status, String? div})
Constructs a new Narrative
Narrative.fromJson(JsonObject _json)
Constructs a new Narrative instance from the provided JSON object.

Properties

div String?
The actual narrative content, a stripped down version of XHTML.
no setter
hashCode int
The hash code for this object.
no setteroverride
json → JsonObject
Converts this Narrative instance to a JSON object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NarrativeStatus?
The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.
no setter

Methods

copyWith({NarrativeStatus? status, String? div}) Narrative
Makes a deep copy of this Narrative.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

divField → const FieldDefinition<String>
Field definition for div
fieldDefinitions → const List<FieldDefinition<Object>>
All field definitions for Narrative
statusField → const FieldDefinition<NarrativeStatus>
Field definition for status