Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: FSCLMPN

FSCLMPN.m

Go to the documentation of this file.
  1. FSCLMPN ;SLC/STAFF NOIS List Manager Protocol New ;1/13/98 12:56
  1. ;;1.1;NOIS;;Sep 06, 1998
  1. ;
  1. NOTIFY ; from FSCLMP
  1. N DIR,Y K DIR
  1. S DIR(0)="SAMO^NOTIFY:NOTIFY;BE NOTIFIED:BE NOTIFIED;REMOVE:REMOVE"
  1. S DIR("A")="Select (N)otify, (B)e Notified, or (R)emove Notification: "
  1. S DIR("?",1)="Enter NOTIFY to send notification to others."
  1. S DIR("?",2)="Enter BE NOTIFIED to schedule notification to yourself."
  1. S DIR("?",3)="Enter REMOVE to unschedule notification on yourself."
  1. S DIR("?")="^D HELP^FSCU(.DIR)"
  1. S DIR("??")="FSC U1 NOIS"
  1. D ^DIR K DIR
  1. I $D(DIRUT) Q
  1. I Y="NOTIFY" D NOTIFY^FSCLMPNN Q
  1. I Y="BE NOTIFIED" D NOTIFY^FSCLMPNB Q
  1. I Y="REMOVE" D NOTIFY^FSCLMPNR Q
  1. Q
  1. ;
  1. NOTIFYL ; from FSCLMP
  1. N DIR,Y K DIR
  1. S DIR(0)="SAMO^NOTIFY:NOTIFY;BE NOTIFIED:BE NOTIFIED;FIND:FIND;REMOVE:REMOVE"
  1. S DIR("A")="Select (N)otify, (B)e Notified, (F)ind, or (R)emove Notification: "
  1. S DIR("?",1)="Enter NOTIFY to send notification to others."
  1. S DIR("?",2)="Enter BE NOTIFIED to schedule notification to yourself."
  1. S DIR("?",3)="Enter FIND to find scheduled notifications."
  1. S DIR("?",4)="Enter REMOVE to unschedule notification on yourself."
  1. S DIR("?")="^D HELP^FSCU(.DIR)"
  1. S DIR("??")="FSC U1 NOIS"
  1. D ^DIR K DIR
  1. I $D(DIRUT) Q
  1. I Y="NOTIFY" D NOTIFY^FSCLMPNN Q
  1. I Y="BE NOTIFIED" D NOTIFY^FSCLMPNB Q
  1. I Y="FIND" D NOTIFY^FSCLMPNF Q
  1. I Y="REMOVE" D NOTIFY^FSCLMPNR Q
  1. Q