[This is preliminary documentation and is subject to change.]
Inserts an DicomQueryItem element into the DicomQueryItemCollection at the specified index.
| C# | Visual Basic | Visual C++ |
public void Insert( int index, DicomQueryItem value )
Public Sub Insert ( _ index As Integer, _ value As DicomQueryItem _ )
public: void Insert( int index, DicomQueryItem^ value )
- index (Int32)
- The zero-based index at which value should be inserted.
- value (DicomQueryItem)
- The DicomQueryItem to insert.