1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-16 20:32:54 +00:00

fix: ICheckConsent get genomDE consent

This commit is contained in:
Jakub Lidke
2025-07-10 09:48:10 +02:00
parent 3a2f37c34c
commit 48fd491278

View File

@ -36,7 +36,7 @@ public interface ICheckConsent {
* @return consent policies as bundle; <p>if empty patient has not been asked, yet.</p>
*/
default Bundle getGenomDeConsent(String personIdentifierValue, Date requestDate) {
return currentConsentForPersonAndTemplate(personIdentifierValue, ConsentDomain.BroadConsent,
return currentConsentForPersonAndTemplate(personIdentifierValue, ConsentDomain.Modelvorhaben64e,
requestDate);
}