Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: OREORV2

Package: Order Entry Results Reporting

Routine: OREORV2


Information

OREORV2 ; SLC/GDU - Orderable Item Records Validation [10/15/04 09:16]

Source Information

Source file <OREORV2.m>

Entry Points

Name Comments DBIA/ICR reference
MAIN ;Main entry point for this program
EXIT ;Exit point for this program
RPTSUM ;Report Summary - Summary of ZGOIRV1 findings
PS(SN) ;Print Sections
PS7 ;Print Section 7
RPH ;Report Page Header
NS ;Next Screen - Advances user to next screen if output directed to
RPF ;Report Page Footer - Prints page footer if output directed to printer
LCC ;Line Count Check - Determine if it is time for end of page/screen logic
PCI(PN) ;Page Counter
RH ;;Orderable Items File Record Validation Report
RF ;;Orderable Items File Record Validation Report
RS ;;Summary of Orderable Items Validation:
RS0 ;;Total number of records processed:
RS1 ;;Total number of records with null ID fields:
RS2 ;;Total number of records without source IENs:
RS3 ;;Total number of records without source package codes:
RS4 ;;Total number of records with bad source package codes:
RS5 ;;Total number of records requiring manual confirmation:
RS6 ;;Total number of records with source record matches (validated):
RS7 ;;Total number of records without source record matches:
SH1 ;;Section 1, Records with null ID field
SH2 ;;Section 2, Records without source IENs
SH3 ;;Section 3, Records without source package codes
SH4 ;;Section 4, Records with incorrect source package code formats
SH5 ;;Section 5, Records with package codes not in current spec
SH6 ;;Section 6, Records with source record matches (Validated)
SH7 ;;section 7, Records without source record matches
SF1 ;;Total with null ID field
SF2 ;;Total without source IENs:
SF3 ;;Total without source package codes:
SF4 ;;Total with bad source package codes:
SF5 ;;Total with package codes not in spec:
SF6 ;;Total validated:
SF7 ;;Total without source record matches:
CON ;;Consult Request Services file
FHD ;;Diets file
FHT ;;Tubefeeding file
LRT ;;Laboratory Test file
ORD ;;Orderable Items file
PRC ;;Consult Procedure file
PRO ;;Protocol file
PSP ;;Pharmacy Orderable Item file
RAP ;;Radiology/Nuclear Medicine Procedures file
CH1 ;;OI Name
CH2 ;;Inactive Date
PHT ;;Records for package
PFT ;;Sub-total for package
AHT ;;Active OI records w/o matching source record
AFT ;;Sub-total active OI records w/o matching source record
IHT ;;Inactive OI records w/o matching source record
IFT ;;Sub-total inactive OI records w/o matching source record

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$P($T(RS),";",3),!
  • Line Location: RPTSUM+7
Function Call: WRITE
  • Prompt: !,$P($T(@RSL),";",3),?65,$J(^TMP($J,"OIC",X),10)
  • Line Location: RPTSUM+10
Function Call: WRITE
  • Prompt: !,$P($T(@SH),";",3)
  • Line Location: PS+13
Function Call: WRITE
  • Prompt: !
  • Line Location: PS+14
Function Call: WRITE
  • Prompt: !,$P($T(@SH),";",3)
  • Line Location: PS+17
Function Call: WRITE
  • Prompt: !,$$REPEAT^XLFSTR("-",IOM)
  • Line Location: PS+18
Function Call: WRITE
  • Prompt: !,NAME,?65,$P(^TMP($J,"OIC",SN,"B",NAME),U,2)
  • Line Location: PS+20
Function Call: WRITE
  • Prompt: !,PH
  • Line Location: PS+26
Function Call: WRITE
  • Prompt: !,$P($T(CH1),";",3),?65,$P($T(CH2),";",3)
  • Line Location: PS+27
Function Call: WRITE
  • Prompt: !,$$REPEAT^XLFSTR("-",IOM)
  • Line Location: PS+28
Function Call: WRITE
  • Prompt: !,NAME,?65,$P(^TMP($J,"OIC",SN,PACK,"B",NAME),U,2)
  • Line Location: PS+30
Function Call: WRITE
  • Prompt: !,PF,?65,$J(^TMP($J,"OIC",SN,PACK),10)
  • Line Location: PS+31
Function Call: WRITE
  • Prompt: !
  • Line Location: PS+32
Function Call: WRITE
  • Prompt: !,PH,?65,$J(^TMP($J,"OIC",SN,PACK),10)
  • Line Location: PS+37
Function Call: WRITE
  • Prompt: !
  • Line Location: PS+39
Function Call: WRITE
  • Prompt: !,$P($T(@SF),";",3),?65,$J(^TMP($J,"OIC",SN),10)
  • Line Location: PS+40
Function Call: WRITE
  • Prompt: !,$P($T(@AH),";",3)
  • Line Location: PS7+10
Function Call: WRITE
  • Prompt: !,PH
  • Line Location: PS7+14
Function Call: WRITE
  • Prompt: !,$P($T(CH1),";",3),?65,$P($T(CH2),";",3)
  • Line Location: PS7+15
Function Call: WRITE
  • Prompt: !,$$REPEAT^XLFSTR("-",IOM)
  • Line Location: PS7+16
Function Call: WRITE
  • Prompt: !,NAME,?65,$P(^TMP($J,"OIC",SN,AI,PACK,"B",NAME),U,2)
  • Line Location: PS7+18
Function Call: WRITE
  • Prompt: !,PF,?65,$J(^TMP($J,"OIC",SN,AI,PACK),10)
  • Line Location: PS7+19
Function Call: WRITE
  • Prompt: !
  • Line Location: PS7+20
Function Call: WRITE
  • Prompt: !
  • Line Location: PS7+21
Function Call: WRITE
  • Prompt: !,$P($T(@AF),";",3),?65,$J(^TMP($J,"OIC",SN,AI),10)
  • Line Location: PS7+22
Function Call: WRITE
  • Prompt: $P($T(RH),";",3),?65,"PAGE: ",PAGE
  • Line Location: RPH+2
Function Call: WRITE
  • Prompt: !
  • Line Location: NS+10
Function Call: WRITE
  • Prompt: !
  • Line Location: RPF+6
Function Call: WRITE
  • Prompt: $P($T(RF),";",3),?65,"PAGE: ",PAGE
  • Line Location: RPF+7
Info |  Source |  Entry Points |  Interaction Calls