Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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 = {<br/> LeadtoolsMemberMarker(replace me) };
public enum class DicomGetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ElementPresentWithValue | Element exists and its value was returned |
0x00000000 | Success | 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