Interface IConsentExtensionProvider

All Superinterfaces:
Consumer<org.hl7.fhir.instance.model.api.IBaseResource>, 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

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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.
     

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Field Details

    • ourLog

      static final org.slf4j.Logger 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

      default void accept(org.hl7.fhir.instance.model.api.IBaseResource theResource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      accept in interface Consumer<org.hl7.fhir.instance.model.api.IBaseResource>