| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomInsertElementAndSetValueResult Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomInsertElementAndSetValueResult | |
| C# | |
|---|---|
public enum DicomInsertElementAndSetValueResult : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomInsertElementAndSetValueResult : public System.Enum, IComparable, IConvertible, 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 |
After calling DicomDataSet.InsertElementAndSetValue, the property DicomDataSet.InsertElementAndSetValueResult will contain one of the enumeration values that indicate the result.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomInsertElementAndSetValueResult
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code