emadahmed97 / smssos

SMS service that allows patients to schedule Doctor's appointments from their phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blazesms_lower_icon BlazeSMS

Blaze SMS is an SMS internet service that works by sending text messages to a server and recieving information back from the server based on your request though your phone.

Using Node.js and the Twilio API we were able to create a customizable platform for an internet service without the need for a data plan. Our server bridges the traditional sms messaging-internet gap previously seen in the past to create a new and exciting service with many everyday applications.

Who is it for?

  • Healthcare Industry
  • Emergency Medical Services
  • The everyday averge Joe

What tech does it use?

  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • MongoDB - open source, scalable, document database
  • Twilio - cloud sms and voip platform

How do I use it?

We've taken the liberty of including all the node modules in the repository but you can update them to the lastest versions when they come out. To use is very simple, just send a predetermined, structured text message to the server "Phone number" and await your responce containing the information you desired.

To run the server itself, you must first have a twilio account and mongoDB set up and re-routed to your locations and then run the server by calling node in your server directory

$ node mainServerFile.js

Appointment Module

This is our first and main demo module for HackWestern3 that shows how an appointment can be made quickly and efficently using our custom text messaging peramiters. Simply text the chosen server phone number

appointment, date, time, reason 

Where "appointment" is just the word appointment because we are telling the server to use the appointment module, "Date" is the date you want to schedule the appointment in (MM/DD/YYYY) format, "time" is the time of day in 24 hour time, and "reason" is simply your explanation for why you want to schedule a visit.

For example:

appointment, 10/20/2016, 11:45, I have had a constant ringing in my ears the past few months and would like to see if I can get it checked out

The server will then process your request and shedule the next free time slot for your appointment on that date, put the appointment in a database and send you a message back confirming when you are scheduled to come in.

Download Module

The download module is very exciting because we have created a system in which you can request a file from an address and the server will translate that file into ascii text and send you the file via text message. Right now it really only works for reading text documents or simple files without formatting but its a proof of concept that can be easily expanded. To use the download module simply type download then the url to the file you are trying to see

download, fileURL

Scheduling an appointment through text

make_app

Web Interface - Doctor's Office

tool_doc

Thanks Hack Western!

We are all so thankfull for being able to attend Hack Western 3 this year and can't wait to see everyone's projects!

About

SMS service that allows patients to schedule Doctor's appointments from their phone


Languages

Language:JavaScript 69.8%Language:CSS 29.2%Language:HTML 1.0%