
Package org.hl7.fhir.r5.comparison
Class ValueSetComparer
java.lang.Object
org.hl7.fhir.r5.comparison.ResourceComparer
org.hl7.fhir.r5.comparison.CanonicalResourceComparer
org.hl7.fhir.r5.comparison.ValueSetComparer
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.hl7.fhir.r5.comparison.CanonicalResourceComparer
CanonicalResourceComparer.CanonicalResourceComparison<T extends CanonicalResource>, CanonicalResourceComparer.ChangeAnalysisState
Nested classes/interfaces inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
ResourceComparer.MessageCounts, ResourceComparer.PlaceHolderComparison, ResourceComparer.ResourceComparison
-
Field Summary
Fields inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
COLOR_DIFFERENT, COLOR_DIFFERENT_LESS, COLOR_ISSUE, COLOR_NO_CELL_LEFT, COLOR_NO_CELL_RIGHT, COLOR_NO_CHANGE, COLOR_NO_ROW_LEFT, COLOR_NO_ROW_RIGHT, session
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
fhirType()
org.hl7.fhir.utilities.xhtml.XhtmlNode
renderCompose
(ValueSetComparer.ValueSetComparison csc, String id, String prefix) org.hl7.fhir.utilities.xhtml.XhtmlNode
renderExpansion
(ValueSetComparer.ValueSetComparison csc, String id, String prefix) org.hl7.fhir.utilities.xhtml.XhtmlNode
renderIntersection
(ValueSetComparer.ValueSetComparison comp, String id, String prefix, String corePath) org.hl7.fhir.utilities.xhtml.XhtmlNode
renderUnion
(ValueSetComparer.ValueSetComparison comp, String id, String prefix, String corePath) Methods inherited from class org.hl7.fhir.r5.comparison.CanonicalResourceComparer
compareCanonicalList, compareCodeableConceptList, compareCodeList, compareDataTypesWithTracking, compareDataTypesWithTracking, compareMetadata, comparePrimitives, comparePrimitivesWithTracking, comparePrimitivesWithTracking, gen, gen, renderMetadata
Methods inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
cellForMessages, missingCell, missingCell, renderErrors, vm, vm, vmI
-
Constructor Details
-
ValueSetComparer
-
-
Method Details
-
compare
-
fhirType
- Specified by:
fhirType
in classCanonicalResourceComparer
-
renderCompose
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderCompose(ValueSetComparer.ValueSetComparison csc, String id, String prefix) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
renderExpansion
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderExpansion(ValueSetComparer.ValueSetComparison csc, String id, String prefix) throws IOException - Throws:
IOException
-
renderUnion
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderUnion(ValueSetComparer.ValueSetComparison comp, String id, String prefix, String corePath) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException, EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRException
IOException
EOperationOutcome
-
renderIntersection
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderIntersection(ValueSetComparer.ValueSetComparison comp, String id, String prefix, String corePath) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException, EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRException
IOException
EOperationOutcome
-