Example C-FIND and C-MOVE

1,831 views
Skip to first unread message

Daniel Howard

unread,
Oct 25, 2012, 11:07:04 PM10/25/12
to fo-d...@googlegroups.com
Would someone be so kind as to provide a C-Find and C-Move example using the FO-Dicom Library? Thanks!

Colby Dillion

unread,
Oct 25, 2012, 11:32:24 PM10/25/12
to fo-d...@googlegroups.com
Just posted some example Gists for C-Find and C-Move.

Daniel Howard

unread,
Oct 26, 2012, 11:07:24 PM10/26/12
to fo-d...@googlegroups.com
Colby,
 
Thanks for posting the C-FIND & C-Move Gists! It is very appreciated!
 
I just need clarification with the following line of code from  the C-Find Gist:
 
 Console.WriteLine("C-Find Response:\n" + rsp.Dataset.WriteToString());
 
the highlighted section is not availableas a function under Dataset. I tried "rsp.Dataset.ToString()", but that throws "Object reference not set to an instance of an object."
 
Thanks again for responding so quickly!

Colby Dillion

unread,
Oct 27, 2012, 10:50:28 AM10/27/12
to fo-d...@googlegroups.com
WriteToString() is an extension method in the Dicom.Log namespace.

using Dicom.Log;

Daniel Howard

unread,
Oct 27, 2012, 6:28:35 PM10/27/12
to fo-d...@googlegroups.com
That did it...Thanks again for the posting the examples!

Muhammad Nasir

unread,
Feb 27, 2014, 9:50:01 AM2/27/14
to fo-d...@googlegroups.com
Can you provide some examples for C-Find SCP where the modality can query for worklist
Reply all
Reply to author
Forward
0 new messages