Simple flask application to manipulate DICOM format imaging files
from terminal:
python micro_service.py
from terminal: curl -X POST -F 'file=@IM000003' http://127.0.0.1:5000/upload
http://127.0.0.1:5000/header/IM000001?tag=(0028,0004)
http://127.0.0.1:5000/convert/IM000001
References:
- I referenced here to troubleshoot with IM000003 turning out all white after conversion.