
Package ca.uhn.fhir.jpa.provider.r4
Interface IConsentExtensionProvider
- All Superinterfaces:
Consumer<org.hl7.fhir.instance.model.api.IBaseResource>
,IMemberMatchConsentHook
@Deprecated(since="6.3.6",
forRemoval=true)
public interface IConsentExtensionProvider
extends IMemberMatchConsentHook
Deprecated, for removal: This API element is subject to removal in a future version.
- we just use Consumer now
TODO delete this.
Hook for Consent pre-save additions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.Logger
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondefault void
accept
(org.hl7.fhir.instance.model.api.IBaseResource theResource) Deprecated, for removal: This API element is subject to removal in a future version.Collection<org.hl7.fhir.instance.model.api.IBaseExtension>
getConsentExtension
(org.hl7.fhir.instance.model.api.IBaseResource theConsentResource) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
ourLog
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConsentExtension
Collection<org.hl7.fhir.instance.model.api.IBaseExtension> getConsentExtension(org.hl7.fhir.instance.model.api.IBaseResource theConsentResource) Deprecated, for removal: This API element is subject to removal in a future version. -
accept
Deprecated, for removal: This API element is subject to removal in a future version.
-