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

BPSOSO1.m

Go to the documentation of this file.
  1. BPSOSO1 ;BHAM ISC/FCS/DRS - NCPDP Override Main menu ;03/07/08 10:33
  1. ;;1.0;E CLAIMS MGMT ENGINE;**1,7**;JUN 2004;Build 46
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;---------------------------------------------------------------
  1. ; IHS/SD/lwj 9/3/02 NCPDP 5.1 changes
  1. ; In 3.2, prior authorization was updated and stored in field 416.
  1. ; In 5.1, 416 is obsolete, and the information could be stored
  1. ; in field 461, and 462 or in the prior authorization segment.
  1. ; For now, the insurer/processors appear to be using 461, and
  1. ; 462 rather than the segment. In any case, we needed to change
  1. ; the way we capture prior authorization information - AND - we
  1. ; have to keep populating 416 since we have to still process 3.2
  1. ; claims. This routine was changed to call PRIORA in BPSOSo2
  1. ; rather than EDIT^BPSOSO2 when we are processing a prior auth.
  1. ;(Field prompts also altered to match 5.1 standards.)
  1. ;---------------------------------------------------------------
  1. Q
  1. TEST D MENU("") Q
  1. D SETLIST
  1. N PROMPT S PROMPT(1)="Select which claim data you wish to override."
  1. S PROMPT(2)="Use ^ to exit this menu."
  1. N SEL F D Q:'SEL Q:SEL=-1
  1. . S SEL=$$LIST^BPSOSU4("S",$$LISTROOT,$$ANSROOT,"Override Claim Defaults",.PROMPT,1,20,$S($G(DTOUT):DTOUT,1:300))
  1. . I SEL W ! H 1 D @$P($T(LIST+SEL),";",4) ;
  1. Q
  1. LISTROOT() Q "^TMP("""_$T(+0)_""","_$J_","
  1. ANSROOT() Q "^TMP("""_$T(+0)_""","_($J+.1)_","
  1. SETLIST K ^TMP("BPSOSO1",$J),^TMP("BPSOSO1",$J+.1)
  1. N I,X F I=1:1 D Q:X="*"
  1. . S X=$T(LIST+I),X=$P(X,";",2,$L(X)) Q:X="*"
  1. . S ^TMP("BPSOSO1",$J,I,"I")=$P(X,";")
  1. . S ^TMP("BPSOSO1",$J,I,"E")=$P(X,";",2)
  1. S ^TMP("BPSOSO1",$J,0)=I-1
  1. Q
  1. ;
  1. ; IHS/SD/lwj 9/3/02 - the following 3 lines were removed from LIST -
  1. ; new 1 - 3 lines were added to replace them
  1. ;1;Preauthorization #;EDIT^BPSOSO2(IEN,416)
  1. ;2;Person Code;EDIT^BPSOSO2(IEN,303)
  1. ;3;Relationship Code;EDIT^BPSOSO2(IEN,306)
  1. ;
  1. ; IHS/SD/lwj 9/3/02 - since still unimplemented, the following
  1. ; lines were removed from the menu options in LIST
  1. ;I;Order of insurance;NOTIMP
  1. ;P;Pricing;NOTIMP
  1. ;
  1. LIST ;
  1. ;1;Prior Authorization;PRIORA^BPSOSO2(IEN) ;IHS/SD/lwj 9/3/02
  1. ;2;Patient Gender Code;EDIT^BPSOSO2(IEN,303)
  1. ;3;Patient Relationship Code;EDIT^BPSOSO2(IEN,306)
  1. ;4;Eligibility Clarification Code;EDIT^BPSOSO2(IEN,309)
  1. ;*;Enter/edit/override any NCPDP field;EDIT^BPSOSO2(IEN)
  1. ;*
  1. NOTIMP W !,"That option isn't yet implemented.",! N % R %:3 Q