Class ParticipantController

java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.ParticipantController

@Controller public class ParticipantController extends Object
  • Constructor Details

    • ParticipantController

      public ParticipantController(Presentation presentation)
  • Method Details

    • participantdetail

      @GetMapping("/participant/info/{studyId}/{participantId}") public String participantdetail(@PathVariable String studyId, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • participantinfo

      @GetMapping("/participant/{studyId}/{participantId}") public String participantinfo(@PathVariable String studyId, @PathVariable String participantId)
    • 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()