|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.lut.ModalityLutModule
public class ModalityLutModule
Field Summary |
---|
Fields inherited from class org.dcm4che2.iod.module.Module |
---|
dcmobj |
Constructor Summary | |
---|---|
ModalityLutModule(DicomObject dcmobj)
|
Method Summary | |
---|---|
ILut |
getModalityLut()
Gets the modality LUT to use |
float |
getRescaleIntercept()
Get the rescale intercept value. |
float |
getRescaleSlope()
m in the equation specified by Rescale Intercept (0028,1052). |
java.lang.String |
getRescaleType()
Specifies the output units of Rescale Slope (0028,1053) and Rescale Intercept (0028,1052). |
void |
setRescaleIntercept(float intercept)
The value b in the relationship between stored values (SV) in Pixel Data (7FE0,0010) and the output units specified in Rescale Type (0028,1054). |
void |
setRescaleSlope(float slope)
m in the equation specified by Rescale Intercept (0028,1052). |
void |
setRescaleType(java.lang.String type)
Specifies the output units of Rescale Slope (0028,1053) and Rescale Intercept (0028,1052). |
Methods inherited from class org.dcm4che2.iod.module.Module |
---|
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModalityLutModule(DicomObject dcmobj)
Method Detail |
---|
public void setRescaleIntercept(float intercept)
Output units = m*SV + b.
Enumerated Value: 0
See C.8.11.3.1.2 for further explanation.
ds
- 0public float getRescaleIntercept()
public void setRescaleSlope(float slope)
slope
- for the rescale intercept.public float getRescaleSlope()
public void setRescaleType(java.lang.String type)
Enumerated Value: US = Unspecified Enumerated Value: OD = Optical Density Enumerated Value: HU = Houndsfield Units
See C.8.11.3.1.2 for further explanation.
type,
- US = Unspecified, OD optical density, HU houndsfield units.public java.lang.String getRescaleType()
Enumerated Value: US = Unspecified
See C.8.11.3.1.2 for further explanation.
public ILut getModalityLut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |