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 |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^PXRMPT(810.1

Package: Clinical Reminders

Global: ^PXRMPT(810.1


Information

FileMan FileNo FileMan Filename Package
810.1 REMINDER REPORT TEMPLATE Clinical Reminders

Description

Directly Accessed By Routines, Total: 20

Package Total Routines
Clinical Reminders 20 CLINIC GROUP    FACILITY    LOCATION    OERR TEAM    PATIENT    PATIENT LIST    PCMM TEAM    PROVIDER
PXRMP12I    PXRMP4I    PXRMXT    PXRMXTA    PXRMXTB    PXRMXTE    PXRMXTF    PXRMXTU
REMINDER    REMINDER CATEGORY    STOP CODE    ^PXRMPT(810.1    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Clinical Reminders 3 PXRMP12I    PXRMXT    PXRMXTU    

Pointer To FileMan Files, Total: 11

Package Total FileMan Files
Scheduling 4 CLINIC STOP(#40.7)[#810.111(.01)]    HOSPITAL LOCATION(#44)[#810.11(.01)]    TEAM(#404.51)[#810.18(.01)]    CLINIC GROUP(#409.67)[#810.112(.01)]    
Clinical Reminders 3 REMINDER DEFINITION(#811.9)[#810.12(.01)]    REMINDER CATEGORY(#811.7)[#810.113(.01)]    REMINDER PATIENT LIST(#810.5)[#810.114(.01)]    
Kernel 2 INSTITUTION(#4)[#810.13(.01)]    NEW PERSON(#200)[15#810.14(.01)]    
Order Entry Results Reporting 1 OE/RR LIST(#100.21)[#810.17(.01)]    
Registration 1 PATIENT(#2)[#810.16(.01)]    

Fields, Total: 24

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

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X D NAME^PXRMXTU
  • LAST EDITED:  APR 20, 1999
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  The template name is displayed on the report criteria page of the reminder report and is used when selecting templates.
    When editing an existing template, this field should ONLY be amended if you wish to RENAME the template. To make a COPY of a template under a new name (leaving the original intact), leave this field unchanged and enter a
    new name at the prompt 'STORE REPORT LOGIC IN TEMPLATE NAME:'. To DELETE a template, enter @ at template name.
  • TECHNICAL DESCR:  
    Used as an identifier to select templates.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  810.1^B
    1)= S ^PXRMPT(810.1,"B",$E(X,1,30),DA)=""
    2)= K ^PXRMPT(810.1,"B",$E(X,1,30),DA)
1.1 TEMPLATE TYPE 0;3 SET
************************REQUIRED FIELD************************
  • 'Y' FOR Reminders Satisfied PXRMY;
  • 'X' FOR Reminders Due PXRMX;

  • LAST EDITED:  JUL 16, 2002
  • DESCRIPTION:  
    Templates are specific to the type of reminder report being run and are not interchangeable since the parameter set required for different reports varies.
  • TECHNICAL DESCR:  Report types are :
    X - used by PXRMX* routines for Reminders Due
    Y - used by PXRMY* routines for Reminders Satisfied
    This field is maintained by the report program and may not be edited.
1.2 PATIENT SAMPLE 0;4 SET
************************REQUIRED FIELD************************
  • 'L' FOR Location;
  • 'O' FOR OE/RR team;
  • 'P' FOR Provider;
  • 'T' FOR PCMM team;
  • 'I' FOR Individual Patient;
  • 'R' FOR Reminder Patient List;

  • LAST EDITED:  JUL 16, 2002
  • DESCRIPTION:  The patient sample defines the patient cohort. Listed below are the parameters relevant to each sample type.
    (I)ndividual Patients - A list of patients may be entered. (L)ocations - Hospital Locations, Clinic Stops or Clinic Groups may be
    entered. Patients with encounters or appointments at these
    locations are selected for reporting. (P)roviders - PCMM providers may be entered. Patients for these providers
    are selected for reporting. Either Primary/Care or All
    patients for the providers may be reported. (T)eams - PCMM teams may be entered. Patients allocated to these teams
    are selected for reporting (O)E/RR - OE/RR teams may be entered. Patients allocated to these
    teams are selected for reporting.
  • TECHNICAL DESCR:  Routine PXRMXT loads templates into a local array for use by the report routines. Each patient sample has only one associated array. The field PXRMSEL decides which array is loaded. The local arrays correspond to the field
    names in the template file.
    e.g. PXRMSEL="I" patient entries in field PXRMPAT are loaded into array PXRMPAT PXRMSEL="T" team entries in field PXRMPCM are loaded into array PXRMPCM PXRMSEL="P" providers in field PXRMPRV are loaded into array PXRMPRV
    PXRMSEL="O" team entries in PXRMOTM are loaded into array PXRMOTM
    Note that except for the individual patient sample (PXRMSEL="I") the template file does not hold patient identifiers. Lists of patients are assembled by the report routines.
1.3 PRIMARY CARE ONLY OR ALL 0;5 SET
  • 'P' FOR Primary care patients only;
  • 'A' FOR All patients;

  • LAST EDITED:  JUL 16, 2002
1.4 REPORT TYPE 0;6 SET
************************REQUIRED FIELD************************
  • 'D' FOR Detailed Report;
  • 'S' FOR Summary Report;

  • INPUT TRANSFORM:  D PXRMREP^PXRMXTA
  • LAST EDITED:  JUL 16, 2002
  • DESCRIPTION:  The summary report displays the TOTAL number of patients with reminders APPLICABLE or DUE from the patient sample selected.
    The detailed report lists DUE patients by name and SSN.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1.5 LOCATION TYPE 0;7 SET
  • 'HA' FOR All Outpatient Locations;
  • 'HAI' FOR All Inpatient Locations;
  • 'HS' FOR Selected Hospital Locations;
  • 'CA' FOR All Clinic Stops;
  • 'CS' FOR Selected Clinic Stops;
  • 'GS' FOR Selected Clinic Groups;

  • LAST EDITED:  JUL 16, 2002
1.6 TYPE OF ENCOUNTER 0;8 SET
  • 'F' FOR Future Appointments;
  • 'P' FOR Prior Visits;
  • 'A' FOR Admissions;
  • 'C' FOR Current Inpatients;

  • INPUT TRANSFORM:  D INP^PXRMXTU
  • LAST EDITED:  JUL 16, 2002
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1.7 LOCATIONS WITHOUT PATIENTS 0;9 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  NOV 28, 2006
  • DESCRIPTION:  This field will be used to determine if the list of locations without patients will print at the end of the report.
1.8 DISPLAY PERCENTAGES 0;10 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  SEP 02, 2008
  • HELP-PROMPT:  Type "Yes" to display the Applicable, Due, and Done percentages values with the report output. Type "No" to not display these additional values.
  • DESCRIPTION:  This field will be used to determine if the Applicable, Due, and Done percentages values will be display with the report output.
1.9 REPORT TITLE 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<5) X
  • LAST EDITED:  JUL 16, 2002
  • HELP-PROMPT:  Answer must be 5-40 characters in length.
  • DESCRIPTION:  
    A detailed report title may be defined when a template is created. This should be a detailed description of the report and is displayed both on the report criteria page and at template selection.
  • TECHNICAL DESCR:  
    Detailed description of template. Used as an identifier when selecting templates.
2 REMINDER 1;0 POINTER Multiple #810.12 810.12

  • LAST EDITED:  JUL 01, 2002
3 FACILITY 6;0 POINTER Multiple #810.13 810.13

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of facilities to run the report against.
4 PROVIDER 3;0 POINTER Multiple #810.14 810.14

  • LAST EDITED:  JUL 16, 2002
  • DESCRIPTION:  
    This multiple stores a list of users to run the report against.
5 RUN 7;1 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  SEP 13, 2004
  • DESCRIPTION:  
    This field stores the date the report was last run on.
6 PATIENT 2;0 POINTER Multiple #810.16 810.16

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of patients to run the report against.
7 OERR TEAM 4;0 POINTER Multiple #810.17 810.17

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of OERR teams to run the report against.
8 PCMM TEAM 5;0 POINTER Multiple #810.18 810.18

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of PCMM teams to run the report against.
9 SERVICE CATEGORY LIST 8;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1)!('$$VSCLIST^PXRMXSC(X)) X
  • LAST EDITED:  NOV 03, 2005
  • HELP-PROMPT:  Answer must be 1-245 characters in length.
  • DESCRIPTION:  This is a comma separated list of service categories. It is used to screen visits while building a list of patients based on visits. If the service category of the visit is not on the list the visit will be excluded.
  • EXECUTABLE HELP:  D SCATHELP^PXRMXSC
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
10 LOCATION 9;0 POINTER Multiple #810.11 810.11

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of Hospital locations to run the report against.
11 STOP CODE 10;0 POINTER Multiple #810.111 810.111

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of Clinic Stop Codes to run the report against.
12 CLINIC GROUP 11;0 POINTER Multiple #810.112 810.112

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of Clinic Groups to run the report against.
13 REMINDER CATEGORY 12;0 POINTER Multiple #810.113 810.113

  • LAST EDITED:  JUL 01, 2002
  • DESCRIPTION:  
    This multiple stores a list of Reminder Categories to use for Reminder Evaluation done within the report and the display order.
14 PATIENT LIST 13;0 POINTER Multiple #810.114 810.114

  • LAST EDITED:  JUL 16, 2002
  • DESCRIPTION:  
    This multiple stores a list of Reminder Patient Lists used by the report to save the due patients to.
15 OWNER 0;11 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  MAY 18, 2009
  • DESCRIPTION:  This field records who created the template. A template can be edited only by the person who created it or a user who holds the PXRM MANANGER key.

External References

Name Field # of Occurrence
^%DT 5+1
$$VSCLIST^PXRMXSC 9+1
SCATHELP^PXRMXSC 9(HELP )
NAME^PXRMXTU .01+1

Global Variables Directly Accessed

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

Naked Globals

Name Field # of Occurrence
^(0 ID1.9+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT 5+1*
>> DA .01(XREF 1S), .01(XREF 1K)
U ID1.9+1
X .01+1!, .01(XREF 1S), .01(XREF 1K), 1.9+1!, 5+1*!, 9+1!
>> Y 5+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All