Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: Bug fix in Entity Mapping utility Description: ============ Patch 16 correct 6 issues. Issues 1,2, & 3 were discovered during pre-load of the Veteran's Data Integration & Federation (VDIF) Qualifying Patient Query (QPQ) endeavor and the other three are fixes from patch DI*22.2*9. 1. Text containing $C(0) control characters. 2. Text larger than 3 megabytes. 3. Text containing "[[>" creates problem with XML 4. Missing DDE AUTO GEN ENTITY FOR A DD # option 5. Missing DDE ENTITY INQUIRE option 6. Seventeen field names were changed to conform to similar fields in other Infrastructure files. The DDE ENTIRY ENTER/EDIT form was changed to support the new field names. Patch Components: ----------------- File Name (#) Field Name (#) New/Modified/Deleted ------------- -------------------- ------------- ENTITY (#1.5) GET ENTRY ACTION (2) Modified GET EXIT ACTION (3) GET ID ACTION (4) PUT ENTRY ACTION (6) PUT EXIT ACTION (7) PUT ID ACTION (8) PUT CREATE ACTION (10) DELETE ENTRY ACTION (11) DELETE EXIT ACTION (12) DELETE ID ACTION (13) POST ENTRY ACTION (14) POST EXIT ACTION (15) POST ID ACTION (16) POST CREATE ACTION (18) SubDD ITEM (#1.51) GET ACTION (6) PUT ACTION (7) POST ACTION (8) Form Name File # New/Modified/Deleted --------- ------ -------------------- DDE ENTITY ENTER/EDIT 1.5 Modified Option Name Type New/Modified/Deleted ----------- ---- -------------------- Entity Mapping menu Modified [DDE ENTITY MAPPING] Inquire to Entity File option New [DDE ENTITY INQUIRE] Auto Gen Entity For A DD # option New [DDE AUTO GEN ENTITY FOR A DD #] Blood Bank Clearance: --------------------- 6/12/2019 EFFECT ON BLOOD BANK FUNCTIONAL REQUIREMENTS: Patch DI*22.2*16 contains changes to a package referenced in ProPath standard titled: BBM Team Review of VistA Patches. This patch does not alter or modify any VistA Blood Bank software design safeguards or safety critical elements functions. RISK ANALYSIS: Changes made by patch DI*22.2*16 have no adverse effect on Blood Bank software functionality, therefore RISK is none. Defect Tracking System Ticket(s) & Overview: -------------------------------------------- 1. Problem: Word processing and free text fields can contain control characters Resolution: Change DDEG to remove control characters 2. Problem: Word processing fields can exceed 3 million characters Resolution: Change DDEG to remove text and replace with phrase: "Text exceed 3 megabyte limit and could not be saved. Please contact the site for full original text." 3. Problem: Word processing can contain "[[>" string which creates problems for XML Resolution: Change DDEG to remove string 4. Problem: Missing DDE AUTO GEN ENTITY FOR A DD # option Resolution: Add missing option 5. Problem: Missing DDE ENTITY INQUIRE option Resolution: Add missing option 6. Problem: Fields have non-conforming names Resolution: Change 17 field names Test Sites: ----------- West Palm Beach, FL North Chicago, IL Software and Documentation Retrieval Instructions: -------------------------------------------------- Software is being released as a KIDS Build on Forum. Patch Installation: Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/master/Packages/VA+FileMan/Patches/DI_22.2_16
- Loading branch information