Patient class
Properties
- age → String?
-
no setter
- bp → String?
-
no setter
- diagnosis → List?
-
no setter
- diagnosisHistory → HistoryType?
-
no setter
- gender → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- insurance → String?
-
no setter
- insuranceName → List?
-
no setter
- insuranceType → List?
-
no setter
- labTest → List?
-
no setter
- labTestHistory → HistoryType?
-
no setter
- pharmacy → List?
-
no setter
- pharmacyHistory → HistoryType?
-
no setter
- prescription → List?
-
no setter
- prescriptionHistory → HistoryType?
-
no setter
- pulse → String?
-
no setter
- respiration → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
no setter
-
temperature
→ Map<
String, dynamic> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited