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