Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomGetValueResult Enumeration








Specifies the possible result of GetValue
Syntax
'Declaration
 
Public Enum DicomGetValueResult 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomGetValueResult
public enum DicomGetValueResult : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomGetValueResult = function() { };
Leadtools.Dicom.DicomGetValueResult.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class DicomGetValueResult : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000ElementPresentWithValue Element exists and its value was returned
0x00000000Success Element exists and its value was returned
0x00000001ElementPresentWithValueConversionFailed Element exists but its value could not be successfully converted to the requested type
0x00000002ElementPresentWithNoValue Element exists but it has no assigned value
0x00000003ElementNotPresent Element is not present
0x00000004InvalidType 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.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
GetValue
GetValueResult Property

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