forPatients method

Implementation

HealthcareElementFilter forPatients(Crypto crypto, List<PotentiallyEncryptedPatient> patients) {
  this._forPatients = Tuple2(crypto, patients);
  return this;
}