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

idea: a user friendly way to define a custom request/response for the api #15

Open
vsoch opened this issue Jun 9, 2017 · 0 comments
Open

Comments

@vsoch
Copy link
Owner

vsoch commented Jun 9, 2017

Working with json could be cumbersome, but if we had something that was simple (and felt like a Dockerfile, for example) that would be really neat. For example:

This is called som.def

from: dicom
to: api/endpoint

%request
SOPInstanceClass custom_field
PatientID id

%response
SOPInstanceClass blank
PatientID coded

and then it would be used for a dockerfile like:

som --deid input.dcm som.def

or in context of a folder

som --deid inputfolder som.def
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

1 participant