Skip to content

axo318/hackathonway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackathonway

System Description:

  1. Collect symptoms and personal details
  2. Keep waiting patients in memory (each gets random identtifier) and order them with priority

-- Doctor sees the patient and diagnoses --

  1. Doctor inputs diagnosis
  2. Predict probability of diagnosis being wrong (based on automatic diagn, based on doctor accuracy record)
  3. If high probability -> Recommend a second opinion from an expert in recommended field

Docs:

  • Structures

    • Person
      • Patient
      • Doctor
    • Ticket
    • Symptom
    • Diagnosis
    • Disease
  • Controllers

    • Controller
    • PatientQueue
    • OnsiteDoctors
  • Views

    • CreateView
    • DoctorView
    • (DEBUG) QueueView

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors