PXRMEXMH ; SLC/PKR - Clinical Reminder Exchange main help. ;04/16/2018
;;2.0;CLINICAL REMINDERS;**26,47,42**;Feb 04, 2005;Build 245
;======================================================================
HELP ;Display help.
N DDS,DIR0,DONE,IND,TEXT
;DBIA #5746 covers kill and set of DDS. DDS needs to be set or the
;Browser will kill some ScreenMan variables.
S DDS=1,DONE=0
F IND=1:1 Q:DONE D
. S TEXT(IND)=$P($T(HTEXT+IND),";",3,99)
. I TEXT(IND)="**End Text**" K TEXT(IND) S DONE=1 Q
D BROWSE^DDBR("TEXT","NR","Reminder Exchange Help")
S VALMBCK="R"
Q
;
;======================================================================
HTEXT ;Help text
;;The following actions are available:
;;
;;CFE Create Exchange File Entry
;; Create an entry in the Exchange File; this is also called
;; a packed reminder definition. When you select this action
;; you will be prompted for a reminder definition. All the
;; components used in the definition will be "packed" up and
;; included in the packed definition.
;;
;;CHF Create Host File
;; Create a host file containing selected entries from the
;; Exchange File.
;;
;;CMM Create MailMan Message
;; Create a MailMan message containing selected entries from
;; the Exchange File.
;;
;;DFE Delete Exchange File Entry
;; Delete selected entries from the Exchange File.
;;
;;IFE Install Exchange File Entry
;; Install selected Exchange File entries. Once an entry has
;; been selected you will have the option of installing all
;; the components in the packed reminder or selected
;; components.
;;
;;IH Installation History
;; Show the installation history of selected Exchange File
;; entries.
;;
;;LHF Load Host File
;; Load a host file containing packed reminder definitions
;; into the Exchange File.
;;
;;LMM Load MailMan Message
;; Load a MailMan message containing packed reminders
;; into the Exchange File.
;;
;;LWH Load Web Host File
;; Load a host file containing packed reminder definitions
;; from a web site into the Exchange File. Note that https
;; and Sharepoint sites will not work.
;;
;;LR List Reminder Definitions
;; Display a list of all the reminders that are defined in the
;; current UCI.
;;
;;RI Reminder Definition Inquiry
;; Display the reminder definition for the selected reminder.
;;
;;RP Repack
;; This action can be used to select an existing Reminder Exchange file
;; entry and automatically repack it. If the Exchange file entry was
;; originally packed in a different account the repack may fail because one
;; or more of the components may not exist in the account where the repack is
;; being done.
;;
;;QU Quit
;;
;;**End Text**
Q
;
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPXRMEXMH 2864 printed Oct 16, 2024@17:45:59 Page 2
PXRMEXMH ; SLC/PKR - Clinical Reminder Exchange main help. ;04/16/2018
+1 ;;2.0;CLINICAL REMINDERS;**26,47,42**;Feb 04, 2005;Build 245
+2 ;======================================================================
HELP ;Display help.
+1 NEW DDS,DIR0,DONE,IND,TEXT
+2 ;DBIA #5746 covers kill and set of DDS. DDS needs to be set or the
+3 ;Browser will kill some ScreenMan variables.
+4 SET DDS=1
SET DONE=0
+5 FOR IND=1:1
if DONE
QUIT
Begin DoDot:1
+6 SET TEXT(IND)=$PIECE($TEXT(HTEXT+IND),";",3,99)
+7 IF TEXT(IND)="**End Text**"
KILL TEXT(IND)
SET DONE=1
QUIT
End DoDot:1
+8 DO BROWSE^DDBR("TEXT","NR","Reminder Exchange Help")
+9 SET VALMBCK="R"
+10 QUIT
+11 ;
+12 ;======================================================================
HTEXT ;Help text
+1 ;;The following actions are available:
+2 ;;
+3 ;;CFE Create Exchange File Entry
+4 ;; Create an entry in the Exchange File; this is also called
+5 ;; a packed reminder definition. When you select this action
+6 ;; you will be prompted for a reminder definition. All the
+7 ;; components used in the definition will be "packed" up and
+8 ;; included in the packed definition.
+9 ;;
+10 ;;CHF Create Host File
+11 ;; Create a host file containing selected entries from the
+12 ;; Exchange File.
+13 ;;
+14 ;;CMM Create MailMan Message
+15 ;; Create a MailMan message containing selected entries from
+16 ;; the Exchange File.
+17 ;;
+18 ;;DFE Delete Exchange File Entry
+19 ;; Delete selected entries from the Exchange File.
+20 ;;
+21 ;;IFE Install Exchange File Entry
+22 ;; Install selected Exchange File entries. Once an entry has
+23 ;; been selected you will have the option of installing all
+24 ;; the components in the packed reminder or selected
+25 ;; components.
+26 ;;
+27 ;;IH Installation History
+28 ;; Show the installation history of selected Exchange File
+29 ;; entries.
+30 ;;
+31 ;;LHF Load Host File
+32 ;; Load a host file containing packed reminder definitions
+33 ;; into the Exchange File.
+34 ;;
+35 ;;LMM Load MailMan Message
+36 ;; Load a MailMan message containing packed reminders
+37 ;; into the Exchange File.
+38 ;;
+39 ;;LWH Load Web Host File
+40 ;; Load a host file containing packed reminder definitions
+41 ;; from a web site into the Exchange File. Note that https
+42 ;; and Sharepoint sites will not work.
+43 ;;
+44 ;;LR List Reminder Definitions
+45 ;; Display a list of all the reminders that are defined in the
+46 ;; current UCI.
+47 ;;
+48 ;;RI Reminder Definition Inquiry
+49 ;; Display the reminder definition for the selected reminder.
+50 ;;
+51 ;;RP Repack
+52 ;; This action can be used to select an existing Reminder Exchange file
+53 ;; entry and automatically repack it. If the Exchange file entry was
+54 ;; originally packed in a different account the repack may fail because one
+55 ;; or more of the components may not exist in the account where the repack is
+56 ;; being done.
+57 ;;
+58 ;;QU Quit
+59 ;;
+60 ;;**End Text**
+61 QUIT
+62 ;