Interface ISubscriptionProvider
-
- All Known Implementing Classes:
FhirClientSubscriptionProvider
public interface ISubscriptionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanloadSubscription(org.hl7.fhir.instance.model.api.IBaseResource theResource)ca.uhn.fhir.rest.api.server.IBundleProvidersearch(SearchParameterMap theMap)
-
-
-
Method Detail
-
search
ca.uhn.fhir.rest.api.server.IBundleProvider search(SearchParameterMap theMap)
-
loadSubscription
boolean loadSubscription(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
-