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

m (Wado Client moved to OHF WADO)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
The WADO client plug-in for OHF will encapsulate the interactions between the client application and the web enabled DICOM server (a.k.a. WADO server). Eclipse based RCP that needs to access a WADO server to fetch DICOM images will be able to use the WADO client plug-in in order to do it. Usually to retrieve DICOM images from a WADO server the web client should build a URL with the parameters required to identify the DICOM objects and a set of parameters to describe the desired returned image. The WADO client plug-in will hide this from the plug-in that uses it and will only provide API for the operations that can be done on the WADO server side.
+
The WADO client plug-in for OHF encapsulates the interactions between the client application and the web enabled DICOM server (a.k.a. WADO server). Eclipse based RCP that needs to access a WADO server to fetch DICOM images can use the WADO client plug-in in order to do it. Usually to retrieve DICOM images from a WADO server the web client should build a URL with the parameters required to identify the DICOM objects and a set of parameters to describe the desired returned image. The WADO client plug-in will hide this from the plug-in that uses it and will only provide API for the operations that can be done on the WADO server side.
 
<br/><br/>
 
<br/><br/>
 
Please post any questions or concerns on the OHF newsgroup at: <br/>
 
Please post any questions or concerns on the OHF newsgroup at: <br/>
 
news://news.eclipse.org/eclipse.technology.ohf
 
news://news.eclipse.org/eclipse.technology.ohf
  
== WADO Client Demonstration ==
+
== Demonstration ==
 
Not yet available
 
Not yet available
  
== WADO Client CVS ==
+
== WADO Client Plugin in the CVS==
The WADO Client Plugin project is stored in the Eclipse Technology CVS repository.<br/>
+
For general instractions for the OHF CVS [[OHF#OHF_in_the_Eclipse_CVS | take a look at this page]].
To browse the CVS follow this link: [http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ohf/plugins/org.eclipse.ohf.wado.client/ org.eclipse.wado.client]
+
 
 +
In order to use the WADO Client Plugin, you will need to download the folowing project from the CVS:
 +
* org.eclipse.ohf.wado.client
  
 
== Additional Information ==
 
== Additional Information ==
===Introduction===
 
[[Image:something.png]]
 
  
 
===Related Links===
 
===Related Links===
<ol>
+
<ul>
[http://medical.nema.org/ Digital Imaging and Communications in Medicine (DICOM)]<br/>
+
<li>[http://medical.nema.org/ Digital Imaging and Communications in Medicine (DICOM)]</li>
[http://medical.nema.org/dicom/2006/06_18pu.pdf WADO Standard (Part 18 of the DICOM standard]
+
<li>[http://medical.nema.org/dicom/2006/06_18pu.pdf WADO Standard (Part 18 of the DICOM standard)]</li>
</ol>
+
</ul>

Latest revision as of 16:41, 27 June 2007

Overview

The WADO client plug-in for OHF encapsulates the interactions between the client application and the web enabled DICOM server (a.k.a. WADO server). Eclipse based RCP that needs to access a WADO server to fetch DICOM images can use the WADO client plug-in in order to do it. Usually to retrieve DICOM images from a WADO server the web client should build a URL with the parameters required to identify the DICOM objects and a set of parameters to describe the desired returned image. The WADO client plug-in will hide this from the plug-in that uses it and will only provide API for the operations that can be done on the WADO server side.

Please post any questions or concerns on the OHF newsgroup at:
news://news.eclipse.org/eclipse.technology.ohf

Demonstration

Not yet available

WADO Client Plugin in the CVS

For general instractions for the OHF CVS take a look at this page.

In order to use the WADO Client Plugin, you will need to download the folowing project from the CVS:

  • org.eclipse.ohf.wado.client

Additional Information

Related Links

Back to the top