userInterface.view
Class Patient

java.lang.Object
  extended by userInterface.interfaceUtility.Format
      extended by userInterface.view.Patient

public class Patient
extends Format

Generate the patient list page.

Author:
03chowhc

Constructor Summary
Patient()
           
 
Method Summary
static java.lang.StringBuffer genPatientList(Form[] formData, int sortIndex, boolean ascend, java.lang.String[][] colHeader, java.lang.String[][] tableData, java.lang.String next, java.lang.String previous, java.lang.String error)
          Generate the patient list page.
 
Methods inherited from class userInterface.interfaceUtility.Format
alignCloseTag, alignOpenTag, alignTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patient

public Patient()
Method Detail

genPatientList

public static java.lang.StringBuffer genPatientList(Form[] formData,
                                                    int sortIndex,
                                                    boolean ascend,
                                                    java.lang.String[][] colHeader,
                                                    java.lang.String[][] tableData,
                                                    java.lang.String next,
                                                    java.lang.String previous,
                                                    java.lang.String error)
Generate the patient list page.

Parameters:
formData - - the form data
sortIndex - - sortable data sort index
ascend - - indicator of how data is sorted
colHeader - - the column header data for sortable table
tableData - - the sortable table data
next - - the link to the next set of sortable data to display
previous - - the link to the previous set of sortable data to display
error - - the error message
Returns: