Uses of Interface
org.eclipse.ohf.ihe.common.hl7v2.DocumentRoot

Packages that use DocumentRoot
org.eclipse.ohf.ihe.common.hl7v2   
org.eclipse.ohf.ihe.common.hl7v2.impl   
org.eclipse.ohf.ihe.common.hl7v2.util   
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.hl7v2
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return DocumentRoot
 DocumentRoot Hl7v2Factory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.hl7v2.impl
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return DocumentRoot
 DocumentRoot Hl7v2FactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.ohf.ihe.common.hl7v2.util
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.util with parameters of type DocumentRoot
 java.lang.Object Hl7v2Switch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpretting the object as an instance of 'Document Root'.
 boolean Hl7v2Validator.validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)