PatientByHcPartyGenderEducationProfessionFilter constructor

PatientByHcPartyGenderEducationProfessionFilter({
  1. String? description,
  2. String? healthcarePartyId,
  3. PatientGenderEnum? gender,
  4. String? education,
  5. String? profession,
})

Implementation

PatientByHcPartyGenderEducationProfessionFilter({this.description, this.healthcarePartyId, this.gender, this.education, this.profession});