Class C4BB110ResourceProvider
- java.lang.Object
-
- org.linuxforhealth.fhir.registry.spi.AbstractRegistryResourceProvider
-
- org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
-
- org.linuxforhealth.fhir.ig.carin.bb.C4BB110ResourceProvider
-
- All Implemented Interfaces:
FHIRRegistryResourceProvider
public class C4BB110ResourceProvider extends PackageRegistryResourceProvider
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
profileResourceMap, registryResourceMap, registryResources
-
-
Constructor Summary
Constructors Constructor Description C4BB110ResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPackageId()
Get the package id for this package registry resource provider (e.g.-
Methods inherited from class org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
getProfileResources, getProfileResources, getRegistryResources, getRegistryResources, getRegistryResources, getSearchParameterResources
-
Methods inherited from class org.linuxforhealth.fhir.registry.spi.AbstractRegistryResourceProvider
getRegistryResource, loadFromRegistry
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.linuxforhealth.fhir.registry.spi.FHIRRegistryResourceProvider
init
-
-
-
-
Method Detail
-
getPackageId
public java.lang.String getPackageId()
Description copied from class:PackageRegistryResourceProvider
Get the package id for this package registry resource provider (e.g. hl7.fhir.us.core)- Specified by:
getPackageId
in classPackageRegistryResourceProvider
- Returns:
- the package id for this package registry resource provider
-
-