# COVID-19 Project backend ## The idea with the backend prospective view * Every patient has a history of scanned images so I will create folder with patient ID (system Id) and it will be related to the masked ID sent by frontend.The masked ID will be managed outside backend (It is a Doctor's convention to retrive the real patient ID) * I will create to each patient a folder named with (system Id) splited into two folders one named (diagnosed) and other named (non-diagnosed) * the diagnosed folder for each patient will has a multiable diagnosed scanned images to allow doctor to follow patient's COVID-19 history * Scaned image (diagnosed or non diagnosed) for the patient will has a scaned date recorded in our database. * The masked ID for the patient will be recorded in our database