Class ResearchStudyInvestigatorController

java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.ResearchStudyInvestigatorController

@Controller public class ResearchStudyInvestigatorController extends Object
  • Constructor Details

  • Method Details

    • getInvestigator

      @GetMapping("/investigator") @ResponseBody public Response getInvestigator()
    • saveInvestigator

      @PostMapping("/collaboration-team") @ResponseBody public Response saveInvestigator(@RequestBody CollaborationTeamRequest request)
    • updateInvestigator

      @PutMapping("/investigator") @ResponseBody public Response updateInvestigator(@RequestBody InvestigatorRequest request)
    • getAuthors

      @GetMapping("/authors") @ResponseBody public Response getAuthors()