userInterface.view
Class Physician
java.lang.Object
userInterface.interfaceUtility.Format
userInterface.view.Physician
public class Physician
- extends Format
Generate the physician list page.
- Author:
- 03chowhc
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Physician
public Physician()
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 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: