forPatients method

DataSampleFilter forPatients(
  1. Crypto crypto,
  2. List<PotentiallyEncryptedPatient> patients
)

Implementation

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