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

C-MOVE SCU/SCP not possible? #5

Closed
scaramallion opened this issue Jan 10, 2017 · 2 comments
Closed

C-MOVE SCU/SCP not possible? #5

scaramallion opened this issue Jan 10, 2017 · 2 comments
Labels

Comments

@scaramallion
Copy link
Member

  • Due to the way the program structure works, its not possible to run a C-MOVE operation with the SCU as the move destination due to a C-MOVE invoking a separate Association request from the SCP for the C-STORE request (unlike C-GET which uses the same Association to receive the C-STORE request).
  • I'm not actually sure if this is a bug or if this is the desired behaviour. Why use a C-MOVE to fetch to the running AE instead of a C-GET?
scaramallion added a commit that referenced this issue Jan 25, 2017
…ctions as well as the StateMachine class
@scaramallion
Copy link
Member Author

scaramallion commented Jan 29, 2017

From PS3.4 Section C.4.2:

The C-MOVE operation allows an application entity to instruct another application entity to transfer stored SOP Instances to another application entity using the C-STORE operation.

The application entity that receives the stored SOP Instances may or may not be the originator of the C-MOVE operation.

So the current behaviour is incorrect? Will need to test properly to check that this is still the case.

@saip009
Copy link

saip009 commented Jun 20, 2018

Why use a C-MOVE to fetch to the running AE instead of a C-GET?

I know Orthanc does not support C-GET.

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

No branches or pull requests

2 participants