Init Funk TaKa

This commit is contained in:
2026-07-06 15:09:25 +02:00
commit 6cdca404cd
2 changed files with 74 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
#set page(
paper: "a6"
)
#set text(
size: 15pt
)
#let field = (fillColor, body) => table.cell(fill: fillColor, body)
= SDS-Codes San-Dienst
#v(10pt)
#table(
columns: (20%, 80%),
rows: 30pt,
align: (center + horizon, left + horizon, center + horizon),
[*0*], field(red)[Priorisierter Sprechwunsch],
[*1*], field(green)[Einsatzbereit (Funk)],
[*2*], field(green)[Einsatzbereit (Position)],
[*3*], field(blue)[Einsatz übernommen],
[*4*], field(blue)[Einsatzort an],
[*5*], field(yellow)[Sprechwunsch],
[*6*], field(yellow)[Nicht einsatzbereit],
[*7*], field(blue)[Patient aufgenommen],
[*8*], field(blue)[Am Transportziel],
[*9*], field(gray)[_unterschiedlich belegt_]
)