von nixversteh » So 18. Mai 2025, 08:53
Moin liebe User,
ich habe eine Datei in lualatx erstellt (aufgrund einer Vorlage aus CTAN aus 2015), Mittels einfacher Textdateien werden die Werte jeweils in die main-datei übernommen. Ich möchte gerne, dass Glukosewerte unter 80 und über 120 rot markiert werden.
date bsl1 bsl2 bsl3 bsl4 bsl5 bsl6 bsl7 id1 id2 id3 id4
2025-05-01 111 {} 146 {} 115 {} 185 80 35 30 58
2025-05-02 80 {} 114 {} 109 {} 133 80 20 15 28
2025-05-03 109 {} 117 {} 166 {} 136 80 40 40 30
2025-05-04 94 {} 160 {} 102 {} 148 80 40 20 30
2025-05-05 122 {} 104 {} 121 {} 121 80 20 25 30
2025-05-06 124 {} 128 {} 124 {} 187 80 20 40 40
2025-05-07 142 {} 135 {} 127 {} 183 0 60 20 45
2025-05-08 133 {} 141 {} 89 {} 135 80 30 20 40
2025-05-09 91 {} 134 {} 122 {} 131 80 30 15 35
2025-05-10 92 {} 95 {} 153 {} 178 80 30 35 45
2025-05-11 131 {} 122 {} 133 {} 133 80 35 15 35
2025-05-12 135 {} 121 {} 111 {} 149 80 20 30 35
2025-05-13 146 {} 118 {} 119 {} 152 80 15 30 40
2025-05-14 138 {} 108 {} 123 {} 183 80 20 25 50
2025-05-15 147 {} 142 {} 136 {} 0 80 22 80 0
2025-05-16 162 {} 126 {} 134 {} 0 26 22 22 80
2025-05-17 163 {} 132 {} 95 {} 0 26 22 20 80
2025-05-18 168 {} 0 {} 0 {} 0 26 0 0 0
bsl sind die Glukosewerte.
%---------------------------------------------------------------------------
\chapter{Mai 2025}
\diadiatab[]{}{202505.dat}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\begin{diadiaplot}[plotstyle=bloodsugar]{xmin=2025-05-01,xmax=2025-05-31,ymin=60,ytick={60,80,100,120,140,160,180, 200, 220, 240, 260, 280},legend cell align=center}
\diadiaaddplot{}{x=date,y=bsl1}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl3}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl5}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl7}{202505.dat}
\setlimit[very thick]{80,140}
\legend{\strut morgens,\strut mittags,\strut abends,\strut nachts}
\end{diadiaplot}
%---------------------------------------------------------------------------
\begin{diadiaplot}[plotstyle=insulin]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=id1}{202505.dat}
\diadiaaddplot{}{x=date,y=id2}{202505.dat}
\diadiaaddplot{}{x=date,y=id3}{202505.dat}
\diadiaaddplot{}{x=date,y=id4}{202505.dat}
\legend{\strut morgens,\strut mittags,\strut abends,\strut nachts}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\newpage
Blutdruck morgens ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Blutdruck abends
\begin{diadiasidebyside}
\begin{diadiaplot}[plotstyle=bloodpressure]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=bps}{diablpressure5m.dat}
\diadiaaddplot{}{x=date,y=bpd}{diablpressure5m.dat}
\setlimit[very thick]{70,130}
\legend{systolisch,diastolisch}
\end{diadiaplot}
\begin{diadiaplot}[plotstyle=bloodpressure]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=bps}{diablpressure5a.dat}
\diadiaaddplot{}{x=date,y=bpd}{diablpressure5a.dat}
\setlimit[very thick]{70,130}
\legend{systolisch,diastolisch}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
Maindatei:
% Compile this file with lualatex.
\listfiles
\documentclass[DIV=13,fontsize=12pt,version=last]{scrreprt}
%---------------------------------------------------------------------------
\usepackage{polyglossia}
\setdefaultlanguage[spelling=new]{german}
%---------------------------------------------------------------------------
\usepackage[tabcolor=gray!30,tabstyle=advanced]{diadia}
\usepackage[autostyle,german=guillemets,maxlevel=4]{csquotes}
%---------------------------------------------------------------------------
% FONTS Libertinus
%---------------------------------------------------------------------------
\usepackage{addliga}
\usepackage{fontspec}
\usepackage{metalogo}
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage{unicode-math}
\setmainfont[Numbers={OldStyle,Proportional},Ligatures={TeX,Common}]{Libertinus Serif}
\setmonofont[Scale=0.8]{Libertinus Mono}
\setsansfont{Libertinus Sans}
\setmathfont{Libertinus Math}
%---------------------------------------------------------------------------
% Typografie & Überschriften
%---------------------------------------------------------------------------
\usepackage{microtype}
\usepackage{soul}
\setkomafont{disposition}{\rmfamily}
\addtokomafont{chapter}{\Large\scshape}
\addtokomafont{section}{\large\scshape}
\addtokomafont{subsection}{\normalsize\scshape}
\addtokomafont{subsubsection}{\normalsize\scshape}
\addtokomafont{pageheadfoot}{\scshape}
\addtokomafont{captionlabel}{\itshape}
%---------------------------------------------------------------------------
% Tabellen-Schrift
%---------------------------------------------------------------------------
\AtBeginEnvironment{tabu}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{tabular}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{table}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{longtable}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
%---------------------------------------------------------------------------
% Weitere Pakete
%---------------------------------------------------------------------------
\usepackage{marvosym}
\usepackage{pdfpages,pdflscape}
\usepackage{caption}
\captionsetup{labelformat=empty}
\renewcommand*{\chapterheadstartvskip}{\vspace*{-16mm}}
\renewcommand*{\chapterheadendvskip}{\vspace*{18pt}}
%---------------------------------------------------------------------------
% PGFPlots Einstellungen
%---------------------------------------------------------------------------
\usepackage{pgfplots,pgfplotstable}
\pgfplotsset{compat=1.12,date ZERO=2026-01-01}
%---------------------------------------------------------------------------
% Farben
\usepackage{bookmark}
\usepackage{colortbl}
\usepackage{xcolor}
\definecolor{ao}{rgb}{0.0, 0.0, 1.0}
\definecolor{rot}{rgb}{0.95,0.20,0.20}
\usepackage{bookmark}
\usepackage{colortbl}
\usepackage[]{xcolor}
\definecolor{ao}{rgb}{0.0, 0.0, 1.0}
\definecolor{Maroon}{cmyk}{0,0 0.87, 0.68, 0.32}
\definecolor{maroon}{cmyk}{0,0.492,0.41,0.522}
\definecolor{liver}{rgb}{0.33, 0.29, 0.31}
\definecolor{aurometalsaurus}{rgb}{0.43, 0.5, 0.5}
\definecolor{ashgrey}{rgb}{0.7, 0.75, 0.71}
\definecolor{bostonuniversityred}{rgb}{0.8, 0.0, 0.0}
\definecolor{jazzberryjam}{rgb}{0.65, 0.04, 0.37}
\definecolor{darkscarlet}{rgb}{0.34, 0.01, 0.1}
\definecolor{crimsonglory}{rgb}{0.75, 0.0, 0.2}
\definecolor{caputmortuum}{rgb}{0.35, 0.15, 0.13}
\definecolor{tyrianpurple}{rgb}{0.4, 0.01, 0.24}
\definecolor{tuscanred}{rgb}{0.51, 0.21, 0.21}
\definecolor{sangria}{rgb}{0.57, 0.0, 0.04}
\definecolor{rosewood}{rgb}{0.4, 0.0, 0.04}
\definecolor{red-brown}{rgb}{0.65, 0.16, 0.16}
\definecolor{prune}{rgb}{0.44, 0.11, 0.11}
\definecolor{persianplum}{rgb}{0.44, 0.11, 0.11}
\definecolor{oldmauve}{rgb}{0.4, 0.19, 0.28}
\definecolor{mordantred19}{rgb}{0.68, 0.05, 0.0}
\definecolor{maroon}{rgb}{0.5, 0.0, 0.0}
\definecolor{falured}{rgb}{0.5, 0.09, 0.09}
\definecolor{darkred}{rgb}{0.55, 0.0, 0.0}
\definecolor{darkcandyapplered}{rgb}{0.64, 0.0, 0.0}
\definecolor{cordovan}{rgb}{0.54, 0.25, 0.27}
\definecolor{carmine}{rgb}{0.65, 0.0, 0.18}
\definecolor{burgundy}{rgb}{0.5, 0.0, 0.13}
\definecolor{Gray}{rgb}{.7,.7,.7}
\definecolor{lightblue}{rgb}{.2,.5,1}
\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
\definecolor{Black}{cmyk}{0, 0, 0, 0}
\definecolor{halfgray}{gray}{0.55}
\definecolor{webgreen}{rgb}{0,.5,0}
\definecolor{webbrown}{rgb}{.6,0,0}
\definecolor{blau}{rgb}{0.20,0.40,0.65}
\definecolor{hellblau}{rgb}{0.25,0.50,0.75}
\definecolor{orange}{rgb}{0.95,0.55,0.15}
\definecolor{gruen}{rgb}{0.30,0.65,0.15}
\definecolor{rot}{rgb}{0.95,0.20,0.20}
\definecolor{dunkelgrau}{rgb}{0.35,0.35,0.35}
\definecolor{hellgrau}{rgb}{0.45,0.45,0.45}
\definecolor{schwarz}{rgb}{0,0,0}
\definecolor{darkblue}{rgb}{0.09,0.20,0.43}
\definecolor{DarkBlue}{rgb}{0.09,0.20,0.43}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\definecolor{lightgray}{rgb}{0.9,0.9,0.9}
\definecolor{proofgray}{rgb}{0.3,0.3,0.3}
\definecolor{framecolor}{rgb}{0,0,0}
\definecolor{gdarkgray}{rgb}{0.39,0.39,0.40}
\definecolor{glightgray}{rgb}{0.93,0.93,0.93}
\definecolor{glightbrown}{rgb}{0.93,0.93,0.93}
\definecolor{purple}{rgb}{0.55,.16,0.44}
\definecolor{deeppurple}{rgb}{0.55,.16,0.44}
\definecolor{yellow}{rgb}{0.78,.51,0.13}
\definecolor{htmlyellow}{rgb}{1,1,0}
\definecolor{linkred}{rgb}{0.545,0.275,0.29}
\definecolor{yelloworange}{cmyk}{0,0.139,0.437,0.067}
\definecolor{orangered}{rgb}{0.78,.51,0.13}
\definecolor{redorange}{cmyk}{0,0.524,0.714,0.275}
\definecolor{blackcurrant}{cmyk}{0.076,0.242,0,0.741}
\definecolor{grape}{cmyk}{0.195,0.659,0,0.678}
\definecolor{deeppink}{cmyk}{0.065,0.642,0,0.518}
\definecolor{pink}{cmyk}{0.055,0.164,0,0.353}
\definecolor{lightpink}{cmyk}{0.045,0.121,0,0.224}
%---------------------------------------------------------------------------
% siunitx
%---------------------------------------------------------------------------
\usepackage{siunitx}
\sisetup{
locale = DE,
mode = match,
per-mode = reciprocal,
exponent-product = \cdot,
inter-unit-product = \ensuremath{{}\cdot{}},
range-phrase = \textendash,
output-decimal-marker = {,},
separate-uncertainty = true,
group-digits = false,
detect-all
}
\DeclareSIUnit{\IE}{IE}
\DeclareSIUnit{\units}{U}
\DeclareSIUnit{\dl}{\deci\litre}
\DeclareSIUnit{\fl}{\femto\litre}
\DeclareSIUnit{\EUR}{\mbox{\euro}}
\DeclareSIUnit\nanogram{\nano\gram}
\DeclareSIUnit{\DM}{DM}
\DeclareSIUnit\cent{Cent}
\usepackage{eurosym}
%---------------------------------------------------------------------------
% Eigene Befehle
%---------------------------------------------------------------------------
\newcommand\textstyleStrongEmphasis[1]{\textbf{#1}}
\newcommand\textstyleEmphasis[1]{\textit{#1}}
%---------------------------------------------------------------------------
% Grafiken
%---------------------------------------------------------------------------
\usepackage{graphicx}
\usepackage{subfig}
%---------------------------------------------------------------------------
% Hyperlinks
%---------------------------------------------------------------------------
\usepackage{hyperref}
%---------------------------------------------------------------------------
% BEGIN DOCUMENT
%---------------------------------------------------------------------------
\begin{document}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2026,tick label style={font=\footnotesize}}
\begin{center}
\LARGE Mein Diabetestagebuch\\
\large Martin Feck\\
\today
\end{center}
\begin{figure}[htbp]
\centering
\subfloat[][]{\includegraphics[scale=0.8]{Implantat_Pass_Titan_1.jpeg}}%
\qquad
\subfloat[][]{\includegraphics[scale=0.8]{Implantat_Pass_Titan_2.jpeg}}%
\end{figure}
%---------------------------------------------------------------------------
% Insulinplan
%---------------------------------------------------------------------------
\begin{landscape}
\begin{table}[htbp]
\small
\caption*{Insulinplan}
\begin{flushleft}
\begin{tabular}{llllll}
\textbf{Insulinplan für Martin Feck} & \textbf{Stand: 14. Mai 2025} & & & & \\ \cmidrule(l){1-2}
Basalinsulin: & Toujeo \qty{300}{\IE\per\ml} & & & & \\
Bolusinsulin: & Humalog \qty{200}{\IE\per\ml} & & & & \\
& Morgens 06:30 & Mittags 12:00 & Abends 17:00 & Abends 17:00 & \\ \cmidrule(l){1-5}
Spritzstelle & Bauch & Bauch & Bauch & Bauch & \\ \cmidrule(l){1-5}
& Humalog 200 & Humalog 200 & Humalog 200 & Toujeo 300 & \\ \cmidrule(l){2-5}
Standarddosis (IE) & 20 & 20 & 20 & 80 & \\ \cmidrule(l){1-5}
In Schritten von \qty{20}{\mg\per\dl} \\
Folgende Zusatzinjektionen bei höheren Blutzuckerwerten: & SEA Humalog 200 & SEA Humalog 200 & SEA Humalog 200 & & \\
& [min]~~IE~~KE & [min]~~IE~~KE & [min]~~IE~~KE & & \\ \midrule
\rowcolor{rot} unter \qty{100}{\mg\per\dl} & 10~pp~-~2~+~1 & 10~pp~-~2~+~1 & 10~pp~-~2~+~1 & & \\ \midrule
\textcolor{ao}{\qty{100}{\mg\per\dl} – \qty{120}{\mg\per\dl} (Ziel)} & \textcolor{ao}{20 IE} & \textcolor{ao}{20 IE} & \textcolor{ao}{20 IE} & & \\ \cmidrule(l){1-5}
\qty{121}{\mg\per\dl} – \qty{140}{\mg\per\dl} & +2 & +2 & +2 & & \\ \cmidrule(l){1-5}
\qty{141}{\mg\per\dl} – \qty{160}{\mg\per\dl} & +4 & +4 & +4 & & \\ \cmidrule(l){1-5}
\qty{161}{\mg\per\dl} – \qty{180}{\mg\per\dl} & +6 & +6 & +6 & & \\ \cmidrule(l){1-5}
\qty{181}{\mg\per\dl} – \qty{200}{\mg\per\dl} & +8 & +8 & +8 & & \\ \cmidrule(l){1-5}
\qty{201}{\mg\per\dl} – \qty{220}{\mg\per\dl} & +10 & +10 & +10 & & \\ \cmidrule(l){1-5}
\qty{221}{\mg\per\dl} – \qty{240}{\mg\per\dl} & +12 & +12 & +12 & & \\ \cmidrule(l){1-5}
über \qty{241}{\mg\per\dl} & +14 & +14 & +14 & & \\
\end{tabular}
\end{flushleft}
\end{table}
\end{landscape}
%---------------------------------------------------------------------------
\chapter{Langzeitwerte}
\begin{diadiasidebyside}
\diadiatab{}{hba1c.dat}
%---------------------------------------------------------------------------
\begin{diadiaplot}[plotstyle=hbaonec]{xmin=2025-01-01,xmax=2025-12-31}
\diadiaaddplot{}{x=date,y=hba1c}{hba1c.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\pgfplotstableset{
font=\footnotesize, %scriptsize %%%footnotesize
columns={date,bsl1,bsl2,bsl3,bsl4,bsl5,bsl6,bsl7,id1,id2,id3,id4},
columns/bsl1/.append style={column name={BZ(1)}},
columns/bsl2/.append style={column name={BZ(2)}},
columns/bsl3/.append style={column name={BZ(3)}},
columns/bsl4/.append style={column name={BZ(4)}},
columns/bsl5/.append style={column name={BZ(5)}},
columns/bsl6/.append style={column name={BZ(6)}},
columns/bsl7/.append style={column name={BZ(7)}},
columns/id1/.append style={column name={IN(1)}},
columns/id2/.append style={column name={IN(2)}},
columns/id3/.append style={column name={IN(3)}},
columns/id4/.append style={column name={IN(4)}},
}
%---------------------------------------------------------------------------
\section{Medikamente}
%---------------------------------------------------------------------------
\begin{medicationchart}{}{16. Mai 2025}
\mcentry{Toujeo \qty{300}{\IE\per\ml}} {\qty{0}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{\qty{80}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{Basalinsulin}{}{}
\mcentry{Humalog \qty{200}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{Prandiales Insulin}{}{}
\mcentry{Opipram \qty{50}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{25}{\mg}}{\qty{50}{\mg}}{Anxiolytika}
\mcentry{Esomeprazol \qty{20}{\mg}}{\qty{20}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Protonenpumpenhemmer}
\mcentry{Amlodipin Winthrop \qty{5}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{5}{\mg}}{Calciumantagonist}
\mcentry{Allopurinol \qty{300}{\mg}}{\qty{300}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Urikostatikum}
\mcentry{ASS \qty{100}{\mg}}{\qty{100}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{TAH}
\mcentry{Candesartan \qty{16}{\mg}}{\qty{16}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Angiotensin-Hemmer}
\mcentry{Colecalziferol 2\,000 I.\,E}{2\,000 I.\,E}{0 I\,E}{0 I\,E}{0 I\,E}{Vitamin-D}
\mcentry{Atorvastatin \qty{40}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{}{\mg}}{\qty{40}{\mg}}{Blutfettsenker}
\mcentry{Forxiga \qty{10}{\mg}}{\qty{10}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{SGLT-2-Inhibitor}
\mcentry{Torasemid AL \qty{5}{\mg}}{\qty{5}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Diuretikum}
\mcentry{milgamma (Benfotiamin; Pyridoxinhydrochlorid) \qty{100}{\mg}}{\qty{100}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Vitamine B1, B6, Polyneuropathie}
\mcentry{\textcolor{webgreen}{Eisen Verla \qty{10}{\mg}}}{\textcolor{webgreen}{\qty{30}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Eisen, Eisenmangel}}
\mcentry{\textcolor{webgreen}{Lioran \qty{260}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{520}{\mg}}}{\textcolor{webgreen}{Beruhigung}}
\mcentry{\textcolor{webgreen}{Silymarin AL \qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Leberstärkung}}
\mcentry{\textcolor{webgreen}{L-Tryptophan \qty{500}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{L-Tryptophan (Schlafstörungen)}}
\mcentry{\textcolor{webgreen}{Omega-3 \qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Herzfunktion}}
\mcentry{\textcolor{webgreen}{Vitamin B-Komplex \qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{0}{\micro\gram}}}{\textcolor{webgreen}{Polyneuropathie}}
\mcentry{\textcolor{webgreen}{Magnesium \qty{400}{\mg}}}{\textcolor{webgreen}{\qty{400}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{400}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Wadenkrämpfe}}
\mcentry{\textcolor{webgreen}{Hanfsamenöl \qty{750}{\mg}}}{\textcolor{webgreen}{\qty{750}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{750}{\mg}}}{\textcolor{webgreen}{Beruhigung, Schmerzen}}
\mcentry{\textcolor{webgreen}{Vitamin C \qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Vitamin}}
\mcentry{\textcolor{webgreen}{Innovall SUD (L.casei DG.) $14 \times 10^{9}$}}{\textcolor{webgreen}{$14 \times 10^{9}$}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{10 Kapseln pro Monat}}
\mcentry{\textcolor{webgreen}{ACURMIN \qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Curcumin; Mizel-Curcuma}}
\mcentry{\textcolor{webgreen}{Schwarzkümmelöl \qty{1500}{\mg}}}{\textcolor{webgreen}{\qty{4500}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Cholesterin \Downarrow; Glukosesewerte \Downarrow}}
\mcentry{\textcolor{burgundy}{Novaminsulfon \qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{Analgetikum}}
\mcentry{\textcolor{burgundy}{Tavor\textregistered \qty{1.0}{\mg} Expidet\textregistered}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{Anxiolytika}}
\end{medicationchart}
%---------------------------------------------------------------------------
%\input{Monat/Januar2025}
%\input{Monat/Februar2025}
%\input{Monat/Maerz2025}
%\input{Monat/April2025}
\input{Monat/Mai2025}
%\input{Monat/Juni2025}
%\input{Monat/Juli2025}
%\input{Monat/August2025}
%\input{Monat/September2025}
%\input{Monat/Oktober2025}
%\input{Monat/November2025}
%\input{Monat/Dezember2025}
%---------------------------------------------------------------------------
\section{Gewicht}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2010,
% tick label style={font= \scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2010-01-01,xmax=2010-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2010.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2011,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2011-01-01,xmax=2011-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2011.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2012,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2012-01-01,xmax=2012-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2012.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2013,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2013-01-01,xmax=2013-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2013.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2014,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2014-01-01,xmax=2014-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2014.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2015,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2015-01-01,xmax=2015-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2015.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2016,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2016-01-01,xmax=2016-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2016.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2017,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2017-01-01,xmax=2017-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2017.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2018,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2018-01-01,xmax=2018-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2018.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2019,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2019-01-01,xmax=2019-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2019.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2020,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2020-01-01,xmax=2020-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2020.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2021,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2021-01-01,xmax=2021-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2021.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2022,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2022-01-01,xmax=2022-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2022.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2023,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2023-01-01,xmax=2023-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2023.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2024,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2024-01-01,xmax=2024-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2024.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2025,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2025-01-01,xmax=2025-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2025.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\section{Diverses}
%---------------------------------------------------------------------------
\infobox{width=18cm}{2024}{
Impfung 12.05.2025 gegen RSV
%%\medskip
Doppleruntersuchung Herz 18.02.
%Duplex der Carotiden und Leistenarterien 07.05
\medskip
%%%%%%%%%%%%%%%Fachärztliche Untersuchung Hämatologe, Dr. Rutjes, Lüneburg: 11.09.
%%%%%%%%%%%%%%%%%\medskip
%%24 Stunden RR 18.01.
%%\medskip
%%Augenfachärztliche Untersuchung:
%%\medskip
DMP Tuchkova: 17.02, 12.05
\medskip
Fußpflege: 17.01, 24.02, 31.03
\medskip
Aderlass: 06.03.
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{DMP-Besprechung Letterer: Praxis hat mich am 03.02.2023 wegen Einholens einer Zweitmeinung per E-Mail rausgeschmissen!}}
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{Dr. med. H. Sarninghausen: Neue Medikation seit dem 06.02.2024: Insulin zur Nacht 50 I.\,E.; jeden zweiten Tag die Dosis um 2 I.\,E. anpassen bis Zielbereich \qty{100}{\mg\per\dl} bis \qty{120}{\mg\per\dl} erreicht sind. Diese Medikation hat starke Nebenwirkungen hervorgerufen! Persistierenden Singultus, abdominale Beschwerden etc.. Abbruch der neuen Medikation nach drei Tagen!}}
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{Diabeteseinstellung Bad Lauterberg vom 22.02.2024 bis 02.03.2024. Ab 24.02.2024 morgens je nach Wert \qty{160}{\mg\per\dl} 5 I.\,E. Humalog Insulin. Ab 01.03.2024 morgens 10 I.\,E. Abasaglar, ab 02.03.2024 morgens 15 I.\,E. Abasaglar. Bei nicht hinreichender Menge jeweils 2 I.\,E. erhöhen.}}
%\medskip
}
\end{document}
Moin liebe User,
ich habe eine Datei in lualatx erstellt (aufgrund einer Vorlage aus CTAN aus 2015), Mittels einfacher Textdateien werden die Werte jeweils in die main-datei übernommen. Ich möchte gerne, dass Glukosewerte unter 80 und über 120 rot markiert werden.
[code]date bsl1 bsl2 bsl3 bsl4 bsl5 bsl6 bsl7 id1 id2 id3 id4
2025-05-01 111 {} 146 {} 115 {} 185 80 35 30 58
2025-05-02 80 {} 114 {} 109 {} 133 80 20 15 28
2025-05-03 109 {} 117 {} 166 {} 136 80 40 40 30
2025-05-04 94 {} 160 {} 102 {} 148 80 40 20 30
2025-05-05 122 {} 104 {} 121 {} 121 80 20 25 30
2025-05-06 124 {} 128 {} 124 {} 187 80 20 40 40
2025-05-07 142 {} 135 {} 127 {} 183 0 60 20 45
2025-05-08 133 {} 141 {} 89 {} 135 80 30 20 40
2025-05-09 91 {} 134 {} 122 {} 131 80 30 15 35
2025-05-10 92 {} 95 {} 153 {} 178 80 30 35 45
2025-05-11 131 {} 122 {} 133 {} 133 80 35 15 35
2025-05-12 135 {} 121 {} 111 {} 149 80 20 30 35
2025-05-13 146 {} 118 {} 119 {} 152 80 15 30 40
2025-05-14 138 {} 108 {} 123 {} 183 80 20 25 50
2025-05-15 147 {} 142 {} 136 {} 0 80 22 80 0
2025-05-16 162 {} 126 {} 134 {} 0 26 22 22 80
2025-05-17 163 {} 132 {} 95 {} 0 26 22 20 80
2025-05-18 168 {} 0 {} 0 {} 0 26 0 0 0
[/code]
bsl sind die Glukosewerte.
[code]%---------------------------------------------------------------------------
\chapter{Mai 2025}
\diadiatab[]{}{202505.dat}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\begin{diadiaplot}[plotstyle=bloodsugar]{xmin=2025-05-01,xmax=2025-05-31,ymin=60,ytick={60,80,100,120,140,160,180, 200, 220, 240, 260, 280},legend cell align=center}
\diadiaaddplot{}{x=date,y=bsl1}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl3}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl5}{202505.dat}
\diadiaaddplot{}{x=date,y=bsl7}{202505.dat}
\setlimit[very thick]{80,140}
\legend{\strut morgens,\strut mittags,\strut abends,\strut nachts}
\end{diadiaplot}
%---------------------------------------------------------------------------
\begin{diadiaplot}[plotstyle=insulin]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=id1}{202505.dat}
\diadiaaddplot{}{x=date,y=id2}{202505.dat}
\diadiaaddplot{}{x=date,y=id3}{202505.dat}
\diadiaaddplot{}{x=date,y=id4}{202505.dat}
\legend{\strut morgens,\strut mittags,\strut abends,\strut nachts}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\newpage
Blutdruck morgens ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Blutdruck abends
\begin{diadiasidebyside}
\begin{diadiaplot}[plotstyle=bloodpressure]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=bps}{diablpressure5m.dat}
\diadiaaddplot{}{x=date,y=bpd}{diablpressure5m.dat}
\setlimit[very thick]{70,130}
\legend{systolisch,diastolisch}
\end{diadiaplot}
\begin{diadiaplot}[plotstyle=bloodpressure]{xmin=2025-05-01,xmax=2025-05-31}
\diadiaaddplot{}{x=date,y=bps}{diablpressure5a.dat}
\diadiaaddplot{}{x=date,y=bpd}{diablpressure5a.dat}
\setlimit[very thick]{70,130}
\legend{systolisch,diastolisch}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
[/code]
Maindatei: [code]% Compile this file with lualatex.
\listfiles
\documentclass[DIV=13,fontsize=12pt,version=last]{scrreprt}
%---------------------------------------------------------------------------
\usepackage{polyglossia}
\setdefaultlanguage[spelling=new]{german}
%---------------------------------------------------------------------------
\usepackage[tabcolor=gray!30,tabstyle=advanced]{diadia}
\usepackage[autostyle,german=guillemets,maxlevel=4]{csquotes}
%---------------------------------------------------------------------------
% FONTS Libertinus
%---------------------------------------------------------------------------
\usepackage{addliga}
\usepackage{fontspec}
\usepackage{metalogo}
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage{unicode-math}
\setmainfont[Numbers={OldStyle,Proportional},Ligatures={TeX,Common}]{Libertinus Serif}
\setmonofont[Scale=0.8]{Libertinus Mono}
\setsansfont{Libertinus Sans}
\setmathfont{Libertinus Math}
%---------------------------------------------------------------------------
% Typografie & Überschriften
%---------------------------------------------------------------------------
\usepackage{microtype}
\usepackage{soul}
\setkomafont{disposition}{\rmfamily}
\addtokomafont{chapter}{\Large\scshape}
\addtokomafont{section}{\large\scshape}
\addtokomafont{subsection}{\normalsize\scshape}
\addtokomafont{subsubsection}{\normalsize\scshape}
\addtokomafont{pageheadfoot}{\scshape}
\addtokomafont{captionlabel}{\itshape}
%---------------------------------------------------------------------------
% Tabellen-Schrift
%---------------------------------------------------------------------------
\AtBeginEnvironment{tabu}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{tabular}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{table}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
\AtBeginEnvironment{longtable}{\setmainfont[Numbers={OldStyle,Monospaced}]{Minion Pro}}
%---------------------------------------------------------------------------
% Weitere Pakete
%---------------------------------------------------------------------------
\usepackage{marvosym}
\usepackage{pdfpages,pdflscape}
\usepackage{caption}
\captionsetup{labelformat=empty}
\renewcommand*{\chapterheadstartvskip}{\vspace*{-16mm}}
\renewcommand*{\chapterheadendvskip}{\vspace*{18pt}}
%---------------------------------------------------------------------------
% PGFPlots Einstellungen
%---------------------------------------------------------------------------
\usepackage{pgfplots,pgfplotstable}
\pgfplotsset{compat=1.12,date ZERO=2026-01-01}
%---------------------------------------------------------------------------
% Farben
\usepackage{bookmark}
\usepackage{colortbl}
\usepackage{xcolor}
\definecolor{ao}{rgb}{0.0, 0.0, 1.0}
\definecolor{rot}{rgb}{0.95,0.20,0.20}
\usepackage{bookmark}
\usepackage{colortbl}
\usepackage[]{xcolor}
\definecolor{ao}{rgb}{0.0, 0.0, 1.0}
\definecolor{Maroon}{cmyk}{0,0 0.87, 0.68, 0.32}
\definecolor{maroon}{cmyk}{0,0.492,0.41,0.522}
\definecolor{liver}{rgb}{0.33, 0.29, 0.31}
\definecolor{aurometalsaurus}{rgb}{0.43, 0.5, 0.5}
\definecolor{ashgrey}{rgb}{0.7, 0.75, 0.71}
\definecolor{bostonuniversityred}{rgb}{0.8, 0.0, 0.0}
\definecolor{jazzberryjam}{rgb}{0.65, 0.04, 0.37}
\definecolor{darkscarlet}{rgb}{0.34, 0.01, 0.1}
\definecolor{crimsonglory}{rgb}{0.75, 0.0, 0.2}
\definecolor{caputmortuum}{rgb}{0.35, 0.15, 0.13}
\definecolor{tyrianpurple}{rgb}{0.4, 0.01, 0.24}
\definecolor{tuscanred}{rgb}{0.51, 0.21, 0.21}
\definecolor{sangria}{rgb}{0.57, 0.0, 0.04}
\definecolor{rosewood}{rgb}{0.4, 0.0, 0.04}
\definecolor{red-brown}{rgb}{0.65, 0.16, 0.16}
\definecolor{prune}{rgb}{0.44, 0.11, 0.11}
\definecolor{persianplum}{rgb}{0.44, 0.11, 0.11}
\definecolor{oldmauve}{rgb}{0.4, 0.19, 0.28}
\definecolor{mordantred19}{rgb}{0.68, 0.05, 0.0}
\definecolor{maroon}{rgb}{0.5, 0.0, 0.0}
\definecolor{falured}{rgb}{0.5, 0.09, 0.09}
\definecolor{darkred}{rgb}{0.55, 0.0, 0.0}
\definecolor{darkcandyapplered}{rgb}{0.64, 0.0, 0.0}
\definecolor{cordovan}{rgb}{0.54, 0.25, 0.27}
\definecolor{carmine}{rgb}{0.65, 0.0, 0.18}
\definecolor{burgundy}{rgb}{0.5, 0.0, 0.13}
\definecolor{Gray}{rgb}{.7,.7,.7}
\definecolor{lightblue}{rgb}{.2,.5,1}
\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
\definecolor{Black}{cmyk}{0, 0, 0, 0}
\definecolor{halfgray}{gray}{0.55}
\definecolor{webgreen}{rgb}{0,.5,0}
\definecolor{webbrown}{rgb}{.6,0,0}
\definecolor{blau}{rgb}{0.20,0.40,0.65}
\definecolor{hellblau}{rgb}{0.25,0.50,0.75}
\definecolor{orange}{rgb}{0.95,0.55,0.15}
\definecolor{gruen}{rgb}{0.30,0.65,0.15}
\definecolor{rot}{rgb}{0.95,0.20,0.20}
\definecolor{dunkelgrau}{rgb}{0.35,0.35,0.35}
\definecolor{hellgrau}{rgb}{0.45,0.45,0.45}
\definecolor{schwarz}{rgb}{0,0,0}
\definecolor{darkblue}{rgb}{0.09,0.20,0.43}
\definecolor{DarkBlue}{rgb}{0.09,0.20,0.43}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\definecolor{lightgray}{rgb}{0.9,0.9,0.9}
\definecolor{proofgray}{rgb}{0.3,0.3,0.3}
\definecolor{framecolor}{rgb}{0,0,0}
\definecolor{gdarkgray}{rgb}{0.39,0.39,0.40}
\definecolor{glightgray}{rgb}{0.93,0.93,0.93}
\definecolor{glightbrown}{rgb}{0.93,0.93,0.93}
\definecolor{purple}{rgb}{0.55,.16,0.44}
\definecolor{deeppurple}{rgb}{0.55,.16,0.44}
\definecolor{yellow}{rgb}{0.78,.51,0.13}
\definecolor{htmlyellow}{rgb}{1,1,0}
\definecolor{linkred}{rgb}{0.545,0.275,0.29}
\definecolor{yelloworange}{cmyk}{0,0.139,0.437,0.067}
\definecolor{orangered}{rgb}{0.78,.51,0.13}
\definecolor{redorange}{cmyk}{0,0.524,0.714,0.275}
\definecolor{blackcurrant}{cmyk}{0.076,0.242,0,0.741}
\definecolor{grape}{cmyk}{0.195,0.659,0,0.678}
\definecolor{deeppink}{cmyk}{0.065,0.642,0,0.518}
\definecolor{pink}{cmyk}{0.055,0.164,0,0.353}
\definecolor{lightpink}{cmyk}{0.045,0.121,0,0.224}
%---------------------------------------------------------------------------
% siunitx
%---------------------------------------------------------------------------
\usepackage{siunitx}
\sisetup{
locale = DE,
mode = match,
per-mode = reciprocal,
exponent-product = \cdot,
inter-unit-product = \ensuremath{{}\cdot{}},
range-phrase = \textendash,
output-decimal-marker = {,},
separate-uncertainty = true,
group-digits = false,
detect-all
}
\DeclareSIUnit{\IE}{IE}
\DeclareSIUnit{\units}{U}
\DeclareSIUnit{\dl}{\deci\litre}
\DeclareSIUnit{\fl}{\femto\litre}
\DeclareSIUnit{\EUR}{\mbox{\euro}}
\DeclareSIUnit\nanogram{\nano\gram}
\DeclareSIUnit{\DM}{DM}
\DeclareSIUnit\cent{Cent}
\usepackage{eurosym}
%---------------------------------------------------------------------------
% Eigene Befehle
%---------------------------------------------------------------------------
\newcommand\textstyleStrongEmphasis[1]{\textbf{#1}}
\newcommand\textstyleEmphasis[1]{\textit{#1}}
%---------------------------------------------------------------------------
% Grafiken
%---------------------------------------------------------------------------
\usepackage{graphicx}
\usepackage{subfig}
%---------------------------------------------------------------------------
% Hyperlinks
%---------------------------------------------------------------------------
\usepackage{hyperref}
%---------------------------------------------------------------------------
% BEGIN DOCUMENT
%---------------------------------------------------------------------------
\begin{document}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2026,tick label style={font=\footnotesize}}
\begin{center}
\LARGE Mein Diabetestagebuch\\
\large Martin Feck\\
\today
\end{center}
\begin{figure}[htbp]
\centering
\subfloat[][]{\includegraphics[scale=0.8]{Implantat_Pass_Titan_1.jpeg}}%
\qquad
\subfloat[][]{\includegraphics[scale=0.8]{Implantat_Pass_Titan_2.jpeg}}%
\end{figure}
%---------------------------------------------------------------------------
% Insulinplan
%---------------------------------------------------------------------------
\begin{landscape}
\begin{table}[htbp]
\small
\caption*{Insulinplan}
\begin{flushleft}
\begin{tabular}{llllll}
\textbf{Insulinplan für Martin Feck} & \textbf{Stand: 14. Mai 2025} & & & & \\ \cmidrule(l){1-2}
Basalinsulin: & Toujeo \qty{300}{\IE\per\ml} & & & & \\
Bolusinsulin: & Humalog \qty{200}{\IE\per\ml} & & & & \\
& Morgens 06:30 & Mittags 12:00 & Abends 17:00 & Abends 17:00 & \\ \cmidrule(l){1-5}
Spritzstelle & Bauch & Bauch & Bauch & Bauch & \\ \cmidrule(l){1-5}
& Humalog 200 & Humalog 200 & Humalog 200 & Toujeo 300 & \\ \cmidrule(l){2-5}
Standarddosis (IE) & 20 & 20 & 20 & 80 & \\ \cmidrule(l){1-5}
In Schritten von \qty{20}{\mg\per\dl} \\
Folgende Zusatzinjektionen bei höheren Blutzuckerwerten: & SEA Humalog 200 & SEA Humalog 200 & SEA Humalog 200 & & \\
& [min]~~IE~~KE & [min]~~IE~~KE & [min]~~IE~~KE & & \\ \midrule
\rowcolor{rot} unter \qty{100}{\mg\per\dl} & 10~pp~-~2~+~1 & 10~pp~-~2~+~1 & 10~pp~-~2~+~1 & & \\ \midrule
\textcolor{ao}{\qty{100}{\mg\per\dl} – \qty{120}{\mg\per\dl} (Ziel)} & \textcolor{ao}{20 IE} & \textcolor{ao}{20 IE} & \textcolor{ao}{20 IE} & & \\ \cmidrule(l){1-5}
\qty{121}{\mg\per\dl} – \qty{140}{\mg\per\dl} & +2 & +2 & +2 & & \\ \cmidrule(l){1-5}
\qty{141}{\mg\per\dl} – \qty{160}{\mg\per\dl} & +4 & +4 & +4 & & \\ \cmidrule(l){1-5}
\qty{161}{\mg\per\dl} – \qty{180}{\mg\per\dl} & +6 & +6 & +6 & & \\ \cmidrule(l){1-5}
\qty{181}{\mg\per\dl} – \qty{200}{\mg\per\dl} & +8 & +8 & +8 & & \\ \cmidrule(l){1-5}
\qty{201}{\mg\per\dl} – \qty{220}{\mg\per\dl} & +10 & +10 & +10 & & \\ \cmidrule(l){1-5}
\qty{221}{\mg\per\dl} – \qty{240}{\mg\per\dl} & +12 & +12 & +12 & & \\ \cmidrule(l){1-5}
über \qty{241}{\mg\per\dl} & +14 & +14 & +14 & & \\
\end{tabular}
\end{flushleft}
\end{table}
\end{landscape}
%---------------------------------------------------------------------------
\chapter{Langzeitwerte}
\begin{diadiasidebyside}
\diadiatab{}{hba1c.dat}
%---------------------------------------------------------------------------
\begin{diadiaplot}[plotstyle=hbaonec]{xmin=2025-01-01,xmax=2025-12-31}
\diadiaaddplot{}{x=date,y=hba1c}{hba1c.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\pgfplotstableset{
font=\footnotesize, %scriptsize %%%footnotesize
columns={date,bsl1,bsl2,bsl3,bsl4,bsl5,bsl6,bsl7,id1,id2,id3,id4},
columns/bsl1/.append style={column name={BZ(1)}},
columns/bsl2/.append style={column name={BZ(2)}},
columns/bsl3/.append style={column name={BZ(3)}},
columns/bsl4/.append style={column name={BZ(4)}},
columns/bsl5/.append style={column name={BZ(5)}},
columns/bsl6/.append style={column name={BZ(6)}},
columns/bsl7/.append style={column name={BZ(7)}},
columns/id1/.append style={column name={IN(1)}},
columns/id2/.append style={column name={IN(2)}},
columns/id3/.append style={column name={IN(3)}},
columns/id4/.append style={column name={IN(4)}},
}
%---------------------------------------------------------------------------
\section{Medikamente}
%---------------------------------------------------------------------------
\begin{medicationchart}{}{16. Mai 2025}
\mcentry{Toujeo \qty{300}{\IE\per\ml}} {\qty{0}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{\qty{80}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{Basalinsulin}{}{}
\mcentry{Humalog \qty{200}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{20}{\IE\per\ml}}{\qty{0}{\IE\per\ml}}{Prandiales Insulin}{}{}
\mcentry{Opipram \qty{50}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{25}{\mg}}{\qty{50}{\mg}}{Anxiolytika}
\mcentry{Esomeprazol \qty{20}{\mg}}{\qty{20}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Protonenpumpenhemmer}
\mcentry{Amlodipin Winthrop \qty{5}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{5}{\mg}}{Calciumantagonist}
\mcentry{Allopurinol \qty{300}{\mg}}{\qty{300}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Urikostatikum}
\mcentry{ASS \qty{100}{\mg}}{\qty{100}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{TAH}
\mcentry{Candesartan \qty{16}{\mg}}{\qty{16}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Angiotensin-Hemmer}
\mcentry{Colecalziferol 2\,000 I.\,E}{2\,000 I.\,E}{0 I\,E}{0 I\,E}{0 I\,E}{Vitamin-D}
\mcentry{Atorvastatin \qty{40}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{}{\mg}}{\qty{40}{\mg}}{Blutfettsenker}
\mcentry{Forxiga \qty{10}{\mg}}{\qty{10}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{SGLT-2-Inhibitor}
\mcentry{Torasemid AL \qty{5}{\mg}}{\qty{5}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Diuretikum}
\mcentry{milgamma (Benfotiamin; Pyridoxinhydrochlorid) \qty{100}{\mg}}{\qty{100}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{\qty{0}{\mg}}{Vitamine B1, B6, Polyneuropathie}
\mcentry{\textcolor{webgreen}{Eisen Verla \qty{10}{\mg}}}{\textcolor{webgreen}{\qty{30}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Eisen, Eisenmangel}}
\mcentry{\textcolor{webgreen}{Lioran \qty{260}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{520}{\mg}}}{\textcolor{webgreen}{Beruhigung}}
\mcentry{\textcolor{webgreen}{Silymarin AL \qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{86.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Leberstärkung}}
\mcentry{\textcolor{webgreen}{L-Tryptophan \qty{500}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{L-Tryptophan (Schlafstörungen)}}
\mcentry{\textcolor{webgreen}{Omega-3 \qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Herzfunktion}}
\mcentry{\textcolor{webgreen}{Vitamin B-Komplex \qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{700}{\micro\gram}}}{\textcolor{webgreen}{\qty{0}{\micro\gram}}}{\textcolor{webgreen}{Polyneuropathie}}
\mcentry{\textcolor{webgreen}{Magnesium \qty{400}{\mg}}}{\textcolor{webgreen}{\qty{400}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{400}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Wadenkrämpfe}}
\mcentry{\textcolor{webgreen}{Hanfsamenöl \qty{750}{\mg}}}{\textcolor{webgreen}{\qty{750}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{750}{\mg}}}{\textcolor{webgreen}{Beruhigung, Schmerzen}}
\mcentry{\textcolor{webgreen}{Vitamin C \qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{1000}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Vitamin}}
\mcentry{\textcolor{webgreen}{Innovall SUD (L.casei DG.) $14 \times 10^{9}$}}{\textcolor{webgreen}{$14 \times 10^{9}$}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{\num{0}}}{\textcolor{webgreen}{10 Kapseln pro Monat}}
\mcentry{\textcolor{webgreen}{ACURMIN \qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{27.5}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Curcumin; Mizel-Curcuma}}
\mcentry{\textcolor{webgreen}{Schwarzkümmelöl \qty{1500}{\mg}}}{\textcolor{webgreen}{\qty{4500}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{\qty{0}{\mg}}}{\textcolor{webgreen}{Cholesterin \Downarrow; Glukosesewerte \Downarrow}}
\mcentry{\textcolor{burgundy}{Novaminsulfon \qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{\qty{500}{\mg}}}{\textcolor{burgundy}{Analgetikum}}
\mcentry{\textcolor{burgundy}{Tavor\textregistered \qty{1.0}{\mg} Expidet\textregistered}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{\qty{1.0}{\mg}}}{\textcolor{burgundy}{Anxiolytika}}
\end{medicationchart}
%---------------------------------------------------------------------------
%\input{Monat/Januar2025}
%\input{Monat/Februar2025}
%\input{Monat/Maerz2025}
%\input{Monat/April2025}
\input{Monat/Mai2025}
%\input{Monat/Juni2025}
%\input{Monat/Juli2025}
%\input{Monat/August2025}
%\input{Monat/September2025}
%\input{Monat/Oktober2025}
%\input{Monat/November2025}
%\input{Monat/Dezember2025}
%---------------------------------------------------------------------------
\section{Gewicht}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2010,
% tick label style={font= \scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2010-01-01,xmax=2010-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2010.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2011,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2011-01-01,xmax=2011-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2011.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2012,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2012-01-01,xmax=2012-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2012.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2013,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2013-01-01,xmax=2013-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2013.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2014,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2014-01-01,xmax=2014-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2014.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2015,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2015-01-01,xmax=2015-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2015.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2016,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2016-01-01,xmax=2016-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2016.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2017,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2017-01-01,xmax=2017-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2017.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
%\begin{diadiasidebyside}
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2018,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2018-01-01,xmax=2018-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2018.dat}
%\end{diadiaplot}
%---------------------------------------------------------------------------
%\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
%\pgfplotsset{xlabel=2019,
% tick label style={font=\scriptsize}}
%\begin{diadiaplot}[plotstyle=weight]{xmin=2019-01-01,xmax=2019-12-31}
%\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2019.dat}
%\end{diadiaplot}
%\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2020,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2020-01-01,xmax=2020-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2020.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2021,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2021-01-01,xmax=2021-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2021.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2022,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2022-01-01,xmax=2022-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2022.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2023,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2023-01-01,xmax=2023-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2023.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\begin{diadiasidebyside}
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2024,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2024-01-01,xmax=2024-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2024.dat}
\end{diadiaplot}
%---------------------------------------------------------------------------
\pgfplotstableset{columns/date/.append style={date type={\day.\month.\year}}}
\pgfplotsset{xlabel=2025,
tick label style={font=\scriptsize}}
\begin{diadiaplot}[plotstyle=weight]{xmin=2025-01-01,xmax=2025-12-31}
\diadiaaddplot{ddpweightplot}{x=date,y=weight}{diadiagew2025.dat}
\end{diadiaplot}
\end{diadiasidebyside}
%---------------------------------------------------------------------------
\section{Diverses}
%---------------------------------------------------------------------------
\infobox{width=18cm}{2024}{
Impfung 12.05.2025 gegen RSV
%%\medskip
Doppleruntersuchung Herz 18.02.
%Duplex der Carotiden und Leistenarterien 07.05
\medskip
%%%%%%%%%%%%%%%Fachärztliche Untersuchung Hämatologe, Dr. Rutjes, Lüneburg: 11.09.
%%%%%%%%%%%%%%%%%\medskip
%%24 Stunden RR 18.01.
%%\medskip
%%Augenfachärztliche Untersuchung:
%%\medskip
DMP Tuchkova: 17.02, 12.05
\medskip
Fußpflege: 17.01, 24.02, 31.03
\medskip
Aderlass: 06.03.
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{DMP-Besprechung Letterer: Praxis hat mich am 03.02.2023 wegen Einholens einer Zweitmeinung per E-Mail rausgeschmissen!}}
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{Dr. med. H. Sarninghausen: Neue Medikation seit dem 06.02.2024: Insulin zur Nacht 50 I.\,E.; jeden zweiten Tag die Dosis um 2 I.\,E. anpassen bis Zielbereich \qty{100}{\mg\per\dl} bis \qty{120}{\mg\per\dl} erreicht sind. Diese Medikation hat starke Nebenwirkungen hervorgerufen! Persistierenden Singultus, abdominale Beschwerden etc.. Abbruch der neuen Medikation nach drei Tagen!}}
%\medskip
%\textstyleStrongEmphasis{\textcolor{Gray}{Diabeteseinstellung Bad Lauterberg vom 22.02.2024 bis 02.03.2024. Ab 24.02.2024 morgens je nach Wert \qty{160}{\mg\per\dl} 5 I.\,E. Humalog Insulin. Ab 01.03.2024 morgens 10 I.\,E. Abasaglar, ab 02.03.2024 morgens 15 I.\,E. Abasaglar. Bei nicht hinreichender Menge jeweils 2 I.\,E. erhöhen.}}
%\medskip
}
\end{document}
[/code]