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

ORY166.m

Go to the documentation of this file.
  1. ORY166 ;SLC/DAN ;12/4/02 08:06
  1. ;;3.0;ORDER ENTRY/RESULTS REPORTING;**166**;Dec 17, 1997
  1. ;DBIA 2058 allows read of B xref in DIC(9.4
  1. ;DBIA 2197 allows reading of install file
  1. ;
  1. POST ;Find child entries with a provider of 0 and update it to the correct provider
  1. ;
  1. N ORMSG,ZTSK,ZTRTN,ZTDESC,ZTIO,ZTDTH,ZTSAVE
  1. S ORMSG(1)="This patch contains a post-init which will run in the background and fix"
  1. S ORMSG(2)="any known database errors. It will then send a mail message to the"
  1. S ORMSG(3)="initiator indicating what was changed."
  1. D BMES^XPDUTL(.ORMSG)
  1. S ZTRTN="DQ^ORY166",ZTDESC="Patch OR*3*166 database clean up",ZTIO="",ZTSAVE("DUZ")="",ZTDTH=""
  1. D ^%ZTLOAD
  1. I $G(ZTSK) D BMES^XPDUTL("Post-init queued to background as task number "_ZTSK_".")
  1. Q
  1. ;
  1. DQ ;Enter here for queued task
  1. N ERR,CNT
  1. K ^TMP("ORFIX",$J)
  1. D UPDATE,MAIL
  1. K ^TMP("ORFIX",$J)
  1. Q
  1. ;
  1. UPDATE ;
  1. N DATE,IEN,PARENT,PROV,PKG,PKGNUM
  1. S DATE=$$INSTDT("ORDER ENTRY/RESULTS REPORTING 3.0")
  1. S DATE=$S(DATE:$$FMADD^XLFDT(DATE,-1,23,59),1:2960630.24) ;If install date not found revert back to 1st possible install date
  1. S IEN=$$GETIEN(DATE)-1 ;Get first order number for date, subtract one so the first order is reviewed
  1. S CNT=0
  1. I IEN=-1 S ERR="No orders in date range" Q ;No orders to review
  1. F S IEN=$O(^OR(100,IEN)) Q:'+IEN D
  1. .Q:'$D(^OR(100,IEN,0)) Q:+$P(^OR(100,IEN,0),U,4)'=0 ;Quit if 0 node missing or if order is ok (provider '= 0)
  1. .S PKGNUM=$P(^OR(100,IEN,0),U,14) Q:PKGNUM="" ;Stop if no package entered
  1. .S PKG=$E($$NMSP^ORCD(PKGNUM),1,2) ;Get first two characters of Package
  1. .I PKG="LR"&($P(^OR(100,IEN,0),U,2)'["DPT") Q ;Stop if lab and not from patient file
  1. .I PKG="LR"!(PKG="PS") D Q ;If package lab or pharmacy then check
  1. ..S PROV=$$CHKPAR
  1. ..I PROV D
  1. ...S ^TMP("ORFIX",$J,PKGNUM,IEN)=" - FIXED"
  1. ...S $P(^OR(100,IEN,0),U,4)=PROV
  1. ...S CNT=CNT+1
  1. ...D CHKACT ;Check actions to be sure they have provider entered
  1. Q
  1. ;
  1. CHKPAR() ;Check to see if there is a parent order and if so, return provider
  1. S PARENT=$P($G(^OR(100,IEN,3)),U,9)
  1. I '+PARENT Q 0 ;No parent order found
  1. S PROV=$P($G(^OR(100,PARENT,0)),U,4)
  1. I '+PROV Q 0 ;No provider found in parent order
  1. Q PROV
  1. ;
  1. CHKACT ;Check actions for missing provider as well
  1. N I
  1. S I=0 F S I=$O(^OR(100,IEN,8,I)) Q:'+I D
  1. .I $P($G(^OR(100,IEN,8,I,0)),U,3)=0 S $P(^(0),U,3)=PROV
  1. Q
  1. GETIEN(STDT) ;Find first IEN associated with given start date
  1. N DONE,IEN
  1. S (DONE,IEN)=0
  1. F S STDT=$O(^OR(100,"AF",STDT)) Q:'+STDT!(DONE) D
  1. .S IEN=0 F S IEN=$O(^OR(100,"AF",STDT,IEN)) Q:'+IEN I $O(^(IEN,0))=1 S DONE=1 Q ;Find first ORDER that is a new order
  1. Q IEN
  1. ;
  1. MAIL ;Send results of cleanup in a mail message to initiator
  1. N I,XMSUB,XMTEXT,XMDUZ,XMY,PKG,ORD
  1. S XMSUB="Patch OR*3*166 Clean up completed"
  1. S XMDUZ="Patch OR*3*166 Post-Init"
  1. S XMY(.5)="" S:$G(DUZ) XMY(DUZ)=""
  1. S XMTEXT="^TMP(""ORTXT"",$J,"
  1. K ^TMP("ORTXT",$J)
  1. S I=1
  1. S ^TMP("ORTXT",$J,I)="The database clean-up for patch OR*3*166 has completed.",I=I+1
  1. S ^TMP("ORTXT",$J,I)="Below is a listing of what was changed and any possible error messages.",I=I+1
  1. S ^TMP("ORTXT",$J,I)="",I=I+1
  1. S ^TMP("ORTXT",$J,I)=CNT_" orders had their provider field updated.",I=I+1
  1. S ^TMP("ORTXT",$J,I)="",I=I+1
  1. I $D(ERR) D
  1. .S ^TMP("ORTXT",$J,I)="An error occurred that stopped the post-init. It was:",I=I+1
  1. .S ^TMP("ORTXT",$J,I)=ERR,I=I+1
  1. .S ^TMP("ORTXT",$J,I)="",I=I+1
  1. I '$D(ERR),'CNT S ^TMP("ORTXT",$J,I)="No changes were made to your database.",I=I+1
  1. S ^TMP("ORTXT",$J,I)="",I=I+1
  1. S PKG=0 F S PKG=$O(^TMP("ORFIX",$J,PKG)) Q:PKG="" D
  1. .S ^TMP("ORTXT",$J,I)=$P(^DIC(9.4,PKG,0),U),I=I+1
  1. .S ORD=0 F S ORD=$O(^TMP("ORFIX",$J,PKG,ORD)) Q:ORD="" D
  1. ..S ^TMP("ORTXT",$J,I)=" ORDER #: "_ORD_" "_^TMP("ORFIX",$J,PKG,ORD),I=I+1
  1. .S ^TMP("ORTXT",$J,I)="",I=I+1
  1. D ^XMD ;send results
  1. K ^TMP("ORTXT",$J)
  1. Q
  1. ;
  1. INSTDT(PATCH) ;Returns installation date patch first installed at site
  1. N IEN
  1. S IEN=$O(^XPD(9.7,"B",PATCH,0)) Q:'+IEN 0 ;Get IEN of first installation
  1. Q $P($P($G(^XPD(9.7,IEN,1)),U),".") ;Get date of first install