Package ca.uhn.fhir.jpa.dao.mdm
Class MdmMetricSvcJpaImpl
java.lang.Object
ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
ca.uhn.fhir.jpa.dao.mdm.MdmMetricSvcJpaImpl
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmMetricSvc
-
Field Summary
Fields inherited from class ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
BUCKETS, FIRST_BUCKET, myDaoRegistry, NTH_BUCKET, NULL_VALUE
-
Constructor Summary
ConstructorDescriptionMdmMetricSvcJpaImpl
(IMdmLinkJpaMetricsRepository theRepository, DaoRegistry theDaoRegistry, jakarta.persistence.EntityManagerFactory theEntityManagerFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected ca.uhn.fhir.mdm.model.MdmLinkMetrics
generateLinkMetrics
(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters) protected ca.uhn.fhir.mdm.model.MdmLinkScoreMetrics
generateLinkScoreMetrics
(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters) ca.uhn.fhir.mdm.model.MdmMetrics
generateMdmMetrics
(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters) Methods inherited from class ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
generateResourceMetrics, getBucket
-
Constructor Details
-
MdmMetricSvcJpaImpl
public MdmMetricSvcJpaImpl(IMdmLinkJpaMetricsRepository theRepository, DaoRegistry theDaoRegistry, jakarta.persistence.EntityManagerFactory theEntityManagerFactory)
-
-
Method Details
-
generateLinkMetrics
protected ca.uhn.fhir.mdm.model.MdmLinkMetrics generateLinkMetrics(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters) -
generateLinkScoreMetrics
protected ca.uhn.fhir.mdm.model.MdmLinkScoreMetrics generateLinkScoreMetrics(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters) -
generateMdmMetrics
@Transactional public ca.uhn.fhir.mdm.model.MdmMetrics generateMdmMetrics(ca.uhn.fhir.mdm.api.params.GenerateMdmMetricsParameters theParameters)
-