Giter Club home page Giter Club logo

dialysisapp's Introduction

dialysisApp(Dialysis Check)

Part of Honours Project by Vladislavs Ignatjevs

Everyday mobile application for renal dialysis patients

Project description The mobile application provides renal dialysis patients with essential information before, during and after their treatment, which is explained within the app. This includes relevant medical information such as the access to recent blood pressure records/recent weight records/blood test results. It also will provide patients with the essential everyday information, such as the name and number of their doctor and consultant, their location within the hospital and frequently asked questions that will prepare patients for their treatment, throughout their treatment and in their aftercare.

The application also provides tools for personal uses such as a calendar of events, reminders for patients appointments and treatment and other essential events. One of the key functionalities of this application will be to carry out a daily check of all records and attempt to find any illness patterns, helping to diagnose health problems early and prevent them in the future. In addition to that, the application will have an ability to check the most vulnerable place of renal dialysis patients - their fistula.

The feature is working by reminding patients to take a picture of their fistula every day, which will then be processed in an attempt to find any illness patterns, which will help significantly in diagnosing problems early - serving as a valuable preventative measure.

App design by Anna Morozova

dialysisapp's People

Contributors

vladislavsignatjevs avatar

Watchers

 avatar

dialysisapp's Issues

ChangeEvent putExtra

putExtra gives last fetched event data because of code structure

                           @Override
                                public void onClick(View view) {
                                    Intent changeEvent = new Intent(calendar_events_view.this, ChangeEvent.class);
                                    changeEvent.putExtra("eventName", eventName);
                                    changeEvent.putExtra("eventDescription", eventDescription);
                                    changeEvent.putExtra("eventDate", eventDate);
                                    changeEvent.putExtra("eventStartTime", eventStartTime);
                                    changeEvent.putExtra("eventEndTime", eventEndTime);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.