[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific DicomHl7TagMap from the DicomHl7TagMapCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( DicomHl7TagMap value )
Public Sub Remove ( _ value As DicomHl7TagMap _ )
public: void Remove( DicomHl7TagMap^ value )
- value (DicomHl7TagMap)
- The DicomHl7TagMap to remove from the DicomHl7TagMapCollection.