Interoperability: Difference between revisions

From Commontk
Jump to navigationJump to search
(Created page with "The Common Toolkit also strives to solve interoperability issues between different toolkits at various levels. See our [[CTK_Integration_Levels_Overview | integration levels tab...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
See our [[CTK_Integration_Levels_Overview | integration levels table]] to get an overview how CTK may be used to ease the integration of third-party functionalities as well as your own.
See our [[CTK_Integration_Levels_Overview | integration levels table]] to get an overview how CTK may be used to ease the integration of third-party functionalities as well as your own.


Currently, CTK offers five levels of interoperability / integration:
'''Currently, CTK offers five levels of interoperability / integration:'''


* [[Documention/DicomApplicationHosting | DICOM Application Hosting (Part 19)]]
* [[Documentation/DicomApplicationHosting | DICOM Application Hosting (Part 19)]]
: Implements DICOM Part 19 specifications (work in progress)
: Implements DICOM Part 19 specifications (work in progress)
* [[Documentation/Command_Line_Interface | Command Line Interface ]]
* [[Documentation/Command_Line_Interface | Command Line Interface ]]

Latest revision as of 07:45, 28 November 2011

Home < Interoperability

The Common Toolkit also strives to solve interoperability issues between different toolkits at various levels.

See our integration levels table to get an overview how CTK may be used to ease the integration of third-party functionalities as well as your own.

Currently, CTK offers five levels of interoperability / integration:

Implements DICOM Part 19 specifications (work in progress)
Allows the integration of command line programs and a limited form of communication
A OSGi EventAdmin implementation using the CTK Plugin Framework
Create modular components with a service oriented approach using the CTK Plugin Framework
  • Classic C++
Use the libraries provided by CTK by directly linking to it.