$TXT Created by G at CHY0017D.FO-BAYPINES.DOMAIN.EXT (KIDS) on Thursday, 06/16/22 at 11:58 ============================================================================= Run Date: JUL 15, 2022 Designation: SD*5.3*818 Package : SD - SCHEDULING Priority: Mandatory Version : 5.3 SEQ #671 Status: Released Compliance Date: JUL 29, 2022 ============================================================================= Associated patches: (v)SD*5.3*815 <<= must be installed BEFORE `SD*5.3*818' (v)SD*5.3*816 <<= must be installed BEFORE `SD*5.3*818' Subject: VS GUI VERSION 1.7.26.1 Category: - Routine - Enhancement (Mandatory) - Data Dictionary Description: ============ VistA Scheduling (VS) Graphical User Interface (GUI) Release 1.7.26.1 and SD*5.3*818 includes several defect corrections and enhancements including an update that will allow the calendar to open when the Request Management (RM) grid contains more than 25 requests, and an update to prevent a child appointment that was removed from being able to be scheduled. A new RPC was created to return all national flags and the fugitive felon flag and return this info in a JavaScript Object Notation (JSON) object to the calling application. An update was made to the SDES CREATE CLIN AVAILABILITY RPC to prevent a division by zero error when the length of appointment field is not defined. Several existing RPCs were updated to return the Institution station number and Scheduled Date of Appointment in the returned JSON object. Several existing RPCs were updated to include a secondary stop code as an input parameter and to store this information in the related file entries. The SDES DISPOSITION APPT REQ RPC was updated so that when called by veteran-facing scheduling services (VAOS, EAS) the Disposition by field will be set to the calling application DUZ value. Several existing RPCs were updated to include the Internal Entry Number (IEN) for the selected Disposition Reason. The new patient's comments field was added to the SDEC APPT REQUEST (#409.85) file to store the patient's three choices for appointment date preferences. The SDES GET USER PROFILE BY DUZ RPC was updated to include the station ID for each division. The VS GUI was updated to default the desired appointment date to the original desired date if it is null. The VS GUI was updated to display the patient's Self-Identified Gender in the patient info window. The SDEC PTLOOOKRS RPC and the SDEC28 and SDUTLPTADD routines were updated to retrieve and return all the patient addresses. The VS GUI was updated to display text in the time slot viewer showing the status of the slot: Available, Overbook, or Unavailable. The Short Cut key ctrl+5 was added to the VS GUI to allow users to navigate to the calendar. The RECALL REMINDER REMOVED (#5.1) field was added the SDEC APPOINTMENT (#409.84) file and is a pointer value to the RECALL REMINDERS REMOVED (#403.56) file. The VS GUI was updated to display the updated message text for patients who are eligible for MISSION Act Wait Time. The VS GUI was updated to offset the start time of the appointment (in clinic's time zone) from the patient's time zone before calling the create VVS service. The Medical Center DIVISION (#3.5) field in HOSPITAL LOCATION (#44) was updated to be a required field. The VS GUI was updated to allow user to cancel out of loading a sensitive patient record. The SDES CREATE APPT REQ RPC was refactored to increase efficiency and to apply the latest coding standards. The VS GUI was updated to trim timeslots from the calendar view that cannot be scheduled (e.g. Nights and weekends) and to prevent unusable space from taking up the viewport. The VS GUI was updated to ensure that the Originating User is set to the Logged In user for a new appointment being added. The SDECVVS and SDESUTIL routines were updated to identify and pass back the correct time zone information based on the context of the create video appointment pop-up window. The RPC SDES GET MISSION ACT ELIG RPC was updated to correct the logic to determine MISSION ACT eligibility. A new VistA utility was created to standardize the conversion of the return data in to a standardized JSON object. The DG SENSITIVE RECORD ACCESS and DG SENSITIVE RECORD BULLETIN were added to the SDESRPC option to help prevent users from accessing their own records if they don't have the DG RECORD ACCESS security key and to allow for the necessary access auditing. ************************************************************************** * GUI UPDATE NOTICE * * ---------------------------------------------------------------------- * * This patch MUST be installed before the GUI update for release * * 1.7.26.1 of VS is installed. * * * * * * The previous version of the VS GUI will not operate after this * * patch is installed. Therefore, VS GUI v1.7.26.1 and VistA patch * * SD*5.3*818 must be coordinated and installed during the same * * maintenance window. * * * * * ************************************************************************** Patch Components: ----------------- Files & Fields Associated: -------------------------- File Name (Number) Field Name New/Modified/Deleted ------------------ ---------- -------------------- HOSPITAL LOCATION DIVISION Modified (#44) (#3.5) SDEC APPOINTMENT RECALL REMINDER REMOVED New (#409.84) (#5.1) SDEC APPT REQUEST REQ SECONDARY STOP CODE New (#409.85) (#8.6) SDES ERROR CODES ERROR CODE/NUMBER (#.01) New (#409.93) ERROR CATEGORY (#.02) ERROR TEXT (#1) Forms Associated: Form Name File Number New/Modified/Deleted --------- ----------- -------------------- N/A Mail Groups Associated: ----------------------- Mail Group Name New/Modified/Deleted --------------- -------------------- N/A Options Associated: ------------------- Option Name Type New/Modified/Deleted ----------- ---- -------------------- SDESRPC Broker (Client/Server) Modified Protocols Associated: --------------------- Protocol Name New/Modified/Deleted ------------- -------------------- N/A Security Keys Associated: ------------------------- Security Key Name ----------------- N/A Templates Associated: --------------------- Template Name Type File Name (Number) New/Modified/Deleted ------------- ----------------------- -------------------- Remote Procedures Associated: ----------------------------- Remote Procedure Name New/Modified/Deleted --------------------- -------------------- SDEC GET PATIENT RECALLS JSON Modified SDEC GET RECALL BY IEN JSON Modified SDES CANCEL APPOINTMENT New SDES CREATE APPT REQ Modified SDES EDIT APPT REQ Modified SDES GET APPT REQ BY IEN Modified SDES GET APPT REQ BY PAT ALL New SDES GET APPT REQ BY PAT OPEN New SDES GET APPT REQ BY PATIENT Modified SDES GET APPT REQ LIST BY DFN Modified SDES GET APPTS BY PATIENT Modified SDES GET APPTS BY RESOURCE Modified SDES GET MISSION ACT ELIG Modified SDES GET PATIENT FLAGS New SDES GET USER PROFILE BY DUZ Modified Parameter Definitions Associated: --------------------------------- N/A Defect Tracking System Ticket(s) & Overview: -------------------------------------------- JIRA tasks: =========== 1) VSE-855: Calendar not opening during scheduling of appt when RM grid contains more than 25 requests (1 page). Problem: If the request is active or the row that contains the request is selected that screen/row needs to be in context on the RM Grid. Resolution: The VS GUI was updated so that the active request or selected row is put into context for subsequent actions taken. 2) VSE-1299: GUI: MRTC: able to schedule child request from Parent even when the child request has been removed. Problem: If you cancel a MRTC child appointment, and select the radio button Cancel, and select the checkbox option "Close the associated appointment request", when scheduling any other children requests you can schedule the 'deleted/closed' child request. Resolution: The root issue was determined to be caused by the MRTC parent remaining in the RM Grid when it should have been removed. The MRTC parent will now be removed for this scenario. 3) VSE-2435: VistA: Create wrapper RPC to cancel an appointment. Problem: Need to create a wrapper SDES RPC to cancel an appointment. This will contain the SDES RPCs to cancel appointments in the HOSPITAL LOCATION (#44), PATIENT (#2), and SDEC APPOINTMENT (#409.84) files. Resolution: The SDES CANCEL APPOINTMENT RPC was created to cancel an appointment and to update the three files. 4) VSE-2558: VistA: Create new RPC to retrieve all national flags and the fugitive felon flag. Problem: Create a new RPC that will retrieve all 4 national flags from the PRF NATIONAL FLAG (#26.15) file for a single patient: BEHAVIORAL HIGH RISK FOR SUICIDE MISSING PATIENT URGENT Also retrieve the FUGITIVE FELON FLAG (#1100.01) field from the PATIENT (#2) file. Resolution: The SDES GET PATIENT FLAGS RPC was created to gather the specified data and return it as a JSON object. 5) VSE-2868: VistA: Error with clinic not having the appointment length field set. Problem: If a clinic does not have the LENGTH OF APP'T (#1912) field defined, the SDES CREATE CLIN AVAILABILITY RPC will error out with a divide by zero error. Resolution: The SDESCLNSETAVAIL routine was updated to check for a missing or invalid LENGTH OF APP'T (#1912) and return an appropriate error message to the calling application. 6) VSE-2876: VistA: add new "station number" parameter when creating appointment requests. Problem: VAOS & EAS clients will be working with facility IDs rather than VistA institution names when creating requests. Add a new parameter to the SDES CREATE APPT REQ RPC to allow passing in the 3 to 5 character Institution station number (534GD). Return the Institution station number associated with an appointment request/consult/recall for the SDES GET APPT REQ BY IEN and SDES GET APPT REQ BY PATIENT RPCs. Resolution: The SDES CREATE APPT REQ RPC was updated to have a new input parameter for the facility ID. The SDES GET APPT REQ BY IEN and SDES GET APPT REQ BY PATIENT RPCs were updated to return the Institution station number associated with an appointment request/consult/recall. 7) VSE-2884: VistA: update SDES GET APPT REQ * RPCs to return ScheduledDateOfAppt in external format. Problem: The ScheduledDateOfAppt should be returned in an external date format instead of the FileMan date format. Resolution: The following RPCs were updated to return the ScheduledDateOfAppt data in ISO 8601 format: SDES GET APPT REQ BY IEN SDES GET APPT REQ BY PATIENT SDES GET APPT REQ LIST BY DFN SDES GET APPT REQ BY PAT ALL SDES GET APPT REQ BY PAT OPEN 8) VSE-2885: VistA: Modify GET APPT REQ to include the secondary stop code. Problem: Need to add a new field to 409.85 to capture the VAOS service type (primary care, audiology, etc.). Resolution: The REQ SECONDARY STOP CODE (#8.6) field was added to the SDEC APPT REQUEST (#409.85) file to store any secondary stop codes associated with an appointment request. The following RPCs were updated to accept and/or store a secondary stop code: SDES CREATE APPT REQ SDES EDIT APPT REQ SDES GET APPT REQ BY IEN SDES GET APPT REQ BY PATIENT SDES GET APPT REQ LIST BY DFN 9) VSE-2922: VistA: SDES DISPOSITION APPT REQ: Default to current user DUZ if one isn't provided. Problem: The DISPBY is currently required. To cancel a request on behalf of a veteran the veteran-facing scheduling services (VAOS, EAS) will have to first discover the Acheron system user IEN for the given VistA site before the RPC can be called. Requesting that DISPBY be optional, and that if a value is not provided the current user DUZ is used. Resolution: To address this, the code supporting the SDES DISPOSITION APPT REQ RPC was updated so that if the DISPBY input variable is not set, the software will set it to the DUZ if it is set. If DUZ is not set, the software will assign the DISPBY input variable the IEN of the SDESOITEAS,SRV entry in the NEW PERSON (#200) file. At this point, if the DISPBY input variable is still not set, the software will log an error and quit out. 10) VSE-2924: VistA: ApptReq: Return request disposition reason. Problem: Modify the SDES GET APPT REQ BY * RPCs to return the request disposition reason: both the IEN and the disposition text. Resolution: The SDES GET APPT REQ BY IEN and SDES GET APPT REQ BY PATIENT RPCs were updated to both the IEN and the disposition text. 11) VSE-2948: .NET: Appointment Calendar - Timeslot modifications. Problem: As a 508 user I would like to see and interact with the appointment calendar with minimal timeslots visible to schedule appointments. Resolution: The VS GUI was updated to trim timeslots from the calendar view that cannot be scheduled (e.g Nights and weekends) and to prevent unusable space from taking up the viewport. 12) VSE-2956: VistA: Create patient date preference 1, date preference 2, date preference 3 fields. Problem: Need to create three new fields in 409.85: Patient Date Preference 1 Patient Date Preference 2 Patient Date Preference 3 If one or more are populated, should be added to the Patient Comments field in 409.85. Resolution: The PATIENT COMMENTS (#60) field was added to store the three patient date preferences. The SDESAPTREQSET routine was updated to store these fields when an Appointment Request is entered. 13) VSE-2991: VistA: Update SDES GET USER PROFILE BY DUZ to return Station number for divisions. Problem: Check-in Integration Point has requested that the station ID for each division be included in the JSON return object for the SDES GET USER PROFILE BY DUZ RPC. Resolution: The SDES GET USER PROFILE BY DUZ RPC was updated to include the station ID for each division in the JSON return object. 14) VSE-3001: GUI crashes when cancelling appointments. Problem: When cancelling scheduled appointments, VSE crashes. Appointment is cancelled successfully. Resolution: The VS GUI has logic that is always trying to update the DesiredAppointmentDate whether the user chose to modify the date or not. There are instances where that DesiredAppointmentDate = NULL crashing the GUI when that null is trying to be converted to a DateTime. A null reference check was added that will default the DesiredAppointmentDate to the original desired date if it is null. 15) VSE-3030: GUI: I-0001269 Allow user to view preferred gender from VS GUI. Problem: Need to update VS GUI to allow users to view Self-Identified Gender in patient info window. Resolution: The VS GUI was updated to display the patient's Self-Identified Gender in patient info window. 16) VSE-3032: VistA: I-0001271 Display all addresses in VS GUI. Problem: Users would like the ability to view all addresses in VS GUI. These include: Residential Address - NOT CURRENTLY DISPLAYED Mailing Address - CURRENTLY DISPLAYED AS PERMANENT ADDRESS Temporary Mailing Address - CURRENTLY DISPLAYED Confidential Mailing Address - NOT CURRENTLY DISPLAYED Next of Kin (both 1 and 2) Emergency Contacts (both 1 and 2) Resolution: The SDEC PTLOOOKRS RPC and the SDEC28 and SDUTLPTADD routines were updated to retrieve and return all the patient addresses. 17) VSE-3058: GUI: Clinic Calendar: 508: Visual indicator for overbook or unavailable slot. Problem: As a 508 user I would like a visual indication besides color letting me know if a slot is Overbook or Unavailable. Resolution: The VS GUI was updated to display text in the time slot viewer showing the status of the slot: Available, Overbook, or Unavailable. 18) VSE-3059: GUI: Clinic Calendar: 508: keyboard navigation for calendar. Problem: As a 508 user I would like to be able to navigate to the calendar via keyboard shortcuts and tab/arrow through the appointments keeping the current patient in context. Resolution: Short Cut key ctrl+5 was added to allow users to navigate to the calendar. 19) VSE-3066: VistA: Implement solution for linking 409.84 to 403.56. Problem: Need to create a pointer linking the SDEC APPOINTMENT (#409.84) file to the RECALL REMINDERS REMOVED (#403.56) file. Resolution: The RECALL REMINDER REMOVED (#5.1) field was added the SDEC APPOINTMENT (#409.84) file and is a pointer value to the RECALL REMINDERS REMOVED (#403.56) file. 20) VSE-3091: I-001336 Update MISSION Act eligibility verbiage. Problem: Update message in pop up to specify that Veteran is eligible only for MISSION Act Wait Time criteria. "MISSION Act Wait Time Eligible for this appointment." Resolution: The VS GUI was updated to display the updated message text for patients who are eligible for MISSION Act Wait Time. 21) VSE-3101: UI: Phoenix Time Zone. Problem: Update the logic within GUI to recognize the time zone selected in the dropdown boxes within the create video appointment pop-up window. The logic currently looks at the time zone attached to the clinic and sends the Zulu time based on the clinic time zone. Logic should be modified at the point of video visit create to verify what time zone the end user has selected, and base the Zulu time off that time zone. Resolution: The VS GUI was updated to offset the start time of the appointment (in clinic's time zone) from the patient's time zone before calling the create VVS service. 22) VSE-3113: VistA: Add 2 RPCs to the SDESRPC Menu Option Problem: Need to add the DG SENSITIVE RECORD ACCESS and DG SENSITIVE RECORD BULLETIN RPCs to the SDESRPC option to help prevent users from accessing their own records if they don't have the DG RECORD ACCESS security key and to allow for the necessary access auditing. Resolution: The DG SENSITIVE RECORD ACCESS and DG SENSITIVE RECORD BULLETIN were added to the SDESRPC option. 23) VSE-3118: VistA: Medical Center Division field to be required. Problem: The Medical Center DIVISION (#3.5) field in HOSPITAL LOCATION (#44) is currently optional so some sites were able to create clinics not associated with any division resulting in veteran-facing applications relying on this data displayed the wrong address to veterans, directing them to the wrong location. Resolution: The Medical Center DIVISION (#3.5) field in HOSPITAL LOCATION (#44) was updated to be a required field. 24) VSE-3147: UI: Address sensitive patient functionality when using VS GUI. Problem: Address sensitive patient functionality when using the VS GUI. Users are not given the option to back out (or prompt to process) after selecting a sensitive patient. Resolution: The VS GUI was updated to set the Cancel option to case "1" of sensitive record prompt to allow user to cancel out of loading the sensitive patient record. 25) VSE-3154: UI: Logged in user is incorrectly displaying as "Originating User" when viewing an appointment request. Problem: For APPT, RTC, and PtCSch requests, the logged in user is displaying as the Originating User when viewing the request. Resolution: The VS GUI was updated to ensure that the Originating User is set to the Logged In user for a new appointment being added. 26) VSE-3159: VistA: Phoenix Time Zone. Problem: Update the logic within GUI to recognize the time zone selected in the dropdown boxes within the create video appointment pop-up window. The logic currently looks at the time zone attached to the clinic and sends the Zulu time based on the clinic time zone. Logic should be modified at the point of video visit create to verify what time zone the end user has selected, and base the Zulu time off that time zone. Resolution: The SDECVVS and SDESUTIL routines were updated to identify and pass back the correct time zone information based on the context of the create video appointment pop-up window. 27) VSE-3157 VistA: Create a new JSON output utility. Problem: Need to create a new JSON output utility that call be called by all RPCs that will return a JSON object to the calling application. Resolution: Routine SDESBUILDJSON was created as a callable entry point for created JSON return objects. 28) VSE-3172: VistA: (SNOW) Update Mission Act Eligibility Calculation. Problem: Update Mission Act Eligibility calculation: Inputs: Date appointment request created Desired date of appointment (PID) Scheduled date of appointment Check 1: Is the PID within 20 days after the date appointment request was created for Primary Care or 28 days after the date of the appointment request for Specialty Care? Check 2: Is the scheduled date of the appointment outside the 20 or 28 day timeframe? Check 3: There are no available appointment time slots within the 20 or 28 day timeframe. If all 3 checks are true, then the patient is Mission Act Eligible. If any of the 3 checks are false, then the patient is not Mission Act Eligible. Resolution: The RPC SDES GET MISSION ACT ELIG was modified to include a new input Parameter APPTDATE. Routine SDESMISSIONELG was modified to accept and expect the APPTDATE. The code will not mark as Mission Act Eligible if the appointment date is within the defined range. 29) VSE-3173: Frontend: (SNOW) Update Mission Act Eligibility Calculation. Problem: Update Mission Act Eligibility calculation: Inputs: Date appointment request created Desired date of appointment (PID) Scheduled date of appointment Check 1: Is the PID within 20 days after the date appointment request was created for Primary Care or 28 days after the date of the appointment request for Specialty Care? Check 2: Is the scheduled date of the appointment outside the 20 or 28 day timeframe? Check 3: There are no available appointment time slots within the 20 or 28 day timeframe. If all 3 checks are true, then the patient is Mission Act Eligible. If any of the 3 checks are false, then the patient is not Mission Act Eligible. Resolution: The VS GUI was updated to format the appointment start date and added null #4 parameter for EAS, #5 for appt start date. Test Sites: ----------- Salt Lake City (SLC) North Texas (NTX) Software and Documentation Retrieval Instructions: ---------------------------------------------------- Software is distributed by PackMan message and MSI software. NOTE: There are two installation files. The file titled VISTASCHEDULINGGUIINSTALLER_1_7_26_1_P.MSI is the production VS GUI installation file. The file titled VISTASCHEDULINGGUIINSTALLER_1_7_26_1_T.MSI is the preproduction VS GUI file. Other Software Files: This release also includes documentation and other software files. They can be obtained at: https://download.vista.domain.ext/index.html/SOFTWARE/ Documentation Title File Name FTP Mode -------------------------------------------------------------------------- VS GUI R1.7.26.1 INSTALLER VISTASCHEDULINGGUIINSTALLER_1_7_26_1_P.MSI Binary VS GUI R1.7.26.1 INSTALLER VISTASCHEDULINGGUIINSTALLER_1_7_26_1_T.MSI Binary VS GUI R1.7.26.1 VDD VS_GUI_1_7_26_1 VDD Binary VS GUI R1.7.26.1 DIBR VS_GUI_1_7_26_1 DIBR Binary VS GUI R1.7.26.1 Release Notes VS_GUI_1_7_26_1 RN Binary VS GUI R1.7.26.1 Technical Manual VS_GUI_1_7_26_1 TM Binary VS GUI R1.7.26.1 User Guide Addendum VS_GUI_1_7_26_1_UG_ADD Binary PIMS Technical Manual PIMS_TM Binary Documentation describing the new functionality is included in this release. Documentation can be found on the VA Software Documentation Library at: https://www.domain.ext/vdl/ Patch Installation: ------------------- GUI Installation Instructions: ------------------------- Sites that employ the VistA Consolidated Server (VACS) installation process will be alerted to the new GUI via an action item from Office of Information and Technology (OIT) Information Technology Operations and Services (ITOPS). Follow the detailed instructions in the Action Item email for VACS installation. The IO HBMC FO Application Division will lead and coordinate deployment activities with EUO, Client Technology, Citrix Back Office, and Area Managers, and other OIT and business partners as required. The released software package is available at: https://download.vista.domain.ext/index.html/SOFTWARE Release Manager Point of Contact: Name: Stevens Jack Phone: 772-646-2303 Email: jack.stevens1@domain.ext Pre/Post Installation Overview: ------------------------------- Routine SDEC818P will update SDEC SETTINGS (#409.98) FILE. Routine will run at the end of patch installation process. Pre-Installation Instructions: ------------------------------ N/A Setup/Configuration Instructions: --------------------------------- This patch may be installed with users on the system, although it is recommended that it be installed during non-peak hours to minimize potential disruption to users. This patch should take less than 5 minutes to install. It is not recommended that this patch be queued. 1. Choose the PackMan message containing this patch. 2. Choose the INSTALL/CHECK MESSAGE PackMan option. 3. From the KIDS Menu, select the Installation Menu. From this menu, you may elect to use the following options. When prompted for the INSTALL NAME, enter SD*5.3*818. a. Backup a Transport Global - This option will create a backup message of any components exported with this patch. You are prompted to select "R" for Routines or "B" for Build. For this patch, backing up the "B"uild is suggested. Select one of the following: B Build R Routines Enter response: Build b. Compare Transport Global to Current System - This option will allow you to view all changes that will be made when this patch is installed. It compares all components of this patch (routines, DDs, templates, etc.). c. Verify Checksums in Transport Global - This option will allow you to ensure the integrity of the routines that are in the transport global. 4. From the Installation Menu, select the Install Package(s) option and when prompted for the INSTALL NAME, enter SD*5.3*818. 5. If prompted 'Want KIDS to Rebuild Menu Trees Upon Completion of Install? NO//' respond NO. 6. When prompted "Want KIDS to INHIBIT LOGONs during the install? NO//" respond NO. 7. If prompted "Want to DISABLE Scheduled Options, Menu Options, and Protocols? NO//" respond NO. 8. If prompted "Delay Install (Minutes): (0 - 60): 0//" respond 0. Post-Installation Instructions: ------------------------------- Post install routine SDEC818P will automatically run at the end of the installation process. After the post install has finished running, sites can delete the SDEC818P routine using the Delete Routines [XTRDEL] if they wish. Back-Out Plan/Roll Back Plan: ----------------------------- Install the backup message created during the installation of SD*5.3*818. The VS GUI NATIONAL and VS GUI LOCAL entries in the SDEC SETTINGS (#409.98) file needs to be reverted to 1.7.25. If 1.7.26.1 VS GUI was installed, it will need to be reverted to VS GUI 1.7.25.0. See Deployment, Installation, Back Out and Rollback Guide (DIBR) https://download.vista.domain.ext/index.html/SOFTWARE/VS_GUI_1_7_26_1_ DIBR.PDF. Routine Information: ==================== The second line of each of these routines now looks like: ;;5.3;Scheduling;**[Patch List]**;Aug 13, 1993;Build 9 The checksums below are new checksums, and can be checked with CHECK1^XTSUMBLD. Routine Name: SDEC52CJSON Before: B52218491 After: B29173058 **784,785,788,790,799,813,818** Routine Name: SDEC818P Before: n/a After: B2328962 **818** Routine Name: SDECVVS Before: B53522578 After: B54000418 **781,784,785,788,790,792,800, 801,804,805,818** Routine Name: SDES Before:B103760954 After:B112808460 **788,790,792,794,797,799,800, 801,803,804,805,807,809,813, 814,815,818** Routine Name: SDES2 Before: B654070 After: B1185623 **816,818** Routine Name: SDESAPTREQSET Before:B185557618 After:B244087016 **794,799,805,809,815,818** Routine Name: SDESARCLOSE Before: B10652720 After: B11225889 **794,799,805,809,815,818** Routine Name: SDESBUILDJSON Before: n/a After: B439847 **818** Routine Name: SDESCANCELAPPTS Before: n/a After: B56296199 **818** Routine Name: SDESCLNSETAVAIL Before: B99861618 After:B101345291 **800,803,805,809,818** Routine Name: SDESGETAPPTREQ Before:B125026832 After:B161586714 **815,818** Routine Name: SDESGETREQWRAPPR Before: B65931891 After: B64371630 **815,818** Routine Name: SDESGETUDDUZ Before: B13360017 After: B16316110 **807,809,814,818** Routine Name: SDESMISSIONELG Before: B41656328 After: B45400827 **814,815,818** Routine Name: SDESPATFLAGS Before: n/a After: B7271900 **818** Routine Name: SDESUTIL Before: B25382350 After: B25923097 **801,804,805,814,816,818** Routine Name: SDRRISRU Before: B16810800 After: B21237844 **536,627,648,799,818** Routine list of preceding patches: 815, 816 ============================================================================= User Information: Entered By : Date Entered : MAY 11, 2022 Completed By: Date Completed: JUL 15, 2022 Released By : Date Released : JUL 15, 2022 ============================================================================= Packman Mail Message: ===================== $END TXT