Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add injury contingency procedure #108

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ main.log
main.pdf
main.synctex.gz
indent.log
main.out
.vscode/procedures-usefuls.code-snippets
.DS_Store
src/general/firing-conduction/main.out
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.0.2](https://github.com/aris-space/hephaestus-procedures/compare/v0.0.1...v0.0.2) - 2024-10-09
- Add Packing List by @v30matt in https://github.com/aris-space/hephaestus-procedures/pull/5

## [v0.0.1](https://github.com/aris-space/hephaestus-procedures/commits/v0.0.1) - 2024-10-09
- Fix oopsie by @v30matt in https://github.com/aris-space/hephaestus-procedures/pull/1
- Create Firing Procedure by @v30matt in https://github.com/aris-space/hephaestus-procedures/pull/3

## [v0.0.31](https://github.com/aris-space/helios-procedures/compare/v0.0.30...v0.0.31) - 2024-10-03
- Template creation by @v30matt in https://github.com/aris-space/helios-procedures/pull/106

Expand Down
8 changes: 8 additions & 0 deletions src/general/alert-level.tex
Original file line number Diff line number Diff line change
@@ -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}
121 changes: 121 additions & 0 deletions src/general/contingency-injury/main.tex
Original file line number Diff line number Diff line change
@@ -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}
59 changes: 59 additions & 0 deletions src/general/contingency-injury/sections/firing.tex
Original file line number Diff line number Diff line change
@@ -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}
36 changes: 36 additions & 0 deletions src/general/contingency-injury/sections/notes.tex
Original file line number Diff line number Diff line change
@@ -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}
57 changes: 57 additions & 0 deletions src/general/contingency-injury/sections/pressurized.tex
Original file line number Diff line number Diff line change
@@ -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}
8 changes: 8 additions & 0 deletions src/general/contingency-injury/sections/resumption-check.tex
Original file line number Diff line number Diff line change
@@ -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}
52 changes: 52 additions & 0 deletions src/general/contingency-injury/sections/safe-state.tex
Original file line number Diff line number Diff line change
@@ -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}
Loading