←Select platform

DicomInsertElementAndSetValueResult Enumeration

Summary

Specifies the possible result of DicomDataSet.InsertElementAndSetValue

Syntax

C#
VB
WinRT C#
C++
public enum DicomInsertElementAndSetValueResult   
Public Enum DicomInsertElementAndSetValueResult  
    
    
public enum DicomInsertElementAndSetValueResult    
Leadtools.Dicom.DicomInsertElementAndSetValueResult = function() { }; 
Leadtools.Dicom.DicomInsertElementAndSetValueResult.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly