- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace HealthMonitor.Model.Config
- {
- public class BoodPressResolverConfig
- {
-
-
-
- public decimal SystolicAvgOffset { get; set; }
-
-
-
- public decimal DiastolicAvgOffset { get; set; }
-
-
-
- public bool EnableBPRefPush { get; set; }
-
- }
- }
|