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 pages "OHF" and "CDT/Developer/FAQ"

(Difference between pages)
(Audit record repository)
 
m
 
Line 1: Line 1:
=== About OHF ===
+
== General ==
This is the Eclipse Open Healthcare Framework (OHF) wiki. The OHF project addresses part of an need to improve the levels of interoperability between applications and systems within and across healthcare organizations – corporate and regions.
+
  
=== Additional OHF sites ===
+
* Is it fun writing code for the CDT?
* [http://www.eclipse.org/ohf/ OHF Project Home Page]
+
* [http://ohf-dev.blogspot.com/ OHF Committers Blog]
+
  
=== Discussions ===
+
You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.
* [[OHF using SCA]]
+
  
== OHF Relationship Management (& Current Events etc) ==
+
== Release Engineering ==
  
* [[OHF Relationship Management: Java]]
+
* Where can I get the latest builds?
* [[OHF Relationship Management: Eclipse]]
+
* [[OHF Relationship Management: Open Source Healthcare initiatives]]
+
* [[OHF Relationship Management: Standards Organisations]]
+
* [[OHF Relationship Management: Corporates]]
+
  
=== Public Healthcare Serveices ===
+
We have a build machine, [http://cdt.eclipse.org cdt.eclipse.org], that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.
This section contains a list of known public standard healthcare services.
+
 
+
The listed services are actors on one of the [http://www.ihe.net IHE] profiles. OHF implements components that interacts with these services. The purpose of the list is to help developers test the plugins they develop, to validate full interoperability across vendors, and to validate comliance with the standard.
+
 
+
None of the listed services are part of Eclipse or Eclipse OHF.
+
The services are publicly avaliable for demos and interoperability
+
tests and they are not part of production environment.
+
 
+
'''We welcome any service providor that have a public standard based healthcare service to contact us in order to add new services to the list'''
+
 
+
====Audit record repository====
+
{| style="background-color:#ABCDEF;background:white;border:1px solid black;padding:1em;"
+
|+Public Healthcare Services
+
|-
+
! Vendor !! Service URL !! BSD SYSLOG Port !! Reliable Syslog Port 
+
|-
+
! IBM
+
| ibmod235.dal-ebis.ihost.com || 541 || N/A
+
|}
+
 
+
== OHF Meetings ==
+
* [[Face to Face meeting at EclipseCon]]
+
** [[Pictures from the meeting]]
+

Revision as of 14:01, 5 May 2006

General

  • Is it fun writing code for the CDT?

You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.

Release Engineering

  • Where can I get the latest builds?

We have a build machine, cdt.eclipse.org, that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.

Back to the top