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 Bridge Public Demo"

(New page: The IBM Almaden Research Center provides a public demo of the OHF Bridge Web service component for use with integration testing. The demo uses IBM's publicly available IHE-compliant infra...)
 
Line 1: Line 1:
The IBM Almaden Research Center provides a public demo of the OHF Bridge Web service component for use with integration testing.  The demo uses IBM's publicly available IHE-compliant infrastructure to perform queries and store/retrieve documents.
+
The IBM Almaden Research Center provides a public demo of the OHF Bridge Web service component for use with integration testing.  The demo uses IBM's publicly available IHE-compliant infrastructure to perform queries and store/retrieve documents.  [http://www.eclipse.org/ohf/components/bridge/ Click here for more information about the OHF Bridge].
  
 
= Using the Demo =
 
= Using the Demo =

Revision as of 16:29, 20 March 2007

The IBM Almaden Research Center provides a public demo of the OHF Bridge Web service component for use with integration testing. The demo uses IBM's publicly available IHE-compliant infrastructure to perform queries and store/retrieve documents. Click here for more information about the OHF Bridge.

Using the Demo

The SOAP endpoint for the OHF Bridge public demonstration is located at:

The WSDL for the Web service can be access by appending a "?wsdl" to the URL listed above:

Any SOAP 1.1 or 1.2-compliant client that supports RPC-style transactions can access the Web service. For more information about using the OHF Bridge, see the using the Bridge and a discussion of the OHF Bridge API.

Configured RHIOs

The IBM Public Demo contains a list of pre-configured servers, mainly supported by IBM's IHII infrastructure and the NIST XDS registry/repository. To retrieve the list of configured RHIOs, use the GetRhios Bridge operation.

PHP Client Demo

An unsupported, proof-of-concept PHP client using the OHF Bridge Web service for viewing of patient data is also available.

Enter any username/password. It will present you with a list of configured RHIOs that you can select from. The source for the PHP client is in the [ org.eclipse.ohf.bridge.client] package in CVS.

Back to the top