Package org.hl7.fhir.r4.context
Interface SimpleWorkerContext.IContextResourceLoader
-
- Enclosing class:
- SimpleWorkerContext
public static interface SimpleWorkerContext.IContextResourceLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundleloadBundle(InputStream stream, boolean isJson)
-
-
-
Method Detail
-
loadBundle
Bundle loadBundle(InputStream stream, boolean isJson) throws org.hl7.fhir.exceptions.FHIRException, IOException
- Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOException
-
-