Last change
on this file since 1578 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
576 bytes
|
Rev | Line | |
---|
[613] | 1 | BPSRSINS ;BHAM ISC/SS - ECME RESEARCH SCREEN INSURANCE VIEW ;05-APR-05
|
---|
| 2 | ;;1.0;E CLAIMS MGMT ENGINE;**1**;JUN 2004
|
---|
| 3 | ;; Per VHA Directive 10-93-142, this routine should not be modified.
|
---|
| 4 | Q
|
---|
| 5 | ;
|
---|
| 6 | VI ;
|
---|
| 7 | ;entry point for VI View Insurance menu option of the main User Screen
|
---|
| 8 | N BPRET,BPSEL
|
---|
| 9 | I '$D(@(VALMAR)) Q
|
---|
| 10 | D FULL^VALM1
|
---|
| 11 | W !,"Please select a SINGLE Patient Line item for viewing Insurance"
|
---|
| 12 | S BPSEL=$$ASKLINE^BPSSCRU4("Select item","P","Please select SINGLE patient summary line.")
|
---|
| 13 | I BPSEL<1 S VALMBCK="R" Q
|
---|
| 14 | N DFN
|
---|
| 15 | S DFN=+$P(BPSEL,U,2)
|
---|
| 16 | D EN1^IBNCPDPI(DFN)
|
---|
| 17 | S VALMBCK="R"
|
---|
| 18 | Q
|
---|
| 19 | ;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.