public class CTAcquisitionParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
acquisitionProtocol |
protected CodedSequenceItem |
anatomy |
protected String |
bottomZLocationOfReconstructableVolume |
protected String |
bottomZLocationOfScanningLength |
protected String |
comment |
protected ContentItem |
contentItemFragment |
protected String |
exposedRangeInMM |
protected String |
exposureTimeInSeconds |
protected String |
exposureTimePerRotation |
protected String |
frameOfReferenceUID |
protected String |
irradiationEventUID |
protected String |
kvp |
protected String |
lengthOfReconstructableVolumeInMM |
protected String |
nominalSingleCollimationWidthInMM |
protected String |
nominalTotalCollimationWidthInMM |
protected String |
pitchFactor |
protected String |
scanningLengthInMM |
protected CTScanType |
scanType |
protected String |
topZLocationOfReconstructableVolume |
protected String |
topZLocationOfScanningLength |
protected String |
tubeCurrent |
protected String |
tubeCurrentMaximum |
Constructor and Description |
---|
CTAcquisitionParameters(ContentItem parametersNode) |
CTAcquisitionParameters(CTAcquisitionParameters source) |
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) |
protected String acquisitionProtocol
protected CodedSequenceItem anatomy
protected String bottomZLocationOfReconstructableVolume
protected String bottomZLocationOfScanningLength
protected String comment
protected ContentItem contentItemFragment
protected String exposedRangeInMM
protected String exposureTimeInSeconds
protected String exposureTimePerRotation
protected String frameOfReferenceUID
protected String irradiationEventUID
protected String kvp
protected String lengthOfReconstructableVolumeInMM
protected String nominalSingleCollimationWidthInMM
protected String nominalTotalCollimationWidthInMM
protected String pitchFactor
protected String scanningLengthInMM
protected CTScanType scanType
protected String topZLocationOfReconstructableVolume
protected String topZLocationOfScanningLength
protected String tubeCurrent
protected String tubeCurrentMaximum
public CTAcquisitionParameters(ContentItem parametersNode)
public CTAcquisitionParameters(CTAcquisitionParameters source)
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)
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)
public void deriveScanningLengthFromDLPAndCTDIVolIfGreater(String dlp, String ctdiVol)
public boolean equalsApartFromIrradiationEventUID(CTAcquisitionParameters oap)
public String getAcquisitionProtocol()
public CodedSequenceItem getAnatomy()
public String getBottomZLocationOfReconstructableVolume()
public String getBottomZLocationOfScanningLength()
public String getComment()
public String getExposedRangeInMM()
public String getExposureTimeInSeconds()
public String getExposureTimePerRotation()
public String getFrameOfReferenceUID()
public static String getHTMLTableHeaderRowFragment()
public String getHTMLTableRowFragment()
public String getIrradiationEventUID()
public String getKVP()
public String getLengthOfReconstructableVolumeInMM()
public String getNominalSingleCollimationWidthInMM()
public String getNominalTotalCollimationWidthInMM()
public String getPitchFactor()
public String getScanningLengthInMM()
public CTScanType getScanType()
public ContentItem getStructuredReportFragment(ContentItem root) throws DicomException
DicomException
public String getTopZLocationOfReconstructableVolume()
public String getTopZLocationOfScanningLength()
public String getTubeCurrent()
public String getTubeCurrentMaximum()
public void merge(CTAcquisitionParameters oap)
public String toString(boolean pretty)