Skip to content

Commit 236e74d

Browse files
author
Hannah DeFazio
committed
Add label and full_str fields
1 parent 44c0e65 commit 236e74d

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

config/activity_labels/medical/medical_tourniquet.yaml

+18-9
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,29 @@ labels:
55
# - label: Short human-readable semantic string to succinctly represent the
66
# label.
77
- id: 0
8-
label: "Background"
8+
label: "background"
9+
full_str: "background"
910
- id: 1
10-
label: "Place tourniquet over affected extremity 2-3 inches above wound site (step 1)."
11+
labek: "place-tourniquet"
12+
full_str: "Place tourniquet over affected extremity 2-3 inches above wound site (step 1)."
1113
- id: 2
12-
label: "Pull tourniquet tight (step 2)."
14+
label: "pull-tight"
15+
full_str: "Pull tourniquet tight (step 2)."
1316
- id: 3
14-
label: "Apply strap to strap body (step 3)."
17+
label: "apply-strap"
18+
full_str: "Apply strap to strap body (step 3)."
1519
- id: 4
16-
label: "Turn windless clock wise or counter clockwise until hemorrhage is controlled (step 4)."
20+
label: "turn-windless"
21+
full_str: "Turn windless clock wise or counter clockwise until hemorrhage is controlled (step 4)."
1722
- id: 5
18-
label: "Lock windless into the windless keeper (step 5)."
23+
label: "lock-windless"
24+
full_str: "Lock windless into the windless keeper (step 5)."
1925
- id: 6
20-
label: "Pull remaining strap over the windless keeper (step 6)."
26+
label: "pull-remaining-strap"
27+
full_str: "Pull remaining strap over the windless keeper (step 6)."
2128
- id: 7
22-
label: "Secure strap and windless keeper with keeper securing device (step 7)."
29+
label: "secure-strap"
30+
full_str: "Secure strap and windless keeper with keeper securing device (step 7)."
2331
- id: 8
24-
label: "Mark time on securing device strap with permanent marker (step 8)."
32+
label: "mark-time"
33+
full_str: "Mark time on securing device strap with permanent marker (step 8)."

0 commit comments

Comments
 (0)