Class InvestigatorDetailsController

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

@Controller public class InvestigatorDetailsController extends Object
  • Constructor Details

  • Method Details

    • uploadStudy

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

      @GetMapping("/mystudies/uploadParticipant/{studyId}/{participantId}") public String uploadParticipant(@PathVariable String studyId, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)