org.dcm4che2.iod.module.dx
Class DXDetectorModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.dx.DXDetector
          extended by org.dcm4che2.iod.module.dx.DXDetectorModule

public class DXDetectorModule
extends DXDetector

Since:
30.06.2006
Version:
Revision $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
Author:
Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
DXDetectorModule(DicomObject dcmobj)
           
 
Method Summary
 float getDetectorActivationOffsetFromExposure()
           
 float getDetectorActiveTime()
           
 int[] getFieldOfViewDimensions()
           
 java.lang.String getFieldOfViewHorizontalFlip()
           
 float[] getFieldOfViewOrigin()
           
 float getFieldOfViewRotation()
           
 java.lang.String getFieldOfViewShape()
           
 float[] getImagerPixelSpacing()
           
 float[] getPixelSpacing()
           
 java.lang.String getPixelSpacingCalibrationDescription()
           
 java.lang.String getPixelSpacingCalibrationType()
           
 void setDetectorActivationOffsetFromExposure(float s)
           
 void setDetectorActiveTime(float f)
           
 void setFieldOfViewDimensions(int[] ints)
           
 void setFieldOfViewHorizontalFlip(java.lang.String s)
           
 void setFieldOfViewOrigin(float[] floats)
           
 void setFieldOfViewRotation(float f)
           
 void setFieldOfViewShape(java.lang.String s)
           
 void setImagerPixelSpacing(float[] floats)
           
 void setPixelSpacing(float[] floats)
           
 void setPixelSpacingCalibrationDescription(java.lang.String s)
           
 void setPixelSpacingCalibrationType(java.lang.String s)
           
 
Methods inherited from class org.dcm4che2.iod.module.dx.DXDetector
getDateTimeOfLastDetectorCalibration, getDetectorActiveDimensions, getDetectorActiveOrigin, getDetectorActiveShape, getDetectorBinning, getDetectorConditionsNominalFlag, getDetectorConfiguration, getDetectorDescription, getDetectorElementPhysicalSize, getDetectorElementSpacing, getDetectorID, getDetectorManufacturerModelName, getDetectorManufacturerName, getDetectorMode, getDetectorTemperature, getDetectorTimeSinceLastExposure, getDetectorType, getExposuresOnDetectorSinceLastCalibration, getExposuresOnDetectorSinceManufactured, getSensitivity, setDateTimeOfLastDetectorCalibration, setDetectorActiveDimensions, setDetectorActiveOrigin, setDetectorActiveShape, setDetectorBinning, setDetectorConditionsNominalFlag, setDetectorConfiguration, setDetectorDescription, setDetectorElementPhysicalSize, setDetectorElementSpacing, setDetectorID, setDetectorManufacturerModelName, setDetectorManufacturerName, setDetectorMode, setDetectorTemperature, setDetectorTimeSinceLastExposure, setDetectorType, setExposuresOnDetectorSinceLastCalibration, setExposuresOnDetectorSinceManufactured, setSensitivity
 
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

DXDetectorModule

public DXDetectorModule(DicomObject dcmobj)
Method Detail

getDetectorActiveTime

public float getDetectorActiveTime()

setDetectorActiveTime

public void setDetectorActiveTime(float f)

getDetectorActivationOffsetFromExposure

public float getDetectorActivationOffsetFromExposure()

setDetectorActivationOffsetFromExposure

public void setDetectorActivationOffsetFromExposure(float s)

getFieldOfViewShape

public java.lang.String getFieldOfViewShape()

setFieldOfViewShape

public void setFieldOfViewShape(java.lang.String s)

getFieldOfViewDimensions

public int[] getFieldOfViewDimensions()

setFieldOfViewDimensions

public void setFieldOfViewDimensions(int[] ints)

getFieldOfViewOrigin

public float[] getFieldOfViewOrigin()

setFieldOfViewOrigin

public void setFieldOfViewOrigin(float[] floats)

getFieldOfViewRotation

public float getFieldOfViewRotation()

setFieldOfViewRotation

public void setFieldOfViewRotation(float f)

getFieldOfViewHorizontalFlip

public java.lang.String getFieldOfViewHorizontalFlip()

setFieldOfViewHorizontalFlip

public void setFieldOfViewHorizontalFlip(java.lang.String s)

getImagerPixelSpacing

public float[] getImagerPixelSpacing()

setImagerPixelSpacing

public void setImagerPixelSpacing(float[] floats)

getPixelSpacing

public float[] getPixelSpacing()

setPixelSpacing

public void setPixelSpacing(float[] floats)

getPixelSpacingCalibrationType

public java.lang.String getPixelSpacingCalibrationType()

setPixelSpacingCalibrationType

public void setPixelSpacingCalibrationType(java.lang.String s)

getPixelSpacingCalibrationDescription

public java.lang.String getPixelSpacingCalibrationDescription()

setPixelSpacingCalibrationDescription

public void setPixelSpacingCalibrationDescription(java.lang.String s)


Copyright © 2011 dcm4che. All Rights Reserved.