Skip to content

Moki00/hospitalPatient

Repository files navigation

Team 3 for McKenney’s

This is a WebApp to be used on a tablet for a patient in a hospital.

Usage

WebApp link <---- here

McKenney's Info for this project

blue logos for hospitals

Walkthrough on how to host on Github

Github links on how to host more.

Creating a GitHub Pages site

Example

fetch(‘https://{deviceIP}/api/rest/v1/protocols/bacnet/local/objects/{objectType}/{objectInstance}/properties/presentValue’,{
 	method: ‘POST’,
	headers: {
		Set-Cookie: ` ECLYPSERESTSESSIONID=1ihtgt27axib71plskbk2nhp4i`,
		Content-Type: ‘application/json’
		
},
body: JSON.stringify({ value: 70 }),

         })
         .then(response => {
	return response.json();
         });

Group Members

Morgan King, Keshav Raviprakash, Eric Chow, and Ahmed Legesse

TimeStamp

We started coding Oct 1st and are submitting code Oct 2nd by 6pm of 2022

About

team3 project for McKenney's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published