| $$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.
 
 | 
 
 |