Package com.pixelmed.doseocr
Class RenderedDoseReport
java.lang.Object
com.pixelmed.doseocr.RenderedDoseReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateDoseReportInformationFromFiles
(Vector paths, boolean summary) Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.static String
generateDoseReportInformationFromFiles
(Vector paths, boolean summary, String contentType) Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.static final void
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.
-
Constructor Details
-
RenderedDoseReport
public RenderedDoseReport()
-
-
Method Details
-
generateDoseReportInformationFromFiles
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.
- Parameters:
paths
- a Vector of String paths to a DICOMDIR or folder or list of files containing dose screens, reports and acquired CT slicessummary
- if true generate a summary only, otherwise tabulate the acquisition and technique data
-
generateDoseReportInformationFromFiles
public static String generateDoseReportInformationFromFiles(Vector paths, boolean summary, String contentType) Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.
- Parameters:
paths
- a Vector of String paths to a DICOMDIR or folder or list of files containing dose screens, reports and acquired CT slicessummary
- if true generate a summary only, otherwise tabulate the acquisition and technique datacontentType
- the type of text content to be generated, e.g., "text/html"; will be plain text if null or unrecognized
-
main
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.
- Parameters:
arg
- one or more paths to a DICOMDIR or folder or dose screens, reports and acquired CT slices, then an optional SUMMARY or FULL argument, then HTML or TEXT argument (default is SUMMARY TEXT)
-