Medwx is a a Medical Client based on wxPython. It is made from a set of utilities, the most useful for a physician being a client communicating with an archive server by mean of DICOM protocol. Say in other words : a DICOM Viewer or a PACS Console. The last formulation seems to me more appropriate, because the Medwx client is able to commuicate with a PACS server.
Requirements:
· Python 2.4 or newer
· wxPython 2.6.3.0 is required
· ZODB, the Zope database.
· PIL (Python Imaging Library)
· PyOpenGL, python OpenGL wrapper
· Numeric, python array module
INSTALLATION:
1) unzip medwx-X.X.X.zip
2) cd medwx
3) python setup.py build
4) cp build/lib.linux-i686-2.4/*.so ./
You can then run the DICOM viewer by typing
5) python viewer.py
Product's homepage