RecommendationData constructor
RecommendationData({
- RecommendationLab? lab,
- RecommendationDrug? drug,
- RecommendationICD10? icd10,
- List<
RecommendationFollowUp> ? followUp, - RecommendationDoctorReferral? doctorReferral,
- List<
RecommendationPostCallAnswer> ? postCallAnswer,
Implementation
RecommendationData({
this.lab,
this.drug,
this.icd10,
this.followUp,
this.doctorReferral,
this.postCallAnswer,
});