PatientByHcPartyAndSsinsFilter constructor

PatientByHcPartyAndSsinsFilter({
  1. String? desc,
  2. List<String> ssins = const [],
  3. String? healthcarePartyId,
})

Implementation

PatientByHcPartyAndSsinsFilter({this.desc, this.ssins = const [], this.healthcarePartyId});