Sets the description of the specified item in the IOD Structure.
public bool SetDescription(
DicomIod iod,
string description
)
Public Function SetDescription( _
ByVal iod As Leadtools.Dicom.DicomIod, _
ByVal description As String _
) As Boolean
public bool SetDescription(
Leadtools.Dicom.DicomIod iod,
string description
)
public boolean setDescription(DicomIod iod, String description)
function Leadtools.Dicom.DicomIodTable.SetDescription(
iod ,
description
)
public:
bool SetDescription(
Leadtools.Dicom.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET