Uses of Class
org.hl7.fhir.r4.conformance.ProfileComparer.ProfileComparison
-
Packages that use ProfileComparer.ProfileComparison Package Description org.hl7.fhir.r4.conformance -
-
Uses of ProfileComparer.ProfileComparison in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance that return ProfileComparer.ProfileComparison Modifier and Type Method Description ProfileComparer.ProfileComparisonProfileComparer. compareProfiles(StructureDefinition left, StructureDefinition right)Compare left and right structure definitions to see whether they are consistent or not Note that left and right are arbitrary choices.Methods in org.hl7.fhir.r4.conformance that return types with arguments of type ProfileComparer.ProfileComparison Modifier and Type Method Description List<ProfileComparer.ProfileComparison>ProfileComparer. getComparisons()
-