PatientInfo class

Information about a patient.

Information used in providing medical service.

Annotations
  • @freezed

Constructors

PatientInfo({String? patientId, String? patientReference, String? patientName, String? encounterId, String? encounterReference})
factory
PatientInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $PatientInfoCopyWith<PatientInfo>
no setterinherited
encounterId String?
no setterinherited
encounterReference String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
patientId String?
no setterinherited
patientName String?
no setterinherited
patientReference 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