DEMedicalPlanDocument constructor

DEMedicalPlanDocument(
  1. String? guid,
  2. int? currentPage,
  3. int? totalNumberOfPages,
  4. String? documentVersionNumber,
  5. String? patchVersionNumber,
  6. String? languageCountryCode,
  7. DEMedicalPlanPatientInformation? patient,
  8. DEMedicalPlanDoctorInformation? doctor,
  9. List<DEMedicalPlanStandardSubheading>? subheadings
)

Implementation

DEMedicalPlanDocument