FHINI0N3 ; ; 11-OCT-1995
;;5.0;Dietetics;;Oct 11, 1995
Q:'DIFQ(119.9) F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
Q Q
;;^DD(119.985,.01,1,0)
;;=^.1
;;^DD(119.985,.01,1,1,0)
;;=119.985^B
;;^DD(119.985,.01,1,1,1)
;;=S ^FH(119.9,DA(1),"P","B",$E(X,1,30),DA)=""
;;^DD(119.985,.01,1,1,2)
;;=K ^FH(119.9,DA(1),"P","B",$E(X,1,30),DA)
;;^DD(119.985,.01,1,1,"%D",0)
;;=^^1^1^2911118^
;;^DD(119.985,.01,1,1,"%D",1,0)
;;=This is the normal B cross-reference of the DRUG CLASSIFICATIONS field.
;;^DD(119.985,.01,21,0)
;;=^^2^2^2890709^
;;^DD(119.985,.01,21,1,0)
;;=This field is a pointer to File 50.605, VA Drug Classification
;;^DD(119.985,.01,21,2,0)
;;=and is a classification of interest to clinicians.
;;^DD(119.985,.01,"DT")
;;=2890709
FHINI0N3 ; ; 11-OCT-1995
+1 ;;5.0;Dietetics;;Oct 11, 1995
+2 IF 'DIFQ(119.9)
QUIT
FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^DD(119.985,.01,1,0)
+2 ;;=^.1
+3 ;;^DD(119.985,.01,1,1,0)
+4 ;;=119.985^B
+5 ;;^DD(119.985,.01,1,1,1)
+6 ;;=S ^FH(119.9,DA(1),"P","B",$E(X,1,30),DA)=""
+7 ;;^DD(119.985,.01,1,1,2)
+8 ;;=K ^FH(119.9,DA(1),"P","B",$E(X,1,30),DA)
+9 ;;^DD(119.985,.01,1,1,"%D",0)
+10 ;;=^^1^1^2911118^
+11 ;;^DD(119.985,.01,1,1,"%D",1,0)
+12 ;;=This is the normal B cross-reference of the DRUG CLASSIFICATIONS field.
+13 ;;^DD(119.985,.01,21,0)
+14 ;;=^^2^2^2890709^
+15 ;;^DD(119.985,.01,21,1,0)
+16 ;;=This field is a pointer to File 50.605, VA Drug Classification
+17 ;;^DD(119.985,.01,21,2,0)
+18 ;;=and is a classification of interest to clinicians.
+19 ;;^DD(119.985,.01,"DT")
+20 ;;=2890709