Uses of Class
org.hl7.fhir.r5.comparison.StructuralMatch
-
Packages that use StructuralMatch Package Description org.hl7.fhir.r5.comparison -
-
Uses of StructuralMatch in org.hl7.fhir.r5.comparison
Fields in org.hl7.fhir.r5.comparison with type parameters of type StructuralMatch Modifier and Type Field Description protected Map<String,StructuralMatch<String>>CanonicalResourceComparer.CanonicalResourceComparison. metadataMethods in org.hl7.fhir.r5.comparison that return StructuralMatch Modifier and Type Method Description StructuralMatch<ValueSet.ValueSetExpansionContainsComponent>ValueSetComparer.ValueSetComparison. forceExpansion()StructuralMatch<Element>CapabilityStatementComparer.CapabilityStatementComparison. getCombined()StructuralMatch<CodeSystem.ConceptDefinitionComponent>CodeSystemComparer.CodeSystemComparison. getCombined()StructuralMatch<org.hl7.fhir.r5.comparison.ProfileComparer.ElementDefinitionNode>ProfileComparer.ProfileComparison. getCombined()StructuralMatch<Element>ValueSetComparer.ValueSetComparison. getExcludes()StructuralMatch<ValueSet.ValueSetExpansionContainsComponent>ValueSetComparer.ValueSetComparison. getExpansion()StructuralMatch<Element>ValueSetComparer.ValueSetComparison. getIncludes()StructuralMatch<T>StructuralMatch. setName(String name)Methods in org.hl7.fhir.r5.comparison that return types with arguments of type StructuralMatch Modifier and Type Method Description List<StructuralMatch<T>>StructuralMatch. getChildren()Map<String,StructuralMatch<String>>CanonicalResourceComparer.CanonicalResourceComparison. getMetadata()Method parameters in org.hl7.fhir.r5.comparison with type arguments of type StructuralMatch Modifier and Type Method Description protected 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)
-