app
index
/Users/poorna/Developer/IOT/MapsWebApp/app.py

 
Modules
       
os
requests

 
Functions
       
analysis()
Hospital Visualisation with Doctor's Availability and his Appointments
:return:
clerk_create_appointment()
Medical Clerk Creates an Appointment for Patient
:return:
clerk_delete_appointment()
Medical Clerk Deletes an Appointment for Patient
:return:
clerk_home()
Medical Clerk's Home, where he/she can book the appointment for Patient / Mark the Patient - Check In
:return:
create_medical_record_for_patient()
Doctor Adds Medical Information, Diagnosis for Patient
:return:
create_new_availability()
Doctor Adding an Availability time for the Patient
:return:
create_patient_appointment()
Booking an Apppintment for Patient
:return:
delete_medical_record_for_patient()
Doctor Deletes a Medical Record for Patient
:return:
delete_patient_appointment()
Deleting an Appointment for Patient
:return:
doctor_dashboard()
Doctor's Dashboard for Adding an Availability, and creating Medical Records for Patients
:return:
index()
Home Page for Smart Office - MAPS
:return:
mark_patient_visited()
Medical Clerk marks Patient - CHECK IN
:return:
patient_dashboard()
Patients Dashboard, for booking appointments, viewing medical records from doctor
:return:
patient_profile()
Doctor Visit Patient's profile for Adding a Medical Record and Diagnosis
:return:
patient_registration()
Registration for Patient
:return:
pick_doctor()
Choosing a Doctor to Begin
:return:
pick_patient()
Pick a Patient
:return:

 
Data
        app = <Flask 'app'>
request = <LocalProxy unbound>
server_url = 'http://127.0.0.1:5000/'