Class CTAcquisitionParameters

java.lang.Object
com.pixelmed.dose.CTAcquisitionParameters

public class CTAcquisitionParameters extends Object
  • Field Details

    • irradiationEventUID

      protected String irradiationEventUID
    • scanType

      protected CTScanType scanType
    • anatomy

      protected CodedSequenceItem anatomy
    • acquisitionProtocol

      protected String acquisitionProtocol
    • comment

      protected String comment
    • exposureTimeInSeconds

      protected String exposureTimeInSeconds
    • scanningLengthInMM

      protected String scanningLengthInMM
    • lengthOfReconstructableVolumeInMM

      protected String lengthOfReconstructableVolumeInMM
    • exposedRangeInMM

      protected String exposedRangeInMM
    • topZLocationOfReconstructableVolume

      protected String topZLocationOfReconstructableVolume
    • bottomZLocationOfReconstructableVolume

      protected String bottomZLocationOfReconstructableVolume
    • topZLocationOfScanningLength

      protected String topZLocationOfScanningLength
    • bottomZLocationOfScanningLength

      protected String bottomZLocationOfScanningLength
    • frameOfReferenceUID

      protected String frameOfReferenceUID
    • nominalSingleCollimationWidthInMM

      protected String nominalSingleCollimationWidthInMM
    • nominalTotalCollimationWidthInMM

      protected String nominalTotalCollimationWidthInMM
    • pitchFactor

      protected String pitchFactor
    • kvp

      protected String kvp
    • tubeCurrent

      protected String tubeCurrent
    • tubeCurrentMaximum

      protected String tubeCurrentMaximum
    • exposureTimePerRotation

      protected String exposureTimePerRotation
    • contentItemFragment

      protected ContentItem contentItemFragment
  • Constructor Details

  • Method Details

    • merge

      public void merge(CTAcquisitionParameters oap)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • equalsApartFromIrradiationEventUID

      public boolean equalsApartFromIrradiationEventUID(CTAcquisitionParameters oap)
    • getIrradiationEventUID

      public String getIrradiationEventUID()
    • getScanType

      public CTScanType getScanType()
    • getAnatomy

      public CodedSequenceItem getAnatomy()
    • getAcquisitionProtocol

      public String getAcquisitionProtocol()
    • getComment

      public String getComment()
    • getExposureTimeInSeconds

      public String getExposureTimeInSeconds()
    • getScanningLengthInMM

      public String getScanningLengthInMM()
    • getLengthOfReconstructableVolumeInMM

      public String getLengthOfReconstructableVolumeInMM()
    • getExposedRangeInMM

      public String getExposedRangeInMM()
    • getTopZLocationOfReconstructableVolume

      public String getTopZLocationOfReconstructableVolume()
    • getBottomZLocationOfReconstructableVolume

      public String getBottomZLocationOfReconstructableVolume()
    • getTopZLocationOfScanningLength

      public String getTopZLocationOfScanningLength()
    • getBottomZLocationOfScanningLength

      public String getBottomZLocationOfScanningLength()
    • getFrameOfReferenceUID

      public String getFrameOfReferenceUID()
    • getNominalSingleCollimationWidthInMM

      public String getNominalSingleCollimationWidthInMM()
    • getNominalTotalCollimationWidthInMM

      public String getNominalTotalCollimationWidthInMM()
    • getPitchFactor

      public String getPitchFactor()
    • getKVP

      public String getKVP()
    • getTubeCurrent

      public String getTubeCurrent()
    • getTubeCurrentMaximum

      public String getTubeCurrentMaximum()
    • getExposureTimePerRotation

      public String getExposureTimePerRotation()
    • deriveScanningLengthFromDLPAndCTDIVolIfGreater

      public void deriveScanningLengthFromDLPAndCTDIVolIfGreater(String dlp, String ctdiVol)
    • locationSignToSI

      public static String locationSignToSI(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public String toString(boolean pretty)
    • getHTMLTableHeaderRowFragment

      public static String getHTMLTableHeaderRowFragment()
    • getHTMLTableRowFragment

      public String getHTMLTableRowFragment()
    • getStructuredReportFragment

      public ContentItem getStructuredReportFragment(ContentItem root) throws DicomException
      Throws:
      DicomException