Package org.hl7.fhir.r5.comparison
Class ResourceComparer
java.lang.Object
org.hl7.fhir.r5.comparison.ResourceComparer
- Direct Known Subclasses:
CanonicalResourceComparer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.CellcellForMessages(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages)org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.CellmissingCell(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen)org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.CellmissingCell(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, String color)org.hl7.fhir.utilities.xhtml.XhtmlNodeprotected org.hl7.fhir.utilities.validation.ValidationMessagevm(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, String message, String path, List<org.hl7.fhir.utilities.validation.ValidationMessage> genMessages)protected voidvm(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, String message, String path, List<org.hl7.fhir.utilities.validation.ValidationMessage> genMessages, List<org.hl7.fhir.utilities.validation.ValidationMessage> specMessages)protected org.hl7.fhir.utilities.validation.ValidationMessagevmI(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, String message, String path)
-
Field Details
-
COLOR_NO_ROW_LEFT
- See Also:
- Constant Field Values
-
COLOR_NO_CELL_LEFT
- See Also:
- Constant Field Values
-
COLOR_NO_ROW_RIGHT
- See Also:
- Constant Field Values
-
COLOR_NO_CELL_RIGHT
- See Also:
- Constant Field Values
-
COLOR_DIFFERENT
- See Also:
- Constant Field Values
-
COLOR_DIFFERENT_LESS
- See Also:
- Constant Field Values
-
COLOR_ISSUE
- See Also:
- Constant Field Values
-
COLOR_NO_CHANGE
- See Also:
- Constant Field Values
-
session
-
-
Constructor Details
-
ResourceComparer
-
-
Method Details
-
missingCell
public org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell missingCell(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen) -
missingCell
public org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell missingCell(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, String color) -
renderErrors
public org.hl7.fhir.utilities.xhtml.XhtmlNode renderErrors(ResourceComparer.ResourceComparison csc) -
vmI
-
vm
-
vm
-
cellForMessages
protected org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell cellForMessages(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages)
-