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