Giter VIP home page Giter VIP logo

clews's People

Contributors

garethrees avatar gbp avatar markturner avatar maxehmookau avatar neena avatar owainlewis avatar samknight avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

clews's Issues

API

JSON API of data

VIP Score

  • Field for 'Appearance of IV Site'
  • Score assignment
  • Reminder on rounds page if VIP score is >= 2
    photo

MRSA Swab

Field:

  • Positive
  • Negative
  • Not tested

How to create a healthy patient?

What values do I need for the observation to get a score of 1-3?

p = Patient.create(mrn: SecureRandom.uuid,
                   given_name: Faker::Name.first_name,
                   surname: Faker::Name.last_name,
                   ward: Ward.first(:order => "RANDOM()"))

p.observations.create(
  recorded_at:                  Time.zone.now,
  pulse_measurement:            PulseMeasurement.create(value: 50),
  oxygen_sat_measurement:       OxygenSatMeasurement.create(value: 96),
  oxygen_supp_measurement:      OxygenSuppMeasurement.create(value: false),
  temperature_measurement:      TemperatureMeasurement.create(value: 36),
  concious_measurement:         ConciousMeasurement.create(value: 'A'),
  respiration_rate_measurement: RespirationRateMeasurement.create(value: 12),
  sys_bp_measurement:           SysBpMeasurement.create(value: 110),
  dia_bp_measurement:           DiaBpMeasurement.create(value: (110/0.8).floor)
)

Scanner App

Use the API to create an app to scan a code and display the user information.

Active Directory

  • Need to be able to set up config dynamically or YAML or ENV vars
  • Define admins?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.