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

TIU ID DETACH ENTRY

This call will remove an ID Entry from an Interdisciplinary Note.

Properties

Property Value
Label IDDTCH
MUMPS Implementation TIUSRVP1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
TIUDA LITERAL   true This is the internal entry number of the ID Entry which is to be removedfrom the ID Note.

MUMPS Method Description

Property Value
Method IDDTCH^TIUSRVP1
Method Comment Detach TIUDA from its ID Parent
Input Parameters TIUDA
Code
 N TIUX,IDDAD
I '+$G(^TIU(8925,TIUDA,21)) D Q
. S TIUY="0^Record #"_TIUDA_" is NOT an ID Entry."
S IDDAD=+$G(^TIU(8925,TIUDA,21))
S TIUX(2101)="@"
D FILE^TIUSRVP(.TIUY,TIUDA,.TIUX,1)
D AUDLINK^TIUGR1(TIUDA,"d",IDDAD)
D IDDEL^TIUALRT1(TIUDA)

CPRS

File Type Description
Pascal File rTIU.pas


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