|
||||||||||
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.VoiLutModule
public class VoiLutModule
Field Summary |
---|
Fields inherited from class org.dcm4che2.iod.module.Module |
---|
dcmobj |
Constructor Summary | |
---|---|
VoiLutModule(DicomObject dcmobj)
|
Method Summary | |
---|---|
ILut |
getVOILut(java.lang.String name)
Gets the named VOI LUT. |
Lut[] |
getVOILUTs()
|
float[] |
getWindowCenter()
Defines a Window Center for display. |
java.lang.String[] |
getWindowCenterWidthExplanations()
Free form explanation of the meaning of the Window Center and Width. |
float[] |
getWindowWidth()
Window Width for display. |
void |
setVOILUTs(Lut[] luts)
|
void |
setWindowCenter(float[] centers)
Defines a Window Center for display. |
void |
setWindowCenterWidthExplanation(java.lang.String[] explanations)
Free form explanation of the meaning of the Window Center and Width. |
void |
setWindowWidth(float[] widths)
Window Width for display. |
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 VoiLutModule(DicomObject dcmobj)
Method Detail |
---|
public ILut getVOILut(java.lang.String name)
name
- to look for the VOI LUT for.
public Lut[] getVOILUTs()
public void setVOILUTs(Lut[] luts)
public void setWindowCenter(float[] centers)
See C.8.11.3.1.5 for further explanation.
Required if Presentation Intent Type (0008,0068) is FOR PRESENTATION and VOI LUT Sequence (0028,3010) is not present. May also be present if VOI LUT Sequence (0028,3010) is present.
centers
- associated with each window level (explanation).public float[] getWindowCenter()
See C.8.11.3.1.5 for further explanation.
Required if Presentation Intent Type (0008,0068) is FOR PRESENTATION and VOI LUT Sequence (0028,3010) is not present. May also be present if VOI LUT Sequence (0028,3010) is present.
public void setWindowWidth(float[] widths)
See C.8.11.3.1.5 for further explanation.
Required if Window Center (0028,1050) is sent.
windowWidths
- are the window widths to put into the dicom object.public float[] getWindowWidth()
See C.8.11.3.1.5 for further explanation.
Required if Window Center (0028,1050) is sent.
public void setWindowCenterWidthExplanation(java.lang.String[] explanations)
Multiple values correspond to multiple Window Center and Width values.
explanations
- to associate with window levels.public java.lang.String[] getWindowCenterWidthExplanations()
Multiple values correspond to multiple Window Center and Width values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |