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 |  Local Variables  | All
Print Page as PDF
Global: ^RC(348

Package: Accounts Receivable

Global: ^RC(348


Information

FileMan FileNo FileMan Filename Package
348 AR NATIONAL DATA BASE CRITERIA Accounts Receivable

Description

Directly Accessed By Routines, Total: 2

Package Total Routines
Accounts Receivable 2 RCRCPOST    ^RC(348    

Accessed By FileMan Db Calls, Total: 1

Package Total Routines
Accounts Receivable 1 RCRCPOST    

Fields, Total: 2

Field # Name Loc Type Details
.01 CODE 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>999999)!(X<111)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 29, 1993
  • HELP-PROMPT:  Type a Number between 111 and 999999, 0 Decimal Digits
  • DESCRIPTION:  This is a three part number that identifies an entry in the Accounts Receivable data collectors. The first digit is the data collector number. The second digit is the criteria number. The remainder is the entry number.
    This field is used for lookup and translation of criteria numbers onto reports.
  • TECHNICAL DESCR:  The first digit of the code number is the AR data collector number (currently 1 or 2); the second digit is the criteria number (currently for data collector 1: 1 thru 5, for data collector 2: 1), and the third digit is the
    entry number for that data collector and criteria. For example: 1220 would translate to data collector #1, criteria #2, entry #20.
  • CROSS-REFERENCE:  348^B
    1)= S ^RC(348,"B",$E(X,1,30),DA)=""
    2)= K ^RC(348,"B",$E(X,1,30),DA)
1 PRINT NAME 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>60!($L(X)<3) X
  • LAST EDITED:  OCT 29, 1993
  • HELP-PROMPT:  Answer must be 3-60 characters in length.
  • DESCRIPTION:  
    This is the full category name of the national data base item and appears on the facility report.
  • CROSS-REFERENCE:  348^C^MUMPS
    1)= S ^RC(348,"C",+^RC(348,DA,0),X,DA)=""
    2)= K ^RC(348,"C",+^RC(348,DA,0),X,DA)
    This cross-reference stores the print name of the entry along with the code.

Global Variables Directly Accessed

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

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

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