What is the proper way to know if a send is successful?
23 views
Skip to first unread message
fabian chatwin cedrati
unread,
Jun 20, 2016, 12:25:54 PM6/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-dicom
I am dealing with a SCP that doesn't return a release response after a Dclient send. I know this is wrong but the image does get to the other side.
Currently to know if the send has success I check into command_results the value of 0000,0900 and 0000,0902.
But from this SCP I get command_results empty. However the image is arrived and the Ruby dicom log recognize it.
Do question is: how to correctly handle the result? A part from protesting with the SCP vendor that doesn't perform the release, is there a better way to know the result of send?
I'm now digging into the link class in search of clues.