BPSRSINS ;BHAM ISC/SS - ECME RESEARCH SCREEN INSURANCE VIEW ;05-APR-05
 ;;1.0;E CLAIMS MGMT ENGINE;**1**;JUN 2004
 ;; Per VHA Directive 10-93-142, this routine should not be modified.
 Q
 ;
VI ;
 ;entry point for VI View Insurance menu option of the main User Screen
 N BPRET,BPSEL
 I '$D(@(VALMAR)) Q
 D FULL^VALM1
 W !,"Please select a SINGLE Patient Line item for viewing Insurance"
 S BPSEL=$$ASKLINE^BPSSCRU4("Select item","P","Please select SINGLE patient summary line.")
 I BPSEL<1 S VALMBCK="R" Q
 N DFN
 S DFN=+$P(BPSEL,U,2)
 D EN1^IBNCPDPI(DFN)
 S VALMBCK="R"
 Q
 ;
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HBPSRSINS   595     printed  Sep 23, 2025@19:29:09                                                                                                                                                                                                     Page 2
BPSRSINS  ;BHAM ISC/SS - ECME RESEARCH SCREEN INSURANCE VIEW ;05-APR-05
 +1       ;;1.0;E CLAIMS MGMT ENGINE;**1**;JUN 2004
 +2       ;; Per VHA Directive 10-93-142, this routine should not be modified.
 +3        QUIT 
 +4       ;
VI        ;
 +1       ;entry point for VI View Insurance menu option of the main User Screen
 +2        NEW BPRET,BPSEL
 +3        IF '$DATA(@(VALMAR))
               QUIT 
 +4        DO FULL^VALM1
 +5        WRITE !,"Please select a SINGLE Patient Line item for viewing Insurance"
 +6        SET BPSEL=$$ASKLINE^BPSSCRU4("Select item","P","Please select SINGLE patient summary line.")
 +7        IF BPSEL<1
               SET VALMBCK="R"
               QUIT 
 +8        NEW DFN
 +9        SET DFN=+$PIECE(BPSEL,U,2)
 +10       DO EN1^IBNCPDPI(DFN)
 +11       SET VALMBCK="R"
 +12       QUIT 
 +13      ;