GithubHelp home page GithubHelp logo

udit-kapoor / medical-assistant Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 765 KB

Medical Assistant: Design a Java application named Medical Assistant, which contains a MedicalDataBase class that maintains the following sets of information: · Symptom information that specifies, for each symptom recognized by the program, a set of possible diseases that the symptom might indicate · Disease information that specifies, for each disease recognized by the program, a set of necessary symptoms that must accompany the disease · A possible diagnosis test (optional) The MedicalDataBase class will read the first two sets of information from the user/patient and writes the information into a csv file with the name "medicalDatabase.csv" in the following format: "patient id" | "patient name" | "symptoms list" | "possible disease" Definition of Done i. The program will maintain two text files containing a list of symptoms and possible diseases, namely “symptom.txt” & “disease.txt” respectively ii. Two methods will be used: a. void addSymptom(String symptom) that adds the symptoms for a given patient into an array of String and throws UnrecognizedSymptomException if the symptom added does not appear in the "symptoms.txt" file b. String[] diagnosis() returns the list of possible disease consistent with the symptoms submitted thus far and throws UnrecognizedDiseaseException if the disease does not appear in the "disease.txt" file iii. The patient record should be saved in a csv file namely “medicalDatabase.csv” iv. Apply proper validation checks on csv filename & filetype attributes

Java 100.00%

medical-assistant's Introduction

Intro GIF

About Me 🙋🏻‍♂️

A Tech Enthusiast and Frontend Flutter Developer, interested in Data Structures and Algorithms and Creating End to End Projects.

  • I’m usually/mostly/currently working on Flutter Development.
  • I’m currently learning State Management , GetX , Animations
  • I’m looking to collaborate on fun projects and hackathons integrating different Dev Domains 🚀.
  • I’m looking for help with Interns🏫.
  • Ask me about Flutter 🕸.
  • Pronouns: Dev(eloper)
  • Fun fact: Code that works on Friday may not work on monday

🛠 & 💻 Tools & Technologies

HTML


CSS


JavaScript


Bootstrap


Figma


Git


Java


Python


🌟 Top Lanaguages

Top Langs

🌟 GitHub Stats

Git Stats

Connect with me 📫


visitor badge

medical-assistant's People

Contributors

udit-kapoor avatar

Watchers

 avatar

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.