Documentation/DicomApplicationHosting

From Commontk
Revision as of 10:24, 17 September 2010 by MarcoNolden (talk | contribs) (→‎Status)
Jump to navigationJump to search
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