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

PRCIREC.m

Go to the documentation of this file.
  1. PRCIREC ;WISC/SWS-PRCIREC continued ;9/7/06 14:22
  1. V ;;5.1;IFCAP;**113,149**;Oct 20, 2000;Build 5
  1. ;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;This routine serves as the input transform for the field Final Charge in File ^PRCH(440.6
  1. ;PRC*5.1*149 checks the 'PO' index in file 440.6 as the check for order number in 'C' x-ref was not valid order number, but charge returned order info
  1. Q
  1. START S MYIEN=$P($G(^PRCH(440.6,DA,1)),U) S:'MYIEN MYIEN=$G(PRCRI(442))
  1. I '$G(MYIEN) Q
  1. S VALUE2=MYIEN,VALUE3=0,BFLAG=0
  1. F S VALUE3=$O(^PRCH(440.6,"PO",VALUE2,VALUE3)) Q:'VALUE3!(BFLAG=1) D
  1. .I VALUE3'=DA D
  1. ..I $P($G(^PRCH(440.6,VALUE3,1)),U,4)="Y" D
  1. ...S BFLAG=1
  1. ...K MSG
  1. ...S MSG(1)="Sorry, there is already a final charge for this PC Order."
  1. ...S MSG(2)="You need to edit or remove the first final charge to continue."
  1. ...S MSG(2,"F")="!"
  1. ...S MSG(3)=""
  1. ...S MSG(3,"F")="!"
  1. ...D EN^DDIOL(.MSG)
  1. ...K MSG,X
  1. ...S BFLAG=1
  1. K BFLAG
  1. Q