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

public class MdmMetricSvcJpaImpl extends ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
  • Field Summary

    Fields inherited from class ca.uhn.fhir.mdm.api.BaseMdmMetricSvc

    BUCKETS, FIRST_BUCKET, myDaoRegistry, NTH_BUCKET, NULL_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    MdmMetricSvcJpaImpl(IMdmLinkJpaMetricsRepository theRepository, DaoRegistry theDaoRegistry, jakarta.persistence.EntityManagerFactory theEntityManagerFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)