Accusoft.ImagXpressSdk Namespace > Medical Class : ModalityLookupTable Property |
'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); }
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.