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

BSDAP.m

Go to the documentation of this file.
  1. BSDAP ; IHS/ANMC/LJF - APPT PROFILE MENU ;
  1. ;;5.3;PIMS;;APR 26, 2002
  1. ;
  1. ; Displays menu of choices for appt profile question
  1. NEW BSDP,BSD,X,Y
  1. S BSDP=+$G(XQORNOD) Q:'BSDP ;menu protocol
  1. D FULL^VALM1 W !
  1. S BSD=0 F S BSD=$O(^ORD(101,BSDP,10,BSD)) Q:'BSD D
  1. . S X=$G(^ORD(101,BSDP,10,BSD,0)) Q:'X
  1. . S Y=$$GET1^DIQ(101,+X,1) ;menu item text
  1. . W !,$P(X,U,2),?10,Y ;display mnuemonic & text
  1. Q