Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomInsertElementAndSetValueResult Enumeration








Specifies the possible result of DicomDataSet.InsertElementAndSetValue
Syntax
public enum DicomInsertElementAndSetValueResult : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomInsertElementAndSetValueResult 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomInsertElementAndSetValueResult
public enum DicomInsertElementAndSetValueResult : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomInsertElementAndSetValueResult = function() { };
Leadtools.Dicom.DicomInsertElementAndSetValueResult.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class DicomInsertElementAndSetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000ElementAddedValueSet Element successfully added and value successfully assigned
0x00000000Success Element successfully added and value successfully assigned
0x00000001ElementExistedValueSet Element not added because it already existed, and value of existing element successfully assigned
0x00000002ElementAddedValueNotSet Element successfully added but value not assigned
0x00000003ElementExistedValueNotSet Element not added because it already existed, and value not assigned
0x00000004ElementNotAdded Element not added
Remarks
After calling InsertElementAndSetValue, the property 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

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