
Uses of Interface
ca.uhn.fhir.jpa.provider.r4.IMemberMatchConsentHook
Packages that use IMemberMatchConsentHook
-
Uses of IMemberMatchConsentHook in ca.uhn.fhir.jpa.config.r4
Methods in ca.uhn.fhir.jpa.config.r4 with parameters of type IMemberMatchConsentHookModifier and TypeMethodDescriptionJpaR4Config.memberMatcherR4Helper
(ca.uhn.fhir.context.FhirContext theContext, IFhirResourceDao<org.hl7.fhir.r4.model.Coverage> theCoverageDao, IFhirResourceDao<org.hl7.fhir.r4.model.Patient> thePatientDao, IFhirResourceDao<org.hl7.fhir.r4.model.Consent> theConsentDao, IMemberMatchConsentHook theExtensionProvider) -
Uses of IMemberMatchConsentHook in ca.uhn.fhir.jpa.provider.r4
Subinterfaces of IMemberMatchConsentHook in ca.uhn.fhir.jpa.provider.r4Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.- we just use Consumer now TODO delete this.Constructors in ca.uhn.fhir.jpa.provider.r4 with parameters of type IMemberMatchConsentHookModifierConstructorDescriptionMemberMatcherR4Helper
(ca.uhn.fhir.context.FhirContext theContext, IFhirResourceDao<org.hl7.fhir.r4.model.Coverage> theCoverageDao, IFhirResourceDao<org.hl7.fhir.r4.model.Patient> thePatientDao, IFhirResourceDao<org.hl7.fhir.r4.model.Consent> theConsentDao, IMemberMatchConsentHook theConsentModifier)