DEMedicalPlanDocument constructor
DEMedicalPlanDocument(
- String? guid,
- int? currentPage,
- int? totalNumberOfPages,
- String? documentVersionNumber,
- String? patchVersionNumber,
- String? languageCountryCode,
- DEMedicalPlanPatientInformation? patient,
- DEMedicalPlanDoctorInformation? doctor,
- List<
DEMedicalPlanStandardSubheading> ? subheadings,
Implementation
DEMedicalPlanDocument(
this.guid,
this.currentPage,
this.totalNumberOfPages,
this.documentVersionNumber,
this.patchVersionNumber,
this.languageCountryCode,
this.patient,
this.doctor,
this.subheadings)
: super(DOCUMENT_FORMAT);