
Package org.hl7.fhir.r5.comparison
Class ComparisonSession
java.lang.Object
org.hl7.fhir.r5.comparison.ComparisonSession
-
Constructor Summary
ConstructorsConstructorDescriptionComparisonSession
(IWorkerContext contextLeft, IWorkerContext contextRight, String title, ProfileKnowledgeProvider pkpLeft, ProfileKnowledgeProvider pkpRight) -
Method Summary
Modifier and TypeMethodDescriptioncompare
(CanonicalResource left, CanonicalResource right) getTitle()
void
void
boolean
isDebug()
void
setDebug
(boolean debug)
-
Constructor Details
-
ComparisonSession
public ComparisonSession(IWorkerContext contextLeft, IWorkerContext contextRight, String title, ProfileKnowledgeProvider pkpLeft, ProfileKnowledgeProvider pkpRight)
-
-
Method Details
-
getContextLeft
-
getContextRight
-
getTitle
-
compare
public ResourceComparer.ResourceComparison compare(String left, Resource leftSource, String right, Resource rightSource) throws org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRFormatError, IOException - Throws:
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRFormatError
IOException
-
compare
public ResourceComparer.ResourceComparison compare(CanonicalResource left, CanonicalResource right) throws org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRFormatError, IOException - Throws:
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRFormatError
IOException
-
identify
-
identify
-
isDebug
-
setDebug
-
getCompares
-
getPkpLeft
-
getPkpRight
-