DVTk API
Add Method (value)
DVTkDvtk.ComparatorHl7ComparisonTagCollectionAdd(Hl7ComparisonTag)
DVTk API

[This is preliminary documentation and is subject to change.]

Adds an object to the end of the Hl7ComparisonTagCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	Hl7ComparisonTag value
)
Public Function Add ( _
	value As Hl7ComparisonTag _
) As Integer
public:
int Add(
	Hl7ComparisonTag^ value
)
Parameters
value (Hl7ComparisonTag)
The Hl7ComparisonTag to be added to the end of the Hl7ComparisonTagCollection.
Return Value
The Hl7ComparisonTagCollection index at which the value has been added.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0