
Package org.hl7.fhir.convertors
Class SpecDifferenceEvaluator
java.lang.Object
org.hl7.fhir.convertors.SpecDifferenceEvaluator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDiffAsHtml(TypeLinkProvider linker) getDiffAsHtml(TypeLinkProvider linker, boolean r4) getDiffAsHtml(TypeLinkProvider linker, org.hl7.fhir.r5.model.StructureDefinition rev) voidgetDiffAsJson(com.google.gson.JsonObject json, boolean r4) voidgetDiffAsJson(com.google.gson.JsonObject json, org.hl7.fhir.r5.model.StructureDefinition rev, boolean r4) voidgetDiffAsXml(Document doc, Element xml, boolean r4) voidgetDiffAsXml(Document doc, Element xml, org.hl7.fhir.r5.model.StructureDefinition rev, boolean r4) voidloadFromIni(org.hl7.fhir.utilities.IniFile ini) voidsaveR4AsR5(org.hl7.fhir.utilities.ZipGenerator zip, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat fmt, boolean r4)
-
Constructor Details
-
SpecDifferenceEvaluator
-
-
Method Details
-
loadFromIni
-
getOriginalR4
-
getOriginalR4B
-
getRevision
-
getDiffAsJson
public void getDiffAsJson(com.google.gson.JsonObject json, org.hl7.fhir.r5.model.StructureDefinition rev, boolean r4) throws IOException - Throws:
IOException
-
getDiffAsXml
public void getDiffAsXml(Document doc, Element xml, org.hl7.fhir.r5.model.StructureDefinition rev, boolean r4) throws IOException - Throws:
IOException
-
getDiffAsJson
- Throws:
IOException
-
getDiffAsXml
- Throws:
IOException
-
getDiffAsHtml
public String getDiffAsHtml(TypeLinkProvider linker, org.hl7.fhir.r5.model.StructureDefinition rev) throws IOException - Throws:
IOException
-
getDiffAsHtml
- Throws:
IOException
-
getDiffAsHtml
- Throws:
IOException
-
saveR4AsR5
public void saveR4AsR5(org.hl7.fhir.utilities.ZipGenerator zip, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat fmt, boolean r4) throws IOException - Throws:
IOException
-