| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomGetValueResult Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomGetValueResult : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomGetValueResult : public Enum | |
| Member | Description |
|---|---|
| Success | Element exists and its value was returned |
| ElementPresentWithValue | Element exists and its value was returned |
| ElementPresentWithValueConversionFailed | Element exists but its value could not be successfully converted to the requested type |
| ElementPresentWithNoValue | Element exists but it has no assigned value |
| ElementNotPresent | Element is not present |
| InvalidType |
The requested generic type is not supported by |
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code