Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BEHORXF4

BEHORXF4.m

Go to the documentation of this file.
  1. BEHORXF4 ;MSC/IND/PLS - Support for EHR continued;07-Jul-2015 20:01;DU
  1. ;;1.1;BEH COMPONENTS;**009013**;Sep 18, 2007;Build 1
  1. ;=================================================================
  1. ; RPC: BEHORXF4 ERXCANCP
  1. ; Returns boolean value (0/1) of the following condition
  1. ; A true value will cause the RPMS EHR order cancel process to
  1. ; confirm that the user wishes to cancel an eRX order.
  1. ; Prescription has been transmitted and last activity is not
  1. ; Input: OIEN - Order IEN
  1. ERXCANCP(DATA,OIEN) ;EP-
  1. N RXIEN
  1. S RXIEN=+$$GETPSIFN^BEHORXFN(OIEN)
  1. S DATA=$$CKRXACT^APSPFNC6(RXIEN,"X","T")&($$LASTACT^APSPFNC6(RXIEN,"X")'="F")
  1. Q