Lots of updates

This commit is contained in:
Matthew Burke
2023-07-26 22:26:54 -04:00
parent 42794b6284
commit 1b65e9bb83
24 changed files with 1305 additions and 28 deletions
+4
View File
@@ -17,6 +17,10 @@ namespace PWAPPv2.Source
public string txtCity { get { return p.City; } }
public string txtState { get { return p.State; } }
public string txtZip { get { return p.Zip; } }
public string txtHomePhone { get { return p.HomePhone; } }
public string txtWorkPhone { get { return p.WorkPhone; } }
public string txtWirelessPhone { get { return p.WirelessPhone; } }
public string txtEmail { get { return p.Email; } }
public PatientGUIAdapter(Patient patient)
{