Class R5ToR5Loader
java.lang.Object
org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
org.hl7.fhir.convertors.loaders.loaderR5.R5ToR5Loader
- All Implemented Interfaces:
org.hl7.fhir.r5.context.IContextResourceLoader
-
Field Summary
Fields inherited from class org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
killPrimitives, lkp, patchUrls, types, URL_BASE, URL_ELEMENT_DEF_NAMESPACE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<org.hl7.fhir.r5.model.CodeSystem> org.hl7.fhir.r5.model.Bundle
loadBundle
(InputStream stream, boolean isJson) org.hl7.fhir.r5.model.Resource
loadResource
(InputStream stream, boolean isJson) org.hl7.fhir.r5.terminologies.client.TerminologyClientManager.ITerminologyClientFactory
protected String
Methods inherited from class org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
doPatchUrls, getNewLoader, getResourcePath, isPatchUrls, loaderFactory, patchUrl, setLoadProfiles, setPatchUrls, setPath, wantLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.r5.context.IContextResourceLoader
getTypes
-
Constructor Details
-
R5ToR5Loader
-
-
Method Details
-
loadBundle
public org.hl7.fhir.r5.model.Bundle loadBundle(InputStream stream, boolean isJson) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
loadResource
public org.hl7.fhir.r5.model.Resource loadResource(InputStream stream, boolean isJson) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
getCodeSystems
-
versionString
- Specified by:
versionString
in classBaseLoaderR5
-
txFactory
public org.hl7.fhir.r5.terminologies.client.TerminologyClientManager.ITerminologyClientFactory txFactory()
-