RecommendationData class
Constructors
-
RecommendationData.new({RecommendationLab? lab, RecommendationDrug? drug, RecommendationICD10? icd10, List<
RecommendationFollowUp> ? followUp, RecommendationDoctorReferral? doctorReferral, List<RecommendationPostCallAnswer> ? postCallAnswer}) -
RecommendationData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- doctorReferral ↔ RecommendationDoctorReferral?
-
getter/setter pair
- drug ↔ RecommendationDrug?
-
getter/setter pair
-
followUp
↔ List<
RecommendationFollowUp> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icd10 ↔ RecommendationICD10?
-
getter/setter pair
- lab ↔ RecommendationLab?
-
getter/setter pair
-
postCallAnswer
↔ List<
RecommendationPostCallAnswer> ? -
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited