Accusoft.ImagXpressSdk Namespace > Medical Class : ValuesOfInterestLookupTable Property |
'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); }
Sets the Values of Interest (VOI) LUT information specified in the DICOM VOI LUT Sequence (0028, 3010) attribute.
Note: Available in Professional edition.