Now I'm developing a small project concerned with medical imaging. I'm using C#.net 2008 and clearcanvas for saving and retrieving dicom files. I want to ask some questions about clearcanvas.
For saving, sometimes it is saved with XML file, sometimes not. Does this have any effect in retrieving?
Another one is when I'm saving single frame dicom files. It's OK, but for multiple frame dicom files (larger size), it an error occurs like this Unexpected network error:
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException'
Is getting thrown. Sometimes I get this message:
"Timeout waiting for response message, continuing.(Error) Unexpected association
abort received from imgserver".
The last one is how I retrieve those files. I know it saved with issuedate\instanceUID,but, I don't know how to implement it. Please help me my friends,i really need it.