GMPLI00A ; ; 25-AUG-1994
;;2.0;Problem List;;Aug 25, 1994
Q:'DIFQ(125.8) 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(125.8,6,3)
;;=Answer must be 3-25 characters in length.
;;^DD(125.8,6,21,0)
;;=^^1^1^2930908^
;;^DD(125.8,6,21,1,0)
;;=This is the description of why the change was made, if known.
;;^DD(125.8,6,"DT")
;;=2921028
;;^DD(125.8,7,0)
;;=REQUESTING PROVIDER^P200'^VA(200,^0;8^Q
;;^DD(125.8,7,21,0)
;;=^^2^2^2930908^
;;^DD(125.8,7,21,1,0)
;;=This is the provider who either changed this data, or directed it to be
;;^DD(125.8,7,21,2,0)
;;=changed.
;;^DD(125.8,7,"DT")
;;=2930305
;;^DD(125.8,10,0)
;;=OLD PROBLEM ENTRY^F^^1;1^K:$L(X)>150!($L(X)<1) X
;;^DD(125.8,10,3)
;;=Answer must be 1-150 characters in length.
;;^DD(125.8,10,21,0)
;;=^^2^2^2930908^
;;^DD(125.8,10,21,1,0)
;;=This is the entire problem entry (internal format) as it existed prior
;;^DD(125.8,10,21,2,0)
;;=to changing this data.
;;^DD(125.8,10,23,0)
;;=^^2^2^2930908^
;;^DD(125.8,10,23,1,0)
;;=This field consists of the original 0-node concatenated with an "^" and
;;^DD(125.8,10,23,2,0)
;;=the original 1-node, prior to modifying this data.
;;^DD(125.8,10,"DT")
;;=2930305
GMPLI00A ; ; 25-AUG-1994
+1 ;;2.0;Problem List;;Aug 25, 1994
+2 IF 'DIFQ(125.8)
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(125.8,6,3)
+2 ;;=Answer must be 3-25 characters in length.
+3 ;;^DD(125.8,6,21,0)
+4 ;;=^^1^1^2930908^
+5 ;;^DD(125.8,6,21,1,0)
+6 ;;=This is the description of why the change was made, if known.
+7 ;;^DD(125.8,6,"DT")
+8 ;;=2921028
+9 ;;^DD(125.8,7,0)
+10 ;;=REQUESTING PROVIDER^P200'^VA(200,^0;8^Q
+11 ;;^DD(125.8,7,21,0)
+12 ;;=^^2^2^2930908^
+13 ;;^DD(125.8,7,21,1,0)
+14 ;;=This is the provider who either changed this data, or directed it to be
+15 ;;^DD(125.8,7,21,2,0)
+16 ;;=changed.
+17 ;;^DD(125.8,7,"DT")
+18 ;;=2930305
+19 ;;^DD(125.8,10,0)
+20 ;;=OLD PROBLEM ENTRY^F^^1;1^K:$L(X)>150!($L(X)<1) X
+21 ;;^DD(125.8,10,3)
+22 ;;=Answer must be 1-150 characters in length.
+23 ;;^DD(125.8,10,21,0)
+24 ;;=^^2^2^2930908^
+25 ;;^DD(125.8,10,21,1,0)
+26 ;;=This is the entire problem entry (internal format) as it existed prior
+27 ;;^DD(125.8,10,21,2,0)
+28 ;;=to changing this data.
+29 ;;^DD(125.8,10,23,0)
+30 ;;=^^2^2^2930908^
+31 ;;^DD(125.8,10,23,1,0)
+32 ;;=This field consists of the original 0-node concatenated with an "^" and
+33 ;;^DD(125.8,10,23,2,0)
+34 ;;=the original 1-node, prior to modifying this data.
+35 ;;^DD(125.8,10,"DT")
+36 ;;=2930305