Uses of Class
org.hl7.fhir.r5.comparison.StructuralMatch
-
Uses of StructuralMatch in org.hl7.fhir.r5.comparison
Modifier and TypeFieldDescriptionprotected Map
<String, StructuralMatch<String>> CanonicalResourceComparer.CanonicalResourceComparison.metadata
Modifier and TypeMethodDescriptionValueSetComparer.ValueSetComparison.forceExpansion()
CapabilityStatementComparer.CapabilityStatementComparison.getCombined()
CodeSystemComparer.CodeSystemComparison.getCombined()
StructuralMatch
<org.hl7.fhir.r5.comparison.StructureDefinitionComparer.ElementDefinitionNode> StructureDefinitionComparer.ProfileComparison.getCombined()
ValueSetComparer.ValueSetComparison.getExcludes()
ValueSetComparer.ValueSetComparison.getExpansion()
CodeSystemComparer.CodeSystemComparison.getFilters()
ValueSetComparer.ValueSetComparison.getIncludes()
CodeSystemComparer.CodeSystemComparison.getProperties()
Modifier and TypeMethodDescriptionStructuralMatch.getChildren()
CanonicalResourceComparer.CanonicalResourceComparison.getMetadata()
Modifier and TypeMethodDescriptionprotected void
CanonicalResourceComparer.compareCanonicalList
(String name, List<CanonicalType> left, List<CanonicalType> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CanonicalType> union, List<CanonicalType> intersection) protected boolean
CanonicalResourceComparer.compareCodeableConceptList
(String name, List<CodeableConcept> left, List<CodeableConcept> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CodeableConcept> union, List<CodeableConcept> intersection) protected void
CanonicalResourceComparer.compareCodeList
(String name, List<CodeType> left, List<CodeType> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CodeType> union, List<CodeType> intersection) protected boolean
CanonicalResourceComparer.compareDataTypesWithTracking
(String name, List<? extends DataType> ll, List<? extends DataType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected boolean
CanonicalResourceComparer.compareDataTypesWithTracking
(String name, DataType l, DataType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected boolean
CanonicalResourceComparer.compareMetadata
(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<String> changes, Base parent) protected boolean
CanonicalResourceComparer.comparePrimitives
(String name, PrimitiveType l, PrimitiveType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) protected boolean
CanonicalResourceComparer.comparePrimitivesWithTracking
(String name, List<? extends PrimitiveType> ll, List<? extends PrimitiveType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected boolean
CanonicalResourceComparer.comparePrimitivesWithTracking
(String name, PrimitiveType l, PrimitiveType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent)