'Declaration Public Function New( _
ByVal applyModalityLutA value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.As Boolean, _
ByVal applyValueOfInterestLutA value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.As Boolean _
)
public DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut
)
public: DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut
)
public:
DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut
)
Parameters
- applyModalityLut
- A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.
- applyValueOfInterestLut
- A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.