org.dcm4che2.iod.module.dx
Class DXDetector

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by 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

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
DXDetector(DicomObject dcmobj)
           
 
Method Summary
 java.util.Date getDateTimeOfLastDetectorCalibration()
           
 float[] getDetectorActiveDimensions()
           
 float[] getDetectorActiveOrigin()
           
 java.lang.String getDetectorActiveShape()
           
 float[] getDetectorBinning()
           
 java.lang.String getDetectorConditionsNominalFlag()
           
 java.lang.String getDetectorConfiguration()
           
 java.lang.String getDetectorDescription()
           
 float[] getDetectorElementPhysicalSize()
           
 float[] getDetectorElementSpacing()
           
 java.lang.String getDetectorID()
           
 java.lang.String getDetectorManufacturerModelName()
           
 java.lang.String getDetectorManufacturerName()
           
 java.lang.String getDetectorMode()
           
 float getDetectorTemperature()
           
 float getDetectorTimeSinceLastExposure()
           
 java.lang.String getDetectorType()
           
 int getExposuresOnDetectorSinceLastCalibration()
           
 int getExposuresOnDetectorSinceManufactured()
           
 float getSensitivity()
           
 void setDateTimeOfLastDetectorCalibration(java.util.Date d)
           
 void setDetectorActiveDimensions(float[] f)
           
 void setDetectorActiveOrigin(float[] f)
           
 void setDetectorActiveShape(java.lang.String s)
           
 void setDetectorBinning(float[] f)
           
 void setDetectorConditionsNominalFlag(java.lang.String s)
           
 void setDetectorConfiguration(java.lang.String s)
           
 void setDetectorDescription(java.lang.String s)
           
 void setDetectorElementPhysicalSize(float[] f)
           
 void setDetectorElementSpacing(float[] f)
           
 void setDetectorID(java.lang.String s)
           
 void setDetectorManufacturerModelName(java.lang.String s)
           
 void setDetectorManufacturerName(java.lang.String s)
           
 void setDetectorMode(java.lang.String s)
           
 void setDetectorTemperature(float f)
           
 void setDetectorTimeSinceLastExposure(float f)
           
 void setDetectorType(java.lang.String s)
           
 void setExposuresOnDetectorSinceLastCalibration(int i)
           
 void setExposuresOnDetectorSinceManufactured(int i)
           
 void setSensitivity(float s)
           
 
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

DXDetector

public DXDetector(DicomObject dcmobj)
Method Detail

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.