C#
VB
C++
Java
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 getLutType()
public void setLutType(String value)
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.