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/{studyId}") public String uploadStudy(@PathVariable String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @RequestParam(required=false) String tab)
    • 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, @RequestParam(required=false) String tab)
    • renderPublicationFragment

      @GetMapping("/render-publication-fragment") public String renderPublicationFragment(@RequestParam("count") int count, @RequestParam("citation_identifier") String citation_identifier, org.springframework.ui.Model model)