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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return XCN
 XCN Hl7v2Factory.createXCN()
          Returns a new object of class 'XCN'.
 XCN DocumentRoot.getXcn()
          Returns the value of the 'Xcn' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type XCN
 void DocumentRoot.setXcn(XCN value)
          Sets the value of the 'Xcn' containment reference.
 

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return XCN
 XCN Hl7v2FactoryImpl.createXCN()
           
 XCN DocumentRootImpl.getXcn()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type XCN
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetXcn(XCN newXcn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setXcn(XCN newXcn)
           
 

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

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

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

Methods in org.eclipse.ohf.ihe.xds.metadata that return XCN
 XCN AuthorType.getAuthorPerson()
          Returns the value of the 'Author Person' containment reference.
 XCN DocumentEntryType.getLegalAuthenticator()
          Returns the value of the 'Legal Authenticator' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type XCN
 void AuthorType.setAuthorPerson(XCN value)
          Sets the value of the 'Author Person' containment reference.
 void DocumentEntryType.setLegalAuthenticator(XCN value)
          Sets the value of the 'Legal Authenticator' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return XCN
 XCN DocumentEntryElementExtractor.extractLegalAuthenticator()
          Populates the legalAuthenticator using information from the associated source data.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return XCN
 XCN CDAR2Extractor.extractLegalAuthenticator()
          Extracts the relevant legalAuthenticator information from the CDA: ClinicalDocument/legalAuthenticator/assignedEntity/id and ClinicalDocument/legalAuthenticator/assignedEntity/assignedPerson/name
NOTES: 1.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return XCN
 XCN AuthorTypeImpl.getAuthorPerson()
           
 XCN DocumentEntryTypeImpl.getLegalAuthenticator()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type XCN
 org.eclipse.emf.common.notify.NotificationChain AuthorTypeImpl.basicSetAuthorPerson(XCN newAuthorPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetLegalAuthenticator(XCN newLegalAuthenticator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AuthorTypeImpl.setAuthorPerson(XCN newAuthorPerson)
           
 void DocumentEntryTypeImpl.setLegalAuthenticator(XCN newLegalAuthenticator)