Package org.hl7.fhir.r5.comparison
Class CodeSystemComparer
java.lang.Object
org.hl7.fhir.r5.comparison.ResourceComparer
org.hl7.fhir.r5.comparison.CanonicalResourceComparer
org.hl7.fhir.r5.comparison.CodeSystemComparer
-
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 TypeMethodDescriptioncompare
(CodeSystem left, CodeSystem right) protected String
fhirType()
getProp
(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) org.hl7.fhir.utilities.xhtml.XhtmlNode
renderConcepts
(CodeSystemComparer.CodeSystemComparison comparison, 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
-
CodeSystemComparer
-
-
Method Details
-
compare
-
renderConcepts
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderConcepts(CodeSystemComparer.CodeSystemComparison comparison, String id, String prefix) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
getProp
public CodeSystem.ConceptPropertyComponent getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
fhirType
- Specified by:
fhirType
in classCanonicalResourceComparer
-