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 |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^RMPF(791812

Package: Remote Order Entry System

Global: ^RMPF(791812


Information

FileMan FileNo FileMan Filename Package
791812 TRANSMISSION BATCH Remote Order Entry System

Description

Directly Accessed By Routines, Total: 13

Package Total Routines
Remote Order Entry System 13 RMPFDB    RMPFDB1    RMPFEA2    RMPFEA3    RMPFQS1    ^RMPF(791812    ORDER    RMPFEB
RMPFER    RMPFET10    RMPFQT    RMPFQT1    ^RMPF(791814    

Accessed By FileMan Db Calls, Total: 5

Package Total Routines
Remote Order Entry System 5 RMPFEA2    RMPFEC    RMPFET10    RMPFQS1    RMPFQT    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Remote Order Entry System 1 STATION ORDER(#791810)[.12]    

Pointer To FileMan Files, Total: 4

Package Total FileMan Files
Remote Order Entry System 2 STATION ORDER(#791810)[#791812.0101(.01)]    ROES MENU(#791810.5)[.09]    
Kernel 1 NEW PERSON(#200)[.05#791812.0101(.02)]    
MailMan 1 MESSAGE(#3.9)[.06]    

Fields, Total: 11

Field # Name Loc Type Details
.01 ENTRY DATE/TIME 0;1 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 12, 1991
  • DESCRIPTION:  
    This is the date and time that the order batch was created. It is automatically assigned when a batch is opened.
  • CROSS-REFERENCE:  791812^B
    1)= S ^RMPF(791812,"B",$E(X,1,30),DA)=""
    2)= K ^RMPF(791812,"B",$E(X,1,30),DA)
    Standard name cross-reference. It is used to look up a batch.
  • CROSS-REFERENCE:  791812^AC^MUMPS
    1)= S ^RMPF(791812,"AC",9999999.9999-X,DA)=""
    2)= K ^RMPF(791812,"AC",9999999.9999-X,DA)
    Cross-reference to sort batches in reverse chronological order by entry date/time for display and print purposes.
.02 STATUS OF BATCH 0;2 SET
  • '1' FOR OPEN;
  • '2' FOR CLOSED;
  • '3' FOR TRANSMITTED;
  • '4' FOR QUEUED FOR TRANSMISSION;

  • LAST EDITED:  OCT 28, 1991
  • DESCRIPTION:  
    This is the current status of the batch.
  • CROSS-REFERENCE:  791812^C
    1)= S ^RMPF(791812,"C",$E(X,1,30),DA)=""
    2)= K ^RMPF(791812,"C",$E(X,1,30),DA)
    Cross-reference to sort batches by status for the purpose of performing certain actions on batches of a particular status.
.03 DATE/TIME CLOSED 0;3 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • DESCRIPTION:  
    This is the date and time that the batch was closed.
.04 # ACTIVE IN BATCH 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
  • HELP-PROMPT:  Type a Number between 1 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the current number of active orders in the batch. When an order is deleted from the batch, it is removed from the number of active orders.
.05 CLOSED BY 0;5 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  NOV 12, 1991
  • DESCRIPTION:  
    This is a pointer to the New Person File for the person who closed the batch.
.06 TRANSMISSION MESSAGE 0;6 POINTER TO MESSAGE FILE (#3.9) MESSAGE(#3.9)

  • LAST EDITED:  JUN 28, 1990
  • DESCRIPTION:  
    This is a pointer to the message file indicating the message in which the batch was transmitted.
.07 TRANSMISSION DATE/TIME 0;7 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUN 29, 1990
  • DESCRIPTION:  
    This is the date and time that the batch was transmitted to the DDC.
.08 STATION NUMBER 0;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  JAN 29, 1992
  • HELP-PROMPT:  Answer must be 1-40 characters in length.
  • DESCRIPTION:  
    This is the free text station number and name for the station originating the order.
.09 ALLOCIATED MENU 0;9 POINTER TO ROES MENU FILE (#791810.5) ROES MENU(#791810.5)

  • LAST EDITED:  JUL 27, 1994
  • DESCRIPTION:  
    This field holds the name of the menu associated with the transmission batch. The entry in this field restricts selection of a batch to users holding the menu for the service that created the batch.
.1 TASK NUMBER OF AUTO-QUEUE 0;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUL 08, 1994
  • HELP-PROMPT:  Type a Number between 1 and 99999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field holds that task number of the transmission queue for batches that have been queued by the auto-queue option. This task number may be retrieved to reschedule the closing and transmission of the batch.
101 ORDER 101;0 POINTER Multiple #791812.0101 791812.0101

  • LAST EDITED:  MAY 01, 1995
  • DESCRIPTION:  
    This is a multiple field that lists the orders in the batch.

External References

Name Field # of Occurrence
^%DT .01+1, .03+1, .07+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^RMPF(791812 - [#791812] .01(XREF 1S), .01(XREF 1K), .01(XREF 2S), .01(XREF 2K), .02(XREF 1S), .02(XREF 1K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .01+1*, .03+1*, .07+1*
>> DA .01(XREF 1S), .01(XREF 1K), .01(XREF 2S), .01(XREF 2K), .02(XREF 1S), .02(XREF 1K)
X .01+1*!, .01(XREF 1S), .01(XREF 1K), .01(XREF 2S), .01(XREF 2K), .02(XREF 1S), .02(XREF 1K), .03+1*!, .04+1!, .07+1*!
, .08+1!, .1+1!
>> Y .01+1, .03+1, .07+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All