-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #481 from PTG-Kitware/dev/add-more-task-configs
Add more activity configs for new tasks
- Loading branch information
Showing
5 changed files
with
179 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
Oops, something went wrong.