Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
P
R
S
T
U
V
Y
G
genAttachment(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate an file input with specific attributes provided by the input data.
genButton(Form, boolean)
- Static method in class userInterface.interfaceUtility.
Button
Generate a button depending on the input data given.
genDate(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate the date drop down filter.
genDropDown(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate a drop down with specific attributes and select options provide by the input data.
genError(String)
- Static method in class userInterface.interfaceUtility.
Error
Output the error message if error message is given.
genFilter(Form[], int, int)
- Static method in class userInterface.interfaceUtility.
Filter
Generate the filters with the form data provided.
genInfoView(Form[], boolean, String, String)
- Static method in class userInterface.view.
InformationPage
Generate the forum depending on the data given.
genLogin(Form[], String, String, String)
- Static method in class userInterface.view.
Login
Generate the login page.
genNav(String[][], int)
- Static method in class userInterface.interfaceUtility.
Navigation
Generate the navigation menu depending on type indicator and location indicator.
genPassword(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate a password input with specific attributes provided by the input data.
genPatientList(Form[], int, boolean, String[][], String[][], String, String, String)
- Static method in class userInterface.view.
Patient
Generate the patient list page.
genPhysicianList(Form[], int, boolean, String[][], String[][], String, String, String)
- Static method in class userInterface.view.
Physician
Generate the physician list page.
genProcedureList(Form[], int, boolean, String[][], String[][], String, String, String)
- Static method in class userInterface.view.
Procedure
Generate the procedure list page.
genQuery(String, String, String, Map, Map)
- Static method in class applicationLogic.
SQLStatement
Uses 'queryCommand' and 'queryType' to determine what type of database query to use.
genShell(String[][][], String)
- Static method in class userInterface.interfaceUtility.
Shell
Generate the shell of the webpage with the specified navigation menus.
genTable(int, boolean, String[][], String[][], String, String)
- Static method in class userInterface.interfaceUtility.
SortableTable
Generate the sortable table depending on the data given.
genText(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate a text input with specific attributes provided by the input data.
genTextArea(Form, boolean, boolean)
- Static method in class userInterface.interfaceUtility.
Element
Generate a text area with specific attributes provide by the input data.
getAssumedUserType()
- Method in class applicationLogic.
UserSession
Get the assumed user type of this admin user.
getBinaryData()
- Method in class applicationLogic.utility.
KeyValuePair
Get the binary data stored in this KeyValuePair object.
getByteArr()
- Method in class applicationLogic.utility.
ByteArrayWrapper
Get byte array.
getCurrentYear()
- Static method in class applicationLogic.utility.
Date
getDataTypes()
- Method in class applicationLogic.utility.
KeyValuePair
Get the data types of the keys of this KeyValuePair object.
getDay()
- Method in class applicationLogic.utility.
Date
Retrieve the day
getEditable()
- Method in class userInterface.interfaceUtility.
Form
Return the editable flag of the input.
getInputData()
- Method in class userInterface.interfaceUtility.
Form
Return the input data.
getInputOptions()
- Method in class userInterface.interfaceUtility.
Form
Return the input options.
getInputSize()
- Method in class userInterface.interfaceUtility.
Form
Return the input size.
getInputType()
- Method in class userInterface.interfaceUtility.
Form
Return the input type.
getIntArr()
- Method in class applicationLogic.utility.
IntArrayWrapper
Get int array.
getKeys()
- Method in class applicationLogic.utility.
KeyValuePair
Get the keys of this KeyValuePair object.
getLabel()
- Method in class userInterface.interfaceUtility.
Form
Return the label.
getMonth()
- Method in class applicationLogic.utility.
Date
Retrieve the month
getOhip()
- Method in class applicationLogic.
UserSession
Get the logged in user's OHIP number.
getPhysiciansWhoPerformedProcedure(Connection, Map)
- Static method in class applicationLogic.
SQLStatement
Helper method for getting the info on doctors who performed a particular procedure instance (MedicalProcedure)
getRowCount()
- Method in class applicationLogic.utility.
KeyValuePair
Get the number of rows in the 'data' List.
getStArr()
- Method in class applicationLogic.utility.
StringArrayWrapper
Get string array.
getUserData()
- Method in class applicationLogic.
UserSession
Get the logged in user's user data.
getUserId()
- Method in class applicationLogic.
UserSession
Get the logged in user's ID.
getUserType()
- Method in class applicationLogic.
UserSession
Get the logged in user's user type.
getValues()
- Method in class applicationLogic.utility.
KeyValuePair
Get the values of this KeyValuePair object.
getValuesByKeyIndex(int)
- Method in class applicationLogic.utility.
KeyValuePair
Get the values of the 'index' column of each row in 'data'.
getValuesByKeyName(String)
- Method in class applicationLogic.utility.
KeyValuePair
Get the values from 'data' corresponding to the key 'keyName' in 'keys'.
getYear()
- Method in class applicationLogic.utility.
Date
Retrieve the year
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
P
R
S
T
U
V
Y