org.dcm4che2.iod.module.pr
Class DisplayedAreaModule
java.lang.Object
org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.pr.DisplayedAreaModule
public class DisplayedAreaModule
- extends Module
C.10.4 IOD for Displayed Area information.
- Since:
- July 19, 2007
- Version:
- $Revision$ $Date$
- Author:
- Bill Wallace
Fields inherited from class org.dcm4che2.iod.module.Module |
dcmobj |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayedAreaModule
public DisplayedAreaModule(DicomObject dcmobj)
- Create a display shutter IOD instance on the given dicom object data.
toDisplayedAreaModules
public static DisplayedAreaModule[] toDisplayedAreaModules(DicomObject dcmobj)
getImageSOPInstanceReferences
public ImageSOPInstanceReference[] getImageSOPInstanceReferences()
- Gets the image sop instance references, null if none (means to apply everywhere).
getDisplayedAreaTopLeftHandCorner
public int[] getDisplayedAreaTopLeftHandCorner()
setDisplayedAreaTopLeftHandCorner
public void setDisplayedAreaTopLeftHandCorner(int[] tlhc)
getDisplayedAreaBottomRightHandCorner
public int[] getDisplayedAreaBottomRightHandCorner()
setDisplayedAreaBottomrRightHandCorner
public void setDisplayedAreaBottomrRightHandCorner(int[] brhc)
getPresentationSizeMode
public java.lang.String getPresentationSizeMode()
setPresentationSizeMode
public void setPresentationSizeMode(java.lang.String mode)
getPresentationPixelSpacing
public float[] getPresentationPixelSpacing()
setPresentationPixelSpacing
public void setPresentationPixelSpacing(float[] spacing)
getPresentationPixelAspectRatio
public int[] getPresentationPixelAspectRatio()
setPresentationPixelAspectRatio
public void setPresentationPixelAspectRatio(int[] aspect)
getPresentationPixelMagnificationRatio
public float getPresentationPixelMagnificationRatio()
setPresentationPixelMagnificationRatio
public void setPresentationPixelMagnificationRatio(float magnify)
Copyright © 2011 dcm4che. All Rights Reserved.