←Select platform

SetDescription Method

Summary
Sets the description of the specified item in the IOD Structure.
Syntax
C#
Objective-C
C++/CLI
Java
public bool SetDescription( 
   DicomIod iod, 
   string description 
) 
- (BOOL)setDescription:(NSString *)desc forIod:(LTDicomIod *)iod; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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