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 |  Pointer To FileMan Files |  Fields
Print Page as PDF
Global: ^RGSTAT(995.2

Package: Clinical Information Resource Network

Global: ^RGSTAT(995.2


Information

FileMan FileNo FileMan Filename Package
995.2 CIRN EVENT STATISTICS Clinical Information Resource Network

Description

Accessed By FileMan Db Calls, Total: 1

Package Total Routines
Clinical Information Resource Network 1 RGEQSTAT    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Clinical Information Resource Network 1 CIRN EVENT ASSOCIATION(#995)[.02]    

Fields, Total: 5

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

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 07, 1996
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    A generic number assigned to each statistical entry in the file. This number is sequential.
  • CROSS-REFERENCE:  995.2^B
    1)= S ^RGSTAT(995.2,"B",$E(X,1,30),DA)=""
    2)= K ^RGSTAT(995.2,"B",$E(X,1,30),DA)
.02 TYPE 0;2 POINTER TO CIRN EVENT ASSOCIATION FILE (#995)
************************REQUIRED FIELD************************
CIRN EVENT ASSOCIATION(#995)

  • LAST EDITED:  MAR 07, 1996
  • HELP-PROMPT:  References the event type this statistical entry represents.
  • DESCRIPTION:  
    The event type the statistical entry represents.
  • CROSS-REFERENCE:  995.2^AX1^MUMPS
    1)= I $P(^RGSTAT(995.2,DA,0),"^",3)]"" S ^RGSTAT(995.2,"AX",X,$P(^RGSTAT(995.2,DA,0),"^",3),DA)=""
    2)= I $P(^RGSTAT(995.2,DA,0),"^",3)]"" K ^RGSTAT(995.2,"AX",X,$P(^RGSTAT(995.2,DA,0),"^",3),DA)
.03 DATE 0;3 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 07, 1996
  • HELP-PROMPT:  Date this statistical entry was created.
  • DESCRIPTION:  The date the statistical entry was created. When an event is triggered, it creates an entry in this file if one does not exist for the date. If an event type is not triggered in a particular day, an entry will not exist
    for that date.
  • CROSS-REFERENCE:  995.2^AX2^MUMPS
    1)= I $P(^RGSTAT(995.2,DA,0),"^",2)]"" S ^RGSTAT(995.2,"AX",$P(^RGSTAT(995.2,DA,0),"^",2),X,DA)=""
    2)= I $P(^RGSTAT(995.2,DA,0),"^",2)]"" K ^RGSTAT(995.2,"AX",$P(^RGSTAT(995.2,DA,0),"^",2),X,DA)
1.01 PROCESSED 1;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 07, 1996
  • HELP-PROMPT:  Enter the number of times the event was triggered for the date specified.
  • DESCRIPTION:  
    Number representing the number of times the event was triggered for the date specified in the date field.
1.02 ERRORS 1;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 07, 1996
  • HELP-PROMPT:  Type a Number between 0 and 9999999, 0 Decimal Digits
  • DESCRIPTION:  This represents the number of errors that were encountered while trying to process an event. Since events can be re-processed after an error condition is corrected, the number of errors and number of events successfully
    processed can be greater than the number of total events.
    For example: If a single event attempted to run and had an error and was reprocessed successfully, the number of errors would be one and the number processed would be one. If you totaled these two fields it would equal
    two, but this represents only one occurrence of an event.
Info |  Desc |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields