public enum DicomGetValueResult typedef NS_ENUM(NSInteger, LTDicomGetValueResult) {LTDicomGetValueResultSuccess = 0,LTDicomGetValueResultElementPresentWithValue = 0,LTDicomGetValueResultElementPresentWithValueConversionFailed = 1,LTDicomGetValueResultElementPresentWithNoValue = 2,LTDicomGetValueResultElementNotPresent = 3,LTDicomGetValueResultInvalidType = 4,};
public enum class DicomGetValueResult | 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
