Skip to content

Commit

Permalink
Update contact-proxy.template.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgetilston committed Aug 7, 2024
1 parent 3812951 commit aa18251
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ SELECT
, "EventDate" as "GPProxyEncounterDate"
FROM PRESENTATION.GP_RECORD."Contacts_Proxy_Detail_SecondaryUses"
WHERE "GmPseudo" IN (SELECT "GmPseudo" FROM virtualWards)
AND "Contact" = 1
AND "EventDate" BETWEEN $StudyStartDate AND $StudyEndDate;


0 comments on commit aa18251

Please sign in to comment.