org.dcm4che2.iod.module.dx
Class DXDetector
java.lang.Object
org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.dx.DXDetector
- Direct Known Subclasses:
- DXDetectorModule
public class DXDetector
- extends Module
- Since:
- 30.06.2006
- Version:
- Revision $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
- Author:
- Gunter Zeilinger
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 |
DXDetector
public DXDetector(DicomObject dcmobj)
getDetectorType
public java.lang.String getDetectorType()
setDetectorType
public void setDetectorType(java.lang.String s)
getDetectorConfiguration
public java.lang.String getDetectorConfiguration()
setDetectorConfiguration
public void setDetectorConfiguration(java.lang.String s)
getDetectorDescription
public java.lang.String getDetectorDescription()
setDetectorDescription
public void setDetectorDescription(java.lang.String s)
getDetectorMode
public java.lang.String getDetectorMode()
setDetectorMode
public void setDetectorMode(java.lang.String s)
getDetectorID
public java.lang.String getDetectorID()
setDetectorID
public void setDetectorID(java.lang.String s)
getDateTimeOfLastDetectorCalibration
public java.util.Date getDateTimeOfLastDetectorCalibration()
setDateTimeOfLastDetectorCalibration
public void setDateTimeOfLastDetectorCalibration(java.util.Date d)
getExposuresOnDetectorSinceLastCalibration
public int getExposuresOnDetectorSinceLastCalibration()
setExposuresOnDetectorSinceLastCalibration
public void setExposuresOnDetectorSinceLastCalibration(int i)
getExposuresOnDetectorSinceManufactured
public int getExposuresOnDetectorSinceManufactured()
setExposuresOnDetectorSinceManufactured
public void setExposuresOnDetectorSinceManufactured(int i)
getDetectorTimeSinceLastExposure
public float getDetectorTimeSinceLastExposure()
setDetectorTimeSinceLastExposure
public void setDetectorTimeSinceLastExposure(float f)
getDetectorBinning
public float[] getDetectorBinning()
setDetectorBinning
public void setDetectorBinning(float[] f)
getDetectorManufacturerName
public java.lang.String getDetectorManufacturerName()
setDetectorManufacturerName
public void setDetectorManufacturerName(java.lang.String s)
getDetectorManufacturerModelName
public java.lang.String getDetectorManufacturerModelName()
setDetectorManufacturerModelName
public void setDetectorManufacturerModelName(java.lang.String s)
getDetectorConditionsNominalFlag
public java.lang.String getDetectorConditionsNominalFlag()
setDetectorConditionsNominalFlag
public void setDetectorConditionsNominalFlag(java.lang.String s)
getDetectorTemperature
public float getDetectorTemperature()
setDetectorTemperature
public void setDetectorTemperature(float f)
getSensitivity
public float getSensitivity()
setSensitivity
public void setSensitivity(float s)
getDetectorElementPhysicalSize
public float[] getDetectorElementPhysicalSize()
setDetectorElementPhysicalSize
public void setDetectorElementPhysicalSize(float[] f)
getDetectorElementSpacing
public float[] getDetectorElementSpacing()
setDetectorElementSpacing
public void setDetectorElementSpacing(float[] f)
getDetectorActiveShape
public java.lang.String getDetectorActiveShape()
setDetectorActiveShape
public void setDetectorActiveShape(java.lang.String s)
getDetectorActiveDimensions
public float[] getDetectorActiveDimensions()
setDetectorActiveDimensions
public void setDetectorActiveDimensions(float[] f)
getDetectorActiveOrigin
public float[] getDetectorActiveOrigin()
setDetectorActiveOrigin
public void setDetectorActiveOrigin(float[] f)
Copyright © 2011 dcm4che. All Rights Reserved.