Project on the subject of Medical Information Systems.
The application is used to manage medical images in the PACS server service. It allows you to connect to the server using any user parameters and archive. Changing the user and the archive is done through the window called from the menu bar.
Tested:
+PACS server - dcmqrscp
+Operating system - Win10
+Python version: 3.7 (don't try on Python 2.x)
Kamil Kozieł
email: kkoziel@outlook.com
First step to run application is create new python virtual environment
python3 -m venv venvNext you have to active your environment
venv\Scripts\activate.bat(venv) (...)> pip install (path_to_PACSClient)\requirements.txtCopy files from res\dlls to C:\Users(username)\AppData\Local\Programs\Python\Python37\DLLs
To run app you should run you command prompt from StepToBum directory and then type:
(venv) (path_to_PACSClient) > python PACSClient.py