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 |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  All
Print Page as PDF
Global: ^ORD(101.24

Package: Order Entry Results Reporting

Global: ^ORD(101.24


Information

FileMan FileNo FileMan Filename Package
101.24 OE/RR REPORT Order Entry Results Reporting

Description

Directly Accessed By Routines, Total: 36

Package Total Routines
Order Entry Results Reporting 32 ORIN1005    ORIN1006    ORIN1007    ORIN1008    ORIN1009    ORIN1010    ORIN1011    ORIN1012
ORIN1013    ORWCV    ORWCV1    ORWGAPIP    ORWRP    ORWRP3    ORWRP4    ORWRPP
ORWTPD    ORY109    ORY116    ORY120    ORY132    ORY141EC    ORY147    ORY160
ORY180    ORY191    ORY193    ORY208    ORY215    ORY274    ORY287    ORY85
Barcode Medication Administration 1 PSBRPC    
IHS Changes To Pharmacy 1 APSPEC07    
IHS Electronic Health Record 1 BEHOENIN    
RPC Broker 1 XWBPRS    

Accessed By FileMan Db Calls, Total: 23

Package Total Routines
Order Entry Results Reporting 20 ORIN1005    ORIN1006    ORIN1007    ORIN1008    ORIN1009    ORIN1010    ORIN1011    ORIN1012
ORIN1013    ORY109    ORY141EC    ORY147    ORY160    ORY180    ORY191    ORY193
ORY208    ORY215    ORY274    ORY287    
Barcode Medication Administration 2 PSBO    PSBRPC    
IHS Electronic Health Record 1 BEHOENIN    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Order Entry Results Reporting 1 OE/RR REPORT(#101.24)[.18#101.241(.01)]    

Pointer To FileMan Files, Total: 3

Package Total FileMan Files
Health Summary 1 VA HEALTH SUMMARY COMPONENT(#142.1)[.192]    
Order Entry Results Reporting 1 OE/RR REPORT(#101.24)[.18#101.241(.01)]    
RPC Broker 1 REMOTE PROCEDURE(#8994)[.13]    

Fields, Total: 43

Field # Name Loc Type Details
.001 NUMBER NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>10000)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 20, 2000
  • HELP-PROMPT:  Type a Number between 1 and 10000, 0 Decimal Digits
  • DESCRIPTION:  
    This is the Number field for the file.
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  MAY 10, 2001
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This is the Name of the report.
  • CROSS-REFERENCE:  101.24^B
    1)= S ^ORD(101.24,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(101.24,"B",$E(X,1,30),DA)
.02 ID 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  OCT 05, 2000
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  This is the code that identifies the report. Each tab in CPRS that uses reports looks for this ID in order to process the report. Each tab also uses a unique set of ID's. An ID of 5 on the Reports Tab may not identify
    the same report on a different tab.
  • CROSS-REFERENCE:  101.24^AC
    1)= S ^ORD(101.24,"AC",$E(X,1,30),DA)=""
    2)= K ^ORD(101.24,"AC",$E(X,1,30),DA)
.03 REMOTE 0;3 SET
  • '1' FOR YES;
  • '2' FOR REMOTE ONLY;

  • LAST EDITED:  MAY 12, 2005
  • DESCRIPTION:  
    This field is used to identify which reports allow remote access through Remote Data Views.
.04 QUALIFIER 0;4 SET
  • '1' FOR HSType;
  • '2' FOR DateTime;
  • '3' FOR Imaging;
  • '4' FOR NutrAssess;
  • '19' FOR MedicineProcedure;
  • '39' FOR ListView;
  • '5' FOR HSComponent;
  • '6' FOR HSWPComponent;
  • '28' FOR Surgery;

  • LAST EDITED:  OCT 04, 2001
  • DESCRIPTION:  
    This field identifies which qualifier to use when processing the report.  Examples of qualifiers are HSType, DateTime, Imaging and NutrAssess.
.05 ROUTINE 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  JAN 26, 2004
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the routine that is invoked to produce the report.
  • TECHNICAL DESCR:  
    The Labs Tab does not have a value for this field.  The CPRS executable calls separate RPC's for each report.
    DELETE AUTHORITY: @
    WRITE AUTHORITY:  @
    UNEDITABLE
.06 ENTRY POINT 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  JAN 26, 2004
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the entry point for the ROUTINE that is invoked to produce the report.
  • TECHNICAL DESCR:  
    The Labs Tab does not have a value for this field.  The CPRS executable calls separate RPC's for each report.
    DELETE AUTHORITY: @
    WRITE AUTHORITY:  @
    UNEDITABLE
.07 CATEGORY 0;7 SET
  • '0' FOR FIXED;
  • '1' FOR FIXED W/DATE;
  • '2' FOR FIXED W/HEADER;
  • '3' FOR FIXED W/DATE&HEADER;
  • '4' FOR SPECIALIZED;
  • '5' FOR GRAPHIC;
  • '6' FOR LISTVIEW;

  • LAST EDITED:  FEB 15, 2001
  • HELP-PROMPT:  Enter a category for this report
  • DESCRIPTION:  
    This field puts reports into a category that is evaluated by the GUI when the report is processed.
.08 TAB 0;8 SET
  • 'R' FOR REPORTS TAB;
  • 'L' FOR LABS TAB;
  • 'C' FOR COVER SHEET;
  • 'CD' FOR COVER SHEET DETAILS;

  • LAST EDITED:  OCT 11, 2000
  • HELP-PROMPT:  Enter the appropriate code for this report.
  • DESCRIPTION:  
    This fields identifies the appropriate tab for a report in CPRS.
.09 MIXEDCASE 0;9 SET
  • '1' FOR YES;

  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Enter YES to display the list in mixed case
  • DESCRIPTION:  
    This is used in the cover sheet and is used to display the returned list in mixed case.
.1 INVERT 0;10 SET
  • '1' FOR YES;

  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Enter YES to have the returned list inverted.
  • DESCRIPTION:  
    This field is used to invert a list of data returned in the Cover sheet
.11 TEXT COLOR 0;11 SET
  • 'Black' FOR BLACK;
  • 'Maroon' FOR MAROON;
  • 'Green' FOR GREEN;
  • 'Olive' FOR OLIVE;
  • 'Purple' FOR PURPLE;
  • 'Teal' FOR TEAL;
  • 'Red' FOR RED;
  • 'Lime' FOR LIME;
  • 'Yellow' FOR YELLOW;
  • 'Blue' FOR BLUE;
  • 'Fuchsia' FOR FUCHSIA;
  • 'Aqua' FOR AQUA;

  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Enter the color for the text
  • DESCRIPTION:  
    This field determines the text color for the returned data.
.12 TYPE 0;12 SET
  • 'R' FOR REPORT;
  • 'H' FOR HTML;
  • 'L' FOR LISTMAN ONLY;
  • 'S' FOR SELECTION LIST;
  • 'V' FOR LISTVIEW;
  • 'M' FOR MENU;
  • 'G' FOR GRAPH;

  • LAST EDITED:  DEC 08, 2004
  • HELP-PROMPT:  Enter the type for this entry.
  • DESCRIPTION:  
    This field identifies the type for an entry.
.13 RPC 0;13 POINTER TO REMOTE PROCEDURE FILE (#8994) REMOTE PROCEDURE(#8994)

  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Select the RPC that produces this report.
  • DESCRIPTION:  
    This is the RPC that is called inside the GUI to produce the report.
.14 DATE FORMAT 0;14 SET
  • 'D' FOR DATE ONLY;
  • 'T' FOR DATE WITH TIME;

  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Enter the code for the desired date format.
  • DESCRIPTION:  
    This field determines what kind of format to display date/time fields.
.15 DATE PIECE 0;15 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>15)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Type a Number between 1 and 15, 0 Decimal Digits
  • DESCRIPTION:  
    This is used on the Cover Sheet to determine which piece the date field occupies.
.16 TAB POSITIONS 0;16 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<1) X
  • LAST EDITED:  OCT 05, 2000
  • HELP-PROMPT:  Answer must be 1-15 characters in length.
  • DESCRIPTION:  
    This is the value that will be used for the Tab property for the listbox associated with this report on the Cover Sheet.
.17 PIECES 0;17 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  OCT 11, 2000
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    This field is used by the Cover Sheet to determine what pieces of data to display in the listbox.
.18 DETAIL REPORT 0;18 POINTER TO OE/RR REPORT FILE (#101.24) OE/RR REPORT(#101.24)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^(0),""^"",8)=""CD""" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  OCT 11, 2000
  • HELP-PROMPT:  Enter the report to get the details for this report.
  • DESCRIPTION:  
    This field is used to get the details of an item on the cover sheet.
  • SCREEN:  S DIC("S")="I $P(^(0),""^"",8)=""CD"""
  • EXPLANATION:  Allow only Cover sheet detail type reports
.19 REPORT TAG 0;19 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAY 07, 2008
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the entry point tag for a report extract.
    UNEDITABLE
.191 REPORT ROUTINE 0;20 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<3) X
  • LAST EDITED:  MAY 07, 2007
  • HELP-PROMPT:  Answer must be 3-8 characters in length.
  • DESCRIPTION:  
    This is the routine associated with the REPORT TAG for report extracts.
    UNEDITABLE
.192 REPORT COMPONENT 0;21 POINTER TO VA HEALTH SUMMARY COMPONENT FILE (#142.1) VA HEALTH SUMMARY COMPONENT(#142.1)

  • LAST EDITED:  MAY 03, 2001
  • DESCRIPTION:  
    This is the report component associated with this report.
.21 PARAM 1 2;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    This is the 1st parameter passed to the RPC, if needed.
.22 PARAM 2 2;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 04, 2000
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    This is the 2nd parameter passed to the RPC, if needed.
.23 HEADING 2;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>75!($L(X)<1) X
  • LAST EDITED:  MAY 10, 2001
  • HELP-PROMPT:  Answer must be 1-75 characters in length.
  • DESCRIPTION:  
    This is the heading used on the Cover sheet for the list of items.
.24 DESCRIPTIVE TEXT 2;4 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>55!($L(X)<2) X
  • LAST EDITED:  MAY 10, 2001
  • HELP-PROMPT:  Answer must be 2-55 characters in length.
  • DESCRIPTION:  
    This is a more descriptive name than what might be included in the NAME field.
.25 NODE 2;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  OCT 05, 2000
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This is used by the Cover Sheet routines to define the node in the ^XTMP global to store the data.
.26 PRINT TAG 2;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAY 07, 2007
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the entry point tag used when printing reports that do their own Write statements.
    UNEDITABLE
.27 PRINT ROUTINE 2;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAY 07, 2007
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the entry point routine used when printing reports that do their own Write statements.
    UNEDITABLE
.28 EXTRACT TAG 2;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAR 18, 2008
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the entry point for the extract routine that pulls the data from package API's and/or package files.
    UNEDITABLE
.29 EXTRACT ROUTINE 2;9 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAY 07, 2007
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the extract routine that pulls data from package API's and/or package files.
    UNEDITABLE
.41 SORT ORDER 4;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<3)!'(X?1N1":"1N) X
  • LAST EDITED:  JUL 17, 2001
  • HELP-PROMPT:  Answer must be 3-15 characters in length.
  • DESCRIPTION:  This field is used when sorting columns of data on at grid within CPRS. It determines the sort order to be used in a multi-column sort. The primary sort column is always the column header clicked on by the user. If this
    field has values in the form #:#, then a multi-column sort is done, using the column numbers identified in this field for the second and third level sorting.
.42 MAXIMUM DAYS BACK 4;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 04, 2001
  • HELP-PROMPT:  Type a Number between 1 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    This field restricts the report date range to the maximum value specified.
.43 FHIE REPORT 4;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<2) X
  • LAST EDITED:  OCT 08, 2003
  • HELP-PROMPT:  Answer must be 2-10 characters in length.
  • DESCRIPTION:  
    This field identifies reports that are available through FHIE.  The item in this field is the code for the report available through the FHIE server.
  • TECHNICAL DESCR:  This field is not looked at by reports that have a 'listview' format. It is only used by straight text reports that go through the routine:
    ORDV01
.44 DIRECT 4;4 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  FEB 01, 2005
  • HELP-PROMPT:  ENTER YES TO MAKE DIRECT REMOTE DATA CALLS
  • DESCRIPTION:  This field allows a report to make a direct remote data call to a remote site. Use caution in setting this field to yes. It has the effect of disabling CPRS until the remote call is finished, but also may speed up the
    query by bypassing taskman latency.
.45 HDR REPORT 4;5 SET
  • '1' FOR YES;

  • LAST EDITED:  OCT 06, 2005
  • HELP-PROMPT:  Enter 'YES' if this report comes from the HDR.
  • DESCRIPTION:  
    This field flags reports that are generated from the HDR.
.46 HDR ROUTINE 4;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAR 18, 2008
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the HDR routine that modifies HDR data for CPRS.
    UNEDITABLE
.47 HDR ENTRY POINT 4;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAR 18, 2008
  • HELP-PROMPT:  Answer must be 1-8 characters in length.
  • DESCRIPTION:  
    This is the HDR entry point that modifies HDR data for CPRS.
    UNEDITABLE
.48 FHIE DATA 4;8 SET
  • '1' FOR YES;

  • LAST EDITED:  FEB 08, 2007
  • HELP-PROMPT:  Enter YES if this report gets data from DOD/FHIE
  • DESCRIPTION:  
    This field is used to tell CPRS that DOD/FHIE data can be accessed for this report.  Special code has to be written by CPRS and DOD for this to happen.
.49 FHIE ONLY 4;9 SET
  • '1' FOR YES;

  • LAST EDITED:  APR 15, 2008
  • HELP-PROMPT:  Enter YES if only DOD data should be shown for this report.
  • DESCRIPTION:  
    This field determines if a report can show local VA data and Remote DOD data. Enter YES if only DOD data should be shown for this report.
.491 DISABLE 4;10 SET
  • '1' FOR YES;

  • LAST EDITED:  APR 16, 2008
  • HELP-PROMPT:  Enter YES to disable this report.
  • DESCRIPTION:  
    This field will disable a report.
3 COLUMN HEADERS 3;0 Multiple #101.243 101.243
10 ITEM 10;0 POINTER Multiple #101.241 101.241
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  All