DVTk API
Insert Method (index, value)
DVTkDvtk.ComparatorDicomHl7TagMapCollectionInsert(Int32, DicomHl7TagMap)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0