C#
VB
WinRT C#
C++
Specifies the possible result of GetValue
public enum DicomGetValueResult
Public Enum DicomGetValueResult
public enum DicomGetValueResult
Leadtools.Dicom.DicomGetValueResult = function() { };
Leadtools.Dicom.DicomGetValueResult.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomGetValueResult
Members
Value | Member | Description |
---|---|---|
0 | ElementPresentWithValue | Element exists and its value was returned |
0 | Success | Element exists and its value was returned |
1 | ElementPresentWithValueConversionFailed | Element exists but its value could not be successfully converted to the requested type |
2 | ElementPresentWithNoValue | Element exists but it has no assigned value |
3 | ElementNotPresent | Element is not present |
4 | InvalidType | The requested generic type is not supported by GetValue |
After calling GetValue, the property GetValueResult will contain one of the enumeration values that indicate the result.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET