Class InvestigatorController

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

@Controller public class InvestigatorController extends Object
  • Constructor Details

    • InvestigatorController

      public InvestigatorController(Presentation presentation)
  • Method Details

    • dashboardFinal

      @GetMapping("dashboard/info") public String dashboardFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • dashboard

      @GetMapping("/dashboard") public String dashboard()
    • userprofileFinal

      @GetMapping("userprofile/info") public String userprofileFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • userprofile

      @GetMapping("/userprofile") public String userprofile()
    • studyInfoFinal

      @GetMapping("/study/info/{studyId}") public String studyInfoFinal(@PathVariable String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • studyInfo

      @GetMapping("/studyinfo/{studyId}") public String studyInfo(@PathVariable String studyId)
    • studyNew

      @GetMapping("study/add") public String studyNew(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • studyAdd

      @GetMapping("/studyadd") public String studyAdd()
    • createStudies

      @GetMapping("/studies/create-study") public String createStudies(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • getStudyInfo

      @GetMapping("/studyInfo") public String getStudyInfo(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • addParticipant

      @GetMapping("/participants/add/{currentPage}/{studyId}") public String addParticipant(@PathVariable String studyId, @PathVariable String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • updateParticipant

      @GetMapping("participants/update/{currentPage}/{studyId}/{participantId}") public String updateParticipant(@PathVariable String studyId, @PathVariable String currentPage, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • participantAdd

      @GetMapping("/participantadd") public String participantAdd(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • studySettings

      @GetMapping("/settings/{currentPage}/{studyId}") public String studySettings(@PathVariable String studyId, @PathVariable String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • collabSettings

      @GetMapping("/collaboration/{currentPage}/{studyId}") public String collabSettings(@PathVariable String studyId, @PathVariable String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • cgmparticipantData

      @GetMapping("participants/cgmdata/{currentPage}/{studyId}/{participantId}") public String cgmparticipantData(@PathVariable String studyId, @PathVariable String currentPage, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • participantdetails

      @GetMapping("/participants/info/{currentPage}/{studyId}/{participantId}") public String participantdetails(@PathVariable String studyId, @PathVariable String currentPage, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • mealsparticipantData

      @GetMapping("participants/mealsdata/{currentPage}/{studyId}/{participantId}") public String mealsparticipantData(@PathVariable String studyId, @PathVariable String currentPage, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • fitnessParticipantData

      @GetMapping("participants/fitnessdata/{currentPage}/{studyId}/{participantId}") public String fitnessParticipantData(@PathVariable String studyId, @PathVariable String currentPage, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • studyDataView

      @GetMapping("studydata/view") public String studyDataView(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • studyData

      @GetMapping("/studydataview") public String studyData()
    • roleSettings

      @GetMapping("role/settings") public String roleSettings(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)