Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::telemed Namespace Reference

Enumerations

enum  ScanModes { ScanModeB }
 

Functions

bool CreateUsgControl (Usgfw2Lib::IUsgDataView *dataView, const IID &typeId, ULONG scanMode, ULONG streamId, void **ctrl)
 
std::string ConvertWcharToString (const BSTR input)
 

Enumeration Type Documentation

◆ ScanModes

Enumerator
ScanModeB 

Definition at line 120 of file mitkUSTelemedSDKHeader.h.

Function Documentation

◆ ConvertWcharToString()

std::string mitk::telemed::ConvertWcharToString ( const BSTR  input)

Converts given BSTR (which is in fact a wchar*) to std::string.

◆ CreateUsgControl()

bool mitk::telemed::CreateUsgControl ( Usgfw2Lib::IUsgDataView *  dataView,
const IID &  typeId,
ULONG  scanMode,
ULONG  streamId,
void **  ctrl 
)

Just a helper function for avoiding code duplication when creating a Telemed API control. This function is from the Telemed API documentation thus a description of the interface can be found there.