Skip to content

mdpnp/BigWallDisplay_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIG WALL DISPLAY

This project is a concept demo for the layout of a user interface (Big Wall Screen) displaying vital signs and other information for a group of patients.

Basically, the Big Wall Screen is the UI of a "nurse station", but should be responsice in smaller devices/screen too. This project is meant to help visualizing the final result of such UI and thus help brainstorming and refining the UI itself and a technology stack meant to be used to gather patient data through OpenICE and display such information in a meaningful way. Click here for more information about the OpenICE platform.

Technology Stack

These technologies have been selected to help rapidly prototyping the UI and may have nothing to do with other technologies (databases, middleware, etc.) involved in other MD PnP projects trying to implement this idea.

  • Mongo 3.0.X as DB

  • Meteor A reactive full-stack JavaScript platform. This app uses Blaze as template language / view layer.

To run

Running with just $meteor will create/use a local database. Use the MONGO_URL environment variable to connect to a database. for example (to connect to a Mongo server running localy):

$ MONGO_URL=mongodb://localhost:27017/warfighter meteor

Syntax is MONGO_URL=mongodb://user:pass@host:port/dbname. Host and port may change accorging to environment.

About

Concept demo for the layout of a nurse workstation-like UI and assessment of the involved technologies.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors