@Controller
public class PatientDashboardController
extends java.lang.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 java.lang.String | 
renderDashboard(java.lang.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 java.lang.String renderDashboard(@RequestParam(required=true,value="patientId")
                                                                                           java.lang.Integer patientId,
                                                                                           org.springframework.ui.ModelMap map,
                                                                                           javax.servlet.http.HttpServletRequest request)
                                                                                    throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.