Print Page as PDF
DBIA4795 ICR (4795)

DBIA4795    ICR (4795)

Name Value
NUMBER 4795
IA # 4795
DATE CREATED 2005/09/22
CUSTODIAL PACKAGE TEXT INTEGRATION UTILITIES
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE TIUSRVP2
NAME DBIA4795
GENERAL DESCRIPTION
Entry points in this routine (TIUSRVP2) are used for
signing and addending TIU documents.  This agreement overlaps with IA 3535,
for routine TIUSRVP. Routine TIUSRVP was split in patch TIU*1*184, with
components MAKEADD and SIGN moved to TIUSRVP2. Variables and code have not
changed, just the routine. As of TIU*1*184, MAKEADD^TIUSRVP and SIGN^TIUSRVP
call their counterparts in TIUSRVP2. This means it will be more efficient to
call MAKEADD and SIGN directly from TIUSRVP2 when TIU*1*184 is released.  This
agreement grants that permission.
STATUS Active
DURATION Till Otherwise Agreed
ID TIUSRVP2
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
MAKEADD(TIUDADD,TIUDA,TIUX,SUPPRESS)
This call allows the creation of addenda to TIU
Documents.  Beginning when TIU*1*184 is released, please call MAKEADD^TIUSRVP2
instead of MAKEADD^TIUSRVP when editing existing code or writing new code. It
will be more efficient.
VARIABLES TYPE VARIABLES DESCRIPTION
TIUDA Input
This is the record number of the parent document in
file 8925.
TIUX Input
This is a local input array containing the data to be
filed for the addendum record, formatted as follows:

TIUX(.02)=45678              TIUX(1301)=2960703.104556
TIUX(1302)=293764                 TIUX("TEXT",1,0)="The patient is a 70 year
old
WHITE MALE, who presented to the ONCOLOGY CLINIC" TIUX("TEXT",2,0)="On JULY
3, 1996@10:00 AM, with
the chief complaint of NECK PAIN..."
SUPPRESS Input
BOOLEAN flag indicating whether or not to suppress
execution of the COMMIT ACTION for the document in question. This gives the
calling application control over the circumstances in which the COMMIT CODE
should be executed.
TIUDADD Both
This is the record number of the resulting addendum.

NOTE:  If no addendum record may be created, then the return variable will
look as follows: "-1^Could not create addendum."
SIGN(.ERR,TIUDA,TIUX)
Validates and applies an electronic signature to a
document.  Beginning when TIU*1*184 is released, please call SIGN^TIUSRVP2
instead of SIGN^TIUSRVP when editing or writing new code.  Only the routine is
changed.
VARIABLES TYPE VARIABLES DESCRIPTION
TIUDA Input
IEN in TIU DOCUMENT file (#8925).
TIUX Input
User's electronic signature code, assumed to be
encrypted by the Broker's ENCRYP^XUSRB1.
ERR Both
Passed by reference to return #^text of error message
from Dialog file if the user is NOT authorized to sign the document or if the
ES code is invalid; if successful, ERR=0.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
SURGERY
CLINICAL PROCEDURES
CARE MANAGEMENT
IMAGING
OUTPATIENT PHARMACY
Added 4/25/24 effective with patch PSO*7*746. The
Outpatient Pharmacy Meds By Mail team is working on an enhancement to create
an addendum to the existing TIU document.