Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OHF UI Client

Revision as of 14:18, 7 November 2006 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

The OHF UI client is an RCP application demostrating the integration of the OHF IHE plugins: ATNA Security, PIX Consumer, PDQ Consumer, XDS Consumer, XDS Source.

The demo is far from a real EMR application. It is meant to show how the plugins can be integrated into an application, and to serve as an example to anyone wondering how to use the various plugins.


CVS Projects

UI Client Projects

The following projects in the Eclipse CVS contain the UI code

Required

  • org.eclipse.ohf.client.ui - contains the actual application
  • org.eclise.ohf.client.modelstore - contains the implementation of the shared store of model objects

Optional

  • org.eclipse.ohf.client.modelstore.ui - contains a UI for examining the Model Store
  • org.eclipse.ohf.client.modelstore.tests - junit tests for the ModelStore

Required Plugin Projects

The following is the list of the OHF plugins upon which the Client UI is dependent

  • org.eclipse.ohf.ihe.xds.consumer
  • org.eclipse.ohf.ihe.xds.source
  • org.eclipse.ohf.ihe.atna.audit
  • org.eclipse.ohf.ihe.pix.consumer
  • org.eclipse.ohf.ihe.pdq.consumer
  • org.eclipse.ohf.utilities
  • org.eclipse.ohf.ihe.atna.agent
  • org.eclipse.ohf.ihe.common.atna
  • org.eclipse.ohf.ihe.common.hl7v2.client
  • org.eclipse.ohf.ihe.common.hl7v2
  • org.eclipse.ohf.ihe.xds.metadata
  • org.eclipse.ohf.ihe.hl7v2.core
  • org.eclipse.ohf.ihe.common.mllp
  • org.apache.log4j

Back to the top