Uses of Class
com.ibm.fhir.registry.resource.FHIRRegistryResource
-
-
Uses of FHIRRegistryResource in com.ibm.fhir.registry
Methods in com.ibm.fhir.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description Collection<FHIRRegistryResource>FHIRRegistry. getRegistryResources(Class<? extends Resource> resourceType)Get the registry resources for the given resource type -
Uses of FHIRRegistryResource in com.ibm.fhir.registry.resource
Methods in com.ibm.fhir.registry.resource with type parameters of type FHIRRegistryResource Modifier and Type Method Description <T extends FHIRRegistryResource>
TFHIRRegistryResource. as(Class<T> registryResourceType)<T extends FHIRRegistryResource>
booleanFHIRRegistryResource. is(Class<T> registryResourceType)Methods in com.ibm.fhir.registry.resource that return FHIRRegistryResource Modifier and Type Method Description static FHIRRegistryResourceFHIRRegistryResource. from(Resource resource)static FHIRRegistryResourceFHIRRegistryResource. from(Resource resource, boolean defaultVersion)Methods in com.ibm.fhir.registry.resource with parameters of type FHIRRegistryResource Modifier and Type Method Description intFHIRRegistryResource. compareTo(FHIRRegistryResource other) -
Uses of FHIRRegistryResource in com.ibm.fhir.registry.spi
Methods in com.ibm.fhir.registry.spi that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResourceAbstractRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version)FHIRRegistryResourceFHIRRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version)Get the registry resource from this provider for the given resource type, url and versionMethods in com.ibm.fhir.registry.spi that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description abstract Collection<FHIRRegistryResource>AbstractRegistryResourceProvider. getProfileResources(String type)default Collection<FHIRRegistryResource>FHIRRegistryResourceProvider. getProfileResources()Get the profiles for all of the resources.Collection<FHIRRegistryResource>FHIRRegistryResourceProvider. getProfileResources(String type)Get the profile resources from this provider that constrain the given resource typeabstract Collection<FHIRRegistryResource>AbstractRegistryResourceProvider. getRegistryResources()abstract Collection<FHIRRegistryResource>AbstractRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)protected abstract List<FHIRRegistryResource>AbstractRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType, String url)Return a sorted list of FHIRRegistryResource with the passed canonical urlCollection<FHIRRegistryResource>FHIRRegistryResourceProvider. getRegistryResources()Get all the registry resources from this providerCollection<FHIRRegistryResource>FHIRRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)Get the registry resources from this provider for the given resource typeabstract Collection<FHIRRegistryResource>AbstractRegistryResourceProvider. getSearchParameterResources(String type)Collection<FHIRRegistryResource>FHIRRegistryResourceProvider. getSearchParameterResources(String type)Get the search parameter resources from this provider with the given search parameter type (e.g. -
Uses of FHIRRegistryResource in com.ibm.fhir.registry.util
Subclasses of FHIRRegistryResource in com.ibm.fhir.registry.util Modifier and Type Class Description classPackageRegistryResourceA FHIR registry resource that can load a FHIR resource given a pathFields in com.ibm.fhir.registry.util with type parameters of type FHIRRegistryResource Modifier and Type Field Description protected Map<String,List<FHIRRegistryResource>>PackageRegistryResourceProvider. profileResourceMapprotected Map<Class<? extends Resource>,Map<String,List<FHIRRegistryResource>>>PackageRegistryResourceProvider. registryResourceMapprotected Collection<FHIRRegistryResource>PackageRegistryResourceProvider. registryResourcesMethods in com.ibm.fhir.registry.util that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResourceFHIRRegistryResourceProviderAdapter. getRegistryResource(Class<? extends Resource> resourceType, String url, String version) -
Uses of FHIRRegistryResource in com.ibm.fhir.search.parameters
Methods in com.ibm.fhir.search.parameters that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description Collection<FHIRRegistryResource>ExtensionSearchParametersResourceProvider. getProfileResources(String type)Collection<FHIRRegistryResource>ExtensionSearchParametersResourceProvider. getRegistryResources()Collection<FHIRRegistryResource>ExtensionSearchParametersResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)protected List<FHIRRegistryResource>ExtensionSearchParametersResourceProvider. getRegistryResources(Class<? extends Resource> resourceType, String url)Collection<FHIRRegistryResource>ExtensionSearchParametersResourceProvider. getSearchParameterResources(String type) -
Uses of FHIRRegistryResource in com.ibm.fhir.server.registry
Methods in com.ibm.fhir.server.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description Collection<FHIRRegistryResource>ServerRegistryResourceProvider. getProfileResources()Collection<FHIRRegistryResource>ServerRegistryResourceProvider. getProfileResources(String type)Collection<FHIRRegistryResource>ServerRegistryResourceProvider. getRegistryResources()Collection<FHIRRegistryResource>ServerRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)protected List<FHIRRegistryResource>ServerRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType, String url)Collection<FHIRRegistryResource>ServerRegistryResourceProvider. getSearchParameterResources(String type) -
Uses of FHIRRegistryResource in com.ibm.fhir.term.graph.registry
Methods in com.ibm.fhir.term.graph.registry that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResourceSnomedRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version) -
Uses of FHIRRegistryResource in com.ibm.fhir.term.registry
Methods in com.ibm.fhir.term.registry that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResourceImplicitValueSetRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version)Methods in com.ibm.fhir.term.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description Collection<FHIRRegistryResource>ImplicitValueSetRegistryResourceProvider. getProfileResources(String type)Collection<FHIRRegistryResource>ImplicitValueSetRegistryResourceProvider. getRegistryResources()Collection<FHIRRegistryResource>ImplicitValueSetRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)Collection<FHIRRegistryResource>ImplicitValueSetRegistryResourceProvider. getSearchParameterResources(String type)
-