Package com.pixelmed.dose
Class CTAcquisitionParameters
java.lang.Object
com.pixelmed.dose.CTAcquisitionParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected CodedSequenceItem
protected String
protected String
protected String
protected ContentItem
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected CTScanType
protected String
protected String
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionCTAcquisitionParameters
(ContentItem parametersNode) CTAcquisitionParameters
(String irradiationEventUID, CTScanType scanType, CodedSequenceItem anatomy, String acquisitionProtocol, String comment, String exposureTimeInSeconds, String scanningLengthInMM, String nominalSingleCollimationWidthInMM, String nominalTotalCollimationWidthInMM, String pitchFactor, String kvp, String tubeCurrent, String tubeCurrentMaximum, String exposureTimePerRotation) CTAcquisitionParameters
(String irradiationEventUID, CTScanType scanType, CodedSequenceItem anatomy, String acquisitionProtocol, String comment, String exposureTimeInSeconds, String scanningLengthInMM, String lengthOfReconstructableVolumeInMM, String exposedRangeInMM, String topZLocationOfReconstructableVolume, String bottomZLocationOfReconstructableVolume, String topZLocationOfScanningLength, String bottomZLocationOfScanningLength, String frameOfReferenceUID, String nominalSingleCollimationWidthInMM, String nominalTotalCollimationWidthInMM, String pitchFactor, String kvp, String tubeCurrent, String tubeCurrentMaximum, String exposureTimePerRotation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deriveScanningLengthFromDLPAndCTDIVolIfGreater
(String dlp, String ctdiVol) boolean
boolean
static String
getKVP()
static String
locationSignToSI
(String value) void
toString()
toString
(boolean pretty)
-
Field Details
-
irradiationEventUID
-
scanType
-
anatomy
-
acquisitionProtocol
-
comment
-
exposureTimeInSeconds
-
scanningLengthInMM
-
lengthOfReconstructableVolumeInMM
-
exposedRangeInMM
-
topZLocationOfReconstructableVolume
-
bottomZLocationOfReconstructableVolume
-
topZLocationOfScanningLength
-
bottomZLocationOfScanningLength
-
frameOfReferenceUID
-
nominalSingleCollimationWidthInMM
-
nominalTotalCollimationWidthInMM
-
pitchFactor
-
kvp
-
tubeCurrent
-
tubeCurrentMaximum
-
exposureTimePerRotation
-
contentItemFragment
-
-
Constructor Details
-
CTAcquisitionParameters
public CTAcquisitionParameters(String irradiationEventUID, CTScanType scanType, CodedSequenceItem anatomy, String acquisitionProtocol, String comment, String exposureTimeInSeconds, String scanningLengthInMM, String lengthOfReconstructableVolumeInMM, String exposedRangeInMM, String topZLocationOfReconstructableVolume, String bottomZLocationOfReconstructableVolume, String topZLocationOfScanningLength, String bottomZLocationOfScanningLength, String frameOfReferenceUID, String nominalSingleCollimationWidthInMM, String nominalTotalCollimationWidthInMM, String pitchFactor, String kvp, String tubeCurrent, String tubeCurrentMaximum, String exposureTimePerRotation) -
CTAcquisitionParameters
public CTAcquisitionParameters(String irradiationEventUID, CTScanType scanType, CodedSequenceItem anatomy, String acquisitionProtocol, String comment, String exposureTimeInSeconds, String scanningLengthInMM, String nominalSingleCollimationWidthInMM, String nominalTotalCollimationWidthInMM, String pitchFactor, String kvp, String tubeCurrent, String tubeCurrentMaximum, String exposureTimePerRotation) -
CTAcquisitionParameters
-
CTAcquisitionParameters
-
-
Method Details
-
merge
-
equals
-
equalsApartFromIrradiationEventUID
-
getIrradiationEventUID
-
getScanType
-
getAnatomy
-
getAcquisitionProtocol
-
getComment
-
getExposureTimeInSeconds
-
getScanningLengthInMM
-
getLengthOfReconstructableVolumeInMM
-
getExposedRangeInMM
-
getTopZLocationOfReconstructableVolume
-
getBottomZLocationOfReconstructableVolume
-
getTopZLocationOfScanningLength
-
getBottomZLocationOfScanningLength
-
getFrameOfReferenceUID
-
getNominalSingleCollimationWidthInMM
-
getNominalTotalCollimationWidthInMM
-
getPitchFactor
-
getKVP
-
getTubeCurrent
-
getTubeCurrentMaximum
-
getExposureTimePerRotation
-
deriveScanningLengthFromDLPAndCTDIVolIfGreater
-
locationSignToSI
-
toString
-
toString
-
getHTMLTableHeaderRowFragment
-
getHTMLTableRowFragment
-
getStructuredReportFragment
- Throws:
DicomException
-