From 72087a1049448cb33a336c520a085d50b6ada0ff Mon Sep 17 00:00:00 2001 From: v30matt Date: Wed, 9 Oct 2024 22:17:54 +0200 Subject: [PATCH 1/2] Contingency Injury --- src/general/alert-level.tex | 8 ++ src/general/contingency-injury/main.tex | 121 ++++++++++++++++++ .../contingency-injury/sections/firing.tex | 59 +++++++++ .../contingency-injury/sections/notes.tex | 36 ++++++ .../sections/pressurized.tex | 57 +++++++++ .../sections/resumption-check.tex | 8 ++ .../sections/safe-state.tex | 52 ++++++++ 7 files changed, 341 insertions(+) create mode 100644 src/general/alert-level.tex create mode 100644 src/general/contingency-injury/main.tex create mode 100644 src/general/contingency-injury/sections/firing.tex create mode 100644 src/general/contingency-injury/sections/notes.tex create mode 100644 src/general/contingency-injury/sections/pressurized.tex create mode 100644 src/general/contingency-injury/sections/resumption-check.tex create mode 100644 src/general/contingency-injury/sections/safe-state.tex diff --git a/src/general/alert-level.tex b/src/general/alert-level.tex new file mode 100644 index 0000000..ba8f333 --- /dev/null +++ b/src/general/alert-level.tex @@ -0,0 +1,8 @@ +\begin{tabularx}{0.9\textwidth}{|c|X|} + \hline + \cellcolor{red} 5 & Persons or property are in imminent danger. \\ \hline + \cellcolor{orange} 4 & Persons or property are at risk. \\ \hline + \cellcolor{yellow} 3 & Test cancellation imminent. \\ \hline + \cellcolor{teal} 2 & Major timeline setback. \\ \hline + \cellcolor{green} 1 & Minor timeline setback. \\ \hline +\end{tabularx} \ No newline at end of file diff --git a/src/general/contingency-injury/main.tex b/src/general/contingency-injury/main.tex new file mode 100644 index 0000000..a18624e --- /dev/null +++ b/src/general/contingency-injury/main.tex @@ -0,0 +1,121 @@ +\documentclass{article} + +\input{../../common/lib/header} + +% Define a counter for the item numbers +\newcounter{rowCounter} +% Initialize counter +\setcounter{rowCounter}{0} + +\newcounter{tableCounter} +\setcounter{tableCounter}{0} + +% Command for row in checklist +% First argument is amount +% Second argument is description +\newcommand{\checklistItem}[2]{ + \checkbox & #1 & #2 \\ \hline +} + +% Command for row in procedure list +\newcommand{\procedureItem}[2]{ + \stepcounter{rowCounter} % Increment counter + \arabic{tableCounter}.\arabic{rowCounter} + & + \checkbox + & + #1 + & + \begin{minipage}[t]{\linewidth} + #2 + \vspace{1mm} % Just slightly add vspace to prevent clipping into table border + \end{minipage} + \\ \hline +} + +% Command for row in note list +\newcommand{\noteItem}[1]{ + \begin{minipage}[t]{\linewidth} + #1 + \vspace{1mm} % Just slightly add vspace to prevent clipping into table border + \end{minipage} + \\ \hline +} + + +\title{Injury} +\author{Contingency Procedure} +\date{Version: \isodate\today} + +\begin{document} + +\maketitle + +% Set the page style for the title page +\thispagestyle{fancy} + +%%%%%% Prefix section +% Change section numbering to A, B, C... +\renewcommand{\thesection}{\Alph{section}} + +\section{Alert Level} +\input{../alert-level.tex} +Injury is an alert \textbf{LEVEL 4 or 5} event. + +\section{Contingency Team Roles} +\begin{tabularx}{0.9\textwidth}{|c|c|} + \hline + \rowcolor{tableHeaderColor} Role & Responsible \\ \hline + RE & TC \\ \hline + RS & SO \\ \hline + RC & PSS1 \\ \hline + RA & DACS1 \\ \hline +\end{tabularx} + +\section{Impacted Subsystems} +\begin{tabularx}{0.9\textwidth}{|c|c|} + \hline + \rowcolor{tableHeaderColor} Subsystem & Impact \\ \hline + DACS & Secure \\ \hline + ENG & Secure \\ \hline + PSS & Secure \\ \hline +\end{tabularx} + +\section{Contingency Plan Activation} +\begin{tabularx}{0.9\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|c|} + \hline + \rowcolor{tableHeaderColor} ID & Check & Subteam & Criterion & Value \\ \hline + 1. & \checkbox & HEP & ...while system is in \textcolor{red}{safe state} & Go to \textcolor{red}{1} \\ \hline + 2. & \checkbox & HEP & ...while system is \textcolor{red}{pressurized} & Go to \textcolor{red}{2} \\ \hline + 3. & \checkbox & HEP & ...during \textcolor{red}{firing} & Go to \textcolor{red}{3} \\ \hline +\end{tabularx} + +\newpage + +%%%%%% Main section +% Change section numbering to 1, 2, 3... +\renewcommand{\thesection}{\arabic{section}} + +% Reset section counter to start from 1 again +\setcounter{section}{0} + +\section{Recovery Operations: System in \textcolor{red}{Safe State}} +\input{sections/safe-state.tex} + +\section{Recovery Operations: System is \textcolor{red}{Pressurized}} +\input{sections/pressurized.tex} + +\section{Recovery Operations: During \textcolor{red}{Firing}} +\input{sections/firing.tex} + +\section{Nominal Operation Resumption Check} +\input{sections/resumption-check.tex} + +\newpage + +%%%%%% Notes +\setcounter{section}{0} +\section*{Notes} +\input{sections/notes.tex} + +\end{document} diff --git a/src/general/contingency-injury/sections/firing.tex b/src/general/contingency-injury/sections/firing.tex new file mode 100644 index 0000000..b7d0f58 --- /dev/null +++ b/src/general/contingency-injury/sections/firing.tex @@ -0,0 +1,59 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{RA}{Abort firing} + + \procedureItem{RE}{Get an overview. Use windows and surveillance cameras} + + \procedureItem{RS}{Secure the system} + + \procedureItem{RC}{Alert depending on severity: + \begin{itemize} + \item Hospital Uster: +41 44 911 11 11 + \item Ambulance: 144 + \item Rega: 1414 + \item Fire service: 118 + \end{itemize}} + + \procedureItem{All}{If incident is outside HUT, wait until system is safe. Put on safety equipment (safety goggles, ear protection, gloves) before you leave the HUT} + + \procedureItem{RE}{\textbf{First Aid}: move the person out of the safety zone, if transportable (consult 59.005 d)} + + \procedureItem{RE/RS}{\textbf{Broken bones or spinal injury}: do not move casualties unless they are in imminent danger} + + \procedureItem{RE/RS}{\textbf{Bleeding}: try to stop using bandage, tourniquet} + + \procedureItem{RE/RS}{\textbf{Open Airways}} + + \procedureItem{RE/RS}{\textbf{If breathing normal}: recovery position (stabile Seitenlage)} + + \procedureItem{RE/RS}{\textbf{If not breathing normal}: + \begin{itemize} + \item 30 compressions 5-6cm deep at a rate of 100 per minute + \item 2 rescue breaths (Beatmung) + \item Repeat in ratio 30:2 + \end{itemize}} + + \procedureItem{RE/RS}{\textbf{Burns}: Cool with cold water for at least 10 minutes} + + \procedureItem{RE/RS}{\textbf{LOX injuries}: rinse affected area with lukewarm water for 15min} + + \procedureItem{RE/RS}{\textbf{Eye injuries}: use eyewash} + + \procedureItem{RC}{Open the gate (key is on driver seat of emergency car)} + + \procedureItem{RC}{Brief arriving ambulance} + + \procedureItem{RC}{Inform personal emergency contacts of the casualties} + + \procedureItem{RE}{Inform coaches} + + + +\end{tabularx} diff --git a/src/general/contingency-injury/sections/notes.tex b/src/general/contingency-injury/sections/notes.tex new file mode 100644 index 0000000..f059f50 --- /dev/null +++ b/src/general/contingency-injury/sections/notes.tex @@ -0,0 +1,36 @@ +% Notes + +\rowcolors{1}{notesColor}{notesColor} +\begin{tabularx}{\textwidth}{X} + \hline + + \noteItem{ + In the notes section, you can add any additional information that is relevant to the procedure. You can also add blank space to add notes during exectution. + } + + \noteItem{ + This is a second note. You can add as many notes as you need. + } + + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + +\end{tabularx} diff --git a/src/general/contingency-injury/sections/pressurized.tex b/src/general/contingency-injury/sections/pressurized.tex new file mode 100644 index 0000000..19ad5ed --- /dev/null +++ b/src/general/contingency-injury/sections/pressurized.tex @@ -0,0 +1,57 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{All}{Stay in HUT} + + \procedureItem{RE}{Get an overview. Use windows and surveillance cameras} + + \procedureItem{RA}{Secure the system (trigger an abort via UI or if not possible manually)} + + \procedureItem{RC}{Alert depending on severity: + \begin{itemize} + \item Hospital Uster: +41 44 911 11 11 + \item Ambulance: 144 + \item Rega: 1414 + \item Fire service: 118 + \end{itemize}} + + \procedureItem{All}{Put on safety equipment (safety goggles, face shield, ear protection, gloves) before you leave the HUT} + + \procedureItem{RE}{\textbf{First Aid}: move the person out of the safety zone, if transportable (consult 59.005 d)} + + \procedureItem{RE/RS}{\textbf{Bleeding}: try to stop using bandage, tourniquet} + + \procedureItem{RE/RS}{\textbf{Broken bones or spinal injury}: do not move casualties unless they are in imminent danger} + + \procedureItem{RE/RS}{\textbf{Open Airways}} + + \procedureItem{RE/RS}{\textbf{If breathing normal}: recovery position (stabile Seitenlage)} + + \procedureItem{RE/RS}{\textbf{If not breathing normal}: + \begin{itemize} + \item 30 compressions 5-6cm deep at a rate of 100 per minute + \item 2 rescue breaths (Beatmung) + \item Repeat in ratio 30:2 + \end{itemize}} + + \procedureItem{RE/RS}{\textbf{Burns}: Cool with cold water for at least 10 minutes} + + \procedureItem{RE/RS}{\textbf{LOX injuries}: rinse affected area with lukewarm water for 15min} + + \procedureItem{RE/RS}{\textbf{Eye injuries}: use eyewash} + + \procedureItem{RC}{Open the gate (key is on driver seat of emergency car)} + + \procedureItem{RC}{Brief arriving ambulance} + + \procedureItem{RC}{Inform personal emergency contacts of the casualties} + + \procedureItem{RE}{Inform coaches} + +\end{tabularx} diff --git a/src/general/contingency-injury/sections/resumption-check.tex b/src/general/contingency-injury/sections/resumption-check.tex new file mode 100644 index 0000000..fc30f88 --- /dev/null +++ b/src/general/contingency-injury/sections/resumption-check.tex @@ -0,0 +1,8 @@ +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + \procedureItem{RE}{Everyone feels healthy enough for continuation and all team members think that everyone is sane enough to make this self-assessment} +\end{tabularx} \ No newline at end of file diff --git a/src/general/contingency-injury/sections/safe-state.tex b/src/general/contingency-injury/sections/safe-state.tex new file mode 100644 index 0000000..9662bd3 --- /dev/null +++ b/src/general/contingency-injury/sections/safe-state.tex @@ -0,0 +1,52 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + \procedureItem{RE}{Get an overview} + + \procedureItem{RS}{Secure danger zone} + + \procedureItem{RC}{Alert depending on severity: + \begin{itemize} + \item Hospital Uster: +41 44 911 11 11 + \item Ambulance: 144 + \item Rega: 1414 + \item Fire service: 118 + \end{itemize}} + + \procedureItem{RE}{\textbf{First Aid}: (consult x)} + + \procedureItem{RE/RS}{\textbf{Broken bones or spinal injury}: do not move casualties unless they are in imminent danger} + + \procedureItem{RE/RS}{\textbf{Bleeding}: try to stop using pressure bandage, tourniquet (if pressure bandage doesn’t stop the bleeding and in case of major blood loss)} + + \procedureItem{RE/RS}{\textbf{Open Airways}} + + \procedureItem{RE/RS}{If breathing normal: recovery position (stabile Seitenlage)} + + \procedureItem{RE/RS}{If not breathing normal: + \begin{itemize} + \item 30 compressions 5-6cm deep at a rate of 100 per minute + \item 2 rescue breaths (Beatmung) + \item Repeat in ratio 30:2 + \end{itemize}} + + \procedureItem{RE/RS}{\textbf{Burns}: Cool with lukewarm water for at least 10 minutes} + + \procedureItem{RE/RS}{\textbf{LOX injuries}: rinse affected area with lukewarm water for 15min} + + \procedureItem{RE/RS}{\textbf{Eye injuries}: use eyewash} + + \procedureItem{RC}{Open the gate (key is on driver seat of emergency car)} + + \procedureItem{RC}{Brief arriving ambulance} + + \procedureItem{RC}{Inform personal emergency contacts of the casualties} + + \procedureItem{RE}{Inform coaches} + +\end{tabularx} From 50047b6e1912fe2103d22f437c5581342090878b Mon Sep 17 00:00:00 2001 From: v30matt Date: Wed, 9 Oct 2024 22:25:35 +0200 Subject: [PATCH 2/2] Trespassing Contingency --- src/general/contingency-trespassing/main.tex | 121 ++++++++++++++++++ .../sections/firing.tex | 26 ++++ .../sections/notes.tex | 36 ++++++ .../sections/pressurized.tex | 24 ++++ .../sections/resumption-check.tex | 9 ++ .../sections/safe-state.tex | 27 ++++ 6 files changed, 243 insertions(+) create mode 100644 src/general/contingency-trespassing/main.tex create mode 100644 src/general/contingency-trespassing/sections/firing.tex create mode 100644 src/general/contingency-trespassing/sections/notes.tex create mode 100644 src/general/contingency-trespassing/sections/pressurized.tex create mode 100644 src/general/contingency-trespassing/sections/resumption-check.tex create mode 100644 src/general/contingency-trespassing/sections/safe-state.tex diff --git a/src/general/contingency-trespassing/main.tex b/src/general/contingency-trespassing/main.tex new file mode 100644 index 0000000..f347b59 --- /dev/null +++ b/src/general/contingency-trespassing/main.tex @@ -0,0 +1,121 @@ +\documentclass{article} + +\input{../../common/lib/header} + +% Define a counter for the item numbers +\newcounter{rowCounter} +% Initialize counter +\setcounter{rowCounter}{0} + +\newcounter{tableCounter} +\setcounter{tableCounter}{0} + +% Command for row in checklist +% First argument is amount +% Second argument is description +\newcommand{\checklistItem}[2]{ + \checkbox & #1 & #2 \\ \hline +} + +% Command for row in procedure list +\newcommand{\procedureItem}[2]{ + \stepcounter{rowCounter} % Increment counter + \arabic{tableCounter}.\arabic{rowCounter} + & + \checkbox + & + #1 + & + \begin{minipage}[t]{\linewidth} + #2 + \vspace{1mm} % Just slightly add vspace to prevent clipping into table border + \end{minipage} + \\ \hline +} + +% Command for row in note list +\newcommand{\noteItem}[1]{ + \begin{minipage}[t]{\linewidth} + #1 + \vspace{1mm} % Just slightly add vspace to prevent clipping into table border + \end{minipage} + \\ \hline +} + + +\title{Trespassing} +\author{Contingency Procedure} +\date{Version: \isodate\today} + +\begin{document} + +\maketitle + +% Set the page style for the title page +\thispagestyle{fancy} + +%%%%%% Prefix section +% Change section numbering to A, B, C... +\renewcommand{\thesection}{\Alph{section}} + +\section{Alert Level} +\input{../alert-level.tex} +Trespassing is an alert \textbf{LEVEL 4 or 5} event. + +\section{Contingency Team Roles} +\begin{tabularx}{0.9\textwidth}{|c|c|} + \hline + \rowcolor{tableHeaderColor} Role & Responsible \\ \hline + RE & TC \\ \hline + RS & SO \\ \hline + RC & PSS1 \\ \hline + RA & DACS1 \\ \hline +\end{tabularx} + +\section{Impacted Subsystems} +\begin{tabularx}{0.9\textwidth}{|c|c|} + \hline + \rowcolor{tableHeaderColor} Subsystem & Impact \\ \hline + DACS & Secure \\ \hline + ENG & Secure \\ \hline + PSS & Secure \\ \hline +\end{tabularx} + +\section{Contingency Plan Activation} +\begin{tabularx}{0.9\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|c|} + \hline + \rowcolor{tableHeaderColor} ID & Check & Subteam & Criterion & Value \\ \hline + 1. & \checkbox & HEP & ...while system is in \textcolor{red}{safe state} & Go to \textcolor{red}{1} \\ \hline + 2. & \checkbox & HEP & ...while system is \textcolor{red}{pressurized} & Go to \textcolor{red}{2} \\ \hline + 3. & \checkbox & HEP & ...during \textcolor{red}{firing} & Go to \textcolor{red}{3} \\ \hline +\end{tabularx} + +\newpage + +%%%%%% Main section +% Change section numbering to 1, 2, 3... +\renewcommand{\thesection}{\arabic{section}} + +% Reset section counter to start from 1 again +\setcounter{section}{0} + +\section{Recovery Operations: System in \textcolor{red}{Safe State}} +\input{sections/safe-state.tex} + +\section{Recovery Operations: System is \textcolor{red}{Pressurized}} +\input{sections/pressurized.tex} + +\section{Recovery Operations: During \textcolor{red}{Firing}} +\input{sections/firing.tex} + +\section{Nominal Operation Resumption Check} +\input{sections/resumption-check.tex} + +\newpage + +%%%%%% Notes +\setcounter{section}{0} +\section*{Notes} +\input{sections/notes.tex} + +\end{document} diff --git a/src/general/contingency-trespassing/sections/firing.tex b/src/general/contingency-trespassing/sections/firing.tex new file mode 100644 index 0000000..33c4b9d --- /dev/null +++ b/src/general/contingency-trespassing/sections/firing.tex @@ -0,0 +1,26 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{ALL}{Abort the firing} + + \procedureItem{RE}{If the person is still outside of the marked safety zone, the RE will go outside with hearing protection and safety goggles and tries to communicate with the trespassing person while staying outside of the safety zone} + + \procedureItem{ALL}{If person is ignoring RE and just entered the safety zone $\rightarrow$ depressurize the system} + + \procedureItem{RE}{Inform trespasser to not approach the system further} + + \procedureItem{RE}{If person is not willing to leave, call Roger Gisler (Airfield responsible): + \begin{itemize} + \item 058 481 79 18 + \item 079 944 42 52 + \end{itemize}} + + \procedureItem{RE}{Inform coaches} + +\end{tabularx} diff --git a/src/general/contingency-trespassing/sections/notes.tex b/src/general/contingency-trespassing/sections/notes.tex new file mode 100644 index 0000000..f059f50 --- /dev/null +++ b/src/general/contingency-trespassing/sections/notes.tex @@ -0,0 +1,36 @@ +% Notes + +\rowcolors{1}{notesColor}{notesColor} +\begin{tabularx}{\textwidth}{X} + \hline + + \noteItem{ + In the notes section, you can add any additional information that is relevant to the procedure. You can also add blank space to add notes during exectution. + } + + \noteItem{ + This is a second note. You can add as many notes as you need. + } + + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + \noteItem{} + +\end{tabularx} diff --git a/src/general/contingency-trespassing/sections/pressurized.tex b/src/general/contingency-trespassing/sections/pressurized.tex new file mode 100644 index 0000000..48ed352 --- /dev/null +++ b/src/general/contingency-trespassing/sections/pressurized.tex @@ -0,0 +1,24 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{RE}{If the person is still outside of the marked safety zone, the RE will go outside with hearing protection and safety goggles and tries to communicate with the trespassing person while staying outside of the safety zone} + + \procedureItem{ALL}{If person is ignoring RE and just entered the safety zone $\rightarrow$ depressurize the system} + + \procedureItem{RE}{Inform trespasser to not approach the system further} + + \procedureItem{RE}{If person is not willing to leave, call Roger Gisler (Airfield responsible): + \begin{itemize} + \item 058 481 79 18 + \item 079 944 42 52 + \end{itemize}} + + \procedureItem{RE}{Inform coaches} + +\end{tabularx} diff --git a/src/general/contingency-trespassing/sections/resumption-check.tex b/src/general/contingency-trespassing/sections/resumption-check.tex new file mode 100644 index 0000000..72315db --- /dev/null +++ b/src/general/contingency-trespassing/sections/resumption-check.tex @@ -0,0 +1,9 @@ +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{RE}{Person has left the test site} +\end{tabularx} \ No newline at end of file diff --git a/src/general/contingency-trespassing/sections/safe-state.tex b/src/general/contingency-trespassing/sections/safe-state.tex new file mode 100644 index 0000000..652afcf --- /dev/null +++ b/src/general/contingency-trespassing/sections/safe-state.tex @@ -0,0 +1,27 @@ +% Procedure for installation + +\stepcounter{tableCounter} % Increment counter +\setcounter{rowCounter}{0} % Reset counter +\begin{tabularx}{\textwidth}{|>{\columncolor{tableColumnColor}}c|>{\columncolor{tableColumnColor}}c|c|X|} + \hline + \rowcolor{tableHeaderColor} + ID & Check & Respomsible & Task \\ \hline + + \procedureItem{All}{Stop the person from further entering the test site} + + \procedureItem{All}{Inform TC about the incident and the entering of the procedure} + + \procedureItem{RE}{Inform the person of the upcoming test} + + \procedureItem{RE}{Friendly tell the person to leave the site} + + \procedureItem{RE}{If person is not willing to leave, call Roger Gisler (Airfield responsible): + \begin{itemize} + \item 058 481 79 18 + \item 079 944 42 52 + \end{itemize}} + + \procedureItem{RE}{Inform coaches} + + +\end{tabularx}