Sets the name of the specified item in the IOD Structure.
Public Function SetName( _
ByVal iod As Leadtools.Dicom.DicomIod, _
ByVal name As String _
) As Boolean
public bool SetName(
Leadtools.Dicom.DicomIod iod,
string name
)
function Leadtools.Dicom.DicomIodTable.SetName(
iod ,
name
)
public:
bool SetName(
Leadtools.Dicom.DicomIod^ iod,
String^ name
)
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.
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