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: IBCIST

Package: Integrated Billing

Routine: IBCIST


Information

IBCIST ;DSI/SLM - ENTRY POINTS FOR CLAIMSMANAGER INTERFACE ;7-MAR-2001

Source Information

Source file <IBCIST.m>

Entry Points

Name Comments DBIA/ICR reference
ST1 ;add or update in 351.9
ST1Q
ST2 ;send to claimsmanager
; When calling ST2 the following 4 variables will always be returned:
; IBCISNT - identifies where it was sent from
; IBCIERR - error code if error condition
; IBCISTAT - claim status in 351.9
; IBCIREDT - re-edit flag
ST2Q
SEND ; send the bill to claimsmanager
SENDX ;
UPDT1 ; update certain fields when editing
; update the Date/Time Last Edited field (.08)
; update the User Last Edited field (.09)
UPDT2 ; update certain fields when sending
; update the Entered By User field if not there (.07)
; update the Date/Time Entered field if not there (.06)
; update the number of times sent to ClaimsManager (.04)
; update the Date/Time last sent to ClaimsManager (.03)
; update the Last Sent By User field (.05)
OVRDN ;clear if overridden
OVRDN1 ;set if overridden
MSG1 ;display 'sending to ClaimsManager' message
MSG2 ;display 'no errors found' message
MSG3 ;display 'comm error' messsage
MSG4 ;display 'no line items' message
MSG5 ;display 'cancelled' message

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"... ",$S(IBCIMT="T":"TEST-",1:""),"Sending ",$P(^DGCR(399,IBIFN,0),U)," to ClaimsManager"
  • Line Location: MSG1+1
Function Call: WRITE
  • Prompt: !!,"No Errors found by ClaimsManager"
  • Line Location: MSG2+1
Function Call: WRITE
  • Prompt: !!,"Communications Error - Not Sent to ClaimsManager"
  • Line Location: MSG3+1
Function Call: WRITE
  • Prompt: !?3,$P(IBCIERR,U,2)
  • Line Location: MSG3+2
Function Call: WRITE
  • Prompt: !?3,$P($P(IBCIERR,U,3)," - ",1)
  • Line Location: MSG3+4
Function Call: WRITE
  • Prompt: !?3,$P($P(IBCIERR,U,3,99)," - ",2,99)
  • Line Location: MSG3+5
Function Call: WRITE
  • Prompt: !!,"There are no line items associated with this claim."
  • Line Location: MSG4+1
Function Call: WRITE
  • Prompt: !!,"ClaimsManager cannot process without line items. Please"
  • Line Location: MSG4+2
Function Call: WRITE
  • Prompt: !,"enter the line item data and resend."
  • Line Location: MSG4+3
Function Call: WRITE
  • Prompt: !!,"... Claim has been CANCELLED in ClaimsManager."
  • Line Location: MSG5+1
Info |  Source |  Entry Points |  Interaction Calls