ModalitySequenceLookUpTable

ModalitySequenceLookUpTable class

Represents ‘Modality LUT Sequence’ (when ‘Modality LUT Module’ has ‘Modality LUT Sequence’ specified). The output range is from 0 to 2n-1 where n is the third value of LUT Descriptor. This range is always unsigned. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.html

public sealed class ModalitySequenceLookUpTable : SequenceLookupTable

Constructors

NameDescription
ModalitySequenceLookUpTable(GrayscaleRenderOptions)Initialize new instance of ModalitySequenceLookUpTable using the specified options

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
Recalculate()

See Also