C#
VB
C++
Java
Public Function SetName( _
ByVal iod As DicomIod, _
ByVal name As String _
) As Boolean
iod
An item in the IOD Structure. The name of this item will be set using the parameter "name".
name
The name to be set.
true if the name was successfully set, false if there is no enough memory.
For an example, refer to Reset.