forked from WorldVistA/VistA-M
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: ONE-TIME ORDER ISSUE/OPTION PSJ EXP/DOSAGE WARNING Description: ============ This patch will resolve the following issues: 1. One time order appears as active after discharge 2. Option PSJ EXP gets an error with clinic orders 3. Mismatch Dosage Warning inconsistent Associated Ticket(s): ===================== 1. INC000000775082 - One time order appears as active after discharge I9853546FY16(d) 2. INC000000849604 - Option PSJ EXP gets an error with clinic orders I9854178FY16(d) 3. I5683562FY15 - Mismatch Dosage Warning inconsistent Associated NSR(s): ================== N/A Test Sites: =========== Oklahoma City Las Vegas Boston Overview: ========= 1. INC000000775082 - One time order appears as active after discharge Problem: ======== An inpatient was ordered a one-time dose of an Intravenous Piggy Back (IVPB) Antibiotic. The order was finished by a pharmacist in the Intravenous (IV) package and the nurse marked it as given in Bar Code Medication Administration (BCMA). Before the nurse could give the medication the patient was discharged and transferred to another hospital. After the patient was discharged the floor nurse went into BCMA and marked the medication as NOT GIVEN. This resulted in the inpatient medication being reinstated and showing as active in the patients Inpatient Medication Profile even though he was discharged. The order no longer displayed in BCMA. Resolution: =========== Modifications were made to the PSJBCMA4 routine to check to see if the patient is still an inpatient patient. 2. INC000000849604 - Option PSJ EXP gets an error with clinic orders Problem: ======== Inpatient Stop Order Notices option [PSJ EXP] generates a subscript error when attempting to use it to search for orders in a specific Clinic or Clinic Group. Resolution: =========== Modifications were made to routines PSJEXP & PSJEXP0 to handle the presence of Clinic Orders. 3. I5683562FY15 - Mismatch Dosage Warning inconsistent Problem: ======== An order was entered for a drug with dosage of 850MG. While finishing the order, the dosage was modified to 3400mg. The user received the appropriate dosage warning message and proceeded to update the Dispense Drug for the correct U/D (unit dose). When the user went to verify the order they still received the dosage warning message. The problem was when the dosage was modified the unit of measure was entered in lower case. This caused the process to display the message again. Resolution: =========== A modification was made to routine PSJDOSE to make sure the unit of measure for the dosage is converted to upper case. Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/master/Packages/Inpatient+Medications/Patches/PSJ_5.0_328
- Loading branch information
1 parent
4fe5321
commit b9c17f3
Showing
13 changed files
with
286 additions
and
108 deletions.
There are no files selected for viewing
140 changes: 70 additions & 70 deletions
140
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
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
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
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.