Contents Previous (Appendix 3.1) Next (Appendix 4.1)
![]()
Calculate the mid-point of each pair of adjacent cuff sizes (MPij),
Use the mid-points as cut points for selection of different cuffs.
| Cuff | 1 | 2 | 3 |
|---|---|---|---|
| Cuff width | cuff1 | cuff2 | cuff3 |
| Arm circumference | < MP12 |
MP12 < arm circumference (cm) < MP23 |
> MP23 |
Selected cuffs are:
cuff1 = 8 cm
cuff2 = 12 cm
cuff3 = 16 cm
Optimal arm circumference for each cuff is:
OAC1 = 8 cm / 0.4 = 20 cm
OAC2 = 12 cm / 0.4 = 30 cm
OAC3 = 16 cm / 0.4 = 40 cm
Mid-points between two cuffs are:
MP12 = (30 cm + 20 cm) / 2 = 25 cm
MP23 = (40 cm + 30 cm) / 2 = 35 cm
The range of arm circumference for each cuff is:
cuff1:
lower_limit = no lower limit
upper limit = 25 cm
cuff2:
lower_limit = 25 cm
upper_limit = 35 cm
cuff3:
lower_limit = 35 cm
upper_limit = no upper limit
Note: Due to this algorithm, two cuffs will always overlap as one has same upper limit than other one has as lower limit. To avoid confusion in use, when preparing the final instruction table for cuff use this overlap should be corrected.
| Cuff width | 8 cm | 12 cm | 16cm |
| Arm circumference (cm) | < 25 cm | 25 cm < arm circumference < 35 cm | > 35 cm |