←Select platform

DicomInsertElementAndSetValueResult Enumeration

Summary
Specifies the possible result of DicomDataSet.InsertElementAndSetValue
Syntax
C#
Objective-C
C++/CLI
public enum DicomInsertElementAndSetValueResult   
typedef NS_ENUM(NSInteger, LTDicomInsertElementAndSetValueResult) { 
	LTDicomInsertElementAndSetValueResultSuccess = 0,  
	LTDicomInsertElementAndSetValueResultElementAddedValueSet = 0,  
	LTDicomInsertElementAndSetValueResultElementExistedValueSet = 1,  
	LTDicomInsertElementAndSetValueResultElementAddedValueNotSet = 2,  
	LTDicomInsertElementAndSetValueResultElementExistedValueNotSet = 3,  
	LTDicomInsertElementAndSetValueResultElementNotAdded = 4,  
}; 
public enum class DicomInsertElementAndSetValueResult   
Members
ValueMemberDescription
0ElementAddedValueSet Element successfully added and value successfully assigned
0Success Element successfully added and value successfully assigned
1ElementExistedValueSet Element not added because it already existed, and value of existing element successfully assigned
2ElementAddedValueNotSet Element successfully added but value not assigned
3ElementExistedValueNotSet Element not added because it already existed, and value not assigned
4ElementNotAdded Element not added
Remarks

After calling InsertElementAndSetValue, the property InsertElementAndSetValueResult will contain one of the enumeration values that indicate the result.

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.