Print Page as PDF
SEARCH FOR FINDINGS ICR (6340)

SEARCH FOR FINDINGS    ICR (6340)

Name Value
NUMBER 6340
IA # 6340
DATE CREATED 2016/01/05
CUSTODIAL PACKAGE CLINICAL REMINDERS
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE PXRMFRPT
NAME SEARCH FOR FINDINGS
GENERAL DESCRIPTION
This integration agreement allows subscribing packages
to search for reminder definitions, terms, list rules, dialogs, order check
items groups and order check rules that reference an entity, such as orderable
items or quick orders.
STATUS Active
KEYWORDS
  • FINDING USAGE
  • FINDING SEARCH
  • ORDERABLE ITEM SEARCH
  • QUICK ORDER SEARCH
DURATION Till Otherwise Agreed
ID PXRMFRPT
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
BLDLIST(FILENUM,GBL,FIEN,SUB)
Returns a list of the reminder components that
reference a specific entity.
VARIABLES TYPE VARIABLES DESCRIPTION
FILENUM Input
The file number which contains the entity to search
components for.
GBL Input
The global location where the file's data is stored.
The location should not contain the leading caret.
FIEN Input
The internal entry number of the entity in the
FILENUM file. This variable is optional. If it is not set, then all components
are returned.
SUB Input
The name of the subscript in the ^TMP($J) global
under which found components should be returned.
TMP($J,SUB) Output
Found components are returned in the ^TMP($J,SUB)
global. This global has the following structure:
^TMP($J,SUB,FILENUM,FIEN,TYPE,IEN,NUM)=""

FILENUM: see the FILENUM input variable
description
FIEN: internal entry number of the entity in the
FILENUM file
TYPE: type of component
"DEF" - Reminder Definition
"TERM" - Reminder Term
"DIALOG" - Reminder Dialog
"ROC" - Reminder Order Check Items Group
"OCRULE" - Reminder Order Check Rule
"LRULE" - Reminder List Rule
IEN: internal entry number of the component in
its respective file
NUM: When TYPE is "DEF" or "TERM", this is the
finding number.
When TYPE is "DIALOG", this is the field
number in the REMINDER DIALOG file that
references the entity.
For all other values of TYPE, this
subscript does not exist.
TMP($J,'DLG FIND') Output
The ^TMP($J,"DLG FIND") global subscript is a
temporary index of dialog findings. Subscribing packages should kill this
subscript after calling this entry point.
SUBSCRIBING PACKAGE ORDER ENTRY/RESULTS REPORTING
DATE ACTIVATED 2016/01/27