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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return XAD
 XAD Hl7v2Factory.createXAD()
          Returns a new object of class 'XAD'.
 XAD SourcePatientInfoType.getPatientAddress()
          Returns the value of the 'Patient Address' containment reference.
 XAD DocumentRoot.getXad()
          Returns the value of the 'Xad' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type XAD
 void SourcePatientInfoType.setPatientAddress(XAD value)
          Sets the value of the 'Patient Address' containment reference.
 void DocumentRoot.setXad(XAD value)
          Sets the value of the 'Xad' containment reference.
 

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return XAD
 XAD Hl7v2FactoryImpl.createXAD()
           
 XAD SourcePatientInfoTypeImpl.getPatientAddress()
           
 XAD DocumentRootImpl.getXad()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type XAD
 org.eclipse.emf.common.notify.NotificationChain SourcePatientInfoTypeImpl.basicSetPatientAddress(XAD newPatientAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetXad(XAD newXad, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SourcePatientInfoTypeImpl.setPatientAddress(XAD newPatientAddress)
           
 void DocumentRootImpl.setXad(XAD newXad)
           
 

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

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