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

Refactor cache and move dicom services to consider all configured storage nodes (if virtual server is set) #23

Open
toskrip opened this issue Dec 13, 2019 · 2 comments
Assignees
Labels
refactor A code change that neither fixes a bug nor adds a feature

Comments

@toskrip
Copy link
Contributor

toskrip commented Dec 13, 2019

The CMOVE in cache-dicom services can be done more elegantly without the necessity to probe every storage node before the actual move. CMOVE from local to local on DICOM proxy node will do this automatically.

@toskrip toskrip added the refactor A code change that neither fixes a bug nor adds a feature label Dec 13, 2019
@toskrip toskrip added this to the rpb-pacs-0.1.0 milestone Dec 13, 2019
@toskrip toskrip self-assigned this Dec 13, 2019
@toskrip toskrip added this to Backlog in rpb-pacs-1.0 via automation Dec 13, 2019
@toskrip
Copy link
Contributor Author

toskrip commented Mar 19, 2020

Issue was found with implementation of DICOM proxy (virtual server) CMOVE operation. It seems to not be able to CFIND all SOPs from data nodes so for now the current cache-dicom services actually work better.

@toskrip
Copy link
Contributor Author

toskrip commented Mar 4, 2021

It should be possible to get nodes to query from config file (applies for cache and move operations):

gpps('sscscp', 'VirtualServerFor0', '')

Note: tried, this does not work for VirtualServer config options...

@toskrip toskrip changed the title Refactor cache-dicom services to automatically fetch from all storage nodes Refactor cache and move dicom services to consider all configured storage nodes (if virtual server is set) Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A code change that neither fixes a bug nor adds a feature
Projects
Status: Backlog
rpb-pacs-1.0
  
Backlog
Development

No branches or pull requests

1 participant