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

Packages that use XTN
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 XTN in org.eclipse.ohf.ihe.common.hl7v2
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return XTN
 XTN Hl7v2Factory.createXTN()
          Returns a new object of class 'XTN'.
 XTN SourcePatientInfoType.getPatientPhoneBusiness()
          Returns the value of the 'Patient Phone Business' containment reference.
 XTN SourcePatientInfoType.getPatientPhoneHome()
          Returns the value of the 'Patient Phone Home' containment reference.
 XTN DocumentRoot.getXtn()
          Returns the value of the 'Xtn' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type XTN
 void SourcePatientInfoType.setPatientPhoneBusiness(XTN value)
          Sets the value of the 'Patient Phone Business' containment reference.
 void SourcePatientInfoType.setPatientPhoneHome(XTN value)
          Sets the value of the 'Patient Phone Home' containment reference.
 void DocumentRoot.setXtn(XTN value)
          Sets the value of the 'Xtn' containment reference.
 

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return XTN
 XTN Hl7v2FactoryImpl.createXTN()
           
 XTN SourcePatientInfoTypeImpl.getPatientPhoneBusiness()
           
 XTN SourcePatientInfoTypeImpl.getPatientPhoneHome()
           
 XTN DocumentRootImpl.getXtn()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type XTN
 org.eclipse.emf.common.notify.NotificationChain SourcePatientInfoTypeImpl.basicSetPatientPhoneBusiness(XTN newPatientPhoneBusiness, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SourcePatientInfoTypeImpl.basicSetPatientPhoneHome(XTN newPatientPhoneHome, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetXtn(XTN newXtn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SourcePatientInfoTypeImpl.setPatientPhoneBusiness(XTN newPatientPhoneBusiness)
           
 void SourcePatientInfoTypeImpl.setPatientPhoneHome(XTN newPatientPhoneHome)
           
 void DocumentRootImpl.setXtn(XTN newXtn)
           
 

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

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