Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.63 KB

README.md

File metadata and controls

53 lines (32 loc) · 2.63 KB

7breaths

Calculate the respiratory rate of a patient easily and accurately

The initial idea was from Wai Keong on the NHS HackDay mailing list. Details of which are also on his blog http://wai2k.wordpress.com/2013/06/16/a-simple-app-for-counting-respiratory-rate/

7Breaths is an application to make measuring the respiratory rate clinically (i.e. by a person watching) easy.

The name "7Breaths" was suggested by Barry Rowlingson

The initial mailing list discussion can be found on the Google groups pages https://groups.google.com/forum/?hl=en&fromgroups#!topic/nhshackday/ioOECJ3ZVEI

App Screenshot and Video

ScreenShot

Click on screenshot to goto the video

Building

The application has been built using the Appcelerator Framework and the Alloy compoment. Installation instructions and how to build appcelerator source is all on their website.

A Stackmob account is also required and is free to sign up to. Create a new app on Stackmob and then create a new Schema called rr. Edit the app/assets/stackmob.cfg file with the API key and then rename it to a .js extension.

The rr schema needs to have the following fields:

name type
data array[integer]
device string
fixed_or_timed string
fixed_or_timed_value float

Discussion

Please use the Wiki to contribute to development ideas and to see things like the roadmap

Contributors

  • Wai Keong
  • Neville Dastur
  • Barry Rowlingson

License

The source is released under the GNU AFFERO GENERAL PUBLIC LICENSE so please fork, contribute and learn. The only thing you are not allowed to do with the source is compile and release into any App Store, either as a commercial product or free.

Detail of the license can be found in the LICENSE file

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.