Uses of Class
org.linuxforhealth.fhir.registry.resource.FHIRRegistryResource
-
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.registry
Methods in org.linuxforhealth.fhir.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description java.util.Collection<FHIRRegistryResource>
FHIRRegistry. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
Get the registry resources for the given resource type -
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.registry.resource
Methods in org.linuxforhealth.fhir.registry.resource with type parameters of type FHIRRegistryResource Modifier and Type Method Description <T extends FHIRRegistryResource>
TFHIRRegistryResource. as(java.lang.Class<T> registryResourceType)
<T extends FHIRRegistryResource>
booleanFHIRRegistryResource. is(java.lang.Class<T> registryResourceType)
Methods in org.linuxforhealth.fhir.registry.resource that return FHIRRegistryResource Modifier and Type Method Description static FHIRRegistryResource
FHIRRegistryResource. from(Resource resource)
static FHIRRegistryResource
FHIRRegistryResource. from(Resource resource, boolean defaultVersion)
Methods in org.linuxforhealth.fhir.registry.resource with parameters of type FHIRRegistryResource Modifier and Type Method Description int
FHIRRegistryResource. compareTo(FHIRRegistryResource other)
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.registry.spi
Methods in org.linuxforhealth.fhir.registry.spi that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
AbstractRegistryResourceProvider. getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
FHIRRegistryResource
FHIRRegistryResourceProvider. getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
Get the registry resource from this provider for the given resource type, url and versionMethods in org.linuxforhealth.fhir.registry.spi that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description abstract java.util.Collection<FHIRRegistryResource>
AbstractRegistryResourceProvider. getProfileResources(java.lang.String type)
default java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProvider. getProfileResources()
Get the profiles for all of the resources.java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProvider. getProfileResources(java.lang.String type)
Get the profile resources from this provider that constrain the given resource typeabstract java.util.Collection<FHIRRegistryResource>
AbstractRegistryResourceProvider. getRegistryResources()
abstract java.util.Collection<FHIRRegistryResource>
AbstractRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
protected abstract java.util.List<FHIRRegistryResource>
AbstractRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType, java.lang.String url)
Return a sorted list of FHIRRegistryResource with the passed canonical urljava.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProvider. getRegistryResources()
Get all the registry resources from this providerjava.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
Get the registry resources from this provider for the given resource typeabstract java.util.Collection<FHIRRegistryResource>
AbstractRegistryResourceProvider. getSearchParameterResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProvider. getSearchParameterResources(java.lang.String type)
Get the search parameter resources from this provider with the given search parameter type (e.g. -
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.registry.util
Subclasses of FHIRRegistryResource in org.linuxforhealth.fhir.registry.util Modifier and Type Class Description class
PackageRegistryResource
A FHIR registry resource that can load a FHIR resource given a pathFields in org.linuxforhealth.fhir.registry.util with type parameters of type FHIRRegistryResource Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<FHIRRegistryResource>>
PackageRegistryResourceProvider. profileResourceMap
protected java.util.Map<java.lang.Class<? extends Resource>,java.util.Map<java.lang.String,java.util.List<FHIRRegistryResource>>>
PackageRegistryResourceProvider. registryResourceMap
protected java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. registryResources
Methods in org.linuxforhealth.fhir.registry.util that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
FHIRRegistryResourceProviderAdapter. getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
Methods in org.linuxforhealth.fhir.registry.util that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProviderAdapter. getProfileResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getProfileResources()
java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getProfileResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProviderAdapter. getRegistryResources()
java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProviderAdapter. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
static java.util.Collection<FHIRRegistryResource>
FHIRRegistryUtil. getRegistryResources(java.lang.String packageId)
java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getRegistryResources()
java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
protected java.util.List<FHIRRegistryResource>
PackageRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType, java.lang.String url)
java.util.Collection<FHIRRegistryResource>
FHIRRegistryResourceProviderAdapter. getSearchParameterResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
PackageRegistryResourceProvider. getSearchParameterResources(java.lang.String type)
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.search.parameters
Methods in org.linuxforhealth.fhir.search.parameters that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description java.util.Collection<FHIRRegistryResource>
ExtensionSearchParametersResourceProvider. getProfileResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
ExtensionSearchParametersResourceProvider. getRegistryResources()
java.util.Collection<FHIRRegistryResource>
ExtensionSearchParametersResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
protected java.util.List<FHIRRegistryResource>
ExtensionSearchParametersResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType, java.lang.String url)
java.util.Collection<FHIRRegistryResource>
ExtensionSearchParametersResourceProvider. getSearchParameterResources(java.lang.String type)
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.server.registry
Methods in org.linuxforhealth.fhir.server.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description java.util.Collection<FHIRRegistryResource>
ServerRegistryResourceProvider. getProfileResources()
java.util.Collection<FHIRRegistryResource>
ServerRegistryResourceProvider. getProfileResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
ServerRegistryResourceProvider. getRegistryResources()
java.util.Collection<FHIRRegistryResource>
ServerRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
protected java.util.List<FHIRRegistryResource>
ServerRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType, java.lang.String url)
java.util.Collection<FHIRRegistryResource>
ServerRegistryResourceProvider. getSearchParameterResources(java.lang.String type)
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.term.graph.registry
Methods in org.linuxforhealth.fhir.term.graph.registry that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
SnomedRegistryResourceProvider. getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
-
Uses of FHIRRegistryResource in org.linuxforhealth.fhir.term.registry
Methods in org.linuxforhealth.fhir.term.registry that return FHIRRegistryResource Modifier and Type Method Description FHIRRegistryResource
ImplicitValueSetRegistryResourceProvider. getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
Methods in org.linuxforhealth.fhir.term.registry that return types with arguments of type FHIRRegistryResource Modifier and Type Method Description java.util.Collection<FHIRRegistryResource>
ImplicitValueSetRegistryResourceProvider. getProfileResources(java.lang.String type)
java.util.Collection<FHIRRegistryResource>
ImplicitValueSetRegistryResourceProvider. getRegistryResources()
java.util.Collection<FHIRRegistryResource>
ImplicitValueSetRegistryResourceProvider. getRegistryResources(java.lang.Class<? extends Resource> resourceType)
java.util.Collection<FHIRRegistryResource>
ImplicitValueSetRegistryResourceProvider. getSearchParameterResources(java.lang.String type)
-