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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user