Application for sending technologist notes as DICOM compliant image to PACS/DICOM Destination via web based form
Run this project locally
First, clone the repository to your local machine:git clone git@github.com:echoshihab/PACS_Forms.gitInstall the requirements:
pip install -r requirements.txtCreate the database:
python manage.py migrateCreate the superuser (need it to add initial server configs):
python manage.py createsuperuserFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.
- Manual Input Form: Send form to destination by manually inputting all required data (e.g. Patient Name, ID etc)
- Query Worklist Form: Prepopulate patient & required data via DICOM modality worklist query and input additional note
- Server Configs: Add & update destination and worklist AE, IP and PORT configs as required
- DICOM Compliant: View sent image via PACS/DICOM Viewer




