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

IBDEI01I.m

Go to the documentation of this file.
  1. IBDEI01I ; ; 18-MAR-1994
  1. ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
  1. Q:'DIFQ(358.6) 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
  1. Q Q
  1. ;;^DD(358.6,3,21,3,0)
  1. ;;=assist the user in located the package interface he needs to display a
  1. ;;^DD(358.6,3,21,4,0)
  1. ;;=particular item of data to a form.
  1. ;;^DD(358.6,3,"DT")
  1. ;;=2930726
  1. ;;^DD(358.6,4.01,0)
  1. ;;=ENTRY ACTION^K^^4;E1,245^K:$L(X)>245 X D:$D(X) ^DIM
  1. ;;^DD(358.6,4.01,3)
  1. ;;=This is Standard MUMPS code.
  1. ;;^DD(358.6,4.01,9)
  1. ;;=@
  1. ;;^DD(358.6,4.01,21,0)
  1. ;;=^^3^3^2930527^
  1. ;;^DD(358.6,4.01,21,1,0)
  1. ;;=
  1. ;;^DD(358.6,4.01,21,2,0)
  1. ;;=This code will be executed after the PROTECTED VARIABLES are newed, but
  1. ;;^DD(358.6,4.01,21,3,0)
  1. ;;=before the interface routine is called.
  1. ;;^DD(358.6,4.01,"DT")
  1. ;;=2930521
  1. ;;^DD(358.6,5.01,0)
  1. ;;=EXIT ACTION^K^^5;E1,245^K:$L(X)>245 X D:$D(X) ^DIM
  1. ;;^DD(358.6,5.01,3)
  1. ;;=This is Standard MUMPS code.
  1. ;;^DD(358.6,5.01,9)
  1. ;;=@
  1. ;;^DD(358.6,5.01,21,0)
  1. ;;=^^3^3^2930528^
  1. ;;^DD(358.6,5.01,21,1,0)
  1. ;;=
  1. ;;^DD(358.6,5.01,21,2,0)
  1. ;;=This code will be executed after the interface routine is called.
  1. ;;^DD(358.6,5.01,21,3,0)
  1. ;;=The effect of the NEW done on the PROTECTED VARIABLES is still in effect.
  1. ;;^DD(358.6,5.01,"DT")
  1. ;;=2930518
  1. ;;^DD(358.6,6,0)
  1. ;;=PROTECTED LOCAL VARIABLES^358.66^^6;0
  1. ;;^DD(358.6,6,21,0)
  1. ;;=^^11^11^2930608^^
  1. ;;^DD(358.6,6,21,1,0)
  1. ;;=
  1. ;;^DD(358.6,6,21,2,0)
  1. ;;=This is a list of variables that should be newed before the entry action
  1. ;;^DD(358.6,6,21,3,0)
  1. ;;=or calling the interface routine. It is protection against interfaces that
  1. ;;^DD(358.6,6,21,4,0)
  1. ;;=alter or kill variables, or entry actions that do so. Note that REQUIRED
  1. ;;^DD(358.6,6,21,6,0)
  1. ;;=changes a required variable, however, there is a way to protect it.
  1. ;;^DD(358.6,6,21,7,0)
  1. ;;=Supposing, for example, DFN is killed by the interface. This will protect
  1. ;;^DD(358.6,6,21,8,0)
  1. ;;=it:
  1. ;;^DD(358.6,6,21,9,0)
  1. ;;= PROTECTED VARIABLE: IBDFN
  1. ;;^DD(358.6,6,21,10,0)
  1. ;;= ENTRY ACTION: S IBDFN=DFN
  1. ;;^DD(358.6,6,21,11,0)
  1. ;;= EXIT ACTION: S DFN=IBDFN
  1. ;;^DD(358.6,7,0)
  1. ;;=REQUIRED LOCAL VARIABLES^358.67^^7;0
  1. ;;^DD(358.6,7,21,0)
  1. ;;=^^4^4^2930528^
  1. ;;^DD(358.6,7,21,1,0)
  1. ;;=
  1. ;;^DD(358.6,7,21,2,0)
  1. ;;=The interface may require inputs. This field is a list of the required
  1. ;;^DD(358.6,7,21,3,0)
  1. ;;=local variables. The interface will not be called unless the variables are
  1. ;;^DD(358.6,7,21,4,0)
  1. ;;=determined to exist.
  1. ;;^DD(358.6,8.01,0)
  1. ;;=PIECE 1 NODE^F^^8;1^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.01,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.01,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.02,0)
  1. ;;=PIECE 2 NODE^F^^8;2^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.02,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.02,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.03,0)
  1. ;;=PIECE 3 NODE^F^^8;3^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.03,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.03,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.04,0)
  1. ;;=PIECE 4 NODE^F^^8;4^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.04,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.04,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.05,0)
  1. ;;=PIECE 5 NODE^F^^8;5^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.05,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.05,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.06,0)
  1. ;;=PIECE 6 NODE^F^^8;6^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.06,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.06,"DT")
  1. ;;=2931203
  1. ;;^DD(358.6,8.07,0)
  1. ;;=PIECE 7 NODE^F^^8;7^K:$L(X)>10!($L(X)<1) X
  1. ;;^DD(358.6,8.07,3)
  1. ;;=Answer must be 1-10 characters in length.
  1. ;;^DD(358.6,8.07,"DT")
  1. ;;=2931203
  1. ;;^DD(358.61,0)
  1. ;;=DESCRIPTION SUB-FIELD^^.01^1