←Select platform

SetDescription Method

Summary

Sets the description of the specified item in the IOD Structure.

Syntax

C#
VB
Java
WinRT C#
C++
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 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly