Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^SD(404.98

Package: Scheduling

Global: ^SD(404.98


Information

FileMan FileNo FileMan Filename Package
404.98 SCHEDULING CONVERSION SPECIFICATION TEMPLATE Scheduling

Description

Directly Accessed By Routines, Total: 23

Package Total Routines
Scheduling 22 EVENT LOG    REQUEST LOG    SCCV EVENT LOG    SCCV REQUEST LOG    SCCVCDS1    SCCVCST    SCCVCST1    SCCVDEL
SCCVDSP    SCCVDSP1    SCCVE    SCCVEGD0    SCCVEGD1    SCCVEGD2    SCCVEGU1    SCCVLOG
SCCVLOG2    SCCVPAR    SCCVU1    SCCVU2    TEAM POSITIONS    ^SD(404.98    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Scheduling 2 SCCVCST    SCCVCST1    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Kernel 1 NEW PERSON(#200)[#404.9825(.06)]    

Fields, Total: 33

Field # Name Loc Type Details
.01 NUMBER 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X I $D(X) S DINUM=X
  • LAST EDITED:  APR 26, 1996
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the CST number. It is the primary key to this file.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  404.98^B
    1)= S ^SD(404.98,"B",$E(X,1,30),DA)=""
    2)= K ^SD(404.98,"B",$E(X,1,30),DA)
    This cross-reference allows look-up by number.
.02 TYPE 0;2 SET
************************REQUIRED FIELD************************
  • '1' FOR ENCOUNTER;

  • LAST EDITED:  FEB 17, 1998
  • DESCRIPTION:  This field contains the type of template entry.
    (Currently, only the 'ENCOUNTER' type is used.)
  • CROSS-REFERENCE:  404.98^TYP
    1)= S ^SD(404.98,"TYP",$E(X,1,30),DA)=""
    2)= K ^SD(404.98,"TYP",$E(X,1,30),DA)
    This cross-reference allows look-up by type of conversion.
.03 START DATE 0;3 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:2960930X) X
  • LAST EDITED:  FEB 04, 1998
  • HELP-PROMPT:  TYPE A DATE BETWEEN 1/1/1970 AND 9/30/1996
  • DESCRIPTION:  
    This field contains the user specified start date for encounters to be converted by this CST.
  • CROSS-REFERENCE:  404.98^C
    1)= S ^SD(404.98,"C",$E(X,1,30),DA)=""
    2)= K ^SD(404.98,"C",$E(X,1,30),DA)
    3)= DO NOT DELETE
.04 END DATE 0;4 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:2960930X) X
  • LAST EDITED:  FEB 04, 1998
  • HELP-PROMPT:  TYPE A DATE BETWEEN 1/1/1970 AND 9/30/1996
  • DESCRIPTION:  
    This field contains the user specified end date for encounters to be converted by this CST.
.05 LAST LOG EVENT 0;5 SET
  • '0' FOR ESTIMATE;
  • '1' FOR CONVERT;
  • '2' FOR RE-CONVERT;
  • '3' FOR CANCEL;

  • LAST EDITED:  OCT 29, 1998
  • DESCRIPTION:  
    This field contains the last event logged for this CST.
  • SCREEN:  S DIC("S")="IF $S(Y'=2:1,1:$P($G(^SD(404.91,1,""CNV"")),U,6))"
  • EXPLANATION:  For re-convert, site parameter must be set to 'YES'.
  • NOTES:  TRIGGERED by the CONVERSION CANCELED field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
  • CROSS-REFERENCE:  404.98^AIX1^MUMPS
    1)= I '$P(^SD(404.98,DA,0),U,7) D HIS^SCCVLOG($$NOW^XLFDT,DA,1,"",404.98)
    2)= I $P(^SD(404.98,DA,0),U,5)'=X D HIS^SCCVLOG($$NOW^XLFDT,DA,1,"",404.98)
    This mumps cross-reference works like a "trigger" cross-reference. When the CST event changes, a new action of 'Pending' is added to the CST EVENT sub-file.
  • CROSS-REFERENCE:  ^^TRIGGER^404.98^.08
    1)= K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^SD(404.98,D0,0)):^(0),1:"") S X=$P(Y(1),U,8),X=X S DIU=X K Y S X="" X ^DD(404.98,.05,1,2,1.4)
    1.4)= S DIH=$S($D(^SD(404.98,DIV(0),0)):^(0),1:""),DIV=X S $P(^(0),U,8)=DIV,DIH=404.98,DIG=.08 D ^DICR:$O(^DD(DIH,DIG,1,0))>0
    2)= K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^SD(404.98,D0,0)):^(0),1:"") S X=$P(Y(1),U,8),X=X S DIU=X K Y S X="" X ^DD(404.98,.05,1,2,2.4)
    2.4)= S DIH=$S($D(^SD(404.98,DIV(0),0)):^(0),1:""),DIV=X S $P(^(0),U,8)=DIV,DIH=404.98,DIG=.08 D ^DICR:$O(^DD(DIH,DIG,1,0))>0
    3)= DO NOT DELETE
    CREATE VALUE)= @
    DELETE VALUE)= @
    FIELD)= LAST LOG REQUEST ACTION
    This forces the last request action to be deleted when a new event is selected.
.06 BULLETIN UPON COMPLETION 0;6 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  MAY 02, 1996
  • DESCRIPTION:  
    This field indicates whether or not a user requested a bulletin to be sent at the completion of a specified event.
.07 LAST LOG EVENT STATUS 0;7 SET
  • '1' FOR PENDING;
  • '2' FOR STARTED;
  • '3' FOR STOPPED;
  • '4' FOR RE-STARTED;
  • '5' FOR COMPLETED;
  • '6' FOR QUEUED;
  • '7' FOR CANCELED;

  • LAST EDITED:  MAR 02, 1998
  • DESCRIPTION:  
    This field is triggered by the EVENT field of the CST EVENT sub-file. It contains the last event status for this CST.
    WRITE AUTHORITY: ^
  • NOTES:  TRIGGERED by the STATUS field of the EVENT LOG sub-field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
    TRIGGERED by the CONVERSION CANCELED field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
.08 LAST LOG REQUEST ACTION 0;8 SET
  • '1' FOR SCHEDULE;
  • '2' FOR STOP;
  • '3' FOR RE-START;

  • LAST EDITED:  MAY 07, 1996
  • DESCRIPTION:  
    This field contains the last action request for this CST.
    WRITE AUTHORITY: ^
  • NOTES:  TRIGGERED by the REQUEST ACTION field of the REQUEST LOG sub-field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
    TRIGGERED by the LAST LOG EVENT field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
.09 CONVERSION CANCELED 0;9 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  MAR 09, 1998
  • DESCRIPTION:  
    This field indicates that the CST has been canceled when set to 'YES'.
  • CROSS-REFERENCE:  ^^TRIGGER^404.98^.05
    1)= K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^SD(404.98,D0,0)):^(0),1:"") S X=$P(Y(1),U,5),X=X S DIU=X K Y S X=DIV S X=3 X ^DD(404.98,.09,1,1,1.4)
    1.4)= S DIH=$S($D(^SD(404.98,DIV(0),0)):^(0),1:""),DIV=X S $P(^(0),U,5)=DIV,DIH=404.98,DIG=.05 D ^DICR:$O(^DD(DIH,DIG,1,0))>0
    2)= Q
    CREATE VALUE)= S X=3
    DELETE VALUE)= NO EFFECT
    FIELD)= LAST LOG EVENT
  • CROSS-REFERENCE:  ^^TRIGGER^404.98^.07
    1)= X ^DD(404.98,.09,1,2,1.3) I X S X=DIV S Y(1)=$S($D(^SD(404.98,D0,0)):^(0),1:"") S X=$P(Y(1),U,7),X=X S DIU=X K Y S X=DIV S X=5 X ^DD(404.98,.09,1,2,1.4)
    1.3)= K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(0)=X S Y(1)=$C(59)_$S($D(^DD(404.98,.09,0)):$P(^(0),U,3),1:"") S X=$P($P(Y(1),$C(59)_Y(0)_":",2),$C(59),1)="YES"
    1.4)= S DIH=$S($D(^SD(404.98,DIV(0),0)):^(0),1:""),DIV=X S $P(^(0),U,7)=DIV,DIH=404.98,DIG=.07 D ^DICR:$O(^DD(DIH,DIG,1,0))>0
    2)= K DIV S DIV=X,D0=DA,DIV(0)=D0 S Y(1)=$S($D(^SD(404.98,D0,0)):^(0),1:"") S X=$P(Y(1),U,7),X=X S DIU=X K Y S X="" X ^DD(404.98,.09,1,2,2.4)
    2.4)= S DIH=$S($D(^SD(404.98,DIV(0),0)):^(0),1:""),DIV=X S $P(^(0),U,7)=DIV,DIH=404.98,DIG=.07 D ^DICR:$O(^DD(DIH,DIG,1,0))>0
    3)= DO NOT DELETE
    CREATE CONDITION)= CONVERSION CANCELED="YES"
    CREATE VALUE)= S X=5
    DELETE VALUE)= @
    FIELD)= #.07
1.01 LAST ENTRY PROCESSED 1;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 08, 1998
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  This field contains the last entry converted by the CST. If the conversion process is interrupted or stopped, this field is used to determine where to re-start the CST.
    For the 'Encounter' type CST, this field will be the Outpatient Encounter IEN of the last entry successfully converted. This field is not filled in until all processing of the encounter has taken place.
    UNEDITABLE
1.02 NUMBER OF ENTRIES 1;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 15, 1996
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of entries converted by this CST. It is incremented each time an entry is successfully converted.
    UNEDITABLE
1.03 TASK # 1;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 30, 1995
  • HELP-PROMPT:  Type a Number between 0 and 9999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the TaskMan task number of current event for this CST. If the task is completed or stopped this field is deleted.
1.04 VOLUME SET 1;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<1) X
  • LAST EDITED:  DEC 04, 1995
  • HELP-PROMPT:  Answer must be 1-4 characters in length.
  • DESCRIPTION:  This field is used to determine if the last TaskMan task number assigned is active so more than one conversion job doesn't run at a time for the CST.
    This value is used as input to STAT^%ZTLOAD. The results are used to determine if the task is active or not.
1.05 TOTAL ERRORS LOGGED 1;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 20, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    The total # of errors logged for this CST. This number is reset on reconvert to 0.
  • NOTES:  TRIGGERED by the NUMBER ERRORS LOGGED field of the REQUEST LOG sub-field of the SCHEDULING CONVERSION SPECIFICATION TEMPLATE File
2.01 NUMBER OF ADD/EDITS FOUND 2;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 10, 1996
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the total number of add/edits found by the estimator for this CST.
2.02 NUMBER OF ANCILLARIES FOUND 2;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 20, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of ancillaries visits associated with appointments found by the estimator for this CST.
2.03 NUMBER OF APPOINTMENTS FOUND 2;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 20, 1998
  • HELP-PROMPT:  Type a Number between 0 and 99999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of appointments found by the estimator for this CST.
2.04 NUMBER OF CREDIT STOPS FOUND 2;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 20, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of credit stops associated with appointments found by the estimator for this CST.
2.05 NUMBER OF DISPOSITIONS FOUND 2;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 20, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of dispositions found by the estimator for this CST.
2.06 RECORDS NOT CONVERTED 2;6 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 09, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total # of records not converted by this CST due to errors or missing data.
2.07 NUMBER OF ENCOUNTERS 2;7 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  DEC 03, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of records that will be created in the OUTPATIENT ENCOUNTER (#409.68) file by this CST, as determined by the estimator.
2.08 NUMBER OF VISITS 2;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  DEC 03, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of records that will be created in the VISIT (#9000010) file by this CST, as determined by the estimator.
2.09 NUMBER OF V PROVIDERs 2;9 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  DEC 03, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of PCE provider records that will be created in the V PROVIDER (#9000010.06) file by this CST, as determined by the estimator.
2.1 NUMBER OF V POVs 2;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  DEC 03, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of PCE diagnosis records that will be created in the V POV (#9000010.07) file by this CST, as determined by the estimator.
2.11 NUMBER OF V CPTs 2;11 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  DEC 03, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This field contains the number of PCE procedure records that will be created in the V CPT (#9000010.18) file by this CST, as determined by the estimator.
25 REQUEST LOG R;0 DATE Multiple #404.9825 404.9825

  • LAST EDITED:  JAN 08, 1998
  • DESCRIPTION:  
    This sub-file contains the request action log for events executed for this CST.
  • IDENTIFIED BY:  REQUEST ACTION(#.02)[R], EVENT(#.03)
50 ERROR LOG ERROR;0 WORD-PROCESSING #404.985

  • DESCRIPTION:  
    This field contains any errors encountered while processing the CST events.
  • LAST EDITED:  MAY 16, 1995
75 EVENT LOG E;0 DATE Multiple #404.9875 404.9875

  • LAST EDITED:  JAN 08, 1998
  • DESCRIPTION:  
    This sub-file contains information about the events which took place for this CST.
  • IDENTIFIED BY:  STATUS(#.02)[R], EVENT(#.03)
207 SCE GLOBAL ESTIMATE COMPUTED

  • MUMPS CODE:  N E S E=$G(^SD(404.98,D0,2)) S X=($$SCE^SCCVEGU1()*$P(E,U,7))+($$SCEUPD^SCCVEGU1()*($P(E,U,8)-$P(E,U,7))) S X=$J(X,0,0)
  • ALGORITHM:  N E S E=$G(^SD(404.98,D0,2)) S X=($$SCE^SCCVEGU1()*$P(E,U,7))+($$SCEUPD^SCCVEGU1()*($P(E,U,8)-$P(E,U,7))) (ALWAYS 0 DECIMAL DIGITS)
  • LAST EDITED:  DEC 03, 1998
  • DESCRIPTION:  This computed field provides an estimate on how much disk space will be required for OUTPATIENT ENCOUNTER (#409.68)records created or modified by this CST.
    The records are stored in the ^SCE global.
    The formula used is the following:
    NUMBER OF ENCOUNTERS TO BE CREATED * SCE BLOCKS PER NEW RECORD
    +
    ((NUMBER OF VISITS TO BE CREATED - NUMBER OF ENOCUNTERS TO BE CREATED)
    * SCE BLOCKS PER UPDATED RECORD)
208 AUPNVSIT GLOBAL ESTIMATE COMPUTED

  • MUMPS CODE:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVSIT^SCCVEGU1()*$P(E,U,8) S X=$J(X,0,0)
  • ALGORITHM:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVSIT^SCCVEGU1()*$P(E,U,8) (ALWAYS 0 DECIMAL DIGITS)
  • LAST EDITED:  NOV 28, 1998
  • DESCRIPTION:  This computed field provides an estimate on how much disk space will be required for VISIT (#9000010) records created by this CST.
    The records are stored in the ^AUPNVSIT global.
    The formula used is the following:
    NUMBER OF VISITS TO BE CREATED * AUPNVSIT BLOCKS PER NEW RECORD
209 AUPNVPRV GLOBAL ESTIMATE COMPUTED

  • MUMPS CODE:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVPRV^SCCVEGU1()*$P(E,U,9) S X=$J(X,0,0)
  • ALGORITHM:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVPRV^SCCVEGU1()*$P(E,U,9) (ALWAYS 0 DECIMAL DIGITS)
  • DESCRIPTION:  This computed field provides an estimate on how much disk space will be required for V PROVIDER (#9000010.06) records created by this CST.
    The records are stored in the ^AUPNVPRV global.
    The formula used is the following:
    NUMBER OF V PROVIDERs TO BE CREATED * AUPNVPRV BLOCKS PER NEW RECORD
210 AUPNVPOV GLOBAL ESTIMATE COMPUTED

  • MUMPS CODE:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVPOV^SCCVEGU1()*$P(E,U,10) S X=$J(X,0,0)
  • ALGORITHM:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVPOV^SCCVEGU1()*$P(E,U,10) (ALWAYS 0 DECIMAL DIGITS)
  • DESCRIPTION:  This computed field provides an estimate on how much disk space will be required for V POV (#9000010.07) records created by this CST.
    The records are stored in the ^AUPNVPOV global.
    The formula used is the following:
    NUMBER OF V POVs TO BE CREATED * AUPNVPOV BLOCKS PER NEW RECORD
211 AUPNVCPT GLOBAL ESTIMATE COMPUTED

  • MUMPS CODE:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVCPT^SCCVEGU1()*$P(E,U,11) S X=$J(X,0,0)
  • ALGORITHM:  N E S E=$G(^SD(404.98,D0,2)) S X=$$AUPNVCPT^SCCVEGU1()*$P(E,U,11) (ALWAYS 0 DECIMAL DIGITS)
  • DESCRIPTION:  This computed field provides an estimate on how much disk space will be required for V CPT (#9000010.18) records created by this CST.
    The records are stored in the ^AUPNVCPT global.
    The formula used is the following:
    NUMBER OF V CPTs TO BE CREATED * AUPNVCPT BLOCKS PER NEW RECORD

External References

Name Field # of Occurrence
^%DT .03+1, .04+1
^DICR .05(XREF 2n1.4), .05(XREF 2n2.4), .09(XREF 1n1.4), .09(XREF 2n1.4), .09(XREF 2n2.4)
$$AUPNVCPT^SCCVEGU1 211+1
$$AUPNVPOV^SCCVEGU1 210+1
$$AUPNVPRV^SCCVEGU1 209+1
$$AUPNVSIT^SCCVEGU1 208+1
$$SCE^SCCVEGU1 207+1
$$SCEUPD^SCCVEGU1 207+1
HIS^SCCVLOG .05(XREF 1S), .05(XREF 1K)
$$NOW^XLFDT .05(XREF 1S), .05(XREF 1K)

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^DD( .05(XREF 2n1.4), .05(XREF 2n2.4), .09(XREF 1n1.4), .09(XREF 2n1.4), .09(XREF 2n2.4)
^DD(404.98 .05(XREF 2S), .05(XREF 2K), .09(XREF 1S), .09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2K)
^SD(404.98 - [#404.98] .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .05(XREF 1S), .05(XREF 1K), .05(XREF 2S), .05(XREF 2n1.4)
.05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4), .09(XREF 2S), .09(XREF 2n1.4), .09(XREF 2K), .09(XREF 2n2.4), 207+1, 208+1
, 209+1, 210+1, 211+1

Naked Globals

Name Field # of Occurrence
^(0 ID.03+1, ID.04+1, .05(XREF 2S), .05(XREF 2n1.4), .05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4), .09(XREF 2S), .09(XREF 2n1.3)
.09(XREF 2n1.4), .09(XREF 2K), .09(XREF 2n2.4)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT .03+1*, .04+1*
>> D0 .05(XREF 2S), .05(XREF 2K), .09(XREF 1S), .09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2K), 207+1, 208+1, 209+1, 210+1
, 211+1
>> DA .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03(XREF 1S), .03(XREF 1K), .05(XREF 1S), .05(XREF 1K), .05(XREF 2S), .05(XREF 2K)
.09(XREF 1S), .09(XREF 2n1.3), .09(XREF 2K)
>> DIC ID.02+1
>> DIC("S" .05SCR+1*
>> DIG .05(XREF 2n1.4), .05(XREF 2n2.4), .09(XREF 1n1.4), .09(XREF 2n1.4), .09(XREF 2n2.4)
>> DIH .05(XREF 2n1.4), .05(XREF 2n2.4), .09(XREF 1n1.4), .09(XREF 2n1.4), .09(XREF 2n2.4)
>> DINUM .01+1*
>> DIU .05(XREF 2S), .05(XREF 2K), .09(XREF 1S), .09(XREF 2S), .09(XREF 2K)
DIV .05(XREF 2S), .05(XREF 2n1.4), .05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4), .09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2n1.4), .09(XREF 2K)
.09(XREF 2n2.4)
DIV(0 .05(XREF 2S), .05(XREF 2n1.4), .05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4), .09(XREF 2n1.3), .09(XREF 2n1.4), .09(XREF 2K), .09(XREF 2n2.4)
E 207+1~*, 208+1~*, 209+1~*, 210+1~*, 211+1~*
U ID.03+1, ID.04+1, .05(XREF 1S), .05(XREF 1K), .05(XREF 2S), .05(XREF 2n1.4), .05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4)
.09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2n1.4), .09(XREF 2K), .09(XREF 2n2.4), 207+1, 208+1, 209+1, 210+1, 211+1
X .01+1!, .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .03+1*!, .03(XREF 1S), .03(XREF 1K), .04+1*!, .05(XREF 1K)
.05(XREF 2S), .05(XREF 2n1.4), .05(XREF 2K), .05(XREF 2n2.4), .09(XREF 1S), .09(XREF 1n1.4), .09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2n1.4), .09(XREF 2K)
.09(XREF 2n2.4), 1.01+1!, 1.02+1!, 1.03+1!, 1.04+1!, 1.05+1!, 2.01+1!, 2.02+1!, 2.03+1!, 2.04+1!
, 2.05+1!, 2.06+1!, 2.07+1!, 2.08+1!, 2.09+1!, 2.1+1!, 2.11+1!, 207+1*, 208+1*, 209+1*
, 210+1*, 211+1*
Y .03+1, .04+1, .05(XREF 2S), .05(XREF 2K), .09(XREF 1S), .09(XREF 2S), .09(XREF 2K)
Y(0 .09(XREF 2n1.3)
Y(1 .05(XREF 2S), .05(XREF 2K), .09(XREF 1S), .09(XREF 2S), .09(XREF 2n1.3), .09(XREF 2K)
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All