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
-
public class ValueSetComparer extends CanonicalResourceComparer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ValueSetComparer.ValueSetComparison
-
Nested classes/interfaces inherited from class org.hl7.fhir.r5.comparison.CanonicalResourceComparer
CanonicalResourceComparer.CanonicalResourceComparison<T extends CanonicalResource>
-
Nested classes/interfaces inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
ResourceComparer.ResourceComparison
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
COLOR_DIFFERENT, COLOR_ISSUE, COLOR_NO_CELL_LEFT, COLOR_NO_CELL_RIGHT, COLOR_NO_ROW_LEFT, COLOR_NO_ROW_RIGHT, session
-
-
Constructor Summary
Constructors Constructor Description ValueSetComparer(ComparisonSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetComparer.ValueSetComparison
compare(ValueSet left, ValueSet right)
protected 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)
-
Methods inherited from class org.hl7.fhir.r5.comparison.CanonicalResourceComparer
compareMetadata, comparePrimitives, renderMetadata
-
Methods inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
cellForMessages, missingCell, missingCell, renderErrors, vm, vmI
-
-
-
-
Constructor Detail
-
ValueSetComparer
public ValueSetComparer(ComparisonSession session)
-
-
Method Detail
-
compare
public ValueSetComparer.ValueSetComparison compare(ValueSet left, ValueSet right)
-
fhirType
protected String 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
-
-