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

Difference between revisions of "OHF FAQ"

(Where can I find more information on Connectathon 2008?)
(How do I submit bugs to OHF?)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==General==
+
[[OHF | Back to the OHF Wiki]]
=====How do I submit bugs to OHF?=====
+
__TOC__
See [[Submit Bugs to OHF]] wiki page
+
  
==Connectathon==
+
== What do all these acronyms mean? ==
=====Where can I find more information on Connectathon 2008?=====
+
We are putting together a glossary of terms used in the OHF project. This glossary can be found [[OHF Glossary | here]].
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:
+
* [[IHE Connectathon 2008]] page containing Connectathon testing information for OHF supported IHE Actors and Profiles
+
* [http://www.ihe.net/Connectathon/index.cfm IHE Connectathon 2008]
+
  
=====Where can I find more information about what happened in Connectathon 2007?=====
+
== Where are the FAQ pages for the different OHF Components? ==
The IHE 2007 North America Connectathon was held in Chicago, IL January 14-19, 2007. The following are important links/lists for Connectathon 2007:
+
We have the links for you right here:
* The [http://www.ihe.net/Connectathon/index.cfm Connectathon 2007 Event Site]
+
* [[OHF CTS FAQ]]
* [http://ihe-kudu.wustl.edu/na2007/ KUDU] the Connectathon 2007 Test Management and Information site
+
* [[OHF Bridge FAQ]]
* The official mailing list is ihe2007@rsna.org (to subscribe to the list send a mail to ihe@rsna.org)
+
* [[OHF IHE FAQ]]
* [http://wiki.eclipse.org/index.php/IHE_Connectathon_2007 OHF Connectathon 2007 Page] containing Connectathon testing information for OHF supported IHE Actors and Profiles
+
* [[OHF HL7v2 FAQ]]
 +
* [[OHF HE3T FAQ]]
 +
* [[OHF SODA FAQ]]
 +
* [[OHF STEM FAQ]]
 +
* [[OHF WADO FAQ]]
  
==IHE Plugins==
+
== How do I submit bugs to OHF? ==
=====Where can I find documentation on the IHE Actor Plugins?=====
+
See [[OHF Bug Reports|Submit Bugs to OHF]] wiki page
The best place, currently is the javadoc from the [http://wiki.eclipse.org/index.php/OHF#OHF_in_the_Eclipse_CVS Eclips CVS]. Offical userguide infomation is availiable [http://wiki.eclipse.org/index.php/OHF_IHE_Client_plugins here], though due to our efforts in Connectathon Testing is not the most current information. It is valuable to read to get a sense of how to begin using the plugins as well as some sample code.
+
  
==OHF Bridge==
+
== I did not find the answer to my question here, now what? ==
=====I'm having problems installing the [[Ohf bridge | bridge]], what's going on?=====
+
For additional questions, please post to the [news://news.eclipse.org/eclipse.technology.ohf OHF Newsgroup].
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.
+
=====Ok, I want to use the bridge. What now?=====
+
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==
+
=====Is the OHF Viewer/Portal open source too?=====
+
Yes, a demo is [http://ibmod235.dal-ebis.ihost.com:8080/ available online].
+
=====Do you really think physicians will use it?!?=====
+
It wasn't supposed to be something physicians will use. It will never be enhanced to be a full EMR/EHR application.
+
=====So why did you do it?=====
+
* As a proof of concept
+
* 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.
+

Latest revision as of 16:06, 28 June 2007

Back to the OHF Wiki

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.

Where are the FAQ pages for the different OHF Components?

We have the links for you right here:

How do I submit bugs to OHF?

See Submit Bugs to OHF wiki page

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

For additional questions, please post to the OHF Newsgroup.

Back to the top