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

Packages that use SourcePatientInfoType
org.eclipse.ohf.ihe.common.hl7v2   
org.eclipse.ohf.ihe.common.hl7v2.impl   
org.eclipse.ohf.ihe.common.hl7v2.util   
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.extract.cdar2   
org.eclipse.ohf.ihe.xds.metadata.impl   
 

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

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return SourcePatientInfoType
 SourcePatientInfoType Hl7v2Factory.createSourcePatientInfoType()
          Returns a new object of class 'Source Patient Info Type'.
 SourcePatientInfoType DocumentRoot.getSourcePatientInfo()
          Returns the value of the 'Source Patient Info' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type SourcePatientInfoType
 void DocumentRoot.setSourcePatientInfo(SourcePatientInfoType value)
          Sets the value of the 'Source Patient Info' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.hl7v2.impl that implement SourcePatientInfoType
 class SourcePatientInfoTypeImpl
          An implementation of the model object 'Source Patient Info Type'.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return SourcePatientInfoType
 SourcePatientInfoType Hl7v2FactoryImpl.createSourcePatientInfoType()
           
 SourcePatientInfoType DocumentRootImpl.getSourcePatientInfo()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type SourcePatientInfoType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSourcePatientInfo(SourcePatientInfoType newSourcePatientInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSourcePatientInfo(SourcePatientInfoType newSourcePatientInfo)
           
 

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.util with parameters of type SourcePatientInfoType
 java.lang.Object Hl7v2Switch.caseSourcePatientInfoType(SourcePatientInfoType object)
          Returns the result of interpretting the object as an instance of 'Source Patient Info Type'.
 boolean Hl7v2Validator.validateSourcePatientInfoType(SourcePatientInfoType sourcePatientInfoType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of SourcePatientInfoType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return SourcePatientInfoType
 SourcePatientInfoType DocumentEntryType.getSourcePatientInfo()
          Returns the value of the 'Source Patient Info' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type SourcePatientInfoType
 void DocumentEntryType.setSourcePatientInfo(SourcePatientInfoType value)
          Sets the value of the 'Source Patient Info' containment reference.
 

Uses of SourcePatientInfoType in org.eclipse.ohf.ihe.xds.metadata.extract
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return SourcePatientInfoType
 SourcePatientInfoType DocumentEntryElementExtractor.extractSourcePatientInfo()
          Populates the sourcePatientInfo using information from the associated source data.
 

Uses of SourcePatientInfoType in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return SourcePatientInfoType
 SourcePatientInfoType CDAR2Extractor.extractSourcePatientInfo()
          Extracts the relevant sourcePatientInfo information from the CDA: ClinicalDocument/recordTarget/patientRole
NOTES: 1.
 

Uses of SourcePatientInfoType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return SourcePatientInfoType
 SourcePatientInfoType DocumentEntryTypeImpl.getSourcePatientInfo()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type SourcePatientInfoType
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetSourcePatientInfo(SourcePatientInfoType newSourcePatientInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentEntryTypeImpl.setSourcePatientInfo(SourcePatientInfoType newSourcePatientInfo)