Home Integrating multimodal information for intraoperative assistance in neurosurgery
Article Open Access

Integrating multimodal information for intraoperative assistance in neurosurgery

  • U. Eisenmann EMAIL logo , R. Metzner , C.R. Wirtz and H. Dickhaus
Published/Copyright: September 12, 2015

Abstract

Computer-assisted planning of complex neurosurgical interventions benefits from a variety of specific functions and tools. However, commercial planning- and neuronavigation systems are rather restrictive concerning the availability of innovative methods such as novel imaging modalities, fiber tracking algorithms or electrical dipole mapping. In this respect there is a demand for modular neurosurgical planning systems offering flexible interfaces for easy enhancement. Furthermore all relevant planning information should be available within neuron-avigation. In this work we present a planning system providing these capabilities and its suitability and application in a clinical setting. Our Multimodal Planning System (MOPS 3D) offers a variety of tools such as definition of trajectories for minimally invasive surgery, segmentation of ROIs, integration of functional information from atlas maps or magnetoencephalography. It also supplies plugin interfaces for future extensions. For intraoperative application MOPS is coupled with the neuronavigation system Brainlab Vector Vision Cranial/ENT (VVC). We evaluated MOPS in the Department of Neurosurgery at the University Hospital Heidelberg. Surgical planning and navigation was performed in 5 frequently occurring clinical cases. The time necessary for planning was between 5 and 15 minutes including data import, segmentation and planning tasks. The additional information intraoperatively provided by MOPS 3D was highly appreciated by the neurosurgeons and the performance was satisfactory.

1 Introduction

Neurosurgical interventions have to be prudently planned considering all available clinical information. In this respect computer-assisted planning systems play an important role as they offer a variety of specific supporting functions and useful tools [1]. As innovative information sources such as imaging modalities, novel algorithms for fiber tracking or electrical dipole mapping are readily getting available, it is crucial to investigate them at an early stage in a clinical setting to judge their impact on specific types of individual interventions.

Commercial providers usually are rather hesitant with respect to the integration of new functionalities as they do have to conform to laws and provisions like the MDA (Medical Device Amendments) in the U.S. or the MPG (medical product act) in Germany. Thus, there is a need for modular scientific planning systems that offer flexible interfaces for rapidly integration of new methods and functions in an efficient way. Different scientific system approaches follow this strategy e.g. 3D Slicer [2] and our Multimodal Planning System (MOPS 3D) [3], offering sophisticated functionalities for different planning stages such as visualizing morphological and functional data, atlas structures and segmentation objects within the surrounding tissue.

Nowadays neuronavigation is commonly used in daily clinical routine and highly appreciated as a supportive tool. To this end, the availability of multimodal information for neuronavigation is highly desirable [4].

An integration of flexible scientific planning functionalities within a certified commercial navigation system seems to be a promising approach. Intraoperatively, it would be desirable to interact with the familiar neuronavigation system only and to incorporate further information of the scientific planning system. The additional amount of work for the OR team should be as low as possible for best practice with the proposed system.

Therefore we present an approach to establish the integration of the described functionalities and its application in a clinical setting. The implementation was based on our flexible scientific planning system MOPS 3D and the commercially available neuronavigation system Vector Vison Cranial/ENT (VVC) (BrainLAB Munich, Germany).

2 System design

MOPS 3D is developed in C++ using specific open source libraries such as the Visualization Toolkit (VTK), the Insight Segmentation and Registration Toolkit (ITK) and the Volume Rendering Engine (Voreen) [5].

2.1 Data acquisition and import

A plugin mechanism was established to offer flexible extension for novel planning information without changing the core functionality. As the plugins are directly linked with the according visualisation and dialog routines, the whole planning pipeline can be customized rather easily.

So far we developed import routines for data sources being used in the neuroradiology and neurosurgery departments at the Heidelberg University Hospital. These comprise various formats for imaging modalities, functional data and elastically matched atlas data [6].

Additional processing features provide rigid and elastic matching of different imaging modalities.

2.2 Planning features

All imported data is automatically indicated in the so called structure browser. This tree-like widget is the central element for controlling which planning items shall be visualized during different phases of the planning process and to customize specific items. This customization pertains to the type of visualization (2D contour, 3D, clipping, colour, transparency, etc.) and different options such as the colour coding for fMRI.

The visualization component offers typical interaction possibilities e.g. rotation, panning and zooming into the scene. Objects may be visualized as 3D structures or as 2D overlays onto the three orthogonal MRI cross-sections (see Figure 1).

Figure 1 Surgical planning view: Tumour (3d, blue), fMRI activations (2d, orange) and elastically matched atlas objects (2d, red and green)
Figure 1

Surgical planning view: Tumour (3d, blue), fMRI activations (2d, orange) and elastically matched atlas objects (2d, red and green)

Furthermore, MOPS 3D offers a segmentation toolbox comprising methods for thresholding, region growing, interactive segmentation tools and filter algorithms. It is also possible to import segmented structures from BrainLAB’s VVC system. As the surgeon is usually accustomed to use this system in daily routine he may prefer this approach. Furthermore segmented structures may be imported from VTK-compatible formats to deliver support for scientific prototypes.

The surgeon may add interactively defined annotations such as measured distances between functional areas and a tumour or other critical structures. He also can define trajectories indicating the planned advancement throughout the operation. EEG/MEG information is displayed as dipoles. fMRI data can be selectively displayed as 3D activity clusters or 2D activation maps.

2.3 Defining intervention modes

Planning a neurosurgical intervention comprises distinct tasks (e.g. planning the trepanation) that require specific planning items such as fMRI activations or segmentation objects. The neurosurgeon may choose and configure appropriate items using the structure browser. The final visualization composition may be stored as an “intervention mode” (IM) and recalled during the planning procedure or later on during the intervention. Thus, the neurosurgeon can define IMs he may need during the neurosurgical intervention while planning it. This approach can significantly reduce the amount of system interactions during the intervention.

An intervention mode (IM) comprises a name and a description specified by the surgeon, all currently visualized structures and the related settings (2D/3D, clipping, transparency, etc.). IMs are stored in an open and flexible XML format and therefore can be reused by other surgical systems.

2.4 Intraoperative assistance

To meet the requirements regarding space problems inside the OR and the high workload of staff, three main aims were postulated to successfully accomplish the integration task:

  • – All planning information from MOPS 3D shall be usable for neuronavigation

  • – Intraoperative user interaction shall be minimized

  • – The MOPS 3D workstation may be located outside the OR

The Brainlab Vector Vision Cranial/ENT (VVC) was selected as the primary neuronavigation system because the related “Vector Vision Link library” (VVL) offers suitable functionality for interoperating over a TCP/IP network. VVL is developed in C++ and is based on VTK data structures.

Nevertheless, MOPS 3D should comprise an open and flexible solution that can be also adapted for other neuronavigation systems. Therefore a generic interface was designed wherein multiple software drivers for specific navigation systems or tracking hardware can be implemented; for example a driver for the NDI Polaris tracking system was implemented for use in the laboratory.

Figure 2 shows the different communication channels that were established for integrating MOPS 3D and the VVC system. VVC sends the tracking data including the position and rotation of each tracked tool. MOPS 3D processes this data to establish navigation including all multimodal planning data. The resulting navigated views are sent to VVC as 2D images (vtkImageData objects).

Figure 2 Communication channels between MOPS 3D and VVC. Top: Tracking data is sent from VVC to MOPS 3D. Center: Navigated views are sent from MOPS 3D to VVC. Bottom: Optionally, GUI commands may be sent from VVC to MOPS 3D.
Figure 2

Communication channels between MOPS 3D and VVC. Top: Tracking data is sent from VVC to MOPS 3D. Center: Navigated views are sent from MOPS 3D to VVC. Bottom: Optionally, GUI commands may be sent from VVC to MOPS 3D.

Additionally, it is also necessary to interact with MOPS 3D to select the navigated views and to change the intervention modes. Therefore a separate communication channel was established to remotely control MOPS 3D settings from VVC as follows:

  1. MOPS 3D dynamically generates a GUI representation (2D image) containing all required functions (e.g. intervention modes) that shall be remotely controlled and sends it to VVC.

  2. VVC monitors the mouse events inside the remote GUI visualization and reports the related information to MOPS 3D.

  3. MOPS 3D processes the received mouse events and executes the associated function.

Utilizing these communication channels, MOPS planning data can be reused in VVC including navigation information. The MOPS 3D workstation can be located outside the OR if an Ethernet connection exists for remotely controlling by important commands via the displayed GUI in VVC.

3 Evaluation

3.1 Planning component

We evaluated the system’s planning component at the University hospital in Heidelberg. Surgical planning was performed for 30 patients by 5 different users. The average planning time was about 10 minutes including all data import, segmentation and planning tasks but varied according to the type of pathology and the number of planning items. The planning module’s performance was monitored. Even in complex planning scenarios, the frame rate did not drop below 30 frames per second (Quad Core CPU 2.4 GHz, Nvidia 460 GTX, Windows 7). The neurosurgeons appreciated the comprehensive planning procedure comprising an easy selection of multimodal information and choice of different visualization modes. However, the preparation procedures like data import, registration and segmentation have so far to be assisted by a technician for complexity reasons.

3.2 Intraoperative coupling

The coupling between MOPS 3D and VVC was evaluated within 5 neurosurgical interventions. 4 neurosurgeons were involved. The intraoperative performance using the link feature is strongly dependent on the network speed and the amount of views to be exported. Usually 4 views are simultaneously displayed in MOPS 3D showing the three orthogonal MRI cross-sections and an additional 3D view.

One exported MOPS 3D view (512x512 pixels) can be displayed in VVC with 20 frames per second (fps) if Gigabit Ethernet is available. The measured network load was about 110 Megabit. If exporting all four possible 4 views from MOPS 3D an average of 9 frames per second can be obtained (network load: 250 Megabit). The neurosurgeons stated this performance as adequate for neurosurgical interventions because fast movements of tracked instruments or the operating microscope are typically not required.

The system was working reliably during the surgical interventions which lasted 2 to 4 hours. The remote interaction control for adjusting settings and choosing intervention modes in MOPS 3D was regularly used and highly appreciated. It integrates fluently into the intraoperative workflow as it can be controlled via VVC’s touch screen.

The cases used for evaluation comprised complex tumour resections and clipping of aneurysms. In case of tumour resections the comprehensive 3D visualization of supplementary data like fMRI activations and elastically matched atlas structures provided additional valuable information.

Interventions concerning aneurysms commonly are not assisted by neuronavigation. However the 3D visualization of high resolution rotational angiography (RA) data matched onto the CTA during intervention was helpful for dissecting the aneurysm and optimally positioning the clip. The clipping procedure is a challenging task because supplying vessels must not be disconnected. This can be assisted by indicating the current position of the tool in relation to the aneurysm and the surrounding vessels (see Figure 3).

Figure 3 Left: Navigated MOPS view in VVC: 3D visualization of rotational angiography (RA). Green sphere corresponds to tracked focus point of the operation microscope. Message “Uncontrolled external view content” is generated by VVC to indicate an external data source. Right: Corresponding Microscope view. The aneurysm was clipped. White cross corresponds to the tracked focus point.
Figure 3

Left: Navigated MOPS view in VVC: 3D visualization of rotational angiography (RA). Green sphere corresponds to tracked focus point of the operation microscope. Message “Uncontrolled external view content” is generated by VVC to indicate an external data source. Right: Corresponding Microscope view. The aneurysm was clipped. White cross corresponds to the tracked focus point.

4 Discussion and outlook

MOPS 3D was successfully used for assisting neurosurgeons in planning and performing interventions. The concept of integrating a flexible planning system with a commercial neuronavigation system is feasible. However it should be considered that unfortunately the development effort is rather high.

During the last years different standards for coupling devices in the OR were proposed such as OpenIGTLink [7]. So far only a few vendors have implemented according interfaces. Brainlab offers an OpenIGTLink conformant interface for some of their navigation systems. Technical evaluations indicate that the performance for displaying remote information could be considerably improved compared to VVlink. However, some important features e.g. for developing a remote GUI are not supported any longer.

If more vendors of OR equipment supported comparable communication standards this could sustainably stimulate scientific developments inside the operating theatre.

Author's Statement

  1. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: For the evaluation inside the OR all individuals were informed before the intervention. Ethical approval: The certified BrainLab VVC system was used for evaluation. Additional information appearing therein from MOPS 3D was clearly tagged with a warning note. Based on the same underlying data, this supplementary visual presentation did not bear any therapeutic decision. Therefore, a formal approval by an ethics committee was not mandatory.

References

[1] Stadie AT, Kockro RA. Mono-stereo-autostereo: the evolution of 3-dimensional neurosurgical planning. Neurosurgery 2013;72 Suppl 1:63–77. 10.1227/NEU.0b013e318270d310.Search in Google Scholar PubMed

[2] Gering DT, Nabavi A, Kikinis R, Hata N, O’Donnell LJ, Grimson WE, et al. An integrated visualization system for surgical planning and guidance using image fusion and an open MR. J Magn Reson Imaging JMRI 2001;13:967–75.10.1002/jmri.1139Search in Google Scholar PubMed

[3] Metzner R, Eisenmann U, Wirtz CR, Dickhaus H. Pre- and intraoperative processing and integration of various anatomical and functional data in neurosurgery. Stud Health Technol Inform 2006;124:989–94.Search in Google Scholar

[4] Tanaka Y, Nariai T, Momose T, Aoyagi M, Maehara T, Tomori T, et al. Glioma surgery using a multimodal navigation system with integrated metabolic images. J Neurosurg 2009;110:163–72. 10.3171/2008.4.17569.Search in Google Scholar PubMed

[5] Meyer-Spradow J, Ropinski T, Mensmann J, Hinrichs K. Voreen: a rapid-prototyping environment for ray-casting-based volume visualizations. IEEE Comput Graph Appl 2009;29:6–13. 10.1109/MCG.2009.130.Search in Google Scholar PubMed

[6] Ganser KA, Dickhaus H, Metzner R, Wirtz CR. A deformable digital brain atlas system according to Talairach and Tournoux. Med Image Anal 2004;8:3–22.10.1016/j.media.2003.06.001Search in Google Scholar PubMed

[7] Tokuda J, Fischer GS, Papademetris X, Yaniv Z, Ibanez L, Cheng P, et al. OpenIGTLink: an open network protocol for image-guided therapy environment. Int J Med Robot Comput Assist Surg MRCAS 2009;5:423–34. 10.1002/rcs.274.Search in Google Scholar PubMed PubMed Central

Published Online: 2015-9-12
Published in Print: 2015-9-1

© 2015 by Walter de Gruyter GmbH, Berlin/Boston

This article is distributed under the terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Articles in the same Issue

  1. Research Article
  2. Development and characterization of superparamagnetic coatings
  3. Research Article
  4. The development of an experimental setup to measure acousto-electric interaction signal
  5. Research Article
  6. Stability analysis of ferrofluids
  7. Research Article
  8. Investigation of endothelial growth using a sensors-integrated microfluidic system to simulate physiological barriers
  9. Research Article
  10. Energy harvesting for active implants: powering a ruminal pH-monitoring system
  11. Research Article
  12. New type of fluxgate magnetometer for the heart’s magnetic fields detection
  13. Research Article
  14. Field mapping of ballistic pressure pulse sources
  15. Research Article
  16. Development of a new homecare sleep monitor using body sounds and motion tracking
  17. Research Article
  18. Noise properties of textile, capacitive EEG electrodes
  19. Research Article
  20. Detecting phase singularities and rotor center trajectories based on the Hilbert transform of intraatrial electrograms in an atrial voxel model
  21. Research Article
  22. Spike sorting: the overlapping spikes challenge
  23. Research Article
  24. Separating the effect of respiration from the heart rate variability for cases of constant harmonic breathing
  25. Research Article
  26. Locating regions of arrhythmogenic substrate by analyzing the duration of triggered atrial activities
  27. Research Article
  28. Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern
  29. Research Article
  30. Atrial and ventricular signal averaging electrocardiography in pacemaker and cardiac resynchronization therapy
  31. Research Article
  32. Estimation of a respiratory signal from a single-lead ECG using the 4th order central moments
  33. Research Article
  34. Compressed sensing of multi-lead ECG signals by compressive multiplexing
  35. Research Article
  36. Heart rate monitoring in ultra-high-field MRI using frequency information obtained from video signals of the human skin compared to electrocardiography and pulse oximetry
  37. Research Article
  38. Synchronization in wireless biomedical-sensor networks with Bluetooth Low Energy
  39. Research Article
  40. Automated classification of stages of anaesthesia by populations of evolutionary optimized fuzzy rules
  41. Research Article
  42. Effects of sampling rate on automated fatigue recognition in surface EMG signals
  43. Research Article
  44. Closed-loop transcranial alternating current stimulation of slow oscillations
  45. Research Article
  46. Cardiac index in atrio- and interventricular delay optimized cardiac resynchronization therapy and cardiac contractility modulation
  47. Research Article
  48. The role of expert evaluation for microsleep detection
  49. Research Article
  50. The impact of baseline wander removal techniques on the ST segment in simulated ischemic 12-lead ECGs
  51. Research Article
  52. Metal artifact reduction by projection replacements and non-local prior image integration
  53. Research Article
  54. A novel coaxial nozzle for in-process adjustment of electrospun scaffolds’ fiber diameter
  55. Research Article
  56. Processing of membranes for oxygenation using the Bellhouse-effect
  57. Research Article
  58. Inkjet printing of viable human dental follicle stem cells
  59. Research Article
  60. The use of an icebindingprotein out of the snowflea Hypogastrura harveyi as a cryoprotectant in the cryopreservation of mesenchymal stem cells
  61. Research Article
  62. New NIR spectroscopy based method to determine ischemia in vivo in liver – a first study on rats
  63. Research Article
  64. QRS and QT ventricular conduction times and permanent pacemaker therapy after transcatheter aortic valve implantation
  65. Research Article
  66. Adopting oculopressure tonometry as a transient in vivo rabbit glaucoma model
  67. Research Article
  68. Next-generation vision testing: the quick CSF
  69. Research Article
  70. Improving tactile sensation in laparoscopic surgery by overcoming size restrictions
  71. Research Article
  72. Design and control of a 3-DOF hydraulic driven surgical instrument
  73. Research Article
  74. Evaluation of endourological tools to improve the diagnosis and therapy of ureteral tumors – from model development to clinical application
  75. Research Article
  76. Frequency based assessment of surgical activities
  77. Research Article
  78. “Hands free for intervention”, a new approach for transoral endoscopic surgery
  79. Research Article
  80. Pseudo-haptic feedback in medical teleoperation
  81. Research Article
  82. Feasibility of interactive gesture control of a robotic microscope
  83. Research Article
  84. Towards structuring contextual information for workflow-driven surgical assistance functionalities
  85. Research Article
  86. Towards a framework for standardized semantic workflow modeling and management in the surgical domain
  87. Research Article
  88. Closed-loop approach for situation awareness of medical devices and operating room infrastructure
  89. Research Article
  90. Kinect based physiotherapy system for home use
  91. Research Article
  92. Evaluating the microsoft kinect skeleton joint tracking as a tool for home-based physiotherapy
  93. Research Article
  94. Integrating multimodal information for intraoperative assistance in neurosurgery
  95. Research Article
  96. Respiratory motion tracking using Microsoft’s Kinect v2 camera
  97. Research Article
  98. Using smart glasses for ultrasound diagnostics
  99. Research Article
  100. Measurement of needle susceptibility artifacts in magnetic resonance images
  101. Research Article
  102. Dimensionality reduction of medical image descriptors for multimodal image registration
  103. Research Article
  104. Experimental evaluation of different weighting schemes in magnetic particle imaging reconstruction
  105. Research Article
  106. Evaluation of CT capability for the detection of thin bone structures
  107. Research Article
  108. Towards contactless optical coherence elastography with acoustic tissue excitation
  109. Research Article
  110. Development and implementation of algorithms for automatic and robust measurement of the 2D:4D digit ratio using image data
  111. Research Article
  112. Automated high-throughput analysis of B cell spreading on immobilized antibodies with whole slide imaging
  113. Research Article
  114. Tissue segmentation from head MRI: a ground truth validation for feature-enhanced tracking
  115. Research Article
  116. Video tracking of swimming rodents on a reflective water surface
  117. Research Article
  118. MR imaging of model drug distribution in simulated vitreous
  119. Research Article
  120. Studying the extracellular contribution to the double wave vector diffusion-weighted signal
  121. Research Article
  122. Artifacts in field free line magnetic particle imaging in the presence of inhomogeneous and nonlinear magnetic fields
  123. Research Article
  124. Introducing a frequency-tunable magnetic particle spectrometer
  125. Research Article
  126. Imaging of aortic valve dynamics in 4D OCT
  127. Research Article
  128. Intravascular optical coherence tomography (OCT) as an additional tool for the assessment of stent structures
  129. Research Article
  130. Simple concept for a wide-field lensless digital holographic microscope using a laser diode
  131. Research Article
  132. Intraoperative identification of somato-sensory brain areas using optical imaging and standard RGB camera equipment – a feasibility study
  133. Research Article
  134. Respiratory surface motion measurement by Microsoft Kinect
  135. Research Article
  136. Improving image quality in EIT imaging by measurement of thorax excursion
  137. Research Article
  138. A clustering based dual model framework for EIT imaging: first experimental results
  139. Research Article
  140. Three-dimensional anisotropic regularization for limited angle tomography
  141. Research Article
  142. GPU-based real-time generation of large ultrasound volumes from freehand 3D sweeps
  143. Research Article
  144. Experimental computer tomograph
  145. Research Article
  146. US-tracked steered FUS in a respiratory ex vivo ovine liver phantom
  147. Research Article
  148. Contribution of brownian rotation and particle assembly polarisation to the particle response in magnetic particle spectrometry
  149. Research Article
  150. Preliminary investigations of magnetic modulated nanoparticles for microwave breast cancer detection
  151. Research Article
  152. Construction of a device for magnetic separation of superparamagnetic iron oxide nanoparticles
  153. Research Article
  154. An IHE-conform telecooperation platform supporting the treatment of dementia patients
  155. Research Article
  156. Automated respiratory therapy system based on the ARDSNet protocol with systemic perfusion control
  157. Research Article
  158. Identification of surgical instruments using UHF-RFID technology
  159. Research Article
  160. A generic concept for the development of model-guided clinical decision support systems
  161. Research Article
  162. Evaluation of local alterations in femoral bone mineral density measured via quantitative CT
  163. Research Article
  164. Creating 3D gelatin phantoms for experimental evaluation in biomedicine
  165. Research Article
  166. Influence of short-term fixation with mixed formalin or ethanol solution on the mechanical properties of human cortical bone
  167. Research Article
  168. Analysis of the release kinetics of surface-bound proteins via laser-induced fluorescence
  169. Research Article
  170. Tomographic particle image velocimetry of a water-jet for low volume harvesting of fat tissue for regenerative medicine
  171. Research Article
  172. Wireless medical sensors – context, robustness and safety
  173. Research Article
  174. Sequences for real-time magnetic particle imaging
  175. Research Article
  176. Speckle-based off-axis holographic detection for non-contact photoacoustic tomography
  177. Research Article
  178. A machine learning approach for planning valve-sparing aortic root reconstruction
  179. Research Article
  180. An in-ear pulse wave velocity measurement system using heart sounds as time reference
  181. Research Article
  182. Measuring different oxygenation levels in a blood perfusion model simulating the human head using NIRS
  183. Research Article
  184. Multisegmental fusion of the lumbar spine a curse or a blessing?
  185. Research Article
  186. Numerical analysis of the biomechanical complications accompanying the total hip replacement with NANOS-Prosthetic: bone remodelling and prosthesis migration
  187. Research Article
  188. A muscle model for hybrid muscle activation
  189. Research Article
  190. Mathematical, numerical and in-vitro investigation of cooling performance of an intra-carotid catheter for selective brain hypothermia
  191. Research Article
  192. An ideally parameterized unscented Kalman filter for the inverse problem of electrocardiography
  193. Research Article
  194. Interactive visualization of cardiac anatomy and atrial excitation for medical diagnosis and research
  195. Research Article
  196. Virtualizing clinical cases of atrial flutter in a fast marching simulation including conduction velocity and ablation scars
  197. Research Article
  198. Mesh structure-independent modeling of patient-specific atrial fiber orientation
  199. Research Article
  200. Accelerating mono-domain cardiac electrophysiology simulations using OpenCL
  201. Research Article
  202. Understanding the cellular mode of action of vernakalant using a computational model: answers and new questions
  203. Research Article
  204. A java based simulator with user interface to simulate ventilated patients
  205. Research Article
  206. Evaluation of an algorithm to choose between competing models of respiratory mechanics
  207. Research Article
  208. Numerical simulation of low-pulsation gerotor pumps for use in the pharmaceutical industry and in biomedicine
  209. Research Article
  210. Numerical and experimental flow analysis in centifluidic systems for rapid allergy screening tests
  211. Research Article
  212. Biomechanical parameter determination of scaffold-free cartilage constructs (SFCCs) with the hyperelastic material models Yeoh, Ogden and Demiray
  213. Research Article
  214. FPGA controlled artificial vascular system
  215. Research Article
  216. Simulation based investigation of source-detector configurations for non-invasive fetal pulse oximetry
  217. Research Article
  218. Test setup for characterizing the efficacy of embolic protection devices
  219. Research Article
  220. Impact of electrode geometry on force generation during functional electrical stimulation
  221. Research Article
  222. 3D-based visual physical activity assessment of children
  223. Research Article
  224. Realtime assessment of foot orientation by Accelerometers and Gyroscopes
  225. Research Article
  226. Image based reconstruction for cystoscopy
  227. Research Article
  228. Image guided surgery innovation with graduate students - a new lecture format
  229. Research Article
  230. Multichannel FES parameterization for controlling foot motion in paretic gait
  231. Research Article
  232. Smartphone supported upper limb prosthesis
  233. Research Article
  234. Use of quantitative tremor evaluation to enhance target selection during deep brain stimulation surgery for essential tremor
  235. Research Article
  236. Evaluation of adhesion promoters for Parylene C on gold metallization
  237. Research Article
  238. The influence of metallic ions from CoCr28Mo6 on the osteogenic differentiation and cytokine release of human osteoblasts
  239. Research Article
  240. Increasing the visibility of thin NITINOL vascular implants
  241. Research Article
  242. Possible reasons for early artificial bone failure in biomechanical tests of ankle arthrodesis systems
  243. Research Article
  244. Development of a bending test procedure for the characterization of flexible ECoG electrode arrays
  245. Research Article
  246. Tubular manipulators: a new concept for intracochlear positioning of an auditory prosthesis
  247. Research Article
  248. Investigation of the dynamic diameter deformation of vascular stents during fatigue testing with radial loading
  249. Research Article
  250. Electrospun vascular grafts with anti-kinking properties
  251. Research Article
  252. Integration of temperature sensors in polyimide-based thin-film electrode arrays
  253. Research Article
  254. Use cases and usability challenges for head-mounted displays in healthcare
  255. Research Article
  256. Device- and service profiles for integrated or systems based on open standards
  257. Research Article
  258. Risk management for medical devices in research projects
  259. Research Article
  260. Simulation of varying femoral attachment sites of medial patellofemoral ligament using a musculoskeletal multi-body model
  261. Research Article
  262. Does enhancing consciousness for strategic planning processes support the effectiveness of problem-based learning concepts in biomedical education?
  263. Research Article
  264. SPIO processing in macrophages for MPI: The breast cancer MPI-SNLB-concept
  265. Research Article
  266. Numerical simulations of airflow in the human pharynx of OSAHS patients
Downloaded on 16.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2015-0047/html
Scroll to top button