XPDPROT ;SFISC/RWF,RSD - Manage Protocol Items ;05/24/2010
Source file <XPDPROT.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
ADD(PARENT,CHILD,MNE,SEQ) | ;EF. Add Child to Item multiple of Parent
|
|
LKPROT(X) | ;EF. To lookup on "B"
|
|
TYPE(X) | ;EF. Return protocol type, Pass IFN.
|
|
DELETE(PARENT,CHILD) | ;EF. Delete entry from ITEM multiple
|
|
OUT(PROT,TXT) | ;Disable protocol
|
|
RENAME(OLD,NEW) | ;Rename protocol
|
|
FIND(RESULT,PROT) | ;Find all parents for PROT
; Input: RESULT - Results array name, passed by reference (req) ; PROT - name of protocol (req) ; Output: RESULT(0)= number of parents found ; OR ; -1 ^ error message |
|