Documentation/DicomApplicationHosting: Difference between revisions

From Commontk
Jump to navigationJump to search
(Created page with '= DICOM Application Hosting = == Introduction == The goal is to create a C++ implementation of an application host and and a hosted application conforming to DICOM Supplement 1…')
 
Line 9: Line 9:
Current development happens in the dah branch of the commontk/CTK repository on github: http://github.com/commontk/CTK/tree/dah
Current development happens in the dah branch of the commontk/CTK repository on github: http://github.com/commontk/CTK/tree/dah


Basic message passing between the CTK Host and the application works, but interoperability with the XIP implementations does not work yet.
Basic message passing between the CTK Host and the application works (state changes, screen area exchange), but interoperability with the XIP implementations does not work yet.


== Build / Usage ==
== Build / Usage ==

Revision as of 10:24, 17 September 2010

Home < Documentation < DicomApplicationHosting

DICOM Application Hosting

Introduction

The goal is to create a C++ implementation of an application host and and a hosted application conforming to DICOM Supplement 118 / Working Group 23 .

Status

Current development happens in the dah branch of the commontk/CTK repository on github: http://github.com/commontk/CTK/tree/dah

Basic message passing between the CTK Host and the application works (state changes, screen area exchange), but interoperability with the XIP implementations does not work yet.

Build / Usage

Two applications can be turned on in the CMake configuration: ctkExampleHost and ctkExampleHostedApp . Make sure you also turn on all dicom related CTK_PLUGIN variables.

The ctkExampleHost is a Qt application . Press the Load button to choose the application to host. Press Start to invoke the application and Run to start processing.

Links

XIP@caBIG

General information about DICOM application hosting