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
)
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.