Skip to content

Commit

Permalink
Merge pull request #481 from PTG-Kitware/dev/add-more-task-configs
Browse files Browse the repository at this point in the history
Add more activity configs for new tasks
  • Loading branch information
Purg authored Dec 13, 2024
2 parents 88fda1b + 6144a77 commit cc5bfe9
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 298 deletions.
25 changes: 25 additions & 0 deletions config/activity_labels/medical/a8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: "1"
title: "NPA"
labels:
# Item:
# - id: Integer identification number of the label.
# - label: Short human-readable semantic string to succinctly represent the
# label.
- id: 0
label: "background"
full_str: "background"
- id: 1
label: "select-tube"
full_str: "Select NPA tube that best fits casualty."
- id: 2
label: "position-head"
full_str: "Place casualty into 'sniffing position' with head tilted back and nostrils exposed."
- id: 3
label: "cover-with-lube"
full_str: "Cover NPA with lube."
- id: 4
label: "insert-npa"
full_str: "Insert NPA perpendicular to casualty nostril until flange meets tip of nose, rotating along the way."
- id: 5
label: "look-listen-feel"
full_str: "Look, listen, and feel for airway compliance."
6 changes: 3 additions & 3 deletions config/activity_labels/medical/m4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ labels:
full_str: "background"
- id: 1
label: "apply-pressure"
full_str: "Apply direct hand pressure."
full_str: "Apply direct hand pressure to the wound."
- id: 2
label: "open-pack"
full_str: "Open dressing packaging."
full_str: "Open gauze packaging."
- id: 3
label: "apply-dress-w-pressure"
full_str: "Apply dressing with pressure point directly over wound site."
full_str: "Pack the wound."
25 changes: 25 additions & 0 deletions config/activity_labels/medical/r16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: "1"
title: "Ventilate (BVM)"
labels:
# Item:
# - id: Integer identification number of the label.
# - label: Short human-readable semantic string to succinctly represent the
# label.
- id: 0
label: "background"
full_str: "background"
- id: 1
label: "position-head"
full_str: "Place casualty into 'sniffing position' with head tilted back and nostrils exposed."
- id: 2
label: "open-packaging"
full_str: "Open the BVM packaging."
- id: 3
label: "attach-mask"
full_str: "Attach mask to BVM and expand BVM to full size."
- id: 4
label: "place-mask"
full_str: "Place mask over patient’s mouth in proper orientation."
- id: 5
label: "squeeze-bvm"
full_str: "Squeeze BVM while holding mask to patient’s mouth."
28 changes: 28 additions & 0 deletions config/activity_labels/medical/r19.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: "1"
title: "Needle_Chest_Decomp"
labels:
# Item:
# - id: Integer identification number of the label.
# - label: Short human-readable semantic string to succinctly represent the
# label.
- id: 0
label: "background"
full_str: "background"
- id: 1
label: "locate-insertion-site"
full_str: "Locate insertion site at the second intercostal space at the midclavicular line."
- id: 2
label: "wipe-insertion-site"
full_str: "Wipe the insertion site with an alcohol wipe."
- id: 3
label: "prepare-catheter-and-needle"
full_str: "Prepare catheter and needle."
- id: 4
label: "insert-needle"
full_str: "Insert needle into insertion site."
- id: 5
label: "remove-needle"
full_str: "Remove needle, keeping catheter inside the patient."
- id: 6
label: "apply-tape"
full_str: "Apply tape around catheter to secure it in place."
Loading

0 comments on commit cc5bfe9

Please sign in to comment.