←Select platform

DicomGetValueResult Enumeration

Summary

Specifies the possible result of GetValue

Syntax
C#
VB
C++
public enum DicomGetValueResult   
Public Enum DicomGetValueResult  
public enum class DicomGetValueResult   

Members
ValueMemberDescription
0ElementPresentWithValue Element exists and its value was returned
0Success Element exists and its value was returned
1ElementPresentWithValueConversionFailed Element exists but its value could not be successfully converted to the requested type
2ElementPresentWithNoValue Element exists but it has no assigned value
3ElementNotPresent Element is not present
4InvalidType The requested generic type is not supported by GetValue

Remarks

After calling GetValue, the property GetValueResult will contain one of the enumeration values that indicate the result.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly