Class ContentController

java.lang.Object
org.techbd.service.http.hub.prime.ux.ContentController

@Controller public class ContentController extends Object
  • Constructor Details

  • Method Details

    • getValuesForField

      public List<String> getValuesForField(String field)
    • fhirContent

      @GetMapping("/content") public String fhirContent()
    • screenings

      @GetMapping("/content/screenings") public String screenings(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • patients

      @GetMapping("/content/patients") public String patients(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • organizations

      @GetMapping("/content/organizations") public String organizations(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)