Skip to content

Instantly share code, notes, and snippets.

View chriskooken's full-sized avatar

Chris Kooken chriskooken

View GitHub Profile
ALTER VIEW [dbo].[vPatient] AS
SELECT [uid_Patient],
[uid_ProviderOrganization],
-- [uid_ProviderLocation],
[uid_LastEncounter],
[vc_MRN],
[vc_FName],
[vc_LName],
[c_Gender],
[dt_Birthdate],