Leadtools.Dicom Namespace : DicomGetValueResult Enumeration |
public enum DicomGetValueResult : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomGetValueResult Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomGetValueResult
public enum DicomGetValueResult : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomGetValueResult = function() { }; Leadtools.Dicom.DicomGetValueResult.prototype = {
Success = 0x00000000, ElementPresentWithValue = 0x00000000, ElementPresentWithValueConversionFailed = 0x00000001, ElementPresentWithNoValue = 0x00000002, ElementNotPresent = 0x00000003, InvalidType = 0x00000004, };
public enum class DicomGetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Success | Element exists and its value was returned |
0x00000000 | ElementPresentWithValue | Element exists and its value was returned |
0x00000001 | ElementPresentWithValueConversionFailed | Element exists but its value could not be successfully converted to the requested type |
0x00000002 | ElementPresentWithNoValue | Element exists but it has no assigned value |
0x00000003 | ElementNotPresent | Element is not present |
0x00000004 | InvalidType | The requested generic type is not supported by GetValue |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetValueResult