Uses of Class
com.ibm.fhir.registry.resource.FHIRRegistryResource
-
-
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 FHIRRegistryResource
FHIRRegistryResource. from(Resource resource)
Methods in com.ibm.fhir.registry.resource with parameters of type FHIRRegistryResource Modifier and Type Method Description int
FHIRRegistryResource. 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 FHIRRegistryResource
FHIRRegistryResourceProvider. 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 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 typeCollection<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 typeCollection<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 class
PackageRegistryResource
A 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. profileResourceMap
protected Map<Class<? extends Resource>,Map<String,List<FHIRRegistryResource>>>
PackageRegistryResourceProvider. registryResourceMap
protected Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. registryResources
Methods in com.ibm.fhir.registry.util that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
PackageRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version)
Methods in com.ibm.fhir.registry.util that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getProfileResources()
Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getProfileResources(String type)
static Collection<FHIRRegistryResource>
FHIRRegistryUtil. getRegistryResources(String packageId)
Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getRegistryResources()
Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getRegistryResources(Class<? extends Resource> resourceType)
Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getSearchParameterResources(String type)
-
Uses of FHIRRegistryResource in com.ibm.fhir.server.registry
Methods in com.ibm.fhir.server.registry that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
ServerRegistryResourceProvider. getRegistryResource(Class<? extends Resource> resourceType, String url, String version)
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)
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 FHIRRegistryResource
SnomedRegistryResourceProvider. 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 FHIRRegistryResource
ImplicitValueSetRegistryResourceProvider. 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)
-