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, org.hl7.fhir.r5.model.StructureDefinition rev)voidgetDiffAsJson(com.google.gson.JsonObject json)voidgetDiffAsJson(com.google.gson.JsonObject json, org.hl7.fhir.r5.model.StructureDefinition rev)voidgetDiffAsXml(Document doc, Element xml)voidgetDiffAsXml(Document doc, Element xml, org.hl7.fhir.r5.model.StructureDefinition rev)voidloadFromIni(org.hl7.fhir.utilities.IniFile ini)static voidvoidsaveR4AsR5(org.hl7.fhir.utilities.ZipGenerator zip, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat fmt)
-
Constructor Details
-
SpecDifferenceEvaluator
public SpecDifferenceEvaluator()
-
-
Method Details
-
main
- Throws:
Exception
-
loadFromIni
-
getOriginal
-
getRevision
-
getDiffAsJson
public void getDiffAsJson(com.google.gson.JsonObject json, org.hl7.fhir.r5.model.StructureDefinition rev) throws IOException- Throws:
IOException
-
getDiffAsXml
public void getDiffAsXml(Document doc, Element xml, org.hl7.fhir.r5.model.StructureDefinition rev) 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
-
saveR4AsR5
public void saveR4AsR5(org.hl7.fhir.utilities.ZipGenerator zip, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat fmt) throws IOException- Throws:
IOException
-