Encounters

Delete admission encounter
Requirements: Encounter must be within the allowed edit period for users or have permission to edit past the time restriction.   Select the 'Edit ...
Thu, 31 May, 2018 at 12:08 PM
Encounter Delete SQL
begin transaction DECLARE @encNum varchar(100) DECLARE @orgID int DECLARE @userID int SET @orgID = 80000--ORG ID SET @userID = 2992--User ID SET @e...
Wed, 8 Mar, 2023 at 12:10 AM
Change Encounter
Begin Transaction a DECLARE @encNum varchar(100) DECLARE @orgID int DECLARE @userID int --Obviously, you change the orgID to match and you change the us...
Fri, 29 Mar, 2019 at 4:25 PM