Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OHF IHE FAQ

Back to the OHF Wiki
Back to the OHF FAQ Wiki
Back to the OHF IHE Wiki
Back to the IHE Connectathon 2008 Wiki

General

What do all these acronyms mean?

We are putting together a glossary of terms used in the OHF project. This glossary can be found here.

I did not find the answer to my question here, now what?

You can also try the OHF FAQ, and see if there is more information there that can help you. For additional questions, please post to the OHF Newsgroup.

Connectathon

Where can I find more information on Connectathon 2008?

The IHE 2008 North American Connectathon will be held in Chicago, IL January 28 - February 1, 2008. The following are important links/lists for Connectathon 2008:

Where can I find more information about what happened in Connectathon 2007?

The IHE 2007 North America Connectathon was held in Chicago, IL January 14-19, 2007. The following are important links/lists for Connectathon 2007:

  • The Connectathon 2007 Event Site
  • KUDU the Connectathon 2007 Test Management and Information site
  • The official mailing list is ihe2007@rsna.org (to subscribe to the list send a mail to ihe@rsna.org)
  • OHF Connectathon 2007 Page containing Connectathon testing information for OHF supported IHE Actors and Profiles

IHE Implementation

Where can I find documentation on the IHE Actor Plugins?

Offical userguide infomation is availiable here which co-insides with the OHF software that was used to pass both the 2007 North American Connectathon and the 2007 European Connectathon. You can also download the milestone release javadoc [here].

How do I compile the IHE Plugins in Eclipse 3.3 (Europa) with Java 1.5?

When downloading the IHE plugins into the latest Eclipse environment, several users have noticed something like the following error: "Cannot cast from EList<Object> to FeatureMap". This can be temporarily fixed by setting Project-Specific Settings on a per-project basis to Java 1.4 compliance. It is unclear why this is happening, but this fix should allow the EMF 2.2-based projects to build in EMF 2.3 / Eclipse 3.3 / Java 5.

Procedure:

  • Right click on the project you want to change (org.eclipse.ohf.ihe.common.hl7v2 / ebxml.*, etc) and select Properties
  • Select Java Compiler option
  • Check "Enable Project specific settings"
  • By "Compiler compliance level" set 1.4.
  • Hit OK
  • clean and re-build

How do I use OHF to execute XDS.b Transactions?

Soon, we hope this documentation will be up to date in our .pdf user guides. Until this time we have begun to accumulate this information on the following site:

Back to the top