CTK Integration Levels Overview: Difference between revisions
From Commontk
Jump to navigationJump to search
MarcoNolden (talk | contribs) m (moved CTK Integration Level Overview to CTK Integration Levels Overview: Spelling) |
MarcoNolden (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
! CTK benefit for App/Module | ! CTK benefit for App/Module | ||
|- style="background-color:#EEEEEE;" | |- style="background-color:#EEEEEE;" | ||
| [[ | | [[IntegrationLevel1Details|Level 1: DICOM Supplement 118]] | ||
| | | | ||
* Host communication | * Host communication | ||
Line 13: | Line 13: | ||
* Default implementation of application business logic | * Default implementation of application business logic | ||
|- | |- | ||
| [[ | | [[IntegrationLevel2Details|Level 2: Command line interface]] | ||
| | | | ||
* parsing of parameter descriptions | * parsing of parameter descriptions | ||
Line 20: | Line 20: | ||
* publishing of parameter descriptions | * publishing of parameter descriptions | ||
|- style="background-color:#EEEEEE;" | |- style="background-color:#EEEEEE;" | ||
| [[ | | [[IntegrationLevel3Details|Level 3: CTK event bus]] | ||
|colspan="2"| | |colspan="2"| | ||
* publish and subscribe for arbitrary communication between modules and applications | * publish and subscribe for arbitrary communication between modules and applications | ||
* possibly out of process | * possibly out of process | ||
|- | |- | ||
| [[ | | [[IntegrationLevel4Details|Level 4: CTK services]] | ||
|colspan="2"| | |colspan="2"| | ||
* Service discovery | * Service discovery |
Revision as of 09:31, 27 January 2011
Home < CTK Integration Levels OverviewCTK benefit for Host | CTK benefit for App/Module | |
---|---|---|
Level 1: DICOM Supplement 118 |
|
|
Level 2: Command line interface |
|
|
Level 3: CTK event bus |
| |
Level 4: CTK services |
| |
Level 5: “Classic” C++ |
|