Narrative class

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

Annotations
  • @freezed

Constructors

Narrative({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'Status', unknownEnumValue: NarrativeStatusEnum.empty) NarrativeStatusEnum? status, @JsonKey(name: 'Div') String? div})
factory
Narrative.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $NarrativeCopyWith<Narrative>
no setterinherited
div String?
The actual narrative content, a stripped down version of XHTML.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NarrativeStatusEnum?
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 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