| 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
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.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomInsertElementAndSetValueResult