| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomGetValueResult Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomGetValueResult | |
| C# | |
|---|---|
public enum DicomGetValueResult : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomGetValueResult : public System.Enum, IComparable, IConvertible, 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 |
After calling GetValue, the property DicomDataSet.GetValueResult will contain one of the enumeration values that indicate the result.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomGetValueResult
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