Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 115.08

Package: Dietetics

NUTRITION PERSON(#115)-->115.01-->115.08

Sub-Field: 115.08


Information

Parent File Name Number Package
115.01 STANDING ORDERS 115.08 Dietetics

Details

Field # Name Loc Type Details
.01 STANDING ORDERS 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 08, 1987
  • HELP-PROMPT:  Type a Number between 1 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the sequence number of the standing order and has no meaning beyond that.
1 ORDER 0;2 POINTER TO STANDING ORDERS FILE (#118.3)
************************REQUIRED FIELD************************
STANDING ORDERS(#118.3)

  • LAST EDITED:  NOV 11, 1987
  • DESCRIPTION:  
    This field contains the standing order (from the Standing Orders file, 118.3).
  • CROSS-REFERENCE:  115^ASP^MUMPS
    1)= S ^FHPT("ASP",DA(2),DA(1),DA)=""
    2)= K ^FHPT("ASP",DA(2),DA(1),DA)
    This creates an "ASP" cross-reference for active orders. It is killed when the order is cancelled.
2 MEALS 0;3 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S:$P("ALL",X,1)="" X="BNE" S %=X,X="" S:%["B" X="B" S:%["N" X=X_"N" S:%["E" X=X_"E" K:$L(%)'=$L(X) X K %
  • LAST EDITED:  SEP 01, 1988
  • HELP-PROMPT:  Answer should be a string of meals (e.g., B or BN or BNE) or A for all meals
  • DESCRIPTION:  
    This field contains the meals to which this standing order is applicable.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
3 DATE/TIME ORDERED 0;4 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 11, 1987
  • DESCRIPTION:  
    This field contains the date/time at which the standing order was entered.
4 ENTERING CLERK 0;5 POINTER TO NEW PERSON FILE (#200)
************************REQUIRED FIELD************************
NEW PERSON(#200)

  • LAST EDITED:  NOV 11, 1987
  • DESCRIPTION:  
    This field contains the user who entered the order and is automatically captured at the time of entry.
5 DATE/TIME CANCELLED 0;6 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 11, 1987
  • DESCRIPTION:  
    This field contains the date/time the standing order was cancelled and is automatically captured at time of cancellation.
  • CROSS-REFERENCE:  115^ASP1^MUMPS
    1)= K ^FHPT("ASP",DA(2),DA(1),DA)
    2)= S ^FHPT("ASP",DA(2),DA(1),DA)=""
    This cross-reference will delete the "ASP" standing order entry if the order is cancelled.
6 CANCELLING CLERK 0;7 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  NOV 11, 1987
  • DESCRIPTION:  
    This field contains the user who entered the cancellation and is automatically captured at time of cancellation.
7 QUANTITY 0;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 03, 1992
  • HELP-PROMPT:  Type a Number between 1 and 9, 0 Decimal Digits
  • DESCRIPTION:  
    This is the quantity of the Standing Order.
8 DIET ASSOCIATED? 0;9 SET

  • LAST EDITED:  JUL 22, 1994
  • DESCRIPTION:  
    This field, if answered Yes, means this Standing Order is associated with a diet order else if answered No, means it is not.
Info |  Details