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

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return XPN
 XPN Hl7v2Factory.createXPN()
          Returns a new object of class 'XPN'.
 XPN DocumentRoot.getXpn()
          Returns the value of the 'Xpn' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type XPN
 void DocumentRoot.setXpn(XPN value)
          Sets the value of the 'Xpn' containment reference.
 

Uses of XPN in org.eclipse.ohf.ihe.common.hl7v2.format
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.format that return XPN
static XPN HL7V2MessageFormat.buildXPNFromMessageString(java.lang.String msg, char componentSeparator)
          Constructs a model instance of the XPN type from the delimited message string
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.format with parameters of type XPN
static java.lang.String HL7V2MessageFormat.toMessageString(XPN xpn, char componentSeparator)
          Converts a model instance of the XPN type to a HL7v2.5 standard delimited string.
 

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

Classes in org.eclipse.ohf.ihe.common.hl7v2.impl that implement XPN
 class XPNImpl
          An implementation of the model object 'XPN'.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return XPN
 XPN Hl7v2FactoryImpl.createXPN()
           
 XPN DocumentRootImpl.getXpn()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type XPN
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetXpn(XPN newXpn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setXpn(XPN newXpn)
           
 

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.util with parameters of type XPN
 java.lang.Object Hl7v2Switch.caseXPN(XPN object)
          Returns the result of interpretting the object as an instance of 'XPN'.
 boolean Hl7v2Validator.validateXPN(XPN xpn, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)