This file contains Reminder Categories. Reminder Categories are created at each site and are not released with the reminder package. A Reminder Category is a list of reminders (or other reminder categories) and is used to group reminders for display in the CPRS GUI. Reminder categories are allocated to individual users, locations, service or system using the option PXRM CPRS LOOKUP CATEGORIES. Reminder Categories can also be used in conjunction with Reminder Due Summary Reports. The user is given the option to select a Reminder Category or input a list of individual reminders.
INPUT TRANSFORM: K:$L(X)>35!($L(X)<3)!'(X'?1P.E) X
LAST EDITED: MAY 08, 2000
HELP-PROMPT: Enter the name of the Category, up to 35 characters.
DESCRIPTION:
This is the name of the Reminder Category.
CROSS-REFERENCE: 811.7^ACP^MUMPS
1)= D SETAC^PXRMCLST
2)= D KILLAC^PXRMCLST
If a category is deleted this cross reference deletes pointers to that category from other reminder categories.
The 'AC' index (^PXRMD(811.7,Sub-Category,Category,DA)) is used to determine which categories point to the deleted category. DIK is then used to remove the deleted category from the sub-category multiple of these
categories.
FIELD INDEX: B (#536) REGULAR IR LOOKUP & SORTING
Unique for: Key A (#52), File #811.7
Short Descr: New style B cross-reference
Set Logic: S ^PXRMD(811.7,"B",$E(X,1,35),DA)=""
Kill Logic: K ^PXRMD(811.7,"B",$E(X,1,35),DA)
Whole Kill: K ^PXRMD(811.7,"B")
X(1): NAME (811.7,.01) (Subscr 1) (Len 35) (forwards)
This multiple allows you to include already existing categories as part of a new category. Sub-categories are always listed after individual reminders.