Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: RMPR9S6

RMPR9S6.m

Go to the documentation of this file.
RMPR9S6 ;HOIFO/HNC - GUI 2319 CRITICAL COMMENTS ;9/23/02  08:25
 ;;3.0;PROSTHETICS;**59,90**;Feb 09, 1996
A1(IEN) G A2
EN(RESULTS,IEN) ;broker entry point
A2 ;
 S RMPRDFN=$P($G(^RMPR(668,IEN,0)),U,2)
 I RMPRDFN="" S RESULTS(0)="NOTHING TO REPORT" G EXIT
 ;
 D GETS^DIQ(665,RMPRDFN,"30","E","RA")
 I '$D(RA) S RESULTS(0)="NOTHING TO REPORT" G EXIT
 ;
 ;RA(665,"RMPRDFN,",30,1)=THIS IS LINE ONE
 ;
 S LN=0,CNT=0
 F  S LN=$O(RA(665,RMPRDFN_",",30,LN)) Q:LN'>0  D
 .S RESULTS(CNT)=RA(665,RMPRDFN_",",30,LN)
 .S CNT=CNT+1
 ;
EXIT ;common exit point
 K RA,LN,CNT
 ;END