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 |  Pointed To By FileMan Files |  Fields |  All
Print Page as PDF
Global: ^SD(409.76

Package: Scheduling

Global: ^SD(409.76


Information

FileMan FileNo FileMan Filename Package
409.76 TRANSMITTED OUTPATIENT ENCOUNTER ERROR CODE Scheduling

Description

Directly Accessed By Routines, Total: 21

Package Total Routines
Scheduling 21 SCDDI1    SCDXFU02    SCDXUTL3    SCENI0    SCENIA0    SCENIA1    SCMSP66    SCMSVUT0
SCMSVUT2    SCRPI01A    SCRPI02A    SCRPW1    SCRPW18    SCRPW8    SD53142    SD53222P
SD53227P    SD53239P    SD53441    SD53441A    SD5360PT    

Accessed By FileMan Db Calls, Total: 4

Package Total Routines
Scheduling 4 SCDXRT03    SCRPI01    SD53222P    SD53P215    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Scheduling 1 TRANSMITTED OUTPATIENT ENCOUNTER ERROR(#409.75)[.02]    

Fields, Total: 6

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

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1)!'(X'?1P.E) X
  • LAST EDITED:  APR 30, 1996
  • HELP-PROMPT:  Enter an error code to use (1-10 characters)
  • DESCRIPTION:  
    Error code denoting why an entry in the Transmitted Outpatient Encounter file could not be transmitted or successfully processed.
  • TECHNICAL DESCR:  
  • CROSS-REFERENCE:  409.76^B
    1)= S ^SD(409.76,"B",$E(X,1,30),DA)=""
    2)= K ^SD(409.76,"B",$E(X,1,30),DA)
.02 SOURCE OF ERROR 0;2 SET
************************REQUIRED FIELD************************
  • 'N' FOR NPCD;
  • 'V' FOR VISTA;
  • 'T' FOR HL7 TRANSMISSION;

  • LAST EDITED:  JUL 10, 1997
  • HELP-PROMPT:  Enter the source of the error.
  • DESCRIPTION:  
    This set of codes indicates the source of the error.
11 ERROR CODE DESCRIPTION 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  JAN 20, 1998
  • HELP-PROMPT:  Enter a description of the error code (1-80 characters)
  • DESCRIPTION:  
    Free text description of the error code.
  • CROSS-REFERENCE:  409.76^D
    1)= S ^SD(409.76,"D",$E(X,1,30),DA)=""
    2)= K ^SD(409.76,"D",$E(X,1,30),DA)
    This is used to aid in the lookup of error codes.
21 CORRECTIVE ACTION DESCRIPTION 2;0 WORD-PROCESSING #409.7621

  • DESCRIPTION:  
    This field describes the actions necessary to correct the error.  This is the text which would be viewed by a user when using the Incomplete Encounter Management Tools.
31 VALIDATION LOGIC CHK;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUN 05, 1997
  • HELP-PROMPT:  Enter routine entry point to perform error validation
  • DESCRIPTION:  This field should not be modifed except as directed.
    This contains the logic that needs to be executed in order to validate the data.  If the data does not validate correctly the error code from this entry will be used.  The function call contained within this field uses the
    following variables:
    Input
    Data - The value being validated.
    Returns
    RES - Result of the function call
    1 if entry passed validation
    0 if entry does not pass validation
    WRITE AUTHORITY:  @
41 CORRECTION LOGIC COR;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUL 10, 1997
  • HELP-PROMPT:  This is the code that will need to be executed to correct this error.
  • DESCRIPTION:  This field should not be modifed except as directed.
    This contains the logic that needs to be executed in order to allow the user to correct the error.  The function call contained within this field uses the following variables:
    Returns
    RES - Result of the function call
    0 - if the corrective action was not successful
    1 - if the corrective action succeeded
    This function call makes the assumption that the ^TMP("SCENI XMT",$J,0) global from the Incomplete Encounter Management List Manager tool is available to retrieve the pointer from the TRANSMITTED OUTPATIENT ENCOUNTER FILE
    (#409.73) which is used to check the entry and retreive the entry from the TRANSMITTED OUTPATIENT ENCOUNTER ERROR FILE (#409.75).
    WRITE AUTHORITY:  @
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Fields |  All