byIdentifiers method

PatientFilter byIdentifiers(
  1. Set<Identifier> identifiers
)

Implementation

PatientFilter byIdentifiers(Set<Identifier> identifiers) {
  this._byIdentifiers = identifiers;
  return this;
}