Print Page as PDF
Calls to TIULP ICR (2322)

Calls to TIULP    ICR (2322)

Name Value
NUMBER 2322
IA # 2322
DATE CREATED 1998/02/10
CUSTODIAL PACKAGE TEXT INTEGRATION UTILITIES
CUSTODIAL ISC Salt Lake City
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE TIULP
NAME Calls to TIULP
GENERAL DESCRIPTION
This DBIA is a controlled subscription for calls to
routine TIULP.
STATUS Active
DURATION Till Otherwise Agreed
ID TIULP
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$CANPICK(TIUTYP)
This is a Boolean function that returns true if ??
and false otherwise.
VARIABLES TYPE VARIABLES DESCRIPTION
TIUTYP Input
This is the ien of the document.
$$CANDO(IEN,ACTION)
Evaluates whether a user can perform an action on a
specific TIU document.
VARIABLES TYPE VARIABLES DESCRIPTION
IEN Input
IEN of the TIU DOCUMENT file (#8925).
ACTION Input
Pointer to the USR ACTION file (#8930.8).
RESULT Output
RESULT=$$CANDO^TIULP(IEN,ACTION) where result is:
1 if user can perform action
0^'why not message' if user can't perform action
$$REQCOSIG(TYPE,IEN,USER)
Evaluates whether a user requires a cosignature for a
particular document.
VARIABLES TYPE VARIABLES DESCRIPTION
TYPE Input
Pointer to TIU DOCUMENT DEFINITION file (#8925.1).
IEN Input
Pointer to TIU DOCUMENT file (#8925).
USER Input
Pointer to NEW PERSON file (#200).
RESULT Output
RESULT=$$REQCOSIG(TYPE,IEN,USER) where RESULT is 1 if
user requires cosignature for the document or 0 otherwise.
$$CANLINK(TYPE)
BOOLEAN function which evaluates whether the current
user (DUZ) link a document of a particular type to an Interdisciplinary Note.
For use in ADD NEW ID NOTE, where the new entry has not yet been entered. not
entered yet. Assume most favorable circumstances (i.e., user will complete the
note), so if user still can't link, can tell them no, when they first select
title for the new entry. Exclude titles that can be selected as
Interdisciplinary Parents, since Parent and Child entries function as mutually
exclusive, (regardless of business rules).
VARIABLES TYPE VARIABLES DESCRIPTION
TYPE Input
This is the IEN of the document in the TIU DOCUMENT
DEFINITION FILE (#8925.1).
RESULT Output
The function returns a BOOLEAN result (i.e., 1 if the
document in question may be linked as an Interdisciplinary Entry, and
0^Explanatory text) if it cannot.
$$CANENTR(TIUTYP)
VARIABLES TYPE VARIABLES DESCRIPTION
TIUTYP Input
Document type IEN.
$$CANENTR Output

1 == if user has privileges to enter a document of the type input
0 == otherwise
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
AUTHORIZATION/SUBSCRIPTION Salt Lake City
In order for the AUTHORIZATION/SUBSCRIPTION UTILITY
(ASU) to work properly with TIU documents it needs to screen selection of
documents. The function CANPICK^TIULP provides this functionality. ASU would
like permission to call CANPICK^TIULP.
ORDER ENTRY/RESULTS REPORTING Salt Lake City
OE/RR calls $$CANDO, $$CANLINK, and $$REQCOSIG.
ADVERSE REACTION TRACKING
CARE MANAGEMENT
IMAGING
OUTPATIENT PHARMACY
Added 4/11/25 effective with PSO*7*770 patch to check
whether a user can perform an action on a specific TIU document.