byIds method

Implementation

HealthcareElementFilter byIds(Set<String> byIds) {
  this._byIds = byIds;
  return this;
}