[ADD] added checking of all folders in username directory

This commit is contained in:
Sem van der Hoeven
2020-10-29 20:35:21 +01:00
parent b98ac77261
commit baf89dac3f
4 changed files with 64 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ namespace DoctorApp.ViewModels
// request the historic data from the server
this.SaveHistoricData = new RelayCommand<object>((parameter) =>
{
this.client.sendMessage(DataParser.GetGetFileMessage(PatientInfo.Username, DateTime.Now));
this.client.sendMessage(DataParser.GetGetFileMessage(PatientInfo.Username));
// data is stored on the server
// send request to server that we want to get the current historic data from the patient
// server sends this back