toPatientByHcPartyGenderEducationProfessionDto method

PatientByHcPartyGenderEducationProfession toPatientByHcPartyGenderEducationProfessionDto()

Implementation

api.PatientByHcPartyGenderEducationProfession toPatientByHcPartyGenderEducationProfessionDto() =>
    api.PatientByHcPartyGenderEducationProfession(
        desc: this.description,
        healthcarePartyId: this.healthcarePartyId,
        gender: this.gender?.toGender(),
        education: this.education,
        profession: this.profession,
    );