←Select platform

SetDescription Method

Summary
Sets the description of the specified item in the IOD Structure.
Syntax
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 
)  

Parameters

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.

Return Value

true if the description was successfully set, false if there is no enough memory.

Remarks
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.