applicationLogic
Class Patient

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by applicationLogic.ControlFlow
              extended by applicationLogic.Patient
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Patient
extends ControlFlow

Control class that uses the user interface classes to display the user interface, and facilitates the communication between the front-end and back-end classes. This class handles the "patient" related front-end and back-end classes.

Author:
02leungi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class applicationLogic.ControlFlow
FILTER_CACHE, SYSTEM_NAME, USER_CACHE, USER_CACHE2, USER_SESSION
 
Constructor Summary
Patient()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patient

public Patient()