Accusoft.ImagXpress13.Net
ModalityLookupTable Property




Gets and sets a DICOM Modality Look Up Table.
Syntax
'Declaration
 
Public Property ModalityLookupTable As LookupTable
'Usage
 
Dim instance As Medical
Dim value As LookupTable
 
instance.ModalityLookupTable = value
 
value = instance.ModalityLookupTable
public LookupTable ModalityLookupTable {get; set;}
public: __property LookupTable* get_ModalityLookupTable();
public: __property void set_ModalityLookupTable( 
   LookupTable* value
);
public:
property LookupTable^ ModalityLookupTable {
   LookupTable^ get();
   void set (    LookupTable^ value);
}

Property Value

The LookupTable value set.
Remarks

This property allows you to set the Modality LUT information specified in the DICOM Modality LUT Sequence (0028, 3000) attribute.

Note: Available in Professional edition.

See Also

Reference

Medical Class
Medical Members
LookupTable Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback