diff --git a/DoctorApp/ViewModels/ClientInfoViewModel.cs b/DoctorApp/ViewModels/ClientInfoViewModel.cs index 655c04f..16158ec 100644 --- a/DoctorApp/ViewModels/ClientInfoViewModel.cs +++ b/DoctorApp/ViewModels/ClientInfoViewModel.cs @@ -99,13 +99,13 @@ namespace DoctorApp.ViewModels { //TODO //Parsen van de data you fuck + PatientInfo.BPM = bytes[1]; if (bytes[0] == 0x00) { } else { - PatientInfo.BPM = bytes[1]; if (MySelectedItem == "BPM") { Chart.NewValue(PatientInfo.BPM);