DVTk API
Item Property (index)
DVTkDvtk.ComparatorDicomHl7TagMapCollectionItem[([(Int32])])
DVTk API

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

Gets or sets an DicomHl7TagMap from the collection.
Declaration Syntax
C#Visual BasicVisual C++
public DicomHl7TagMap this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As DicomHl7TagMap
public:
property DicomHl7TagMap^ default[int index] {
	DicomHl7TagMap^ get (int index);
	void set (int index, DicomHl7TagMap^ value);
}
Parameters
index (Int32)
The zero-based index of the collection member to get or set.
Value
The DicomHl7TagMapCollection at the specified index.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0