Package org.hl7.fhir.convertors.loaders
Class XVersionLoader
java.lang.Object
org.hl7.fhir.convertors.loaders.XVersionLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.Resource
loadJson
(String version, InputStream stream) static org.hl7.fhir.r5.model.Resource
loadXml
(String version, InputStream stream)
-
Constructor Details
-
XVersionLoader
public XVersionLoader()
-
-
Method Details
-
loadXml
public static org.hl7.fhir.r5.model.Resource loadXml(String version, InputStream stream) throws org.hl7.fhir.exceptions.FHIRFormatError, IOException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
IOException
-
loadJson
public static org.hl7.fhir.r5.model.Resource loadJson(String version, InputStream stream) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-