C#
VB
C++
public enum DicomInsertElementAndSetValueResult
Public Enum DicomInsertElementAndSetValueResult
public enum class DicomInsertElementAndSetValueResult
Value | Member | Description |
---|---|---|
0 | ElementAddedValueSet | Element successfully added and value successfully assigned |
0 | Success | Element successfully added and value successfully assigned |
1 | ElementExistedValueSet | Element not added because it already existed, and value of existing element successfully assigned |
2 | ElementAddedValueNotSet | Element successfully added but value not assigned |
3 | ElementExistedValueNotSet | Element not added because it already existed, and value not assigned |
4 | ElementNotAdded | Element not added |
After calling InsertElementAndSetValue, the property InsertElementAndSetValueResult will contain one of the enumeration values that indicate the result.