[This is preliminary documentation and is subject to change.]
Property - RetrieveItems.
Collection of C-MOVE-RSP messages returned. There may be more than one entry in the collection if the retrieve SCP
supports intermediate C-MOVE-RSP messages.
Use DicomQueryItem.GetValue(Tag.NUMBER_OF_COMPLETED_SUBOPERATIONS) to get completed count.
Use DicomQueryItem.GetValue(Tag.NUMBER_OF_FAILED_SUBOPERATIONS) to get failed count.
Use DicomQueryItem.GetValue(Tag.NUMBER_OF_REMAINING_SUBOPERATIONS) to get remaining count.
Use DicomQueryItem.GetValue(Tag.NUMBER_OF_WARNING_SUBOPERATIONS) to get warning count.
| C# | Visual Basic | Visual C++ |
public DicomQueryItemCollection RetrieveItems { get; }
Public ReadOnly Property RetrieveItems As DicomQueryItemCollection
public: property DicomQueryItemCollection^ RetrieveItems { DicomQueryItemCollection^ get (); }