Uses of Class
org.hl7.fhir.r5.comparison.StructuralMatch
Packages that use StructuralMatch
-
Uses of StructuralMatch in org.hl7.fhir.r5.comparison
Fields in org.hl7.fhir.r5.comparison with type parameters of type StructuralMatchModifier and TypeFieldDescriptionprotected Map<String,StructuralMatch<String>> CanonicalResourceComparer.CanonicalResourceComparison.metadataMethods in org.hl7.fhir.r5.comparison that return StructuralMatchModifier and TypeMethodDescriptionValueSetComparer.ValueSetComparison.forceExpansion()CapabilityStatementComparer.CapabilityStatementComparison.getCombined()CodeSystemComparer.CodeSystemComparison.getCombined()StructuralMatch<org.hl7.fhir.r5.comparison.ProfileComparer.ElementDefinitionNode>ProfileComparer.ProfileComparison.getCombined()ValueSetComparer.ValueSetComparison.getExcludes()ValueSetComparer.ValueSetComparison.getExpansion()ValueSetComparer.ValueSetComparison.getIncludes()Methods in org.hl7.fhir.r5.comparison that return types with arguments of type StructuralMatchModifier and TypeMethodDescriptionStructuralMatch.getChildren()CanonicalResourceComparer.CanonicalResourceComparison.getMetadata()Method parameters in org.hl7.fhir.r5.comparison with type arguments of type StructuralMatchModifier and TypeMethodDescriptionprotected voidCanonicalResourceComparer.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 voidCanonicalResourceComparer.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 voidCanonicalResourceComparer.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 voidCanonicalResourceComparer.compareMetadata(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) protected voidCanonicalResourceComparer.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)