Uses of Class
org.diabetestechnology.drh.service.http.hub.prime.jdbc.JdbcResponse
Packages that use JdbcResponse
Package
Description
-
Uses of JdbcResponse in org.diabetestechnology.drh.service.http.hub.prime.jdbc
Methods in org.diabetestechnology.drh.service.http.hub.prime.jdbc that return JdbcResponse -
Uses of JdbcResponse in org.diabetestechnology.drh.service.http.hub.prime.service
Methods in org.diabetestechnology.drh.service.http.hub.prime.service that return JdbcResponseModifier and TypeMethodDescriptionDataAccessService.commonResponseBuilder
(String key) DataAccessService.responseBuilder
(Map<String, Object> data, String status, String messageKey, Object error) Methods in org.diabetestechnology.drh.service.http.hub.prime.service that return types with arguments of type JdbcResponseModifier and TypeMethodDescriptionDataAccessService.calculateAverageDailyRisk
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateCONGA
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateGRADE
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateJIndex
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateLBGIandHBGI
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateMeanOfDailyDifferences
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateMValue
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeAboveRangeHigh
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeAboveRangeVeryHigh
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeBelowRangeLow
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeBelowRangeVeryLow
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeInRange
(String studyId, String participantId, String startDate, String endDate) DataAccessService.calculateTimeInTightRange
(String studyId, String participantId, String startDate, String endDate) DataAccessService.computeAllMetrics
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getAmbulatoryGlucoseProfile
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getCoefficientOfVariation
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getDailyGlucoseProfile
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getGlucoseManagementIndicator
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getMeanAmplitude
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getMeanGlucose
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getNumberOfDaysCGMWorn
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getParticipantCGMDates
(String studyId, String participantId) DataAccessService.getParticipantInfo
(String studyId, String participantId) DataAccessService.getParticipantMetrics
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getPercentageTimeCGMActive
(String studyId, String participantId, String startDate, String endDate) DataAccessService.getTimeRangeStackedData
(String studyId, String participantId, String startDate, String endDate) DataAccessService.glycemicRiskIndicator
(String studyId, String participantId, String startDate, String endDate) DataAccessService.liabilityIndex
(String studyId, String participantId, String startDate, String endDate) -
Uses of JdbcResponse in org.diabetestechnology.drh.service.http.hub.prime.service.cohortFilter
Methods in org.diabetestechnology.drh.service.http.hub.prime.service.cohortFilter that return JdbcResponseModifier and TypeMethodDescriptionCohortFilterService.getCohortFilter()
CohortFilterService.saveCohortFilter
(CohortFilterRequest request) CohortFilterService.updateCohortFilter
(CohortFilterRequest request, int filterId) -
Uses of JdbcResponse in org.diabetestechnology.drh.service.http.hub.prime.ux
Methods in org.diabetestechnology.drh.service.http.hub.prime.ux that return JdbcResponse