Documentation/DicomApplicationHosting

From Commontk
Revision as of 09:47, 17 September 2010 by MarcoNolden (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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, 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