PatientByHcPartyGenderEducationProfession constructor

PatientByHcPartyGenderEducationProfession({
  1. String? desc,
  2. String? healthcarePartyId,
  3. PatientDtoGenderEnum? gender,
  4. String? education,
  5. String? profession,
})

Implementation

PatientByHcPartyGenderEducationProfession({this.desc, this.healthcarePartyId, this.gender, this.education, this.profession});