LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomInsertElementAndSetValueResult Enumeration

Show in webframe







Specifies the possible result of DicomDataSet.InsertElementAndSetValue
Syntax
public enum DicomInsertElementAndSetValueResult : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DicomInsertElementAndSetValueResult 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomInsertElementAndSetValueResult
public enum DicomInsertElementAndSetValueResult : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomInsertElementAndSetValueResult = function() { };
Leadtools.Dicom.DicomInsertElementAndSetValueResult.prototype = {
ElementAddedValueSet = 0x00000000, Success = 0x00000000, ElementExistedValueSet = 0x00000001, ElementAddedValueNotSet = 0x00000002, ElementExistedValueNotSet = 0x00000003, ElementNotAdded = 0x00000004, };
public enum class DicomInsertElementAndSetValueResult : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ElementAddedValueSetElement successfully added and value successfully assigned
0x00000000SuccessElement successfully added and value successfully assigned
0x00000001ElementExistedValueSetElement not added because it already existed, and value of existing element successfully assigned
0x00000002ElementAddedValueNotSetElement successfully added but value not assigned
0x00000003ElementExistedValueNotSetElement not added because it already existed, and value not assigned
0x00000004ElementNotAddedElement not added
Remarks
After calling DicomDataSet.InsertElementAndSetValue, 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

See Also

Reference

Leadtools.Dicom Namespace
InsertElementAndSetValue(Int64,Object) Method
InsertElementAndSetValueResult Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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