fixed a comment.. the return array to the RPC call is passed by reference

This commit is contained in:
george 2009-08-28 23:21:26 +00:00
parent 4fb50ed188
commit d1c8a53a02
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ DCCR(DFN) ; DISPLAY A CCR THAT HAS JUST BEEN EXTRACTED
Q
;
CCRRPC(CCRGRTN,DFN,CCRPARMS,CCRPART) ;RPC ENTRY POINT FOR CCR OUTPUT
; CCRGRTN IS RETURN ARRAY PASSED BY NAME
; CCRGRTN IS RETURN ARRAY PASSED BY REFERENCE
; DFN IS PATIENT IEN
; CCRPART IS "CCR" FOR ENTIRE CCR, OR SECTION NAME FOR A PART
; OF THE CCR BODY.. PARTS INCLUDE "PROBLEMS" "VITALS" ETC