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