ProblemAllergySummary class

A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.

Annotations
  • @freezed

Constructors

ProblemAllergySummary({@JsonKey(name: 'problemSummary') List<String?>? problemSummary, @JsonKey(name: 'allergySummary') List<String?>? allergySummary})
factory
ProblemAllergySummary.fromJson(Map<String, dynamic> json)
factory

Properties

allergySummary List<String?>?
no setterinherited
copyWith → $ProblemAllergySummaryCopyWith<ProblemAllergySummary>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
problemSummary List<String?>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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