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

AUTPOS3.m

Go to the documentation of this file.
  1. AUTPOS3 ; IHS/DIRM/JDM/DFM - Post Init to AUT ; [ 03/04/98 8:10 AM ]
  1. ;;98.1;IHS DICTIONARIES (POINTERS);;MAR 04, 1998;Build 6
  1. ;
  1. ;
  1. RECODE ;EP - Converts invalid phone #s to valid in INSURER file.
  1. S NX=0 D CONVRT
  1. Q
  1. CONVRT ;
  1. Q:'$O(^AUTNINS(NX))
  1. S NX=$O(^AUTNINS(NX))
  1. S PN=$P(^AUTNINS(NX,0),U,6)
  1. S LN=$L(PN)
  1. Q:PN=""!(LN<13)
  1. I $E(PN,6)="-" S PN=$P(PN,"-",1)_$P(PN,"-",2)
  1. S DIE="^AUTNINS(",DA=NX,DR=".06//^S X=PN" D ^DIE
  1. G CONVRT
  1. Q