Class InvestigatorController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.InvestigatorController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParticipant
(String studyId, String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) cgmparticipantData
(String studyId, String currentPage, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) collabSettings
(String studyId, String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) createStudies
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) dashboardFinal
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) fitnessParticipantData
(String studyId, String currentPage, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) getStudyInfo
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) mealsparticipantData
(String studyId, String currentPage, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) participantAdd
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) participantdetails
(String studyId, String currentPage, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) roleSettings
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) studyAdd()
studyDataView
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) studyInfoFinal
(String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) studyNew
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) studySettings
(String studyId, String currentPage, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) updateParticipant
(String studyId, String currentPage, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) userprofileFinal
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
InvestigatorController
-
-
Method Details
-
dashboardFinal
@GetMapping("dashboard/info") public String dashboardFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
dashboard
-
userprofileFinal
@GetMapping("userprofile/info") public String userprofileFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
userprofile
-
studyInfoFinal
-
studyInfo
-
studyNew
@GetMapping("study/add") public String studyNew(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
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
-
updateParticipant
-
participantAdd
@GetMapping("/participantadd") public String participantAdd(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
studySettings
-
collabSettings
-
cgmparticipantData
-
participantdetails
-
mealsparticipantData
-
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
-
roleSettings
@GetMapping("role/settings") public String roleSettings(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-