C#
VB
C++
Java
public bool SetDescription(
DicomIod iod,
string description
)
Public Function SetDescription( _
ByVal iod As DicomIod, _
ByVal description As String _
) As Boolean
public boolean setDescription(DicomIod iod, String description)
public:
bool SetDescription(
DicomIod^ iod,
String^ description
)
iod
An item in the IOD Structure. The description of this item will be set using the parameter "description".
description
the description to be set.
true if the description was successfully set, false if there is no enough memory.