Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/ADVERSE_REACTION_TRACKING-GMRA-GMA/GMRAUTL1.m

    r628 r636  
    1 GMRAUTL1 ;HIRMFO/WAA-ALLERGY UTILITIES ;12/04/92
    2  ;;4.0;Adverse Reaction Tracking;**33**;Mar 29, 1996;Build 5
    3  ;
    4  ; Reference to $$PROD^XUPROD supported by DBIA 4440
    5  ; Reference to $$TESTPAT^VADPT supported by DBIA 3744
    6  ;
     1GMRAUTL1 ;HIRMFO/WAA-ALLERGY UTILITIES ; 12/04/92
     2 ;;4.0;Adverse Reaction Tracking;;Mar 29, 1996
    73 Q
    84STPCK() ; This is to check to see if the user wanted to stop the print
     
    4743 D CLOSE^GMRAUTL
    4844 Q
    49 PRDTST(GMRADFN) ; GMRA*4*33 - Remove Test Patients from Live Reports
    50  ; This function will return 0 if the patient should not print on the report, and 1 if the patient
    51  ; should appear on the report.  This function will allow all patients to print on the report if the
    52  ; report is run in a test environment.
    53  ;
    54  I GMRADFN="" Q 0  ;DFN not defined. Should never be the case.
    55  I '$$PROD^XUPROD() Q 1  ;Not a production or legacy environment.  Print all patients on report.
    56  I $$TESTPAT^VADPT(GMRADFN) Q 0  ;Production or legacy environment.  Test patient.  Do not print on report.
    57  Q 1  ;Production or legacy environment.  Not a test patient.  Print on report.
    58  ;
    5945VAD(DFN,DAT,LOC,NAM,SEX,SSN,RB,PRO,PID) ; Call to VADPT
    6046 ; This call is a generic call to 1^VADPT
Note: See TracChangeset for help on using the changeset viewer.