'Declaration <DescriptionAttribute("A value indicating whether command must apply the Modality lookup table to a DICOM image.")> <DefaultValueAttribute(True)> Public Property ApplyMLut As Boolean
[Description("A value indicating whether command must apply the Modality lookup table to a DICOM image.")] [DefaultValue(True)] public bool ApplyMLut { get; set; }
[Description("A value indicating whether command must apply the Modality lookup table to a DICOM image.")] [DefaultValue(True)] public: __property bool get_ApplyMLut(); public: __property void set_ApplyMLut(
bool value
);
[Description("A value indicating whether command must apply the Modality lookup table to a DICOM image.")] [DefaultValue(True)] public:
property bool ApplyMLut { bool get(); void set(bool value); }
Property Value
true - декодер DICOM должен применять таблицу поиска модальности к изображению DICOM; false - декодер DICOM НЕ должен применять таблицу поиска модальности к изображению DICOM.
Значение по умолчанию: true.
Значение по умолчанию: true.