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

FBUCEN1.m

Go to the documentation of this file.
  1. FBUCEN1 ;ALBISC/TET - UNAUTH CLAIM ENTER (CONT'D.) ;10/29/01
  1. ;;3.5;FEE BASIS;**27**;JAN 30, 1995
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. EN(FBZ,FBDA) ;entry point from fbucen: check if group, and any in group dispositioned
  1. ; if any are, ask if claim being entered should be dispostioned
  1. ; disposition new claim to what user selects
  1. ;INPUT: FBZ = zero node of unauth claim
  1. ; FBDA = ien of unauth claim
  1. N DA,DIE,DIRUT,DR,DTOUT,DUOUT,FBALL,FBC,FBD,FBDIRA,FBGCT,FBDISPO,FBGROUP,FBI,FBLOCK,FBOUT,Y ;fbc=flag to determine if u/c dispo'd (1=yes)
  1. I $S('+$G(FBDA):1,$G(FBZ)']"":1,1:0) Q
  1. S (FBOUT,FBALL)=0
  1. D GROUP^FBUCUTL7(FBZ,FBDA) S FBGCT=+$P(FBGROUP,U,5) Q:'FBGCT D
  1. .;VARIABLE: fbdispo(ien disposition)= u/c ien ^ disposition name
  1. .N FBD,FBI,FBO S FBI=0
  1. .F S FBI=$O(FBGROUP(FBI)) Q:'FBI S FBO=$G(FBGROUP(FBI)),FBD=+$P(FBO,U,4) I FBD S FBDISPO(FBD)=FBI_U_$P($$PTR^FBUCUTL("^FB(162.91,",FBD),U)
  1. S FBC=$S(+$P(FBZ,U,11):+$P(FBZ,U,11),1:0) I FBC,FBGCT=1 Q
  1. I FBC D Q:'FBGCT
  1. .I '$$UPOK^FBUCUTL(FBDA) F FBD=2,3,5 I $D(FBDISPO(FBD)) K FBDISPO(FBD) S FBGCT=FBGCT-1
  1. .Q:'FBGCT
  1. .W:FBGCT>1 *7,!,"The disposition for the selected claim is ",$P($G(FBDISPO(FBC)),U,2) K FBDISPO(FBC) S FBGCT=FBGCT-1
  1. Q:'FBGCT
  1. W !!,"At least one other claim in this group has been dispositioned."
  1. W !!,"The existing disposition(s) in the group follow:",! D
  1. .N FBI S FBI=0 F S FBI=$O(FBDISPO(FBI)) Q:'FBI W !?10,$P($G(FBDISPO(FBI)),U,2)
  1. ;if u/c not dipo'd, ask to disp/otherwise ask to change dispo
  1. ;if group>1 & not dispo'd, don't change prompt/if group>1 & dispo'd add to another/if group=1 add to |dispo|
  1. S FBDIRA=$S('FBC:"Would you like this claim to be dispositioned",1:"Would you like to change the disposition"),FBDIRA=FBDIRA_$S(FBGCT>1&('FBC):"",FBGCT>1&(FBC):" to another",1:" to ")
  1. S:FBGCT=1 FBDIRA=FBDIRA_$P($$PTR^FBUCUTL("^FB(162.91,",+$O(FBDISPO(0))),U),FBD=+$O(FBDISPO(0))
  1. D READ^FBUCUTL7(FBDIRA,.FBOUT) Q:FBOUT!('+$G(FBALL))
  1. GETDISP I FBGCT>1 S DIC("S")="I $D(FBDISPO(+Y))",DIC="^FB(162.91,",DIC(0)="AEMQZ" D ^DIC K DIC Q:$D(DTOUT)!($D(DUOUT)) G:+Y'>0 GETDISP S FBD=+Y
  1. S FBI=0,FBI=+$O(FBDISPO(+$G(FBD),0)) I FBI D
  1. .N FBDR,FBZ1 S FBZ1=$G(^FB583(FBI,0)) Q:FBZ1']""!('+$P(FBZ1,U,13)) S FBDR="10////^S X=FBD;12///^S X=$P(FBZ1,U,13);13///^S X=$P(FBZ1,U,14);14"
  1. .D DIE^FBUCUTL2("^FB583(",FBDA,FBDR)
  1. ;Check Vendor field
  1. I $P($G(^FB583(FBDA,0)),U,3)="" W !,"Vendor information is required for disposition.",!,"The claim cannot be dispositioned." Q
  1. ;Check PTC and force to fill it out
  1. I $$PTC(FBDA)=1 W !,"The claim cannot be dispositioned." Q
  1. ;
  1. S DA=FBDA,DIE="^FB583(",DR="10////^S X=FBD" D LOCK^FBUCUTL(DIE,DA,1) I FBLOCK D ^DIE L -^FB583(DA)
  1. Q
  1. ;
  1. ;checks and force to input PTYPE codes
  1. ; returns
  1. ; 0 - if OK
  1. ; non-zero if no info or not linked, etc
  1. ; FBMCL-master claim,FBSCL-secondary claim
  1. PTC(FBSCL) ;
  1. N FBMCL S FBMCL=$P($G(^FB583(FBSCL,0)),"^",20)
  1. Q:FBMCL="" 1 ;not linked
  1. N FBMPT S FBMPT=$P($G(^FB583(FBMCL,0)),U,10)
  1. N FBSPT S FBSPT=$P($G(^FB583(FBSCL,0)),U,10)
  1. I FBSPT'=""&(FBMPT'="") Q 0 ;PTC codes - OK
  1. W !,"Patient Type Code is required to disposition the claim."
  1. S DIR("A")="Do you want to specify the Patient Type Code for the claim",DIR("B")="YES",DIR(0)="Y" D ^DIR K DIR
  1. Q:$D(DIRUT)!(Y=0) 1 ;user doesn't want to enter PTC
  1. I FBMPT="" I $$MSTRPTC(FBMCL,.FBMPT)=1 W !!,"No Patient Type for master claim." Q 1 ;no PTYPE - quit
  1. I FBSPT="" I $$SCNDPTC(FBMCL,FBSCL,FBMPT)=1 W !!,"No Patient Type for secondary claim." Q 1 ;no PTYPE - quit
  1. Q 0 ;OK
  1. ;
  1. ;FBPT="" - allows selection of Patient type
  1. ;FBPT'="" - inserts patient type FBPT
  1. SELPTC(FBDA,FBPT) ;selects Patient type
  1. N FBLOCK
  1. S DIE="^FB583(",DA=FBDA,DR="9//"
  1. S:FBPT'="" DR=DR_"//^S X=FBPT"
  1. D LOCK^FBUCUTL(DIE,DA,1) I FBLOCK D ^DIE L -^FB583(DA)
  1. Q
  1. ;
  1. ;master claim
  1. MSTRPTC(FBCLM,FBPTC) ;
  1. W !,"Master claim doesn't have any Patient Type Code"
  1. S DIR("A")="Do you want to enter Patient Type Code for the master claim",DIR("B")="YES",DIR(0)="Y" D ^DIR K DIR
  1. Q:$D(DIRUT)!(Y=0) 1
  1. D SELPTC(FBCLM,"")
  1. S FBPTC=$P($G(^FB583(FBCLM,0)),U,10)
  1. Q:FBPTC="" 1
  1. Q 0
  1. ;
  1. ;secondary claim
  1. SCNDPTC(FBMCLM,FBCLM,FBPTC) ;
  1. W !,"Master claim has Patient Type Code : ",$$GET1^DIQ(162.7,FBMCLM_",",9)
  1. S DIR("A")="Do you want to use the same Patient Type for the secondary claim",DIR("B")="YES",DIR(0)="Y" D ^DIR K DIR
  1. Q:$D(DIRUT) 1
  1. D SELPTC(FBCLM,$S(Y=1:FBPTC,1:""))
  1. Q:$P($G(^FB583(FBCLM,0)),U,10)="" 1 ;no PTYPE
  1. Q 0
  1. ;
  1. ;