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