Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Accessed By FileMan Db Calls |  Fields
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

Accessed By FileMan Db Calls, Total: 4

Package Total Routines
Scheduling 4 SDES2CLININFO    SDES2JSON    SDES905P    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.
Info |  Desc |  Accessed By FileMan Db Calls |  Fields