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 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
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 boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public CTAcquisitionParameters getAcquisitionParameters()
public java.lang.String getCTDIvol()
public java.lang.String getDLP()
public java.lang.String getDLPFromRangeAndCTDIvol()
public CTDoseCheckDetails getDoseCheckDetails()
public java.lang.String getHTMLTableHeaderRow()
public java.lang.String getHTMLTableRow()
public CTPhantomType getPhantomType()
public java.lang.String getScanningLengthFromDLPAndCTDIVol()
public ScanRange getScanRange()
public CTScanType getScanType()
public java.lang.String getScopeUID()
public java.lang.String getSeriesOrAcquisitionNumber()
public ContentItem getStructuredReportFragment(ContentItem root) throws DicomException
DicomException
public ContentItem getStructuredReportFragment(ContentItem root, CodedSequenceItem defaultAnatomy) throws DicomException
DicomException
public int hashCode()
hashCode
in class java.lang.Object
public boolean isSeriesNumberNotAcquisitionNumber()
public boolean matchForMerge(CTDoseAcquisition oda)
public void merge(CTDoseAcquisition acqMerge)
public void setAcquisitionParameters(CTAcquisitionParameters acquisitionParameters)
public void setDoseCheckDetails(CTDoseCheckDetails doseCheckDetails)
public boolean specifiedDLPMatchesDLPFromRangeAndCTDIvol()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean pretty)