Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomInsertElementAndSetValueResult Enumeration
See Also  
Leadtools.Dicom Namespace : DicomInsertElementAndSetValueResult Enumeration



Specifies the possible result of DicomDataSet.InsertElementAndSetValue

Syntax

Visual Basic (Declaration) 
Public Enum DicomInsertElementAndSetValueResult 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomInsertElementAndSetValueResult
C# 
public enum DicomInsertElementAndSetValueResult : Enum 
C++/CLI 
public enum class DicomInsertElementAndSetValueResult : public Enum 

Members

MemberDescription
Success Element successfully added and value successfully assigned
ElementAddedValueSet Element successfully added and value successfully assigned
ElementExistedValueSet Element not added because it already existed, and value of existing element successfully assigned
ElementAddedValueNotSet Element successfully added but value not assigned
ElementExistedValueNotSet Element not added because it already existed, and value not assigned
ElementNotAdded Element not added

Remarks

After calling DicomDataSet.InsertElementAndSetValue(Int64,Object), the property DicomDataSet.InsertElementAndSetValueResult will contain one of the enumeration values that indicate the result.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomInsertElementAndSetValueResult

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features