Print Page as PDF
DGPF FILE/DELETE TIU PN LINK ICR (4384)

DGPF FILE/DELETE TIU PN LINK    ICR (4384)

Name Value
NUMBER 4384
IA # 4384
DATE CREATED 2004/03/29
CUSTODIAL PACKAGE REGISTRATION
CUSTODIAL ISC Albany
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DGPFAPI2
NAME DGPF FILE/DELETE TIU PN LINK
GENERAL DESCRIPTION
The purpose of this API is to facilitate the Filing
(Linking) and Deleting (Un-Linking) of the TIU PN LINK (#.06) field of the PRF
ASSIGNMENT HISTORY file (#26.14).  The TIU PROGRESS NOTE pointer IEN to the
TIU DOCUMENT file (#8925) will be used.
STATUS Active
DURATION Till Otherwise Agreed
ID DGPFAPI2
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$STOTIU(DFN,DGAIEN,DGHIEN,DGTIUIEN)
This function entry point is used to File (Link) the
pointer IEN of a TIU Progress Note of the TIU DOCUMENT file (#8925) to the TIU
PN LINK Field (#.06) of the PRF ASSIGNMENT HISTORY file (#26.14).

MUMPS code example of use:
--------------------------
I $$STOTIU^DGPFAPI2(DFN,DGAIEN,DGHIEN,DGTIUIEN) D . W !,"The TIU Progress Note
IEN has been Filed for this patient."

VARIABLES TYPE VARIABLES DESCRIPTION
DFN Input
[Required]
IEN of patient in the PATIENT (#2) file.

DGAIEN Input
[Required]
IEN pointer to patient record flag assignment in
the PRF ASSIGNMENT (#26.13) file.

DGHIEN Input
[Required]
IEN for record in PRF ASSIGNMENT HISTORY
(#26.14) File.

DGTIUIEN Input
[Required]
IEN pointer of the TIU Progress Note
to the TIU DOCUMENT (#8925) file.

$$STOTIU Output

"0" = Failure  = "0^Error Message of what failed"
(2 piece string (^)-delimited)
"1" = Successful = The TIU PN LINK (#.06) field
of the (#26.14) file has been
updated.

$$DELTIU(DGTIUIEN)
This function entry point is used to Delete (Un-Link)
the pointer IEN of a TIU Progress Note of the TIU DOCUMENT file (#8925) from
the TIU PN LINK Field (#.06) of the PRF ASSIGNMENT HISTORY file (#26.14).

MUMPS code example of use:
--------------------------
I $$DELTIU^DGPFAPI2(DGTIUIEN) D . W !,"The TIU Progress Note IEN has been
Deleted for this patient."

VARIABLES TYPE VARIABLES DESCRIPTION
DGTIUIEN Input
[Required]
IEN pointer of the TIU Progress Note to
the TIU DOCUMENT (#8925) file.

$$DELTIU Output

"0" = Failure
"1" = Successful = The TIU PN LINK (#.06) field
of the (#26.14) file has been
deleted.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC
TEXT INTEGRATION UTILITIES Salt Lake City