Accusoft.ImagXpress13.Net
ValuesOfInterestLookupTable Property




Gets and sets (VOI) Values of Interest for the DICOM Lookup Table.
Syntax
'Declaration
 
Public Property ValuesOfInterestLookupTable As LookupTable
'Usage
 
Dim instance As Medical
Dim value As LookupTable
 
instance.ValuesOfInterestLookupTable = value
 
value = instance.ValuesOfInterestLookupTable
public LookupTable ValuesOfInterestLookupTable {get; set;}
public: __property LookupTable* get_ValuesOfInterestLookupTable();
public: __property void set_ValuesOfInterestLookupTable( 
   LookupTable* value
);
public:
property LookupTable^ ValuesOfInterestLookupTable {
   LookupTable^ get();
   void set (    LookupTable^ value);
}

Property Value

The LookupTable object.
Remarks

Sets the Values of Interest (VOI) LUT information specified in the DICOM VOI LUT Sequence (0028, 3010) attribute.

Note: Available in Professional edition.

See Also

Reference

Medical Class
Medical Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback