Class CohortDetailController

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

@Controller public class CohortDetailController extends Object
  • Constructor Details

    • CohortDetailController

      public CohortDetailController(Presentation presentation)
  • Method Details

    • studyDetail

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

      @GetMapping("/cohort/{studyId}") public String detail(@PathVariable String studyId)