public class CTDoseAcquisition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CTAcquisitionParameters |
acquisitionParameters |
protected ContentItem |
contentItemFragment |
protected java.lang.String |
CTDIvol |
protected java.lang.String |
DLP |
protected CTDoseCheckDetails |
doseCheckDetails |
protected static CodedSequenceItem |
entireBodyDefaultAnatomy |
protected CTPhantomType |
phantomType |
protected ScanRange |
scanRange |
protected CTScanType |
scanType |
protected java.lang.String |
scopeUID |
protected java.lang.String |
seriesOrAcquisitionNumber |
protected boolean |
seriesOrAcquisitionNumberIsSeries |
Constructor and Description |
---|
CTDoseAcquisition(java.lang.String scopeUID,
boolean seriesOrAcquisitionNumberIsSeries,
java.lang.String seriesOrAcquisitionNumber,
CTScanType scanType,
ScanRange scanRange,
java.lang.String CTDIvol,
java.lang.String DLP,
CTPhantomType phantomType) |
CTDoseAcquisition(java.lang.String scopeUID,
ContentItem parent) |
protected java.lang.String scopeUID
protected boolean seriesOrAcquisitionNumberIsSeries
protected java.lang.String seriesOrAcquisitionNumber
protected CTScanType scanType
protected ScanRange scanRange
protected java.lang.String CTDIvol
protected java.lang.String DLP
protected CTPhantomType phantomType
protected CTAcquisitionParameters acquisitionParameters
protected CTDoseCheckDetails doseCheckDetails
protected ContentItem contentItemFragment
protected static CodedSequenceItem entireBodyDefaultAnatomy
public CTDoseAcquisition(java.lang.String scopeUID, boolean seriesOrAcquisitionNumberIsSeries, java.lang.String seriesOrAcquisitionNumber, CTScanType scanType, ScanRange scanRange, java.lang.String CTDIvol, java.lang.String DLP, CTPhantomType phantomType)
public CTDoseAcquisition(java.lang.String scopeUID, ContentItem parent)
public static boolean checkUnitIs_mGy(CodedSequenceItem unit)
public static boolean checkUnitIs_mGycm(CodedSequenceItem unit)
public java.lang.String getScopeUID()
public boolean isSeriesNumberNotAcquisitionNumber()
public java.lang.String getSeriesOrAcquisitionNumber()
public CTScanType getScanType()
public ScanRange getScanRange()
public java.lang.String getCTDIvol()
public java.lang.String getDLP()
public CTPhantomType getPhantomType()
public void setAcquisitionParameters(CTAcquisitionParameters acquisitionParameters)
public CTDoseCheckDetails getDoseCheckDetails()
public void setDoseCheckDetails(CTDoseCheckDetails doseCheckDetails)
public CTAcquisitionParameters getAcquisitionParameters()
public void merge(CTDoseAcquisition acqMerge)
public boolean matchForMerge(CTDoseAcquisition oda)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getScanningLengthFromDLPAndCTDIVol()
public java.lang.String getDLPFromRangeAndCTDIvol()
public boolean specifiedDLPMatchesDLPFromRangeAndCTDIvol()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean pretty)
public java.lang.String getHTMLTableHeaderRow()
public java.lang.String getHTMLTableRow()
public ContentItem getStructuredReportFragment(ContentItem root) throws DicomException
DicomException
public ContentItem getStructuredReportFragment(ContentItem root, CodedSequenceItem defaultAnatomy) throws DicomException
DicomException