Difference between revisions of "User Interface MultiplePatients"

From vret
Jump to: navigation, search
 
(The Prototype software)
Line 63: Line 63:
  
 
'''Server:'''<br>
 
'''Server:'''<br>
main.py<br>
+
main.py <----- run this script to start<br>
 
mainWidgets.py<br>
 
mainWidgets.py<br>
 
sessionControl.py<br>
 
sessionControl.py<br>
Line 71: Line 71:
 
<br>
 
<br>
 
'''Client:'''<br>
 
'''Client:'''<br>
mainTherapist.py<br>
+
mainTherapist.py <----- run this script to start<br>
 
therapisWidgets.py<br>
 
therapisWidgets.py<br>
 
session.py<br>
 
session.py<br>

Revision as of 13:32, 9 November 2009

The Prototype software

Python 2.6

http://www.python.org/

PyQT 4.4.4-2

http://www.riverbankcomputing.co.uk/


Download the software:

File:0 - my soft.zip



Prototype overview.jpg



download press which buttons



Runing a Session (sessionClient)

...



MultiVRET patient view.jpg


Communication between sessions (mainServer)

...


MultiVRET server view.jpg



over view objects

Prottype objects.jpg




Server:
main.py <----- run this script to start
mainWidgets.py
sessionControl.py
sessionStrore.py
simulatorCreator.py
myConnection.py

Client:
mainTherapist.py <----- run this script to start
therapisWidgets.py
session.py

Adjustment
therapistSoundImageControl.py
myConnection.py