Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details |  All
Print Page as PDF
Sub-Field: 9001200.03101

Package: Patient Care Component

PCC MAN REPORTS REPORT TEMPLATE(#9001200)-->9001200.03101

Sub-Field: 9001200.03101


Information

Parent File Name Number Package
PCC MAN REPORTS REPORT TEMPLATE(#9001200) PARAMETER 9001200.03101 Patient Care Component

Details

Field # Name Loc Type Details
.01 PARAMETER 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1N.N) X S:$D(X) DINUM=X
  • LAST EDITED:  FEB 10, 1993
  • HELP-PROMPT:  Type a Number between 0 and 9999, 0 Decimal Digits
  • DESCRIPTION:  Defines the parameters which will have its value entered into the report The number in the report corresponds to the subscript number in ^UTILITY("APCQ",$J,'n') where 'n' is the parameter number. The parameter is
    entered into the report surrounded by vertical bars analagous to the
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  9001200.03101^B
    1)= S ^APCLRPT(DA(1),31,"B",$E(X,1,30),DA)=""
    2)= K ^APCLRPT(DA(1),31,"B",$E(X,1,30),DA)
.02 TYPE 0;2 SET
  • 'p' FOR PER CENT;

  • LAST EDITED:  FEB 10, 1993
  • HELP-PROMPT:  Indicate if a fractional value should be printed as a per cent in the report
  • DESCRIPTION:  
    For cumulative reports indicate if the field is a percent.  The programmer should have as a value in the UTILITY node, something like 2/10.  The routine will write @value of node_%.  In this example, 20%.
1101 PARAMETER DESCRIPTION 11;0 WORD-PROCESSING #9001200.311101

  • LAST EDITED:  FEB 09, 1993
2101 PCC SCRIPT 21;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  FEB 22, 1993
  • HELP-PROMPT:  Enter data fetcher script for data to be retrieved
  • DESCRIPTION:  
    If ROOTvar(var,$J,n) for parameter value not defined the script entered within this field will be utilized for data retrieval using the data fetching routines (APCLDF*).
  • TECHNICAL DESCR:  Entry of a script within this field will tell the report generator to retrieve the value. If the first word of the script is 'DATE', then that will indicate that date should be displayed. If DATE is not indicated, then
    the value will be displayed.  DATE LAST LAB HCT;DURING 1991
    The caller to ^APCQPRT, must indicate in the last parameter the DFN of the patient to be used in the call to the data fetcher.  The print routine will make use of the CODE field if the node where the value of the
    parameter is to be stored either does not exist or the value is null.
Info |  Details |  All