HasData Property (DicomImageVoiLookupTable)
Gets a value indicating whether the Value Of Interest Look Up Table has look up table.
'Declaration
Public Overrides ReadOnly Property HasData As Boolean
public override bool HasData { get; }
public: __property bool get_HasData(); override;
public:
property bool HasData {
bool get() override;;
}
Property Value
true - the Value Of Interest Look Up Table has lookup table, i.e. the Value Of Interest Look Up Table is defined with the "VOI LUT Sequence" (0028,3010);
false - the Value Of Interest Look Up Table does not have lookup table, i.e. the Value Of Interest Look Up Table is described with the
WindowCenter (0028,1050) and
WindowWidth (0028,1051) elements.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5