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 |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^SDEC(409.93

Package: Scheduling

Global: ^SDEC(409.93


Information

FileMan FileNo FileMan Filename Package
409.93 SDES ERROR CODES Scheduling

Description

Directly Accessed By Routines, Total: 4

Package Total Routines
Scheduling 4 SDES2JSON    SDESJSON    ^SDEC(409.93    TEAM POSITIONS    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Scheduling 2 SDES2JSON    SDESJSON    

Fields, Total: 3

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

  • INPUT TRANSFORM:  K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 02, 2022
  • HELP-PROMPT:  Enter the error code. Type a number between 0 and 99999, 0 decimal digits.
  • DESCRIPTION:  
    This is the error code number or value, as used by developers to identify the error to be used.
  • CROSS-REFERENCE:  409.93^B
    1)= S ^SDEC(409.93,"B",$E(X,1,30),DA)=""
    2)= K ^SDEC(409.93,"B",$E(X,1,30),DA)
.02 ERROR CATEGORY 0;2 SET
************************REQUIRED FIELD************************
  • 'AP' FOR APPOINTMENT;
  • 'AR' FOR APPOINTMENT REQUEST;
  • 'PR' FOR PROVIDER;
  • 'CR' FOR CLINIC/RESOURCE;
  • 'PT' FOR PATIENT;
  • 'DT' FOR DATE/TIME;
  • 'O' FOR OTHER;

  • LAST EDITED:  MAY 06, 2022
  • HELP-PROMPT:  Enter the category for this error.
  • DESCRIPTION:  
    This is the error category for the error (Provider, Appointment, Appointment request, etc.)
  • CROSS-REFERENCE:  409.93^C
    1)= S ^SDEC(409.93,"C",$E(X,1,30),DA)=""
    2)= K ^SDEC(409.93,"C",$E(X,1,30),DA)
    This cross reference indexes the errors by category to assist with lookup and identification of the correct error for a given scenario.
1 ERROR TEXT 1;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>250!($L(X)<3) X
    MAXIMUM LENGTH: 250
  • LAST EDITED:  MAY 06, 2022
  • HELP-PROMPT:  Enter the error text. Answer must be 3-250 characters in length.
  • DESCRIPTION:  
    This is the error text, which explains the details of the error.

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^SDEC(409.93 - [#409.93] .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K)

Naked Globals

Name Field # of Occurrence
^(1 ID1+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K)
>> DIC ID.02+1
U ID1+1
X .01+1!, .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), 1+1!
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All