←Select platform

IsSegmented Property

Summary
Specifies whether the "Palette Color Lookup Table Data" is segmented or not.
Syntax
C#
Objective-C
C++/CLI
Java
public bool IsSegmented { get; set; } 
@property (nonatomic, assign) BOOL isSegmented; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.