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