'Declaration <DescriptionAttribute("A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.")> <DefaultValueAttribute(True)> Public Property ApplyValueOfInterestLut As Boolean
[Description("A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.")] [DefaultValue(True)] public bool ApplyValueOfInterestLut { get; set; }
[Description("A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.")] [DefaultValue(True)] public: __property bool get_ApplyValueOfInterestLut(); public: __property void set_ApplyValueOfInterestLut(
bool value
);
[Description("A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.")] [DefaultValue(True)] public:
property bool ApplyValueOfInterestLut { bool get(); void set(bool value); }
Property Value
true - DICOM-декодер должен применять таблицу поиска интересующих значений к изображению DICOM; false - DICOM-декодер НЕ должен применять таблицу поиска интересующих значений к изображению DICOM.
Значение по умолчанию: true.
Значение по умолчанию: true.