Make an all patients view.
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Media.JoshHeaps.Net.Models;
|
||||
public class MedicalDoctor
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public long PersonId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Specialty { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
|
||||
@@ -4,6 +4,7 @@ public class TimelineEvent
|
||||
{
|
||||
public string EventType { get; set; } = "";
|
||||
public long Id { get; set; }
|
||||
public long PersonId { get; set; }
|
||||
public string? Label { get; set; }
|
||||
public string? Detail { get; set; }
|
||||
public string? SubType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user