Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^RC(343

Package: Accounts Receivable

Global: ^RC(343


Information

FileMan FileNo FileMan Filename Package
343 AR FORM LETTER Accounts Receivable

Description

Directly Accessed By Routines, Total: 6

Package Total Routines
Accounts Receivable 5 PRCABIL1    PRCAGF    PRCARPS1    RCRCPOST    ^RC(343    
Kernel 1 FILE    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Accounts Receivable 2 PRCALET    RCAMLET    

Fields, Total: 3

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  MAR 21, 1994
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  The AR form letter name identifies the Form Letter number. Follow-up letters are sent to debtor's based on the bill(s) existing for the debtor. When a certain bill is to be generated, the AR package will print the
    appropriate letter to be attached to the bill.
    The name of the letter SHOULD NEVER be edited as the AR package looks for letters based on the name. If the name is changed, then this will cause the letter not to be generated.
    UNEDITABLE
  • CROSS-REFERENCE:  343^B
    1)= S ^RC(343,"B",$E(X,1,30),DA)=""
    2)= K ^RC(343,"B",$E(X,1,30),DA)
    3)= Needed to Look-up AR FORM LETTERS by name.
    This cross reference is used to look-up follow-up letters by name for users and also when printing follow-up letters for patient statements and bills.
1 MAIN FORM BODY 1;0 WORD-PROCESSING #343.01

  • DESCRIPTION:  
    The Main Body of the letter is stored as a word-processing field so that it can be edited by the user. All letters have a 'header' and 'trailer' that follow the main body that is not editable.
  • LAST EDITED:  OCT 13, 1993
  • DESCRIPTION:  
    The Main Body of the letter is stored as a word-processing field so that it can be edited by the user. All letters have a "header" and "trailer" that follow the main body that is not editable.
2 DESCRIPTION 2;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>65!($L(X)<3) X
  • LAST EDITED:  MAY 18, 1993
  • HELP-PROMPT:  Answer must be 3-65 characters in length.
  • DESCRIPTION:  
    The description of the letter gives a brief over-view of the purpose of the letter and the conditions that letter should be printed.

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^RC(343 - [#343] .01(XREF 1S), .01(XREF 1K)

Naked Globals

Name Field # of Occurrence
^(2 ID2+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K)
U ID2+1
X .01+1!, .01(XREF 1S), .01(XREF 1K), 2+1!
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All