byGenderEducationProfession method
PatientFilter
byGenderEducationProfession(
- PatientGenderEnum gender, {
- String? education = null,
- String? profession = null,
Implementation
PatientFilter byGenderEducationProfession(PatientGenderEnum gender, {String? education = null, String? profession = null}) {
this._byGenderEducationProfession = Tuple3(gender, education, profession);
return this;
}