HealthcareElementByHcPartyIdentifiersFilter constructor

HealthcareElementByHcPartyIdentifiersFilter({
  1. String? description,
  2. String? hcPartyId,
  3. List<Identifier> identifiers = const [],
})

Implementation

HealthcareElementByHcPartyIdentifiersFilter({this.description, this.hcPartyId, this.identifiers = const []});