Image to DICOM converter
Dicvox is an application that allows you to convert jpg and png images into DICOM. It is especially useful when certain biomedical equipment does not offer DICOM export. Additionally, it allows sending the converted image to the local PACS for dissemination among specialists. The conversion process requires some mandatory minimum data such as Modality, Media Storage Standard SOP Classes and some patient data.
Media Storage Standard SOP Classes: https://dicom.nema.org/dicom/2013/output/chtml/part04/sect_i.4.html
Modalities: http://dicomlookup.com/modalities.asp
- Languages: Python 3
- Multiple libraries such as Pydicom
- Linux, Windows, MacOS
git clone https://github.com/alfonsodg/dicvox.git
pip install -r requirements.txt
The project includes a script that allows you to test the connection with the PACS using the dicom demo image included, I recommend testing the case before configuring the application.
python test_send.py
python dicvox.py
The first time the application is started, a .db file is created that saves some basic configurations, these must be modified during the first use of the application within the configuration window. The fields are self explanatory. Restart the application when these values have been changed.
Please check the logs in the dicvox.log and the window shell before any request.
Alfonso de la Guarda @alfonsodg
- 1.0
- Initial Release
This project is licensed under the GPLv3 License