LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomGetValueResult Enumeration

Show in webframe







Specifies the possible result of GetValue
Syntax
public enum DicomGetValueResult : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DicomGetValueResult 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomGetValueResult
public enum DicomGetValueResult : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomGetValueResult = function() { };
Leadtools.Dicom.DicomGetValueResult.prototype = {
Success = 0x00000000, ElementPresentWithValue = 0x00000000, ElementPresentWithValueConversionFailed = 0x00000001, ElementPresentWithNoValue = 0x00000002, ElementNotPresent = 0x00000003, InvalidType = 0x00000004, };
public enum class DicomGetValueResult : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SuccessElement exists and its value was returned
0x00000000ElementPresentWithValueElement exists and its value was returned
0x00000001ElementPresentWithValueConversionFailedElement exists but its value could not be successfully converted to the requested type
0x00000002ElementPresentWithNoValueElement exists but it has no assigned value
0x00000003ElementNotPresentElement is not present
0x00000004InvalidTypeThe requested generic type is not supported by GetValue
Remarks
After calling GetValue, the property DicomDataSet.GetValueResult will contain one of the enumeration values that indicate the result.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomGetValueResult

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
GetValue
GetValueResult Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features