Skip to content

Commit

Permalink
Install: SD*5.3*717
Browse files Browse the repository at this point in the history
Patch Subject:  INVOKE SDAM APPOINTMENT EVENTS FROM VS GUI
Description:

============
 This patch corrects the problem of appointment processing in VistA
 Scheduling (VS) Graphical User Interface (GUI) not invoking the event
 driver protocol (SDAM APPOINTMENT EVENTS) that roll and scroll VistA does.
 This protocol allows other apps to tie functionality, including interfaces
 to external systems such as Pyxis, Omnicell, and Emergency Department
 Information System (EDIS), to appointment events. Actions currently being
 executed for appointment events in legacy VistA will also be executed for
 appointments when those events (make appointment, check in, undo check in,
 check out, undo check out, cancel appointment, no show) are triggered by
 the GUI. (However, this patch does not require a GUI update.)
 Patch Components
 ================
 Files & Fields Associated:
 File Name (#)                                             New/Modified/
   Sub-file Name (#)   Field Name (Number)                   Deleted
 -------------------   ---------------------------------   -------------
 N/A
 Bulletins Associated:
                                                           New/Modified/
 Bulletin Name                                               Deleted
 -------------                                             -------------
 N/A
 Dialogs Associated:
                                                           New/Modified/
 Dialog Name                                                 Deleted
 -----------                                               -------------
 N/A
 Forms Associated:
                                                           New/Modified/
 Form Name                    File Name (Number)             Deleted
 ---------                    ------------------           -------------
 N/A
 Functions Associated:
                                                           New/Modified/
 Function Name                                               Deleted
 -------------                                             -------------
 N/A
 HL Logical Link:
                                                           New/Modified/
 HL Logical Name                                             Deleted
 ---------------                                           -------------
 N/A
 HL7 Application Parameters:
                                                           New/Modified/
 HL7 Parameter Name                                          Deleted
 ------------------                                        -------------
 N/A
 HLO Application Registry:
                                                           New/Modified/
 HLO Registry Name                                           Deleted
 -----------------                                         -------------
 N/A
 Help Frames Associated:
                                                           New/Modified/
 Help Frame Name                                             Deleted
 ---------------                                           -------------
 N/A
 Mail Groups Associated:
                                                           New/Modified/
 Mail Group Name                                             Deleted
 ---------------                                           -------------
 N/A
 Options Associated:
                                                                   New/Modified/
 Option Name                                              Type       Deleted
 -----------                                              ----     -------------
 N/A
 Parameter Definitions:
                                                           New/Modified/
 Parameter Name                                              Deleted
 --------------                                            -------------
 N/A
 Parameter Template:
                                                           New/Modified/
 Template Name                                               Deleted
 -------------                                             -------------
 N/A
 Protocols Associated:
                                                           New/Modified/
 Protocol Name                                               Deleted
 -------------                                             -------------
 N/A
 Remote Procedures Associated:
                                                           New/Modified/
 Remote Procedure Name                                       Deleted
 ---------------------                                     -------------
 N/A
 Security Keys Associated:
                                                           New/Modified/
 Security Key Name                                           Deleted
 -----------------                                         -------------
 N/A
 Templates, Input Associated:
                                                           New/Modified/
 Template Name      Type      File Name (Number)             Deleted
 -------------      ----      ------------------           -------------
 N/A
 Templates, List Associated:
                                                           New/Modified/
 Template Name      Type                                     Deleted
 -------------      ----                                   -------------
 N/A
 Templates, Print Associated:
                                                             New/Modified/
 Template Name         Type  File Name (Number)                 Deleted
 -------------         ----  ------------------              -------------
 N/A
 Templates, Sort Associated:
                                                                New/Modified/
 Template Name             Type File Name (Number)                 Deleted
 -------------             ---- ------------------              -------------
 N/A
 Additional Information:
 N/A
 New Service Requests (NSRs)
 ----------------------------
 N/A
 Patient Safety Issues (PSIs)
 -----------------------------
 N/A
 ServiceNow Ticket(s) & Overview
 -----------------------------------------------
 1. I17005764FY18 Pyxis and EDIS are not recognizing clinic check in
 actions.
 Problem:
 -------
 When a user performs appointment actions in VS GUI, downstream systems such
 as Pyxis (or other unit dosing devices, such as Omnicell) and EDIS are not
 updated, whereas they are when the appointment actions are taken in legacy
 VistA.
 Resolution:
 ----------
 The GUI now invokes the SDAM APPOINTMENT EVENTS protocol just like legacy
 VistA, meaning that the downstream systems will be notified in the same
 way whether actions are taken on them in GUI or legacy.
 2.  Status in Appointment file (#409.84) not updated by no show
 scheduling action.
 Problem:
 -------
 When the no show action is performed in VS GUI, the status of the
 appointment is not changed to NO SHOW.
 Resolution:
 ----------
 The Remote Procedure Call (RPC) now sets the NO SHOW status in the
 Appointment file.
 3. Rational ID 865407 Pharmacy Automated Dispensing Equipment (PADE)
 Protocol Fix
 Problem:
 -------
 Parent Defect for the PADE protocol issues.
 Resolution:
 ----------
 The Scheduling RPC's used by VSE GUI did not invoke the SD APPOINTMENTS
 EVENT protocol. This patch adds that functionality.
 4. Rational ID 839958 EDIS patch protocol trigger
 Problem:
 -------
 The EDIS patch requires the scheduling protocol trigger protocol to function
 with events from VS GUI in order to process those events. The existing patch
 will not work and cannot be completely tested until the Protocol is functional.
 Resolution:
 ----------
 The Scheduling RPC's used by VSE GUI did not invoke the SD APPOINTMENTS
 EVENT protocol. This patch adds that functionality.
 5. Rational ID 839957 SDAM APPOINTMENT EVENT protocol
 Problem:
 -------
 It is necessary for the VS GUI to update the SDAM APPOINTMENT EVENT protocol
 with any changes in the same way Roll and Scroll VistA does.
 Resolution:
 ----------
 The Scheduling RPC's used by VSE GUI did not invoke the SD APPOINTMENTS
 EVENT protocol. This patch adds that functionality.
 6. Rational ID 839533 Omnicell/Pyxis/PADE patch protocol trigger
 Problem:
 -------
 The Omnicell/Pyxis/PADE patch requires the scheduling protocol trigger protocol
 to function with events from VS GUI in order to process those events. The
 existing patch will not work and cannot be completely tested until the
 protocol is functional.
 Resolution:
 ----------
 The Scheduling RPC's used by VSE GUI did not invoke the SD APPOINTMENTS
 EVENT protocol. This patch adds that functionality.
 7. Rational ID 836671 Support Event Driver Protocols to Correct Integration of
 Medical Devices
 Problem:
 -------
 Research by the Commercial-Off-The-Shelf (COTS) team has revealed that the
 issues currently being looked into regarding integration with unit dose
 devices, such as Pyxis and Omnicell, as well as EDIS, could be resolved by
 hooking up the implemented but uncalled event driver protocol for VS GUI
 events.
 Resolution:
 ----------
 The Scheduling RPC's used by VSE GUI did not invoke the SD APPOINTMENTS
 EVENT protocol. This patch adds that functionality.
 Test Sites:
 ----------
 Danville, IL
 Hines, IL
 Software and Documentation Retrieval Instructions:
 ----------------------------------------------------
 N/A
 Patch Installation:
 Pre/Post Installation Overview
 ------------------------------
 There are no pre- or post-installation tasks for this patch.

Use default answers for KIDS load/install questions.

Patch-Files: http://code.osehra.org/VistA.git/tree/master/Packages/Scheduling/Patches/SD_5.3_717
josephsnyder committed Nov 25, 2019
1 parent 75b3d12 commit e37bc05
Showing 11 changed files with 990 additions and 78 deletions.
45 changes: 43 additions & 2 deletions Packages/Kernel/Globals/14.4+TASKS.zwr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OSEHRA ZGO Export: TASKS
25-NOV-2019 16:11:09 ZWR
^%ZTSK(-1)=5482
25-NOV-2019 17:00:16 ZWR
^%ZTSK(-1)=5486
^%ZTSK(0)="TASKS^14.4^5277"
^%ZTSK(1001,0)="TASK^XMXBULL^16^^63957,36927^63957,36927^R^^^PATCH,USER^PLA^PLA^ZTDESC^^"
^%ZTSK(1001,.02)="^PLA^^"
@@ -52815,6 +52815,47 @@ OSEHRA ZGO Export: TASKS
^%ZTSK(5482,.3,"DUZ(",0)="@"
^%ZTSK(5482,.3,"XQSCH")=8
^%ZTSK(5482,.3,"XQY")=9891
^%ZTSK(5483,0)="HOUR^XUTMHR^.5^^65342,60928^65342,60928^R^^^POSTMASTER^VISTA^VISTA^ZTDESC^^"
^%ZTSK(5483,.02)="^VISTA^^"
^%ZTSK(5483,.03)="Taskman Hourly Job"
^%ZTSK(5483,.04)=5645609728
^%ZTSK(5483,.1)="B^65342,60988^Task's volume set not listed in index.^^^^^^"
^%ZTSK(5483,.2)=""
^%ZTSK(5483,.21)=""
^%ZTSK(5483,.25)=""
^%ZTSK(5484,0)="ZTSK^XQ1^.5^VISTA^65342,60988^65342,60988^O^8853^HL AUTOSTART LINK MANAGER^POSTMASTER^VISTA^VISTA^ZTDESC^VISTA^"
^%ZTSK(5484,.02)="^VISTA^^"
^%ZTSK(5484,.03)="No Description (%ZTLOAD)"
^%ZTSK(5484,.04)=5645609788
^%ZTSK(5484,.1)="B^65342,60990^Task's volume set not listed in index.^^^^^^"
^%ZTSK(5484,.2)=""
^%ZTSK(5484,.21)=""
^%ZTSK(5484,.25)=""
^%ZTSK(5484,.3,"DUZ(",0)="@"
^%ZTSK(5484,.3,"XQSCH")=10
^%ZTSK(5484,.3,"XQY")=8853
^%ZTSK(5485,0)="ZTSK^XQ1^.5^VISTA^65342,60988^65342,60988^O^8412^HL TASK RESTART^POSTMASTER^VISTA^VISTA^ZTDESC^VISTA^"
^%ZTSK(5485,.02)="^VISTA^^"
^%ZTSK(5485,.03)="No Description (%ZTLOAD)"
^%ZTSK(5485,.04)=5645609788
^%ZTSK(5485,.1)="B^65342,60992^Task's volume set not listed in index.^^^^^^"
^%ZTSK(5485,.2)=""
^%ZTSK(5485,.21)=""
^%ZTSK(5485,.25)=""
^%ZTSK(5485,.3,"DUZ(",0)="@"
^%ZTSK(5485,.3,"XQSCH")=11
^%ZTSK(5485,.3,"XQY")=8412
^%ZTSK(5486,0)="ZTSK^XQ1^.5^VISTA^65342,60988^65342,60988^O^9891^XOBV LISTENER STARTUP^POSTMASTER^VISTA^VISTA^ZTDESC^VISTA^"
^%ZTSK(5486,.02)="^VISTA^^"
^%ZTSK(5486,.03)="No Description (%ZTLOAD)"
^%ZTSK(5486,.04)=5645609788
^%ZTSK(5486,.1)="B^65342,60994^Task's volume set not listed in index.^^^^^^"
^%ZTSK(5486,.2)=""
^%ZTSK(5486,.21)=""
^%ZTSK(5486,.25)=""
^%ZTSK(5486,.3,"DUZ(",0)="@"
^%ZTSK(5486,.3,"XQSCH")=8
^%ZTSK(5486,.3,"XQY")=9891
^%ZTSK(1082462,.1)="E^64013,39495^Interrupted While Running"
^%ZTSK(1082463,.1)="E^64013,39495^Interrupted While Running"
^%ZTSK(1082464,.1)="E^64013,39495^Interrupted While Running"
Loading

0 comments on commit e37bc05

Please sign in to comment.