Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a post method for api rest use? #7

Open
wparaujo opened this issue Jul 19, 2020 · 2 comments
Open

Is there a post method for api rest use? #7

wparaujo opened this issue Jul 19, 2020 · 2 comments

Comments

@wparaujo
Copy link

I intend to write my final paper using this project, but my application must send dicom images through api rest post method. Is this possible currently?

@vsoch
Copy link
Member

vsoch commented Jul 19, 2020

It's not implemented on the server, but it's fairly straight forward if you wanted to add this functionality with pynetdicom. https://github.com/pydicom/pynetdicom You would want to add POST endpoints for that in the Django views, and then ensure that they are exposed via the docker-compose.yml.

@wparaujo
Copy link
Author

wparaujo commented Sep 3, 2020

Ok. Thanks for your response :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants