source: WorldVistAEHR/trunk/r/LAB_SERVICE-LR-LS/LRWOMEN.m@ 613

Last change on this file since 613 was 613, checked in by George Lilly, 14 years ago

initial load of WorldVistAEHR

File size: 949 bytes
Line 
1LRWOMEN ;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 ;
8ADD ; 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 ;
18DEL ; 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 ;
28MOVE ; From LRAPMV
29 ; no longer used after LR*5.2*259
30 Q
31 ;
32 ;
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 TracBrowser for help on using the repository browser.