|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.PDFToDicomImage
public class PDFToDicomImage
A class for converting PDF files into a single or multi frame DICOM Secondary Capture image with one frame per page.
| Constructor Summary | |
|---|---|
PDFToDicomImage(String inputFile,
String outputFile,
String patientName,
String patientID,
String studyID,
String seriesNumber,
String instanceNumber,
int requestedDpi)
Read PDF file, and create a single or multi frame DICOM Secondary Capture image with one frame per page. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Read a PDF file, and create a single or multi frame DICOM Secondary Capture image with one frame per page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFToDicomImage(String inputFile,
String outputFile,
String patientName,
String patientID,
String studyID,
String seriesNumber,
String instanceNumber,
int requestedDpi)
throws IOException,
DicomException,
PdfException,
Exception
Read PDF file, and create a single or multi frame DICOM Secondary Capture image with one frame per page.
inputFile - outputFile - patientName - patientID - studyID - seriesNumber - instanceNumber - requestedDpi -
DicomException
IOException
PdfException
Exception| Method Detail |
|---|
public static void main(String[] arg)
Read a PDF file, and create a single or multi frame DICOM Secondary Capture image with one frame per page.
arg - six parameters, the inputFile, outputFile, patientName, patientID, studyID, seriesNumber, instanceNumber, dots per inch
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||