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

RMPRPSTS.m

Go to the documentation of this file.
  1. RMPRPSTS ;HISC/RVD/HNC - POST INIT FOR UNKNOWN HCPCS CONVERSION;6/11/98
  1. ;;3.0;PROSTHETICS;**32**,Jun 11,1998
  1. W !,$C(7),"Invalid Entry......"
  1. Q
  1. START ;
  1. S U="^"
  1. W !!,"***** CONVERTING UNKNOWN HCPCS...."
  1. S I=0
  1. F S I=$O(^RMPR(660,I)) Q:I'>0 D
  1. .S RMDAT1=($G(^RMPR(660,I,1)))
  1. .I $P(RMDAT1,U,4)=2430 S $P(^RMPR(660,I,0),U,22)=101067
  1. ;re-cross reference the 4.1 field
  1. K ^RMPR(660,"G")
  1. S DIK="^RMPR(660,",DIK(1)="4.1^G" D ENALL^DIK
  1. W !!!,$C(7),"***** UNKNOWN HCPCS CONVERSION IS DONE!!!!"
  1. KILL K I,RMDAT0
  1. Q