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

wado-rs util: use UID as file name #391

Closed
9 tasks done
gunterze opened this issue Dec 22, 2018 · 1 comment
Closed
9 tasks done

wado-rs util: use UID as file name #391

gunterze opened this issue Dec 22, 2018 · 1 comment
Assignees
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Dec 22, 2018

  • use UID from path component as file name (instead part)
  • start file name number suffix with 1 instead of 0.
  • use leading zeros to extend the number suffix to 3 digits.
  • pass URL as CLI argument instead as option --url
  • support to specify multiple URLs to invoke multiple WADO-RS requests
  • fix the currently not working option out-dir
  • fix the currently not working retrieve metadata as json
  • support a (=accept) option to specify only the subtype instead of complete required accept header (for eg. use jpeg instead of multipart/related;type=image/jpeg and so on for other types)
  • suppress misleading
    17:18:12,249 WARN  - Missing Boundary Parameter in response Content Type
    
    on HTTP error. Change to
  18:23:12,190 WARN  - Invalid response. Unpacking of parts not possible.
@gunterze gunterze added this to the 5.15.1 milestone Dec 22, 2018
@gunterze gunterze changed the title wado-rs util: prevent overwrite of existing files wado-rs util: use UID as file name Dec 24, 2018
@vrindanayak vrindanayak reopened this Jan 10, 2019
@vrindanayak
Copy link
Member

  • make a (=accept) option as optional, if none is specified use wildcard *
  • add logging also for extraction of metadata as json
  • support --header option so that user can decide if Accept shall be sent in Request Header or as query parameter appended to the URL

patrick-peer pushed a commit to patrick-peer/dcm4che that referenced this issue Oct 17, 2019
patrick-peer pushed a commit to patrick-peer/dcm4che that referenced this issue Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants