Skip to content

echoshihab/PACS_Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PACS Forms

Python Version Django Version

main image

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.

Features

  • Manual Input Form: Send form to destination by manually inputting all required data (e.g. Patient Name, ID etc)

tech form

  • Query Worklist Form: Prepopulate patient & required data via DICOM modality worklist query and input additional note

query form

  • Server Configs: Add & update destination and worklist AE, IP and PORT configs as required

server configs

  • DICOM Compliant: View sent image via PACS/DICOM Viewer

server configs

About

send web based technologist forms data as DICOM compliant image to PACS w/ Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published