
Uses of Enum
org.hl7.fhir.r5.comparison.CanonicalResourceComparer.ChangeAnalysisState
Packages that use CanonicalResourceComparer.ChangeAnalysisState
-
Uses of CanonicalResourceComparer.ChangeAnalysisState in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return CanonicalResourceComparer.ChangeAnalysisStateModifier and TypeMethodDescriptionCanonicalResourceComparer.CanonicalResourceComparison.getChangedContent()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedContentInterpretation()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedDefinitions()
CanonicalResourceComparer.CanonicalResourceComparison.getChangedMetadata()
Returns the enum constant of this type with the specified name.CanonicalResourceComparer.ChangeAnalysisState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.comparison with parameters of type CanonicalResourceComparer.ChangeAnalysisStateModifier and TypeMethodDescriptionvoid
CanonicalResourceComparer.CanonicalResourceComparison.updateContentInterpretationState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updateContentState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updateDefinitionsState
(CanonicalResourceComparer.ChangeAnalysisState state) void
CanonicalResourceComparer.CanonicalResourceComparison.updatedMetadataState
(CanonicalResourceComparer.ChangeAnalysisState state)