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

Package: Clinical Reminders

REMINDER DIALOG(#801.41)-->801.412

Sub-Field: 801.412


Information

Parent File Name Number Package
REMINDER DIALOG(#801.41) COMPONENTS 801.412 Clinical Reminders

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>999.9)!(X<.1)!(X?.E1"."2N.N) X I $G(X)]"" K:$D(^PXRMD(801.41,DA(1),10,"B",X)) X
  • LAST EDITED:  MAY 02, 2001
  • HELP-PROMPT:  Type a Number between .1 and 999.9, 1 Decimal Digit
  • DESCRIPTION:  
    This field specifies the order in which this item will be displayed or processed.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  801.412^B
    1)= S ^PXRMD(801.41,DA(1),10,"B",$E(X,1,30),DA)=""
    2)= K ^PXRMD(801.41,DA(1),10,"B",$E(X,1,30),DA)
  • CROSS-REFERENCE:  801.412^DAD1^MUMPS
    1)= N PXRMP S PXRMP=$P(^PXRMD(801.41,DA(1),10,DA,0),U,11) S:PXRMP ^PXRMD(801.41,DA(1),10,"DAD",PXRMP,X,DA)=""
    2)= N PXRMP S PXRMP=$P(^PXRMD(801.41,DA(1),10,DA,0),U,11) K:PXRMP ^PXRMD(801.41,DA(1),10,"DAD",PXRMP,X,DA)
    Allows retrieval of 'child' prompts in sequence by parent.
2 ITEM 0;2 POINTER TO REMINDER DIALOG FILE (#801.41)
************************REQUIRED FIELD************************
REMINDER DIALOG(#801.41)

  • INPUT TRANSFORM:  D SCREEN^PXRMDD41 D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  AUG 23, 2004
  • HELP-PROMPT:  Enter a dialog; a dialog that is an ancestor may not also be a sub-item. The dialog type of the sub-item must be valid for the ancestor.
  • DESCRIPTION:  
    This field points to a dialog which is subordinate to this dialog.  NOTE:  The parent dialog menu or one of its ancestors may not be entered as an item.
  • SCREEN:  D SCREEN^PXRMDD41
  • EXPLANATION:  The item must be valid for this dialog type.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  801.41^AD
    1)= S ^PXRMD(801.41,"AD",$E(X,1,30),DA(1),DA)=""
    2)= K ^PXRMD(801.41,"AD",$E(X,1,30),DA(1),DA)
  • CROSS-REFERENCE:  801.412^D
    1)= S ^PXRMD(801.41,DA(1),10,"D",$E(X,1,30),DA)=""
    2)= K ^PXRMD(801.41,DA(1),10,"D",$E(X,1,30),DA)
6 OVERRIDE PROMPT CAPTION 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  SEP 23, 1999
  • HELP-PROMPT:  This is the caption that should override the prompt's default caption.
  • DESCRIPTION:  
    This text will override the caption for this component in the reminder dialog, when the component is a prompt.  When the text is blank, the caption from the prompt entry will be used.
7 START NEW LINE 0;7 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  SEP 23, 1999
  • HELP-PROMPT:  Answer Y/N to control whether to prompt on a new line.
  • DESCRIPTION:  
    This flag is used to allow the user to have some control of the display of prompts related to a dialog element.
8 EXCLUDE FROM PN TEXT 0;8 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  NOV 02, 1999
  • HELP-PROMPT:  Enter Y to stop the component activity from being added to the note text.
  • DESCRIPTION:  
    This flag is used to control whether or not a component will be excluded from the progress note text when the component is acted upon.
9 REQUIRED 0;9 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  NOV 02, 1999
Info |  Details |  All