|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Pids.RunPidsClient
The class RunPidsClient start the PIDS client application.
| Constructor Summary | |
RunPidsClient()
Default constructor |
|
RunPidsClient(java.util.Properties inClientprops)
Constructor for the class. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
entry point of HIMSS client |
void |
notifyPatientListObserver(int event,
java.util.Vector patientProfileVector)
notifyPatientListObserver() is called whenever the data in the PIDS client patient table changes. |
void |
notifyPidsSelectionObserver(int event,
java.util.Vector pidsSelectionVector)
notifyPidsSelectionObserver() implements the interface PidsSelectionObserver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunPidsClient()
public RunPidsClient(java.util.Properties inClientprops)
inClientprops - is the clients complete property file with
include the configuration parameters| Method Detail |
public static void main(java.lang.String[] args)
args - command line arguments
first argument (optional) is the name of
the PIDS client configuration file; if omitted,
then the default "PidsClient.cfg" is used
public void notifyPatientListObserver(int event,
java.util.Vector patientProfileVector)
notifyPatientListObserver in interface PatientListObserverevent - describes the type of event, such as PATIENT_LIST_CHANGEDpatientProfileVector - a vector that contains the current patient list in form of
TaggedProfile objects
public void notifyPidsSelectionObserver(int event,
java.util.Vector pidsSelectionVector)
PidsSelectionObserver.
This method is called every time the PIDS selection in the PIDS selection dialog or the
PIDS client panel changes. It is also called when the PIDS selection dialog window is closed.
notifyPidsSelectionObserver in interface PidsSelectionObserverevent - describes the type of event, such as
INACTIVE_PIDS_SELECTION_CHANGED - the PIDS selection in the PIDS
selection frame changed
ACTIVE_PIDS_SELECTION_CHANGED - the PIDS selection in the PIDS
client panel changed
INACTIVE_PIDS_SELECTION_FINALIZED- the user finished selecting PIDS
in the PIDS selection framepidsSelectionVector - a vector that contains the current PIDS selection in
form of String objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||