Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: BPSPSOU1

Package: E Claims Management Engine

Routine: BPSPSOU1


Information

BPSPSOU1 ;ALB/CFS - ECME VALIDATIONS FOR REVERSE AND RESUBMIT CALLED FROM OUTPATIENT PHARMACY ;15-OCT-05

Source Information

Source file <BPSPSOU1.m>

Entry Points

Name Comments DBIA/ICR reference
VAL(RXIEN,FILL,PSOELIG,ACTION,COB,REVREAS,BPSSKIPCON) ;
; Input:
; RXIEN = Prescription ien
; FILL = FILL #
; PSOELIG = TRICARE or CHAMPVA
; ACTION = "REV" - Reverse or "RES" - Resubmit
; BPSSKIPCON = If 1, then skip the confirmation at the end
YESNO(PSOSTR,PSOFL) ; Default - YES

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Claim not found. Cannot "_$S(ACTION="REV":"Reverse.",1:"Resubmit.")
  • Line Location: VAL+27
Function Call: WRITE
  • Prompt: !!,"Primary and Secondary claims exist. Please contact OPECC."
  • Line Location: VAL+28
Function Call: WRITE
  • Prompt: !!,$S(ACTION="REV":"REVERSE",1:"RESUBMIT")_" not allowed for "_PSOELIG_" Non-Billable claim."
  • Line Location: VAL+32
Function Call: WRITE
  • Prompt: !!,"The claim is Closed and cannot be "_$S(ACTION="REV":"Reversed.",1:"Resubmitted.")
  • Line Location: VAL+34
Function Call: WRITE
  • Prompt: !," Please reopen the claim and try again."
  • Line Location: VAL+35
Function Call: WRITE
  • Prompt: !!,"The claim is NOT Payable and cannot be Reversed."
  • Line Location: VAL+39
Function Call: WRITE
  • Prompt: !!,"The claim you've chosen to "_$S(ACTION="REV":"REVERSE",1:"RESUBMIT")_" for "_$E(PATNAME,1,13)_" is in progress."
  • Line Location: VAL+42
Function Call: WRITE
  • Prompt: !,"The "_$S(ACTION="REV":"reversal",1:"resubmittal")_" request will be scheduled and processed after the previous"
  • Line Location: VAL+43
Function Call: WRITE
  • Prompt: !,"request(s) are completed. Please be aware that the result of the "_$S(ACTION="REV":"reversal",1:"resubmittal")
  • Line Location: VAL+44
Function Call: WRITE
  • Prompt: !,"depends on the payer's response to the prior incomplete requests."
  • Line Location: VAL+45
Function Call: WRITE
  • Prompt: !!,"You've chosen to "_$S(ACTION="REV":"REVERSE",1:"RESUBMIT")_" the following prescription for "_$E(PATNAME,1,13)_"."
  • Line Location: VAL+48
Function Call: WRITE
  • Prompt: !,"Please provide the reason or enter ^ to abandon the reversal."
  • Line Location: VAL+50
Function Call: WRITE
  • Prompt: !!,"The claim was NOT reversed!"
  • Line Location: VAL+52
Info |  Source |  Entry Points |  Interaction Calls