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,
List<DEMedicalPlanStandardSubheading>? subheadings
}) : subheadings = subheadings ?? const [], super(DOCUMENT_FORMAT);