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

AUPNCASE.m

Go to the documentation of this file.
  1. AUPNCASE ; IHS/CMI/LAB - Up-cases lower case input for X-ref ;
  1. ;;99.1;IHS DICTIONARIES (PATIENT);;MAR 09, 1999
  1. ; CALLED FROM File 2 B CROSS REFERENCE
  1. ;N I,J,C,NX
  1. S AUPNCASJ=$L(X),AUPNCANX="" F AUPNCASI=1:1:AUPNCASJ S AUPNCASC=$E(X,AUPNCASI),AUPNCANX=AUPNCANX_$S(AUPNCASC?1L:$C($A(AUPNCASC)-32),1:AUPNCASC)
  1. S X=AUPNCANX
  1. K AUPNCASI,AUPNCASJ,AUPNCANX,AUPNCASC
  1. Q