[This is preliminary documentation and is subject to change.]
Adds an object to the end of the DicomQueryItemCollection.
| C# | Visual Basic | Visual C++ |
public int Add( DicomQueryItem value )
Public Function Add ( _ value As DicomQueryItem _ ) As Integer
public: int Add( DicomQueryItem^ value )
- value (DicomQueryItem)
- The DicomQueryItem to be added to the end of the DicomQueryItemCollection.
The DicomQueryItemCollection index at which the value has been added.