Leadtools.Dicom Namespace : DicomInsertElementAndSetValueResult Enumeration |
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
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomInsertElementAndSetValueResult = function() { }; Leadtools.Dicom.DicomInsertElementAndSetValueResult.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomInsertElementAndSetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ElementAddedValueNotSet | Element successfully added but value not assigned |
ElementAddedValueSet | Element successfully added and value successfully assigned |
ElementExistedValueNotSet | Element not added because it already existed, and value not assigned |
ElementExistedValueSet | Element not added because it already existed, and value of existing element successfully assigned |
ElementNotAdded | Element not added |
Success | Element successfully added and value successfully assigned |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomInsertElementAndSetValueResult
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2