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 Configuration"

 
(RHIO Configurations)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The page explains the [[Ohf bridge]] configurations. The configurations are [[Bridge Install Steps | one step after installing the bridge]].
 
The page explains the [[Ohf bridge]] configurations. The configurations are [[Bridge Install Steps | one step after installing the bridge]].
 +
===bridge.properties===
 +
This is a property file, sample located at the CVS at '''/org.eclipse.ohf.bridge/conf/bridge.properties'''.
 +
The file defines teh following:
 +
# log4j configuration file location
 +
# RHIO configuration file location
 +
# HL7 definitions file location
 +
# HL7 QDB-Q23 definitions file location
 +
 +
===RHIO Configurations===
 +
This is an XML file, sample located at '''org.eclipse.ohf.bridge/conf/rhioConfig.xml'''. The XML is an instant of an XML Schema located at the CVS at '''org.eclipse.ohf.bridge/etc/rhio.xsd'''.
 +
 +
The file defines the RHIO XDS Registry, Repository, PIX Server, and ATNA server.

Latest revision as of 17:23, 14 September 2006

The page explains the Ohf bridge configurations. The configurations are one step after installing the bridge.

bridge.properties

This is a property file, sample located at the CVS at /org.eclipse.ohf.bridge/conf/bridge.properties. The file defines teh following:

  1. log4j configuration file location
  2. RHIO configuration file location
  3. HL7 definitions file location
  4. HL7 QDB-Q23 definitions file location

RHIO Configurations

This is an XML file, sample located at org.eclipse.ohf.bridge/conf/rhioConfig.xml. The XML is an instant of an XML Schema located at the CVS at org.eclipse.ohf.bridge/etc/rhio.xsd.

The file defines the RHIO XDS Registry, Repository, PIX Server, and ATNA server.

Back to the top