mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-17 21:02: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>
|
* @return consent policies as bundle; <p>if empty patient has not been asked, yet.</p>
|
||||||
*/
|
*/
|
||||||
default Bundle getGenomDeConsent(String personIdentifierValue, Date requestDate) {
|
default Bundle getGenomDeConsent(String personIdentifierValue, Date requestDate) {
|
||||||
return currentConsentForPersonAndTemplate(personIdentifierValue, ConsentDomain.BroadConsent,
|
return currentConsentForPersonAndTemplate(personIdentifierValue, ConsentDomain.Modelvorhaben64e,
|
||||||
requestDate);
|
requestDate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user