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 |  All
Print Page as PDF
Global: ^APCLRPT

Package: Patient Care Component

Global: ^APCLRPT


Information

FileMan FileNo FileMan Filename Package
9001200 PCC MAN REPORTS REPORT TEMPLATE Patient Care Component

Description

Directly Accessed By Routines, Total: 4

Package Total Routines
Patient Care Component Reports 3 APCLASK    APCLPRT    APCLRPT    
Diabetes Registry 1 BDMPRT    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Patient Care Component Reports 2 APCLDM    APCLRPT    
Diabetes Registry 1 BDMVRL3    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Kernel 1 NEW PERSON(#200)[.02]    

Fields, Total: 6

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

  • INPUT TRANSFORM:  K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
  • HELP-PROMPT:  NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
  • DESCRIPTION:  
    Name of the report template
  • CROSS-REFERENCE:  9001200^B
    1)= S ^APCLRPT("B",$E(X,1,30),DA)=""
    2)= K ^APCLRPT("B",$E(X,1,30),DA)
.02 USER 0;2 POINTER TO NEW PERSON FILE (#200)
************************REQUIRED FIELD************************
NEW PERSON(#200)

  • LAST EDITED:  FEB 26, 1993
  • HELP-PROMPT:  Enter the name of the user creating the template
    UNEDITABLE
.03 ROUTINE 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1)!'(X?1AN.8AN) X
  • LAST EDITED:  FEB 10, 1993
  • HELP-PROMPT:  Enter the name of a routine to use for building of the nodes that store the retrieved data
  • DESCRIPTION:  If a patient report is being generated, enter the name of the routine which can be invoked by APCQASK for data retrieval. This same routine, if cumulative information for a cohort is desired, should calculate the
    cumulative values for the cohort of patients.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1101 DESCRIPTION 11;0 WORD-PROCESSING #9001200.01101

  • DESCRIPTION:  
    Optional description of this report
2101 TEMPLATE 21;0 WORD-PROCESSING #9001200.02101

  • LAST EDITED:  FEB 09, 1993
  • DESCRIPTION:  CONSULT THE PROGRAMMER DOCUMENTATION TO DETERMINE HOW TO CREATE THE ARRAY THAT STORES THE PATIENT DATA AND UTILIZE OTHER FEATURES OF THIS UTILITY.
    This field holds the "canned" text of the report to be printed (or another term would be the "template" for the report).  Variable text may be stored in the array ROOT(n) where n is the parameter number.  The value of each
    node will be inserted into the report text.  The number Parameter windows are defined by placing a number within a vertical bar.  For example, "Last GLUCOSE |3| on |4|".  The parameter 1 value would be in the node ROOT(3)
    and the parameter 2 value would be in the node ROOT(4).  The value for parameter 3 could be 134 and the value for parameter 4 might be JUN 3, 1991.  The printed text would read 'Last GLUCOSE 134 on JUN 3, 1991'.
    Parameters are set within the program indicated in the ROUTINE field of this file.  The programmer calls ^APCLPRT from the data collection routine to print out the information setting the DFN of the REPORT TEMPLATE to use
    in the variable APCLPDFN.
3101 PARAMETER 31;0 Multiple #9001200.03101 9001200.03101
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  All