public class EncounterDisplayController
extends java.lang.Object
implements org.springframework.web.servlet.mvc.Controller
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EncounterDisplayController.FieldHolder
This class represents one row to display on the jsp page 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.Integer | 
DEFAULT_PAGE_NUMBER
The page that obs are put on if they are not given a page number in their associated
 FormField object 
 | 
protected org.apache.commons.logging.Log | 
log  | 
| Constructor and Description | 
|---|
EncounterDisplayController()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.web.servlet.ModelAndView | 
handleRequest(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
This is the method called to produce the data and objects for the jsp page 
 | 
protected final org.apache.commons.logging.Log log
public static final java.lang.Integer DEFAULT_PAGE_NUMBER
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
                                                                  javax.servlet.http.HttpServletResponse response)
                                                           throws java.lang.Exception
handleRequest in interface org.springframework.web.servlet.mvc.Controllerjava.lang.ExceptionController.handleRequest(javax.servlet.http.HttpServletRequest,
      javax.servlet.http.HttpServletResponse)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.