toPatientByHcPartyAndSsinsFilterDto method

PatientByHcPartyAndSsinsFilter toPatientByHcPartyAndSsinsFilterDto()

Implementation

api.PatientByHcPartyAndSsinsFilter toPatientByHcPartyAndSsinsFilterDto() =>
    api.PatientByHcPartyAndSsinsFilter(
        desc: this.description,
        healthcarePartyId: this.healthcarePartyId,
        ssins: this.ssins ?? []
    );