userInterface.view
Class Physician

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

public class Physician
extends Format

Generate the physician list page.

Author:
03chowhc

Constructor Summary
Physician()
           
 
Method Summary
static java.lang.StringBuffer genPhysicianList(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 physician 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

Physician

public Physician()
Method Detail

genPhysicianList

public static java.lang.StringBuffer genPhysicianList(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 physician list page.

Parameters:
formData - - the filter 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: