PatientByHcPartyGenderEducationProfession constructor
PatientByHcPartyGenderEducationProfession({
- String? desc,
- String? healthcarePartyId,
- PatientDtoGenderEnum? gender,
- String? education,
- String? profession,
Implementation
PatientByHcPartyGenderEducationProfession({this.desc, this.healthcarePartyId, this.gender, this.education, this.profession});