docs(thesis): add device pictures

This commit is contained in:
Julian Lobbes 2023-08-30 12:08:17 +02:00 committed by Julian Lobbes
parent 2ff225d621
commit 8063ba83fe
4 changed files with 32 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -28,6 +28,7 @@
\usepackage{algorithm} \usepackage{algorithm}
\usepackage{algpseudocode} \usepackage{algpseudocode}
\usepackage{subcaption} % allows multiple figures to share a caption
% Page margins % Page margins
\geometry{left=3cm, right=2cm, top=3cm, bottom=2cm} \geometry{left=3cm, right=2cm, top=3cm, bottom=2cm}
@ -347,6 +348,35 @@ Consequently, the following three devices were selected for the study:
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
A picture of each device is shown in Figure~\ref{fig:withings-devices}.
\begin{figure}[!ht]
\begin{center}
\begin{subfigure}{.25\textwidth}
\centering
\includegraphics[width=\linewidth]{./figures/withings-scanwatch.png}
\caption{\footnotesize Scanwatch\cite{noauthor_worlds_nodate}}
\label{fig:withings-scanwatch}
\end{subfigure}
\hfill
\begin{subfigure}{.25\textwidth}
\centering
\includegraphics[width=\linewidth]{./figures/withings-bpm-core.png}
\caption{\footnotesize BPM Core\cite{noauthor_bpm_nodate}}
\label{fig:withings-bpm-core}
\end{subfigure}
\hfill
\begin{subfigure}{.25\textwidth}
\centering
\includegraphics[width=\linewidth]{./figures/withings-thermo.png}
\caption{\footnotesize Thermo\cite{noauthor_smart_nodate}}
\label{fig:withings-thermo}
\end{subfigure}
\caption{Withings smart medical devices}
\label{fig:withings-devices}
\end{center}
\end{figure}
Notably, the AVPU score could not be measured, because it typically necessitates a clinical assessment. Notably, the AVPU score could not be measured, because it typically necessitates a clinical assessment.
Furthermore, the inclusion of the Withings Scanwatch came with a notable limitation. Furthermore, the inclusion of the Withings Scanwatch came with a notable limitation.
Although the device possesses the capability to measure a patient's respiration rate, this functionality is restricted to nocturnal measurements during sleep. Although the device possesses the capability to measure a patient's respiration rate, this functionality is restricted to nocturnal measurements during sleep.
@ -441,7 +471,8 @@ Considering the time constraints, this approach proved to be an effective compro
\begin{figure}[!ht] \begin{figure}[!ht]
\begin{center} \begin{center}
\includegraphics[width=.75\textwidth]{./figures/components-macro.png} \includegraphics[width=.75\textwidth]{./figures/components-macro.png}
\caption{\label{fig:components-macro}System diagram showing data flow and user interactions between components in the Medwings environment.} \caption{System diagram showing data flow and user interactions between components in the Medwings environment.}
\label{fig:components-macro}
\end{center} \end{center}
\end{figure} \end{figure}