mobile based health care system architecture using android os

15
Presented by : Mr A.N.Kazi

Upload: kaziaihtesham

Post on 12-Jul-2015

403 views

Category:

Health & Medicine


3 download

TRANSCRIPT

Page 1: Mobile based Health Care System Architecture using Android OS

Presented by : Mr A.N.Kazi

Page 2: Mobile based Health Care System Architecture using Android OS

Figure 6: Architectural Design of Implemented System

Page 3: Mobile based Health Care System Architecture using Android OS

Figure 7: Complete System Architecture

Page 4: Mobile based Health Care System Architecture using Android OS

Figure 8: Design of the communication between mobile application and web application

Page 5: Mobile based Health Care System Architecture using Android OS
Page 6: Mobile based Health Care System Architecture using Android OS
Page 7: Mobile based Health Care System Architecture using Android OS
Page 8: Mobile based Health Care System Architecture using Android OS

Figure 13: Database schema Diagram

Page 9: Mobile based Health Care System Architecture using Android OS

Declration Var float Fat,Protein,Gulcose,carbohadrates,insulinDeclration Var int Height,Age,SynchID

START//CLIENT MODULEUSER INPUT:

Get DetailsSovle Qutionery

Process:

if(SynchID==null){

Synchronisation_with_server(){

Creating JSON Object;// Send to mHealthServer;

WriteChanges_to_Server();}

}

//DATABASE SERVER MODULE Process:

Read JSON object;if(SynchID==null){

Encode Parameters;Update_Into_DataBase();

Synchronisation_with_client(){

WriteChanges_to_client();}

}

Page 10: Mobile based Health Care System Architecture using Android OS

//KNOWLEDGEBASE SERVER MODULEDeclaration

float score;String test_result,ePricecription;

Process:

while(1){

//Runninng knowledge base serverRun(){

Read_Database();

Read_table_test_quetion(){

//evaluate with knowledge base program

Evaluate_Test();return test_result;

}

}}

Write_ePriscription_Database();

STOP

Page 11: Mobile based Health Care System Architecture using Android OS

Figure 14: Login page and Authenticate user desktop page

Page 12: Mobile based Health Care System Architecture using Android OS

Figure 15: Filling information of from different tabs in application.

Page 13: Mobile based Health Care System Architecture using Android OS
Page 14: Mobile based Health Care System Architecture using Android OS

Figure 17(a): mHealth Server Front panel

Page 15: Mobile based Health Care System Architecture using Android OS

Figure 17(b): mHealth Server sending Results to client.