Select the objects that you wish to see in the downloaded PDF
Info Desc Directly Accessed By Routines Accessed By FileMan Db Calls Pointer To FileMan Files Fields External References Global Variables Directly Accessed Local Variables
INPUT TRANSFORM: K:X[""""!($A(X)=45)&(X'?3N1"-"3U1"-"4N1"-"4.5N.1U)&(X'?3N1"-"3U1"-"4N1"-"1.5N) X
LAST EDITED: FEB 11, 1998
HELP-PROMPT: Enter Batch Number,Transmission Number, or Station Mailman Message Number Format 503-CLM-88-1234C or 503-LOG-88-12345
DESCRIPTION: The batch number of the batch created. Example: 460-VOL-89-75 would indicate a batch with station number 460, code sheet system identifier VOL (3 character identifier for batch type), fiscal year 89, and counter number
75. The counter is generated from file 2101.5 GENERIC CODE SHEET COUNTER.
NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
CROSS-REFERENCE: 2101.3^B
1)= S ^GECS(2101.3,"B",$E(X,1,30),DA)=""
2)= K ^GECS(2101.3,"B",$E(X,1,30),DA)
This is a standard VA FileMan "B" cross reference.
CROSS-REFERENCE: 2101.3^C^MUMPS
1)= S X1=$S($P(X,"-",4)]"":$P(X,"-",4),1:$P(X,"-",3)),^GECS(2101.3,"C",X1,DA)="" K X1
2)= S X1=$S($P(X,"-",4)]"":$P(X,"-",4),1:$P(X,"-",3)) K ^GECS(2101.3,"C",X1,DA),X1
This cross reference is used for user lookups through VA FileMan. It allows batch numbers to be selected by the counter number (which is the 4th piece of the batch number).
CROSS-REFERENCE: 2101.3^E^MUMPS
1)= S X1=$S($P(X,"-",4)]"":$P(X,"-",3,4),1:$P(X,"-",2,3)),^GECS(2101.3,"E",X1,DA)="" K X1
2)= S X1=$S($P(X,"-",4)]"":$P(X,"-",3,4),1:$P(X,"-",2,3)) K ^GECS(2101.3,"E",X1,DA),X1
This cross reference is used for user lookups through VA FileMan. It allows batch numbers to be selected by the fiscal year and counter number (which is the 3rd and 4th pieces of the batch number).
This field is used to store the status of the batch. Status's can be batch (code sheets have been batched but not transmitted) or transmitted. The receiving report status is currently not used.