Specifies whether the "Palette Color Lookup Table Data" is segmented or not.
public bool IsSegmented { get; set; }
Public Property IsSegmented As Boolean
public bool IsSegmented {get; set;}
public boolean getIsSegmented()
public void setIsSegmented(boolean value)
<br/>get_IsSegmented();<br/>set_IsSegmented(value);<br/>Object.defineProperty('IsSegmented');
public:
property bool IsSegmented {
bool get();
void set ( bool value);
}
true to indicates that "Palette Color Lookup Table Data" is segmented; otherwise, false.
This flag is set when "Segmented Red Palette Color Lookup Table Data" (0028,1221) , "Segmented Green Palette Color Lookup Table Data" (0028,1222) and Segmented Blue Palette Color Lookup Table Data (0028,1223) exist in the DICOM dataset.
DicomPaletteColorLutAttributes Class
DicomPaletteColorLutAttributes Members
RedFirstStoredPixelValueMapped Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET