[This is preliminary documentation and is subject to change.]
Searches for the specified DicomHl7TagMap and
returns the zero-based index of the first occurrence within the entire DicomHl7TagMapCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( DicomHl7TagMap value )
Public Function IndexOf ( _ value As DicomHl7TagMap _ ) As Integer
public: int IndexOf( DicomHl7TagMap^ value )
- value (DicomHl7TagMap)
- The DicomHl7TagMap to locate in the DicomHl7TagMapCollection.
The zero-based index of the first occurrence of value within the entire DicomHl7TagMapCollection,
if found; otherwise, -1.