Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Controlling API Devices of Telemed

The features of ultrasound devices of Telemed can be controlled directly via the Ultrasound Module. At the moment, some controls for the b mode are implemented. The device used for development was the "Telemed LogicScan 128". A graphical user interface is integrated into the Ultrasound Plugin.

Install the Telemed SDK

The Telemed SDK cannot be shipped with MITK due to legal issues. Instead it can be obtained directly from Telemed. MITK was tested with API version 3.9.0 (2013-02-04). The following packages must be installed:

  • Telemed Drivers Package (MITK was tested with version 1.13.7)
  • Usgfw2 SDK Redistributable (usgfwsetup.exe)

For MITK the file "usgfw2.tlh" is needed. This file may be available in one of the examples folders of the SDK. If not it can be generated by compiling one of the delivered examples (samples_cpp_vs2005).

Enable the Telemed API

The Telemed API is available for Windows only and does not work with software compiled for 64 bit. Therefore, you need a 32 bit build of MITK on Windows.

USHardwareTelemed_CMakeTelemed.png
CMake Configuration for the Telemed Device

To use a Telemed device, activate the corresponding CMake flag: MITK_USE_US_TELEMED_SDK. After a run of CMake the new CMake variable MITK_US_TELEMED_SDK_PATH has to be set to a directory containing the header files of the Telemed SKD (from "SDK\include\USGFWSDK\include") and the file "usgfw2.tlh" (see previous section). Afterwards MITK can be configured and build as usual.

Use a Telemed device

As soon as the ultrasound module is loaded the device will be made available as a microservice. It can be got from the service registry then and the Ultrasound Plugin shows the device as an available ultrasound device.