DEMedicalPlanStandardSubheading constructor
DEMedicalPlanStandardSubheading(
- List<
String> generalNotes, - List<
DEMedicalPlanStandardSubheadingField> fields, - List<
DEMedicalPlanMedicine> medicines, - List<
DEMedicalPlanSubheadingPrescription> prescriptions,
Implementation
DEMedicalPlanStandardSubheading(
this.generalNotes, this.fields, this.medicines, this.prescriptions);