feature: Explainable Alerts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class MedicationContext
|
||||
{
|
||||
public string DrugName { get; set; } = null!;
|
||||
public string Dose { get; set; } = null!;
|
||||
public string Route { get; set; } = null!;
|
||||
public DateTimeOffset AdministeredAt { get; set; }
|
||||
public string? RelevanceNote { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user