userInterface.view
Class InformationPage
java.lang.Object
userInterface.interfaceUtility.Format
userInterface.view.InformationPage
public class InformationPage
- extends Format
Generate an information page depending on the form data
given. This page would generate the form pass to it
regardless of the data. This page is used to display
patient, physican, as well as procedure info page.
- Author:
- 03chowch
Method Summary |
static java.lang.StringBuffer |
genInfoView(Form[] formData,
boolean createFlag,
java.lang.String title,
java.lang.String error)
Generate the forum depending on the data given. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InformationPage
public InformationPage()
genInfoView
public static java.lang.StringBuffer genInfoView(Form[] formData,
boolean createFlag,
java.lang.String title,
java.lang.String error)
- Generate the forum depending on the data given.
Note, buttons are expected only at the end of the form.
- Parameters:
formData
- - form datacreate
- - indicator of creation pagetitle
- - the title of the pageerror
- - the error message
- Returns: