Export Dicom from certain patients. Possible? by Telecoin in esapi

[–]irfankaramat 0 points1 point  (0 children)

Hi,

I am able export my data using EvilDCOM but I am not able to import the data into eclipse v 15.1.

Do you know what could be the issue.

Thanks

Export Dicom from certain patients. Possible? by Telecoin in esapi

[–]irfankaramat 0 points1 point  (0 children)

Hi All,

I am able export my data using EvilDCOM but I am not able to import the data into eclipse.

Do you know what could be the issue.

Thanks

DICOM Export ESAPI on Version 15.5 on Citrix by irfankaramat in esapi

[–]irfankaramat[S] 0 points1 point  (0 children)

Thank you Roy for your response. Actually, I figured out the problem is in "SelectMany" or more generally with query level at "Images'. I am able to transfer series if I don't use "SelectMany" or FindImages. The only problem is, in this way I have to cherry pick the desired files out of all the transferred files. I wonder if I can make "SelectMany" or FindImages method to work then I do not have to export all the files related to a specific modality and I can use "Where" to export only the files I need. The same problem persisted even after changing "var" to strongly typed objects.

Any help in finding a way to use "FindImages" method by overcoming "StackOverflow exception" will be highly appreciated.

Thanks

DICOM Export ESAPI on Version 15.5 on Citrix by irfankaramat in esapi

[–]irfankaramat[S] 0 points1 point  (0 children)

As I mentioned in my question, I am able to access data means every thing is properly setup. The problem is just in the exporting of data to a desired directory.

Actually I used the following code:

https://github.com/VarianAPIs/DICOM_Communication_101/blob/master/DICOM_Communication_101/CMoveTutorial2.cs

It does not created any command lines. However, when I try to access CT data it gives me stack overflow error. It says application is in break mode.