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 |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^SD(409.92

Package: Scheduling

Global: ^SD(409.92


Information

FileMan FileNo FileMan Filename Package
409.92 ACRP REPORT TEMPLATE PARAMETER Scheduling

Description

Directly Accessed By Routines, Total: 5

Package Total Routines
Scheduling 5 SD53P530    TEAM POSITIONS    ^SD(409.92    SCRPW21    SD53P177    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Scheduling 3 SCRPW21    SD53P177    SD53P530    

Fields, Total: 17

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

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<4)!'(X?4N) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 4 characters in length, all numeric; where the first 2 characters represent the order of the major category, the second 2 characters represent the order of the minor category.
  • DESCRIPTION:  This is a 4 digit numeric value that determines where (and in what order) each data element will be displayed by ^DIR for selection in the 'ACRP Ad Hoc Report'. The first to digits determine the order of the major
    category of this data element. The second two digits determine the order of the subcategory of this data element (within the major category).
  • CROSS-REFERENCE:  409.92^B
    1)= S ^SD(409.92,"B",$E(X,1,30),DA)=""
    2)= K ^SD(409.92,"B",$E(X,1,30),DA)
1 MAJOR CATEGORY (INTERNAL) 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>2!($L(X)<2) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 2 characters in length.
  • DESCRIPTION:  This is the internal value or acronym that represents the major category of this data element. The 4 character acronym created by concatinating the major category acromym with the subcategory acronym is used as a unique
    identifier for this data element.
2 MAJOR CATEGORY (EXTERNAL) 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  APR 08, 1998
  • HELP-PROMPT:  Answer must be 1-40 characters in length.
  • DESCRIPTION:  
    This is the external representation of the major category (conceptual group) of this data element.
3 MINOR CATEGORY (INTERNAL) 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>2!($L(X)<2) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 2 characters in length.
  • DESCRIPTION:  
    This is the internal value or acronym that represents the subcategory of this data element.
4 MINOR CATEGORY (EXTERNAL) 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  APR 08, 1998
  • HELP-PROMPT:  Answer must be 1-40 characters in length.
  • DESCRIPTION:  
    This is the external representation of the subcategory (actual data value) of this data element.
  • CROSS-REFERENCE:  409.92^C^MUMPS
    1)= S ^SD(409.92,"C",X,DA)=""
    2)= K ^SD(409.92,"C",X,DA)
5 TYPE 0;6 SET
  • 'D' FOR DATE;
  • 'P' FOR POINTER;
  • 'F' FOR FIELD;
  • 'N' FOR NUMBER;
  • 'T' FOR TEXT;
  • 'C' FOR COMPUTED;
  • 'PP' FOR POINTER/POINTER;
  • 'S' FOR SET OF CODES;

  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Indicates the type of data this element is.
  • DESCRIPTION:  
    This field defines the type of data this data element consists of and determines how it will be manipulated generically.
6 TYPE WHERE 7;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 1-245 characters in length. Contains 'where' (global or field) or execute code that sets up DIR array for set of codes.
  • DESCRIPTION:  This indicates where or how this data type is found or code to set up DIR(0). Specifically:
    Data type: Value:
    ------------------ -------------------------------
    FIELD "file#,field#"
    POINTER global root of file pointed to
    POINTER/POINTER "globalroot;field#"
    SET OF CODES execute code to set DIR(0)
    DELETE AUTHORITY: @
    WRITE AUTHORITY: @
    READ AUTHORITY: @
7 TYPE SCREEN 8;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 1-245 characters in length. Value for DIC("S") or input transform.
  • DESCRIPTION:  This field contains logic for DIC("S") or parameters for DIC(0), specifically:
    Data type: Value:
    -------------------- -------------------------------------
    DATE value for DIR(0) (required)
    NUMBER value for DIR(0) (required)
    POINTER screen logic for DIC("S") (optional)
    TEXT value for DIR(0) (required)
    DELETE AUTHORITY: @
    WRITE AUTHORITY: @
    READ AUTHORITY: @
8 CHOICE METHOD 0;9 SET
  • 'L' FOR LIST;
  • 'R' FOR RANGE;
  • 'LR' FOR LIST OR RANGE;

  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Determines selection method(s) allowed for this data element.
  • DESCRIPTION:  
    This determines the choice method(s) the user will be allowed when selecting items for this data element.
9 NUMBER OF CHOICES 0;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Type a Number between 0 and 999, 0 Decimal Digits. Limits the number of choices for list selection.
  • DESCRIPTION:  
    This determines the maximum number of item choices a user is allowed for this data element.
10 CODE TO SET 'SDX' 11;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  This is Standard MUMPS code. Creates SDX array where SDX(internal value)=external value.
  • DESCRIPTION:  When an encounter is being evaluated, the actual data values for this data element are extracted into an array where:
    SDX(n)=internal value^external value
    This field contains code which, when executed, will create the SDX array.
    WRITE AUTHORITY: @
11 OUTPUT TRANSFORM 12;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  This is Standard MUMPS code. Performs output transform (where SDX="internal value^external value" or "int;int^ext / ext" for pointer/pointer data types).
  • DESCRIPTION:  
    This field contains code which, when executed, will transform the values in the SDX(n) array into a different format, if desired.
    WRITE AUTHORITY: @
12 CODE TO SET 'SDIRQ' 13;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  This is Standard MUMPS code. Code that sets SDIRQ array for use as DIR("?").
  • DESCRIPTION:  
    This field contains code that sets the SDIRQ array to help text used as the DIR("?") array.
    WRITE AUTHORITY: @
13 ADDITIONAL LIMITATIONS 0;14 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<4) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 4 characters in length. Represents synonymous additional limitations to apply when evaluating limitations.
  • DESCRIPTION:  
    This field contains the acronym representing an additional data element to be applied synonymously when evaluating this data element as a limitation.
14 PRINT FIELD LEVEL 0;15 SET
  • '0' FOR EXCLUDE;
  • '1' FOR ENCOUNTER DETAIL ONLY;
  • '2' FOR ALL DETAIL TYPES;

  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Determines which data element are selectable for which patient detail types (ie. encounter or patient/visit).
  • DESCRIPTION:  
    This field describes what level of detail this data element is related to and restricts selection accordingly.
15 MULTIPLE VALUED 0;16 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Indicates if this data element is potentially multiply valued.
  • DESCRIPTION:  
    This indicates if the actual data for this data element can potentially be multiply valued.
16 ACRONYM 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<4) X
  • LAST EDITED:  MAR 19, 1998
  • HELP-PROMPT:  Answer must be 4 characters in length.
  • DESCRIPTION:  
    This field contains the acronym which uniquely identifies this data element. It is a 4 character value which consists of the internal values of the major category and subcategory of this data element.
  • CROSS-REFERENCE:  409.92^AC^MUMPS
    1)= S ^SD(409.92,"C",X,DA)=""
    2)= K ^SD(409.92,"C",X,DA)
    Adds acronym to 'C' x-ref. for lookup.

External References

Name Field # of Occurrence
^DIM 10+1, 11+1, 12+1
APAC^SCRPW24 10(IEN:21)
APAP^SCRPW24 10(IEN:20)
APEM^SCRPW24 10(IEN:19)
APOTR^SCRPW24 11(IEN:19), 11(IEN:20), 11(IEN:21)
CLCG^SCRPW24 10(IEN:2)
CLCN^SCRPW24 10(IEN:1)
CLCS^SCRPW24 10(IEN:3)
DXAD^SCRPW24 10(IEN:16)
DXGS^SCRPW24 10(IEN:17), 10(IEN:18)
DXGSQ^SCRPW24 12(IEN:17), 12(IEN:18)
DXOTR^SCRPW24 11(IEN:14), 11(IEN:15), 11(IEN:16)
DXPD^SCRPW24 10(IEN:14)
DXSD^SCRPW24 10(IEN:15)
ENED^SCRPW24 10(IEN:45), 10(IEN:50)
ENEF^SCRPW24 10(IEN:67), 10(IEN:68)
ENEP^SCRPW24 10(IEN:49), 10(IEN:54)
ENES^SCRPW24 10(IEN:47), 10(IEN:52)
ENFR^SCRPW24 10(IEN:48), 10(IEN:53)
ENQ^SCRPW24 12(IEN:45), 12(IEN:46), 12(IEN:47), 12(IEN:48), 12(IEN:49), 12(IEN:50), 12(IEN:51), 12(IEN:52), 12(IEN:53), 12(IEN:54)
12(IEN:67), 12(IEN:68)
ENSE^SCRPW24 10(IEN:46), 10(IEN:51)
OEAT^SCRPW24 10(IEN:57)
OECL^SCRPW24 10(IEN:62), 10(IEN:63), 10(IEN:64), 10(IEN:65)
OEDV^SCRPW24 10(IEN:60)
OEEE^SCRPW24 10(IEN:59)
OEES^SCRPW24 10(IEN:58)
OEOP^SCRPW24 10(IEN:56)
OEOU^SCRPW24 10(IEN:66)
OEPA^SCRPW24 10(IEN:55)
OESU^SCRPW24 10(IEN:72)
OETS^SCRPW24 10(IEN:61)
PCPR^SCRPW24 10(IEN:43), 10(IEN:69)
PCTM^SCRPW24 10(IEN:44), 10(IEN:70)
PDPA^SCRPW24 10(IEN:28)
PDPS^SCRPW24 10(IEN:29)
PDSC^SCRPW24 10(IEN:31)
PDZC^SCRPW24 10(IEN:32)
PDPE^SCRPW241 10(IEN:79)
PDPR^SCRPW241 10(IEN:30)
CPOTR^SCRPW25 11(IEN:7)
CPQ^SCRPW25 12(IEN:7)
NPCP^SCRPW25 10(IEN:75), 10(IEN:77)
NPCT^SCRPW25 10(IEN:76), 10(IEN:78)
PCAP^SCRPW25 10(IEN:73), 10(IEN:74)
PCOTR^SCRPW25 11(IEN:11), 11(IEN:12), 11(IEN:13)
PEAE^SCRPW25 10(IEN:71)
PEAO^SCRPW25 10(IEN:40)
PEEC^SCRPW25 10(IEN:42)
PEIR^SCRPW25 10(IEN:41)
PEMT^SCRPW25 10(IEN:37), 10(IEN:38)
PEMTQ^SCRPW25 12(IEN:37), 12(IEN:38)
PEPE^SCRPW25 10(IEN:33)
PEPS^SCRPW25 10(IEN:34)
PEPW^SCRPW25 10(IEN:36)
PESP^SCRPW25 10(IEN:39)
PEVT^SCRPW25 10(IEN:35)
PRAP^SCRPW25 10(IEN:10)
PRPC^SCRPW25 10(IEN:11), 10(IEN:12), 10(IEN:13)
PRPP^SCRPW25 10(IEN:8)
PRSP^SCRPW25 10(IEN:9)
SCBC^SCRPW25 10(IEN:6)
SCCP^SCRPW25 10(IEN:7)
SCOTR^SCRPW25 11(IEN:4), 11(IEN:5), 11(IEN:6)
SCPC^SCRPW25 10(IEN:4)
SCSC^SCRPW25 10(IEN:5)
VFEX^SCRPW25 10(IEN:22)
VFHF^SCRPW25 10(IEN:23)
VFIM^SCRPW25 10(IEN:24)
VFPE^SCRPW25 10(IEN:25)
VFST^SCRPW25 10(IEN:27)
VFTR^SCRPW25 10(IEN:26)
PMDT^SCRPW306 10(IEN:81)
PMET^SCRPW306 10(IEN:82)
PMPR^SCRPW306 10(IEN:80)

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^SD(409.92 - [#409.92] .01(XREF 1S), .01(XREF 1K), 4(XREF 1S), 4(XREF 1K), 16(XREF 1S), 16(XREF 1K)

Naked Globals

Name Field # of Occurrence
^(0 ID2+1, ID4+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K), 4(XREF 1S), 4(XREF 1K), 16(XREF 1S), 16(XREF 1K)
>> SDX 10(IEN:1), 10(IEN:2), 10(IEN:3), 10(IEN:4), 10(IEN:5), 10(IEN:6), 10(IEN:7), 10(IEN:8), 10(IEN:9), 10(IEN:10)
10(IEN:11), 10(IEN:12), 10(IEN:13), 10(IEN:14), 10(IEN:15), 10(IEN:16), 10(IEN:17), 10(IEN:18), 10(IEN:19), 10(IEN:20)
10(IEN:21), 10(IEN:22), 10(IEN:23), 10(IEN:24), 10(IEN:25), 10(IEN:26), 10(IEN:27), 10(IEN:28), 10(IEN:29), 10(IEN:30)
10(IEN:31), 10(IEN:32), 10(IEN:33), 10(IEN:34), 10(IEN:35), 10(IEN:36), 10(IEN:37), 10(IEN:38), 10(IEN:39), 10(IEN:40)
10(IEN:41), 10(IEN:42), 10(IEN:43), 10(IEN:44), 10(IEN:45), 10(IEN:46), 10(IEN:47), 10(IEN:48), 10(IEN:49), 10(IEN:50)
10(IEN:51), 10(IEN:52), 10(IEN:53), 10(IEN:54), 10(IEN:55), 10(IEN:56), 10(IEN:57), 10(IEN:58), 10(IEN:59), 10(IEN:60)
10(IEN:61), 10(IEN:62), 10(IEN:63), 10(IEN:64), 10(IEN:65), 10(IEN:66), 10(IEN:67), 10(IEN:68), 10(IEN:69), 10(IEN:70)
10(IEN:71), 10(IEN:72), 10(IEN:73), 10(IEN:74), 10(IEN:75), 10(IEN:76), 10(IEN:77), 10(IEN:78), 10(IEN:79), 10(IEN:80)
10(IEN:81), 10(IEN:82), 11(IEN:7)
U ID2+1, ID4+1, 11(IEN:7)
X .01+1!, .01(XREF 1S), .01(XREF 1K), 1+1!, 2+1!, 3+1!, 4+1!, 4(XREF 1S), 4(XREF 1K), 6+1!
, 7+1!, 9+1!, 10+1!, 11+1!, 12+1!, 13+1!, 16+1!, 16(XREF 1S), 16(XREF 1K)
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All