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
Print Page as PDF
Global: ^DGCOMP(33.3

Package: Uncategorized

Global: ^DGCOMP(33.3


Information

FileMan FileNo FileMan Filename Package
33.3 COMPACT ACT TRANSACTION LOG Uncategorized

Description

Directly Accessed By Routines, Total: 2

Package Total Routines
Registration 2 DGCOMPACT    DGCOMPACTELIG    

Accessed By FileMan Db Calls, Total: 1

Package Total Routines
Registration 1 DGCOMPACTELIG    

Fields, Total: 5

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

  • INPUT TRANSFORM:  K:$L(X)>29!($L(X)<8) X
    MAXIMUM LENGTH: 29
  • LAST EDITED:  APR 05, 2024
  • HELP-PROMPT:  Enter the full ICN of the Patient who needs the COMPACT Act Administrative Eligibility Status.
  • DESCRIPTION:  
    This field is the Integration Control Number (ICN), i.e., the unique patient identifier, of the patient for which the COMPACT Act Admin Eligibility status is needed.
  • TECHNICAL DESCR:  
    ICN is a required field passed in the variable DGKEY within the DGREGEEWS routine.
  • CROSS-REFERENCE:  33.3^B
    1)= S ^DGCOMP(33.3,"B",$E(X,1,30),DA)=""
    2)= K ^DGCOMP(33.3,"B",$E(X,1,30),DA)
2 CALLING ROUTINE 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>16!($L(X)<3) X
    MAXIMUM LENGTH: 16
  • LAST EDITED:  APR 05, 2024
  • HELP-PROMPT:  Enter the routine that calls DGREGEEWS.
  • DESCRIPTION:  
    This field is the routine that calls DGREGEEWS.
  • TECHNICAL DESCR:  
    The calling routine is passed into ELIG(DFN,RTN) within the ELIG^DGCOMPACTELIG routine.
3 REQUEST DATE TIMESTAMP 0;3 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:X<1 X
  • LAST EDITED:  APR 05, 2024
  • HELP-PROMPT:  Enter the date and time in the form mm/dd/yyyy@hh:mm:ss when the DGREGEEWS routine requested the EE Webservice.
  • DESCRIPTION:  
    This field is the date and time a request was made to the Enrollment and Eligibility (EE) Webservice from the DGREGEEWS routine.
  • TECHNICAL DESCR:  
    The request date timestamp is calculated via Kernel $$NOW^XLFDT.
  • CROSS-REFERENCE:  33.3^C^MUMPS
    1)= S ^DGCOMP(33.3,"C",$P(X,"."),DA)=""
    2)= K ^DGCOMP(33.3,"C",$P(X,"."),DA)
    This cross-reference indexes the file by Request Date to facilitate purging of entries more than thirty days old.
4 DATA RESPONSE CODE 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
    MAXIMUM LENGTH: 30
  • LAST EDITED:  APR 05, 2024
  • HELP-PROMPT:  Enter the response received from the transaction to the EE Webservice.
  • DESCRIPTION:  
    This field is the response received back in the variable DGRESP from the Enrollment and Eligibility (EE) Webservice.
  • TECHNICAL DESCR:  The data response code is provided in variable DGRESP from routine DGREGEEWS. The response is in the format "N^Descriptive Text".
    1 - An enrollment status exists. Descriptive Text = Enrollment Status
    0 - No enrollment status exists OR invalid ICN OR Network Error.
5 RESPONSE DATE TIMESTAMP 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:X<1 X
  • LAST EDITED:  APR 05, 2024
  • HELP-PROMPT:  Enter the date and time in the form mm/dd/yyyy@hh:mm:ss when the EE Webservice sent a response back from the DGREGEEWS call.
  • DESCRIPTION:  
    This field is the date and time that the Enrollment and Eligibility (EE) Webservice sent a response back from the DGREGEEWS call.
  • TECHNICAL DESCR:  
    The response date timestamp is calculated via Kernel $$NOW^XLFDT.
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields