VistA Analysis » VistA Reference » RPCs » TIU ID ATTACH ENTRY

TIU ID ATTACH ENTRY

This RPC will attach a a document as an Interdisciplinary (ID) entry to anID Parent document.

Properties

Property Value
Label IDATTCH
MUMPS Implementation TIUSRVP1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
TIUDA LITERAL   true This is the IEN of the Entry which is to be attached as the ID Child.
TIUDAD LITERAL   true This is the internal entry number of the TIU Document which is to be theID Parent to which the ID Entry is attached.

MUMPS Method Description

Property Value
Method IDATTCH^TIUSRVP1
Method Comment Attach TIUDA as ID Child entry to TIUDAD
Input Parameters TIUDA, TIUDAD
Code
 N TIUX
S TIUX(2101)=TIUDAD
D FILE^TIUSRVP(.TIUY,TIUDA,.TIUX,1)
D AUDLINK^TIUGR1(TIUDA,"a",TIUDAD)
D SENDID^TIUALRT1(TIUDA)

CPRS

File Type Description
Pascal File rTIU.pas


Document generated on August 31st 2022, 2:55:43 pm