@Controller public class PatientDashboardController extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Logger for this class and subclasses
|
Constructor and Description |
---|
PatientDashboardController() |
Modifier and Type | Method and Description |
---|---|
protected String |
renderDashboard(Integer patientId,
org.springframework.ui.ModelMap map,
javax.servlet.http.HttpServletRequest request)
render the patient dashboard model and direct to the view
|
protected final org.apache.commons.logging.Log log
@RequestMapping(value="/patientDashboard.form") protected String renderDashboard(@RequestParam(required=true,value="patientId") Integer patientId, org.springframework.ui.ModelMap map, javax.servlet.http.HttpServletRequest request) throws Exception
Exception
Copyright © 2015 OpenMRS Inc.. All rights reserved.