PatientByHcPartyAndSsinsFilter constructor

PatientByHcPartyAndSsinsFilter({
  1. String? description,
  2. List<String>? ssins,
  3. String? healthcarePartyId,
})

Implementation

PatientByHcPartyAndSsinsFilter({this.description, this.ssins, this.healthcarePartyId});