Difference between revisions of "User Interface MultiplePatients"
(→The Prototype software) |
|||
(One intermediate revision by the same user not shown) | |||
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> | ||
Line 78: | Line 78: | ||
therapistSoundImageControl.py<br> | therapistSoundImageControl.py<br> | ||
myConnection.py<br> | myConnection.py<br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === Data === | ||
+ | |||
+ | [[Image:MP_VRET_Complete.sav]] | ||
+ | |||
+ | [[Image:MP_VRET_Mesurments per observation.sav]] | ||
+ | |||
+ | [[Image:MP_VRET_Questionaires.sav]] |
Latest revision as of 13:35, 9 November 2009
The Prototype software
Python 2.6
PyQT 4.4.4-2
http://www.riverbankcomputing.co.uk/
Download the software:
download
press which buttons
Runing a Session (sessionClient)
...
Communication between sessions (mainServer)
...
over view objects
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