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 [email protected]:echoshihab/PACS_Forms.git
Install the requirements:
pip install -r requirements.txt
Create the database:
python manage.py migrate
Create the superuser (need it to add initial server configs):
python manage.py createsuperuser
Finally, run the development server:
python manage.py runserver
The 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