Class ParticipantController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ParticipantController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> org.springframework.http.ResponseEntity
<?> participantdetail
(String studyId, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) participantinfo
(String studyId, String participantId)
-
Constructor Details
-
ParticipantController
-
-
Method Details
-
participantdetail
-
participantinfo
-
emptyAmbulatoryGlucoseProfileCache
@GetMapping("/ambulatoryGlucoseProfile/clear") @CacheEvict(value="ambulatoryGlucoseProfileCache", allEntries=true) public org.springframework.http.ResponseEntity<?> emptyAmbulatoryGlucoseProfileCache() -
emptyParticipantCgmDatesCache
@GetMapping("/participant-cgm-dates/clear") @CacheEvict(value="participantCgmDatesCache", allEntries=true) public org.springframework.http.ResponseEntity<?> emptyParticipantCgmDatesCache()
-