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

Package: Accounts Receivable

Routine: RCDPEP1


Information

RCDPEP1 ;AITC/CJE - FLAG PAYERS AS PHARMACY/TRICARE ; 19-APR-2017

Source Information

Source file <RCDPEP1.m>

Entry Points

Name Comments DBIA/ICR reference
EXCEL ; Output identify payer list in Excel format
; Inputs DATEFILT - Date Filter
; FILTER - Filter by Type
HEADER ; Output header for Excel format identify payer list
OUTPUT ; Output records in ^TMP($J, "RCDPEPIX"), already filtered list
; See GETPAY^RCDPEP for documentation of record format

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"*** END OF REPORT ***",!
  • Line Location: EXCEL+10
Function Call: WRITE
  • Prompt: !,"Payer Name^TIN^Pharmacy^Tricare^CHAMPVA^Date Added^EFT Only"
  • Line Location: HEADER+1
Function Call: WRITE
  • Prompt: !
  • Line Location: OUTPUT+6
Function Call: WRITE
  • Prompt: FLD_"^"
  • Line Location: OUTPUT+10
Function Call: WRITE
  • Prompt: $P(REC,"^",7)
  • Line Location: OUTPUT+11
Info |  Source |  Entry Points |  Interaction Calls