Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: BPSSCRDV

BPSSCRDV.m

Go to the documentation of this file.
  1. BPSSCRDV ;BHAM ISC/SS - ECME SCREEN DEVELOPER LOG ;05-APR-05
  1. ;;1.0;E CLAIMS MGMT ENGINE;**1**;JUN 2004
  1. ;; Per VHA Directive 10-93-142, this routine should not be modified.
  1. Q
  1. ;
  1. DV ;entry point for LOG menu option of the main User Screen
  1. N BPRET,BPSEL
  1. I '$D(@(VALMAR)) Q
  1. D FULL^VALM1
  1. W !,"Enter the line number for which you wish to print claim logs."
  1. S BPSEL=$$ASKLINE^BPSSCRU4("Select item","C","Please select SINGLE Rx Line.")
  1. I BPSEL<1 S VALMBCK="R" Q
  1. D CLAIMLOG^BPSOS6M(+$P(BPSEL,U,4))
  1. S VALMBCK="R"
  1. Q
  1. ;