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 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
-
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) 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
-