Skip to content

Commit

Permalink
Merge pull request #56 from uwcirg/cthon-jan-25-ad-jenny
Browse files Browse the repository at this point in the history
January 2025 PACIO new Patient for AD's
  • Loading branch information
mcjustin authored Jan 9, 2025
2 parents fe7cca9 + 28087b9 commit 5140746
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/lib/components/app/FetchAD.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@
phone = '';
gender = '';
if (selectedSource === 'AD Vault') {
last = "Smith-Johnson";
first = "Betsy";
last = "Mosley";
//last = "Smith-Johnson";
first = "Jenny";
//first = "Betsy";
gender = "Female";
dob = "1950-11-15";
dob = "1955-10-03";
//dob = "1950-11-15";
} else if (selectedSource === 'WA Verify+ Demo Server') {
last = "Gravitate";
first = "Maria SEATTLE";
Expand Down

0 comments on commit 5140746

Please sign in to comment.