| DESCRIPTION OF ENHANCEMENTS |
1. INC19108358- HL7 field ORC-13 is sometimes blank when
PP (Pull Rx (OP)) from the Outpatient Medications screen in Patient
Prescription Processing the issue does not occur and ORC-13 is
populated with the selected LABEL PRINTER.
Resolution:
----------
Routine PSORXL is modified to pass variable PSOLAP to the background
processing job unconditionally. Prior to this patch the variable
PSOLAP was only passed when variable SUSPT was false, when SUSPT was
true it attempted to pass PFION which doesn't exist anywhere in Vista.
transmitting from VistA to ScriptPro
Technical Resolution:
--------------------
Prior to this patch QLBL+7^PSORXL used the following condition to send
either variable PFION or PSOLAP depending on the existence of variable
SUSPT: $S($G(SUSPT):"PFION",1:"PSOLAP")
This patch modifies QLBL^PSORXL to remove the condition and reference
to "PFION" and unconditionally send "PSOLAP" the same as occurs when PP
is used in Patient Prescription Processing.
Problem:
-------
ScriptPro states that ORC-13 is sometimes blank, causing the system
to default to the wrong inventory center. It was found that this
occurs when the option PULL EARLY FROM SUSPENSE is used. When running
|