DVTk API
Insert Method (index, value)
DVTkDvtk.ComparatorHl7ComparisonTagCollectionInsert(Int32, Hl7ComparisonTag)
DVTk API

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

Inserts an Hl7ComparisonTag element into the Hl7ComparisonTag at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	Hl7ComparisonTag value
)
Public Sub Insert ( _
	index As Integer, _
	value As Hl7ComparisonTag _
)
public:
void Insert(
	int index, 
	Hl7ComparisonTag^ value
)
Parameters
index (Int32)
The zero-based index at which value should be inserted.
value (Hl7ComparisonTag)
The Hl7ComparisonTagCollection to insert.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0