Gets or sets the value of the "Modality LUT Type" (0028,3004) element under the "Modality LUT Sequence" (0028,3000).
public string LutType { get; set; }
Public Property LutType As String
public string LutType {get; set;}
public String getLutType()
public void setLutType(String value)
<br/>get_LutType();<br/>set_LutType(value);<br/>Object.defineProperty('LutType');
public:
property String^ LutType {
String^ get();
void set ( String^ value);
}
Represents the value of the "Modality LUT Type" (0028,3004) element under the "Modality LUT Sequence" (0028,3000). This property is only defined when IsModalityLutSequence is set to true.
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