org.eclipse.ohf.bridge.xds
Class CDAExtractor

java.lang.Object
  extended by org.eclipse.ohf.bridge.xds.CDAExtractor

public class CDAExtractor
extends java.lang.Object

Temporary class for extracting necessary metadata for creation of a DocumentEntryType and SubmissionSetType from a specified CDA Document. This functionality will eventually be moved into org.eclipse.ohf.ihe.xds.metadata.extractor package.


Constructor Summary
CDAExtractor(java.lang.String cdaDocument)
           
 
Method Summary
 java.lang.String getDocEntry()
           
 java.lang.String getSubmissionSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDAExtractor

public CDAExtractor(java.lang.String cdaDocument)
             throws java.io.IOException,
                    org.xml.sax.SAXException,
                    javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

getDocEntry

public java.lang.String getDocEntry()
                             throws javax.xml.parsers.ParserConfigurationException,
                                    org.xml.sax.SAXException,
                                    java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

getSubmissionSet

public java.lang.String getSubmissionSet()
                                  throws javax.xml.parsers.ParserConfigurationException,
                                         org.xml.sax.SAXException,
                                         java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException