Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: LR311PST

LR311PST.m

Go to the documentation of this file.
  1. LR311PST ;DALOI/WTY,HOIFO/FT-CREATE NEW-STYLE XREF ;11/22/04 10:13
  1. ;;5.2;LAB SERVICE;**1030**;NOV 01, 1997
  1. ;;5.2;LAB SERVICE;**311**;Sep 27, 1994;Build 1
  1. ;
  1. ; This routine uses the following IAs:
  1. ; <None>
  1. ;
  1. EN ; Driver
  1. D SP,CY
  1. Q
  1. SP ; Create new cross-reference on subfile 63.12, field #10 (ORGAN/TISSUE)
  1. N LRXR,LRRES,LROUT
  1. S LRXR("FILE")=63.12
  1. S LRXR("NAME")="AC"
  1. S LRXR("TYPE")="MU"
  1. S LRXR("USE")="A"
  1. S LRXR("EXECUTION")="F"
  1. S LRXR("ACTIVITY")=""
  1. S LRXR("SHORT DESCR")="Notify Women's Health of SNOMED change"
  1. S LRXR("DESCR",1)="This MUMPS cross reference calls SNOMED^LRWOMEN any time a change to a SNOMED"
  1. S LRXR("DESCR",2)="code is made. The SNOMED line tag notifies the Women's Health package that"
  1. S LRXR("DESCR",3)="a SNOMED change has been made on an already verified pathology report for a"
  1. S LRXR("DESCR",4)="female patient."
  1. S LRXR("SET")="Q:$D(DIU(0)) D SNOMED^LRWOMEN"
  1. S LRXR("KILL")="Q"
  1. S LRXR("VAL",1)=.01
  1. S LRXR("VAL",1,"SUBSCRIPT")=1
  1. S LRXR("VAL",1,"COLLATION")="F"
  1. D CREIXN^DDMOD(.LRXR,"kW",.LRRES,"LROUT")
  1. Q
  1. CY ; Create new cross-reference on subfile 63.912, field #1 (CYTOPATH ORGAN/TISSUE)
  1. N LRXR,LRRES,LROUT
  1. S LRXR("FILE")=63.912
  1. S LRXR("NAME")="AC"
  1. S LRXR("TYPE")="MU"
  1. S LRXR("USE")="A"
  1. S LRXR("ACTIVITY")=""
  1. S LRXR("EXECUTION")="F"
  1. S LRXR("SHORT DESCR")="Notify Women's Health of SNOMED change"
  1. S LRXR("DESCR",1)="This MUMPS cross reference calls SNOMED^LRWOMEN any time a change to a SNOMED"
  1. S LRXR("DESCR",2)="code is made. The SNOMED line tag notifies the Women's Health package that a"
  1. S LRXR("DESCR",3)="SNOMED change has been made on an already verified pathology report for a"
  1. S LRXR("DESCR",4)="female patient."
  1. S LRXR("SET")="Q:$D(DIU(0)) D SNOMED^LRWOMEN"
  1. S LRXR("KILL")="Q"
  1. S LRXR("VAL",1)=.01
  1. S LRXR("VAL",1,"SUBSCRIPT")=1
  1. S LRXR("VAL",1,"COLLATION")="F"
  1. D CREIXN^DDMOD(.LRXR,"kW",.LRRES,"LROUT")
  1. Q