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
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomGetValueResult = function() { }; Leadtools.Dicom.DicomGetValueResult.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomGetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ElementNotPresent | Element is not present |
ElementPresentWithNoValue | Element exists but it has no assigned value |
ElementPresentWithValue | Element exists and its value was returned |
ElementPresentWithValueConversionFailed | Element exists but its value could not be successfully converted to the requested type |
InvalidType | The requested generic type is not supported by GetValue |
Success | Element exists and its value was returned |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetValueResult
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2