Ignore:
Timestamp:
Dec 4, 2009, 12:11:15 AM (14 years ago)
Author:
George Lilly
Message:

revised back to 6/30/08 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WorldVistAEHR/trunk/r/LAB_SERVICE-LR-LS/LRWOMEN.m

    r613 r623  
    1 LRWOMEN ;DALOI/CYM/FT/CKA - LINK TO WOMEN'S HEALTH PROGRAM ;10/22/04  13:14
    2         ;;5.2;LAB SERVICE;**231,248,311,324,365**;Sep 27, 1994;Build 9
    3         ;
    4         ;Reference to CREATE^WVLRLINK supported by IA #2772
    5         ;Reference to DELETE^WVLRLINK supported by IA #2772
    6         ;Reference to CREATE^WVLABCHK supported by IA #4525
    7         ;
    8 ADD     ; From DD 63.08,.11 and 63.09,.11
    9         Q:+$G(LRDPF)'=2
    10         Q:'$D(LRSS)
    11         Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)']""
    12         Q:$G(SEX)'["F"
    13         Q:$T(CREATE^WVLRLINK)']""
    14         D CREATE^WVLRLINK(DFN,LRDFN,LRI,$G(LRA),LRSS)
    15         Q
    16         ;
    17         ;
    18 DEL     ; From LRAPM
    19         Q:$G(SEX)'["F"
    20         Q:+$G(LRDPF)'=2
    21         Q:'$D(LRSS)
    22         Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)]""
    23         Q:$T(DELETE^WVLRLINK)']""
    24         D DELETE^WVLRLINK(DFN,LRDFN,LRI,X,LRSS)
    25         Q
    26         ;
    27         ;
    28 MOVE    ; From LRAPMV
    29         ; no longer used after LR*5.2*259
    30         Q
    31         ;
    32         ;
    33 SNOMED  ; From DD 63.08,10 and 63.09,10
    34         Q:+$G(LRDPF)'=2
    35         Q:'$D(LRSS)
    36         Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)=""
    37         Q:$G(SEX)'["F"
    38         Q:$T(CREATE^WVLABCHK)']""
    39         D CREATE^WVLABCHK(DFN,LRDFN,LRI,$G(LRA),LRSS)
    40         Q
     1LRWOMEN ;DALOI/CYM/FT - LINK TO WOMEN'S HEALTH PROGRAM ;10/22/04  13:14
     2 ;;5.2;LAB SERVICE;**231,248,311,324**;Sep 27, 1994
     3 ;
     4 ;Reference to CREATE^WVLRLINK supported by IA #2772
     5 ;Reference to DELETE^WVLRLINK supported by IA #2772
     6 ;Reference to MOVE^WVLRLINK supported by IA #2772
     7 ;Reference to ^XPDUTL supported by IA #10141
     8 ;Reference to ^ORB3LAB supported by IA #4287
     9 ;Reference to CREATE^WVLABCHK supported by IA #4525
     10 ;
     11ADD ; From DD 63.08,.11 and 63.09,.11
     12 Q:+$G(LRDPF)'=2
     13 Q:'$D(LRSS)
     14 Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)']""
     15 I $$PATCH^XPDUTL("OR*3.0*210") D
     16 .Q:$G(LRAPOLDF)=1
     17 .D LAB^ORB3LAB(DFN,LRDFN,LRI,$G(LRA),LRSS)
     18 Q:$G(SEX)'["F"
     19 Q:$T(CREATE^WVLRLINK)']""
     20 D CREATE^WVLRLINK(DFN,LRDFN,LRI,$G(LRA),LRSS)
     21 Q
     22DEL ; From LRAPM
     23 Q:$G(SEX)'["F"
     24 Q:+$G(LRDPF)'=2
     25 Q:'$D(LRSS)
     26 Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)]""
     27 Q:$T(DELETE^WVLRLINK)']""
     28 D DELETE^WVLRLINK(DFN,LRDFN,LRI,X,LRSS)
     29 Q
     30MOVE ; From LRAPMV
     31 ; no longer used after LR*5.2*259
     32 Q
     33SNOMED ; From DD 63.08,10 and 63.09,10
     34 Q:+$G(LRDPF)'=2
     35 Q:'$D(LRSS)
     36 Q:$P(^LR(LRDFN,LRSS,LRI,0),U,11)=""
     37 Q:$G(SEX)'["F"
     38 Q:$T(CREATE^WVLABCHK)']""
     39 D CREATE^WVLABCHK(DFN,LRDFN,LRI,$G(LRA),LRSS)
     40 Q
Note: See TracChangeset for help on using the changeset viewer.