DEMedicalPlanDocument constructor
- {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);