Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Q
queryApplications(String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get list of applications for which there are patients in the hospital.
queryApplications(String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
return list of application dataobjects for which there are patients in the hospital and that match context pattern.
queryApplications(String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
** return list of application dataobjects for which there are patients in ** the hospital and that match context pattern.
queryApplications(String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
return list of application dataobjects for which there are patients in the hospital and that match context pattern.
queryFirstId(String, String, String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get the first patient id for a given application, subject and status
queryFirstId(String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
Return patient id of first patient with given status, subject and application
queryFirstId(String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
** Return patient id of first patient with given status, subject and ** application
queryFirstId(String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
Return patient id of first patient with given status, subject and application
queryNextId(String, String, String, String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get the next patient id for a given application, subject and status after the lastId
queryNextId(String, String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
return patient id of that has given status, application, subject and patient id greater than thn the lastId
queryNextId(String, String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
** return patient id of that has given status, application, subject and patient id ** greater than thn the lastId
queryNextId(String, String, String, String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
return patient id of that has given status, application, subject and patient id greater than thn the lastId
queryPatient(String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get fully populated patient object for a given patientId
queryPatient(String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
return patient data object corresponding to the patient id.
queryPatient(String, Connection)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
queryPatient(String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
return patient data object corresponding to the patient id.
queryPatient(String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
return patient data object corresponding to the patient id.
queryPatients(String, String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get list of patients for which there are patients in the hospital for a given application
queryPatients(String, String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
return DataObject array of patient queues for a given application and subject.
queryPatients(String, String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
** return DataObject array of patient queues for a given application ** and subject.
queryPatients(String, String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
return DataObject array of patient queues for a given application and subject.
querySubjects(String)
- Method in interface org.openadaptor.adaptor.hospital.
Hospital
Get list of subjects for which there are patients in the hospital for a given application
querySubjects(String)
- Method in class org.openadaptor.adaptor.jdbc.mssql.
HospitalMSSqlImpl
return DataObject array of subjects for a given subject.
querySubjects(String)
- Method in class org.openadaptor.adaptor.jdbc.oracle.
HospitalOracleImpl
** return DataObject array of subjects for a given subject.
querySubjects(String)
- Method in class org.openadaptor.adaptor.jdbc.sybase.
HospitalSybaseImpl
return DataObject array of subjects for a given subject.
QUOTE_CHAR
- Static variable in class org.openadaptor.dostrings.
DelimitedStringReader
QuoteChar property name
quoteSet
- Static variable in class org.openadaptor.dataobjects.
ArraySelector
Pairs of start and end quote characters (none).
quoteSet
- Static variable in class org.openadaptor.dataobjects.
ValueSelector
Pairs of start and end quote characters.
quoteSet
- Static variable in class org.openadaptor.dataobjects.
XPathSelector
Pairs of start and end quote characters.
quoteString(String)
- Static method in class org.openadaptor.adaptor.editor.
AFEditor
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_