←Select platform

IsSegmented Property

Summary

Specifies whether the "Palette Color Lookup Table Data" is segmented or not.

Syntax
C#
VB
C++
Java
public bool IsSegmented { get; set; } 
Public Property IsSegmented As Boolean 
public boolean getIsSegmented() 
public void setIsSegmented(boolean value) 
public: 
property bool IsSegmented { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to indicates that "Palette Color Lookup Table Data" is segmented; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly