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