net.ihe.gazelle.proxy.dicom
Class Pixelmed

java.lang.Object
  extended by net.ihe.gazelle.proxy.dicom.Pixelmed

public class Pixelmed
extends Object

Author:
abderrazek boufahja

Constructor Summary
Pixelmed()
           
 
Method Summary
 String dicom2xml(String dicompath)
           
 String getDumpResult(byte[] dataSet)
           
 String getDumpResult(String dicompath)
           
 String validateDicomSRDose(String dicompath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pixelmed

public Pixelmed()
Method Detail

getDumpResult

public String getDumpResult(byte[] dataSet)
                     throws IOException,
                            com.pixelmed.dicom.DicomException
Throws:
IOException
com.pixelmed.dicom.DicomException

getDumpResult

public String getDumpResult(String dicompath)
                     throws IOException,
                            com.pixelmed.dicom.DicomException
Throws:
IOException
com.pixelmed.dicom.DicomException

dicom2xml

public String dicom2xml(String dicompath)
                 throws IOException,
                        com.pixelmed.dicom.DicomException,
                        TransformerConfigurationException,
                        TransformerException,
                        ParserConfigurationException
Throws:
IOException
com.pixelmed.dicom.DicomException
TransformerConfigurationException
TransformerException
ParserConfigurationException

validateDicomSRDose

public String validateDicomSRDose(String dicompath)
                           throws UnsupportedEncodingException,
                                  ParserConfigurationException,
                                  TransformerException,
                                  IOException,
                                  com.pixelmed.dicom.DicomException
Throws:
UnsupportedEncodingException
ParserConfigurationException
TransformerException
IOException
com.pixelmed.dicom.DicomException


Copyright © 2012 JBoss. All Rights Reserved.