Print Page as PDF
REMINDER DIALOG SEARCHER REPORT APIS ICR (6806)

REMINDER DIALOG SEARCHER REPORT APIS    ICR (6806)

Name Value
NUMBER 6806
IA # 6806
DATE CREATED 2017/07/25
CUSTODIAL PACKAGE CLINICAL REMINDERS
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE PXRMDLR3
NAME REMINDER DIALOG SEARCHER REPORT APIS
GENERAL DESCRIPTION
This routine provides two APIs that receives either a
finding item or a list of finding items. This routine will search through the
REMINDER DIALOG file, file #801.41. It will return any reminder dialog that
contains the finding item in a written report format.


STATUS Active
KEYWORDS
  • REMINDER DIALOG
  • 801.41
DURATION Till Otherwise Agreed
ID PXRMDLR3
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
APIONE
This API takes a single item and returns which
reminder dialogs the item is used in a text report format.

Output in the following format:

^TMP($J,SUB,FINDING ITEM,X)=TEXT

SUB = is the passed in variable

FINDING = is the variable pointer format of the passed in finding item.
"1;ORD(101.41,"

X is incremented numeric value



VARIABLES TYPE VARIABLES DESCRIPTION
SUB Input
SUB=this is the temp global subscript to return the
output.

ITEM Input
This is the internal entry number the code should
search for.

GBL Input
This is the file global the code should search for.
Example "ORD(101.41,"

APIALL
This API takes an array of finding items for the code
to search for in the Reminder Dialog file, file #801.41.

Output in the following format:

^TMP($J,SUB,FINDING ITEM,X)=TEXT

SUB = is the passed in variable

FINDING = is the variable pointer format of the passed in finding item.
"1;ORD(101.41,"

X is an incremented numeric value



VARIABLES TYPE VARIABLES DESCRIPTION
SUB Input
This is the temp global subscript to return the
output.

ITEMS Input
This is an array of finding to search for. The format
is internal variable pointer format.

Example ITEMS("1;ORD(101.41,")="" ITEMS("10;ORD(101.41,")=""



SUBSCRIBING PACKAGE ORDER ENTRY/RESULTS REPORTING
DATE ACTIVATED 2022/11/22