Skip to content

simple flask application to manipulate dicom imaging files

Notifications You must be signed in to change notification settings

chengycheng/dicom_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicom_processing

Simple flask application to manipulate DICOM format imaging files

Starting the microservice

from terminal: python micro_service.py

Sample calls

Upload File

from terminal: curl -X POST -F 'file=@IM000003' http://127.0.0.1:5000/upload

Search by Tag:

http://127.0.0.1:5000/header/IM000001?tag=(0028,0004)

Convert to Image

http://127.0.0.1:5000/convert/IM000001

References:

  • I referenced here to troubleshoot with IM000003 turning out all white after conversion.

About

simple flask application to manipulate dicom imaging files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages