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 classValueSetComparer.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.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 Constructor Description ValueSetComparer(ComparisonSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetComparer.ValueSetComparisoncompare(ValueSet left, ValueSet right)protected StringfhirType()org.hl7.fhir.utilities.xhtml.XhtmlNoderenderCompose(ValueSetComparer.ValueSetComparison csc, String id, String prefix)org.hl7.fhir.utilities.xhtml.XhtmlNoderenderExpansion(ValueSetComparer.ValueSetComparison csc, String id, String prefix)-
Methods inherited from class org.hl7.fhir.r5.comparison.CanonicalResourceComparer
compareCanonicalList, compareCodeableConceptList, compareCodeList, compareMetadata, comparePrimitives, gen, gen, renderMetadata
-
Methods inherited from class org.hl7.fhir.r5.comparison.ResourceComparer
cellForMessages, missingCell, missingCell, renderErrors, vm, 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:
fhirTypein 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.FHIRExceptionIOException
-
renderExpansion
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderExpansion(ValueSetComparer.ValueSetComparison csc, String id, String prefix) throws IOException
- Throws:
IOException
-
-