Uses of Class
org.eclipse.ohf.ihe.xds.source.document.Document

Packages that use Document
org.eclipse.ohf.ihe.xds.source   
org.eclipse.ohf.ihe.xds.source.document   
 

Uses of Document in org.eclipse.ohf.ihe.xds.source
 

Methods in org.eclipse.ohf.ihe.xds.source that return Document
 Document SubmitTransactionData.getDocument(java.lang.String documentEntryUUID)
          Returns the Document object associated with the specified documentEntryUUID.
 

Methods in org.eclipse.ohf.ihe.xds.source with parameters of type Document
 java.lang.String SubmitTransactionData.addDocument(Document document)
          Add the given document to the Document Submission Set.
 boolean SubmitTransactionData.isDocumentAdded(Document document)
          Checks to see if the specified document object has been added to the Source
 java.lang.String SubmitTransactionData.loadDocumentWithEbXMLMetadata(Document document, ExtrinsicObjectType docData, AssociationType1 parentData)
          Loads the DocumentEntry metadata from the ebXML objects specified, INCLUDING the entryUUID of the document entry, if present.
 java.lang.String SubmitTransactionData.loadDocumentWithEbXMLMetadata(Document document, java.io.InputStream metadata)
          Loads the DocumentEntry metadata from the ebXML file specified, INCLUDING the entryUUID of the document entry, if present.
 java.lang.String SubmitTransactionData.loadDocumentWithMetadata(Document document, java.io.InputStream metadata)
          Loads the DocumentEntry metadata from the file specified, INCLUDING the entryUUID of the document entry, if present.
 

Uses of Document in org.eclipse.ohf.ihe.xds.source.document
 

Methods in org.eclipse.ohf.ihe.xds.source.document with parameters of type Document
 boolean Document.equals(Document document)
          Tests if the given document holds the same document as the class instance.