From dd4400f22947cc176e83d5552d07da1968b0e193 Mon Sep 17 00:00:00 2001 From: "Robert L. Read" <read.robert@gmail.com> Date: Thu, 18 Jun 2020 05:07:49 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa0d0a3..23f7684 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # vent-diplay A Ventilator Display that consumes PIRDS data and performs most clinical respiration calculations + +This is an important part of the Public Invention's goal of creating an opens source ventilator ecosystem. +This is a stand-alone .html file with about a thousand lines of JavaScript that implements a clinical display +that doctors want to see of an operting ventilator. It includes live data trace plots of pressure and flow, as +well as calculated values such as tidal volume. -- GitLab