Package com.pixelmed.doseocr
Class GenerateRadiationDoseStructuredReport
java.lang.Object
com.pixelmed.doseocr.GenerateRadiationDoseStructuredReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createContextForNewRadiationDoseStructuredReportFromExistingInstance
(AttributeList list, CTDose ctDose, CTIrradiationEventDataFromImages eventDataFromImages) static CTDose
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a radiation dose SR.static final void
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a radiation dose SR.
-
Constructor Details
-
GenerateRadiationDoseStructuredReport
public GenerateRadiationDoseStructuredReport()
-
-
Method Details
-
generateDoseReportInformationFromFiles
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a radiation dose SR.
Currently assumes that there will be only one source of dose of dose information amongst the supplied files (i.e., one dose screen) and returns one
CTDose
instance; if there are multiple dose screens which is encountered first will be used. Does not currently account for multi-page dose screens but may do some day.Ignores any existing Radiation Dose SR files (whether supplied by the vendor or created by PixelMed).
- Parameters:
paths
- a Vector of String paths to a DICOMDIR or folder or list of files containing dose screens, reports and acquired CT slices- Returns:
- a
CTDose
object that contains the information to extract as anStructuredReport
orAttributeList
-
createContextForNewRadiationDoseStructuredReportFromExistingInstance
public static void createContextForNewRadiationDoseStructuredReportFromExistingInstance(AttributeList list, CTDose ctDose, CTIrradiationEventDataFromImages eventDataFromImages) -
main
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a radiation dose SR.
- Parameters:
arg
- one or more paths to a DICOMDIR or folder or dose screens, reports and acquired CT slices, followed by a single filename for the generated RDSR file, or "-" if none
-