userInterface.view
Class Patient
java.lang.Object
userInterface.interfaceUtility.Format
userInterface.view.Patient
public class Patient
- extends Format
Generate the patient list page.
- Author:
- 03chowhc
|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Patient
public Patient()
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 datasortIndex - - sortable data sort indexascend - - indicator of how data is sortedcolHeader - - the column header data for sortable tabletableData - - the sortable table datanext - - the link to the next set of sortable data to displayprevious - - the link to the previous set of sortable data to displayerror - - the error message
- Returns: