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

Difference between revisions of "OHF IHE FAQ"

(New page: ==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 follo...)
 
(IHE Implementation)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[OHF | Back to the OHF Wiki]]
 +
<br>
 +
[[OHF FAQ | Back to the OHF FAQ Wiki]]
 +
<br>
 +
[[OHF IHE| Back to the OHF IHE Wiki]]
 +
<br>
 +
[[IHE Connectathon 2008| 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 [[OHF Glossary | 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 [news://news.eclipse.org/eclipse.technology.ohf OHF Newsgroup].
 +
 
==Connectathon==
 
==Connectathon==
 
===Where can I find more information on Connectathon 2008?===
 
===Where can I find more information on Connectathon 2008?===
Line 18: Line 33:
 
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 [[http://www.eclipse.org/ohf/documentation.php here]].
 
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 [[http://www.eclipse.org/ohf/documentation.php here]].
  
==OHF Bridge==
+
===How do I compile the IHE Plugins in Eclipse 3.3 (Europa) with Java 1.5?===
===I'm having problems installing the [[Ohf bridge | bridge]], what's going on?===
+
When downloading the IHE plugins into the latest Eclipse environment, several
The [[Ohf bridge | bridge]] documentations are not updated since the first beta. The bridge will be finalized close to the [[IHE Connectathon 2007]] so we hope to have a version out soon afterwards. In the meantime we encourage everyone to use the [[Ohf bridge#OHF in Action | online version]]. The extra benefits are that we update the bridge frequently with bug fixed and enhancements, less time for you to do installations.
+
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
===Ok, I want to use the bridge. What now?===
+
2.2-based projects to build in EMF 2.3 / Eclipse 3.3 / Java 5.
Until we'll have all the documents ready, the best thing to do is to browse the [http://ibmod235.dal-ebis.ihost.com:8090/bridge/services/ohf-bridge?wsdl WSDL], and to send an email to ''eishays{at}us{.}ibm{dot}com''.  
+
 
+
I'll have a 30 min chat with you and make sure you can do at least one transaction my your own. We managed to have applications working with the [[Ohf bridge | bridge]] in less then an our.
+
  
==OHF Viewer==
+
Procedure:
===Is the OHF Viewer/Portal open source too?===
+
* Right click on the project you want to change (org.eclipse.ohf.ihe.common.hl7v2 / ebxml.*, etc) and select Properties
Yes, a demo is [http://ibmod235.dal-ebis.ihost.com:8080/ available online].
+
* Select Java Compiler option
===Do you really think physicians will use it?!?=====
+
* Check "Enable Project specific settings"
It wasn't supposed to be something physicians will use. It will never be enhanced to be a full EMR/EHR application.
+
* By "Compiler compliance level" set 1.4.  
===So why did you do it?===
+
* Hit OK
* As a proof of concept
+
* clean and re-build
* Helping developers who wants to see how an application might use the bridge.
+
* Letting developers take code and use it as sample code.
+
* You can use the bridge as a simple UI to the interoperability back end, upload, search, and download documents and patient identity.
+
* To test the bridge.
+
===The Viewer shows a list of RHIO configurations, is it something configured in the Viewer?===
+
No, the only thing the Viewer is configured to is the URL to the bridge (the [http://ibmod235.dal-ebis.ihost.com:8090/bridge/services/ohf-bridge?wsdl WSDL] actually).
+
  
The RHIO configuration is done in the bridge and accessible by the "GetRhios" SOAP call.
+
=== 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:
 +
* [[OHF Using XDS.b | '''OHF Using XDS.b''']]

Latest revision as of 18:12, 25 October 2007

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