←Select platform

DicomGetValueResult Enumeration

Summary

Specifies the possible result of GetValue

Syntax

C#
VB
WinRT C#
C++
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly