- IBDEI002 ; ; 18-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(358) 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(358,.11,3)
- ;;=How many pages should the encounter form have?
- ;;^DD(358,.11,21,0)
- ;;=^^1^1^2930602^
- ;;^DD(358,.11,21,1,0)
- ;;=The encounter form may have multiple pages.
- ;;^DD(358,.11,"DT")
- ;;=2930602
- ;;^DD(358,1,0)
- ;;=EXPORT NOTES^358.01^^1;0
- ;;^DD(358,1,21,0)
- ;;=^^3^3^2930806^
- ;;^DD(358,1,21,1,0)
- ;;=Used to describe the form to other sites. The form can not be displayed
- ;;^DD(358,1,21,2,0)
- ;;=until after it is imported. Maybe if they knew more about it they wouldn't
- ;;^DD(358,1,21,3,0)
- ;;=want to import it! They will be able to read the EXPORT NOTES before importing it.
- ;;^DD(358.01,0)
- ;;=EXPORT NOTES SUB-FIELD^^.01^1
- ;;^DD(358.01,0,"DT")
- ;;=2930806
- ;;^DD(358.01,0,"NM","EXPORT NOTES")
- ;;=
- ;;^DD(358.01,0,"UP")
- ;;=358
- ;;^DD(358.01,.01,0)
- ;;=EXPORT NOTES^W^^0;1^Q
- ;;^DD(358.01,.01,3)
- ;;=What should other sites know about this form before importing it? The other site will not be able to display it until after they import it.
- ;;^DD(358.01,.01,"DT")
- ;;=2930806
- IBDEI002 ; ; 18-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(358)
- 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(358,.11,3)
- +2 ;;=How many pages should the encounter form have?
- +3 ;;^DD(358,.11,21,0)
- +4 ;;=^^1^1^2930602^
- +5 ;;^DD(358,.11,21,1,0)
- +6 ;;=The encounter form may have multiple pages.
- +7 ;;^DD(358,.11,"DT")
- +8 ;;=2930602
- +9 ;;^DD(358,1,0)
- +10 ;;=EXPORT NOTES^358.01^^1;0
- +11 ;;^DD(358,1,21,0)
- +12 ;;=^^3^3^2930806^
- +13 ;;^DD(358,1,21,1,0)
- +14 ;;=Used to describe the form to other sites. The form can not be displayed
- +15 ;;^DD(358,1,21,2,0)
- +16 ;;=until after it is imported. Maybe if they knew more about it they wouldn't
- +17 ;;^DD(358,1,21,3,0)
- +18 ;;=want to import it! They will be able to read the EXPORT NOTES before importing it.
- +19 ;;^DD(358.01,0)
- +20 ;;=EXPORT NOTES SUB-FIELD^^.01^1
- +21 ;;^DD(358.01,0,"DT")
- +22 ;;=2930806
- +23 ;;^DD(358.01,0,"NM","EXPORT NOTES")
- +24 ;;=
- +25 ;;^DD(358.01,0,"UP")
- +26 ;;=358
- +27 ;;^DD(358.01,.01,0)
- +28 ;;=EXPORT NOTES^W^^0;1^Q
- +29 ;;^DD(358.01,.01,3)
- +30 ;;=What should other sites know about this form before importing it? The other site will not be able to display it until after they import it.
- +31 ;;^DD(358.01,.01,"DT")
- +32 ;;=2930806