DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Failures Property
Failures Property
Description
DicomDataSet containing list of failed SOP instances
Property type
Read-only property
Syntax
Visual Basic
Public Property Failures As DicomDataSet
Return Type
DicomDataSet
Remarks

It is not normally necessary for a client application to access this property, as the list is automatically created by the DicomConnection object when failures occur, and it is automatically passed on to the requesting application in the final status message.  It would, however, be necessary for an application to modify the contents if it wished to accomplish C-MOVE operations using the Send method instead of using SendImages.
The list of failed SOP instances is present as

DicomConnection.Failures.Attributes(0008,0058)

which will return a string array.

See Also