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

How do I send an indexed exam to a storage Server? #32

Open
JayDubb85 opened this issue Feb 2, 2024 · 1 comment
Open

How do I send an indexed exam to a storage Server? #32

JayDubb85 opened this issue Feb 2, 2024 · 1 comment
Labels

Comments

@JayDubb85
Copy link

I have indexed my directories, and this seems to have worked successfully. I have set up a storage server so I could initiate a C-Move to this server. However, there is no options anywhere I can find to actually submit a C-Move to the destination. How is this done? I have looked all over the Dicoogle Learning Pack and there is nothing in there that shows how this is done.

@Enet4 Enet4 added the question label Mar 19, 2024
@Enet4
Copy link
Collaborator

Enet4 commented Mar 19, 2024

First you would follow the configuration steps for storage destinations.

Then all that you need to do is restart the archive and invoke your move SCU of choice, with the configured destination as the Move application entity. An example of using Dcmtk's movescu can be found here.

movescu -S --move LOCAL_VIEWER -cae DICOOGLE-STORAGE localhost 1045 query.dcm

Where query.dcm would be the DICOM object with your C-MOVE-RQ message.

Granted, the learning pack could be extended with some examples, though in this case the only thing specific to Dicoogle is the configuration of DICOM storage destination servers. The core project does not provide study transfer facilities other than the SCP for querying and retrieval (default port 1045).

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