userInterface.view
Class InformationPage

java.lang.Object
  extended by userInterface.interfaceUtility.Format
      extended by 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

Constructor Summary
InformationPage()
           
 
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 userInterface.interfaceUtility.Format
alignCloseTag, alignOpenTag, alignTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationPage

public InformationPage()
Method Detail

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 data
create - - indicator of creation page
title - - the title of the page
error - - the error message
Returns: