forked from WorldVistA/VistA-M
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: ACCESSIONING ISSUES IN LRWLST Description: ============ This patch will address the following items: 1. Users unable to enter results for accessioned lab tests marked as uncollected. 2. The accessioning process is causing erroneous test nodes to be set into the LAB ORDER ENTRY file (#69). Associated NSR: ============== N/A Associated Remedy Ticket: ======================== 1. INC000001074620 - Accessioned lab tests are marked as uncollected 2. INC000001218249 - Accessioning creates erroneous nodes in file #69 Duplicate: INC000001239113 Participating Testing Sites: =========================== Central Plains HCS Lexington VAMC Tampa VAMC Blood Bank Impact: ================= EFFECT ON BLOOD BANK FUNCTIONAL REQUIREMENTS: Patch LR*5.2*466 does not contain any changes to the VISTA BLOOD BANK Software as defined by ProPath standard titled: BBM Team Review of VistA Patches. EFFECT ON BLOOD BANK FUNCTIONAL REQUIREMENTS: Patch LR*5.2*466 does not alter or modify any software design safeguards or safety critical elements functions. RISK ANALYSIS: Changes made by patch LR*5.2*466 have no effect on Blood Bank software functionality, therefore RISK is none. VALIDATION REQUIREMENTS BY OPTION: Because of the nature of the changes made, no specific validation requirements exist as a result of installation of this patch. Remedy Ticket Overview: ====================== 1. INC000001074620 Problem: ------- When using option "Multipurpose accessioning" [LRQUICK], all tests on a specimen number in LAB ORDER ENTRY file (#69) that can be accessioned will be accessioned. However, if one or more of the tests on the specimen number cannot be accessioned because there is no Accession Area defined for the test, then the specimen number will show as uncollected and results will not be able to be entered for the tests on the specimen number that were successfully accessioned. Solution: -------- Modify routine LRWLST to mark the specimen number as collected once the specimen number has gone through the accessioning process. Routines: LRWLST 2. INC000001218249 Problem: ------- If an order is placed for a lab test that is a panel test which has as one of its components another panel test, the accessioning process for this lab order will result in an erroneous test node being set into the LAB ORDER ENTRY file (#69). Solution: -------- Modify routine LRWLST to not set the erroneous test node in file #69 when the situation described above occurs. Routine: LRWLST Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/b0ced814/Packages/Lab+Service/Patches/LR_5.2_466
- Loading branch information
1 parent
7bc49d0
commit 9d203d0
Showing
11 changed files
with
378 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 66 additions & 66 deletions
132
Packages/Health Level Seven/Globals/870+HL LOGICAL LINK.zwr
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.