bioinformatics-ua / dicoogle-learning-pack

Resources for users and developers of Dicoogle
17 stars 5 forks source link

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

Open JayDubb85 opened 8 months ago

JayDubb85 commented 8 months ago

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 commented 7 months ago

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).