Package ca.uhn.fhir.mdm.api
Interface IMdmMetricSvc
- All Known Implementing Classes:
BaseMdmMetricSvc
public interface IMdmMetricSvc
-
Method Summary
Modifier and TypeMethodDescriptiongenerateMdmMetrics
(GenerateMdmMetricsParameters theParameters) Generates metrics on MDM Links.
-
Method Details
-
generateMdmMetrics
Generates metrics on MDM Links. Metrics include: * breakdowns of counts of MATCH_RESULT types by LINK_SOURCE types. * counts of resources of each type * a histogram of score 'buckets' with the appropriate counts.- Parameters:
theParameters
- - Parameters defining resource type of interest, as well as MatchResult and LinkSource filters.- Returns:
- The metrics in a JSON format.
-