- Unofficial derivative of the Association of Anaesthetists Quick Reference Handbook (QRH): www.anaesthetists.org/Quick-Reference-Handbook (CC BY-NC-SA 4.0)
- iOS port of github.com/anaes-dev/qrh-android
- Not endorsed by the Association of Anaesthetists
- Rapidly searchable guideline list
- Simple guideline layout echoing original handbook
- Clickable links between guidelines
- Compatible with iOS dark mode
- Large format two-column layout for iPad
- Easily updatable through modification of JSON assets
- Released under same Creative Commons license as original work
This application has been neither professionally developed nor tested. It carries no certification markings, regulatory approvals or technical assessment appraisals. Please read full guidance and disclaimers on first launch.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You may distribute original version or adapt for yourself and distribute with acknowledgement of source. You may not use for commercial purposes.
Available on the App Store:
(For any updates, modifications or derivatives)
The guideline list is generated from '/guidelines.json'.
Guidelines are stored as JSON objects with guideline code as their filename, e.g. '3-5.json'.
Each array contains 'type', 'head', 'body' and 'step' keys.
These populate different styled cards for each guideline page.
Type integer value determines the appearance of the generated card:
- Introductory text (body only)
- START text (body only)
- Guideline step with bold heading and separate content (head, body and step)
- Guideline step with single text field (body and step)
- Orange expanding box (head and body)
- Blue expanding box (head and body)
- Green expanding box (head and body)
- Black expanding box (head and body)
- Purple expanding box (head and body)
- Image (caption in head, path/URL in body)
- Version text (body only)
- Red disclaimer card (head only)
Basic HTML tags (B, U, I, LI) can be used within for formatting where required. All tags should be closed, otherwise may lead to parsing errors.
Unicode subscript and superscript characters are used rather than SUB and SUP spans due to line-height issues on earlier Android versions.
Generated when the following regex is matched:
[(]?[→][\s]?[1-4][-][0-9]{1,2}[)]?
Therefore can have with or without parentheses, and is insensitive to space between → and guideline code.
Automatic link detection using dataDetectorTypes.
Automatic link detection using dataDetectorTypes.
iOS, iPhone, iPad and App Store are trademarks of Apple Inc.