|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.doseocr.RenderedDoseReport
public class RenderedDoseReport
| Constructor Summary | |
|---|---|
RenderedDoseReport()
|
|
| Method Summary | |
|---|---|
static 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 void |
main(String[] arg)
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderedDoseReport()
| Method Detail |
|---|
public static 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.
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
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.
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 unrecognizedpublic static final void main(String[] arg)
Extract dose information from a screen or report, correlate it with any acquired CT slice images as required, and generate a human-readable report.
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||