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

USRP1INI.m

Go to the documentation of this file.
  1. USRP1INI ; SLC/PKR - Inits for patch USR*1.0*1 ;12/12/1997
  1. ;;1.0;AUTHORIZATION/SUBSCRIPTION;**1**;Jun 20, 1997
  1. ;======================================================================
  1. REMBP ;Remove broken subclass pointers.
  1. N FDA,I1,I2,IND,MSG,SUBCLASS,TOTAL
  1. S TOTAL=0
  1. S I1=0
  1. F S I1=$O(^USR(8930,I1)) Q:+I1'>0 D
  1. . S I2=0
  1. . F S I2=$O(^USR(8930,I1,1,I2)) Q:+I2'>0 D
  1. .. S SUBCLASS=$P(^USR(8930,I1,1,I2,0),U,1)
  1. .. I '$D(^USR(8930,SUBCLASS,0)) D
  1. ... S TOTAL=TOTAL+1
  1. ... S FDA(8930.01,I2_","_I1_",",.01)="@"
  1. D FILE^DIE("K","FDA","MSG")
  1. D BMES^XPDUTL(TOTAL_" broken SUBCLASS pointers were deleted.")
  1. Q