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

Packages that use CX
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.consumer.query   
org.eclipse.ohf.ihe.xds.consumer.storedquery   
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 CX in org.eclipse.ohf.ihe.common.hl7v2
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return CX
 CX Hl7v2Factory.createCX()
          Returns a new object of class 'CX'.
 CX DocumentRoot.getCx()
          Returns the value of the 'Cx' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type CX
 void DocumentRoot.setCx(CX value)
          Sets the value of the 'Cx' containment reference.
 

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return CX
 CX Hl7v2FactoryImpl.createCX()
           
 CX DocumentRootImpl.getCx()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type CX
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCx(CX newCx, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCx(CX newCx)
           
 

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

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

Uses of CX in org.eclipse.ohf.ihe.xds.consumer.query
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.query with parameters of type CX
FindDocumentsQuery(CX patientID, AvailabilityStatusType[] status)
          Constructor, with minimal parameters.
FindDocumentsQuery(CX patientID, CodedMetadataType[] classCodes, DateTimeRange[] dateTimeRanges, CodedMetadataType[] practiceSettingCodes, CodedMetadataType[] healthCareFacilityCodes, CodedMetadataType[] eventCodeList, CodedMetadataType[] confidentialityCodes, CodedMetadataType[] formatCodes, AvailabilityStatusType[] status)
          Constructor witf full set of parameters.
 

Uses of CX in org.eclipse.ohf.ihe.xds.consumer.storedquery
 

Methods in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type CX
static void StoredQueryBuilderUtils.addPatientIdParameter(java.util.HashMap queryParameters, CX patientId)
          Adds the patientId list given as query parameters for the metadata attribute to the given HashMap of StoredQuery parameters.
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type CX
FindDocumentsQuery(CX patientID, AvailabilityStatusType[] status)
          Constructor, with minimal parameters.
FindDocumentsQuery(CX patientID, CodedMetadataType[] classCodes, DateTimeRange[] dateTimeRanges, CodedMetadataType[] practiceSettingCodes, CodedMetadataType[] healthCareFacilityCodes, CodedMetadataType[] eventCodeList, CodedMetadataType[] confidentialityCodes, CodedMetadataType[] formatCodes, AvailabilityStatusType[] status)
          Constructor witf full set of parameters.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata that return CX
 CX FolderType.getPatientId()
          Returns the value of the 'Patient Id' containment reference.
 CX DocumentEntryType.getPatientId()
          Returns the value of the 'Patient Id' containment reference.
 CX SubmissionSetType.getPatientId()
          Returns the value of the 'Patient Id' containment reference.
 CX DocumentEntryType.getSourcePatientId()
          Returns the value of the 'Source Patient Id' containment reference.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type CX
 void FolderType.setPatientId(CX value)
          Sets the value of the 'Patient Id' containment reference.
 void DocumentEntryType.setPatientId(CX value)
          Sets the value of the 'Patient Id' containment reference.
 void SubmissionSetType.setPatientId(CX value)
          Sets the value of the 'Patient Id' containment reference.
 void DocumentEntryType.setSourcePatientId(CX value)
          Sets the value of the 'Source Patient Id' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return CX
 CX DocumentEntryElementExtractor.extractPatientId()
          Populates the patientId using information from the associated source data.
 CX DocumentEntryElementExtractor.extractSourcePatientId()
          Populates the sourcePatientId using information from the associated source data.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return CX
 CX CDAR2Extractor.extractPatientId()
          DocumentEntry.patientId expresses the Affinity Domain level patient id used in the XDS Regisry.
 CX CDAR2Extractor.extractSourcePatientId()
          Extracts the relevant sourcePatientId information from the CDA: ClinicalDocument/recordTarget/patientRole/id
NOTES: 1.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return CX
 CX SubmissionSetTypeImpl.getPatientId()
           
 CX FolderTypeImpl.getPatientId()
           
 CX DocumentEntryTypeImpl.getPatientId()
           
 CX DocumentEntryTypeImpl.getSourcePatientId()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type CX
 org.eclipse.emf.common.notify.NotificationChain SubmissionSetTypeImpl.basicSetPatientId(CX newPatientId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FolderTypeImpl.basicSetPatientId(CX newPatientId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetPatientId(CX newPatientId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentEntryTypeImpl.basicSetSourcePatientId(CX newSourcePatientId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubmissionSetTypeImpl.setPatientId(CX newPatientId)
           
 void FolderTypeImpl.setPatientId(CX newPatientId)
           
 void DocumentEntryTypeImpl.setPatientId(CX newPatientId)
           
 void DocumentEntryTypeImpl.setSourcePatientId(CX newSourcePatientId)