Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ModalitySequenceLUT

    Modality Sequence LUT implementation of IModalityLUT and ILUT

    Inheritance
    System.Object
    ModalitySequenceLUT
    Implements
    IModalityLUT
    ILUT
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging.LUT
    Assembly: fo-dicom.core.dll
    Syntax
    public class ModalitySequenceLUT : IModalityLUT, ILUT

    Constructors

    ModalitySequenceLUT(DicomDataset, Boolean)

    Initialize new instance of ModalitySequenceLUT using the specified Modality LUT Descriptor and Data

    Declaration
    public ModalitySequenceLUT(DicomDataset modalityLUTSequenceItem, bool signed)
    Parameters
    Type Name Description
    DicomDataset modalityLUTSequenceItem

    One item of the ModalityLUTSequence

    System.Boolean signed

    Properties

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    Item[Double]

    Declaration
    public double this[double value] { get; }
    Parameters
    Type Name Description
    System.Double value
    Property Value
    Type Description
    System.Double

    MaximumOutputValue

    Declaration
    public double MaximumOutputValue { get; }
    Property Value
    Type Description
    System.Double

    MinimumOutputValue

    Declaration
    public double MinimumOutputValue { get; }
    Property Value
    Type Description
    System.Double

    Methods

    Recalculate()

    Declaration
    public void Recalculate()

    Implements

    IModalityLUT
    ILUT

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors