DVTk API
Add Method (value)
DVTkDvtk.ComparatorDicomComparisonTagCollectionAdd(DicomComparisonTag)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0