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

TIUPRPN6.m

Go to the documentation of this file.
  1. TIUPRPN6 ;SLC/MJC-Print PNs-Most Current Admission ; 6/26/01
  1. ;;1.0;TEXT INTEGRATION UTILITIES;**100,121**;Jun 20, 1997
  1. ;
  1. ADM ;prints PNs for LAST admission to either date of discharge or NOW
  1. ;this sort is chartable for either contiguous or separate
  1. ;also supports WORK copy
  1. ;TIU PRINT PN ADMISSION]
  1. ;
  1. N TIUDFN,TIUQT,DIC,Y
  1. D SETUP^TIUPRPN3("Print Progress Notes for selected patient's LAST admission")
  1. F W ! S DIC=2,DIC(0)="AEQMN" D ^DIC Q:Y<0 D K TIUQT
  1. .I '$O(^TIU(8925,"APTP",+Y,0)) W !!?5,$C(7),"There are no signed "
  1. .I W "progress notes on file for this patient.",! Q
  1. .N TIUFLAG,TIUSPG
  1. .S TIUDFN=Y
  1. .D NOTES(TIUDFN) Q:$D(TIUQT)
  1. .S TIUFLAG=$$FLAG^TIUPRPN3() Q:TIUFLAG']""
  1. .S TIUSPG=1
  1. .D DEVICE^TIUPRPN(TIUFLAG,TIUSPG)
  1. Q
  1. ;
  1. NOTES(TIUDFN) ;get the notes for the admission
  1. N VAIP,ADMDT,BEG,END,HOLD,CTR,DATE,IFN,DFN,DIR,Y
  1. S DFN=+TIUDFN,VAIP("D")="LAST" D IN5^VADPT
  1. I '$G(VAIP(1)) W !!?5,$C(7),"I don't have any record of an admission "
  1. I W "for this patient.",!?5,"Select another patient." S TIUQT=1 Q
  1. S ADMDT=VAIP(13,1)
  1. W !!,"Patient was admitted: ",$P(ADMDT,U,2)
  1. I $D(VAIP(17,1)) D
  1. .W !,"Patient was discharged: ",$P(VAIP(17,1),U,2),!
  1. .S DIR("A")="Print all progress notes written during this admission? "
  1. E D
  1. .W !!,"Patient has not been DISCHARGED.",!
  1. .S DIR("A")="Print all progress notes from admission date until NOW? "
  1. S DIR(0)="YA",DIR("B")="YES",DIR("A")=DIR("A")_"(Y/N) "
  1. S DIR("?")="^D HELP^TIUPRPN6" D ^DIR
  1. I $D(DIRUT) S TIUQT=1 Q
  1. I +$G(Y) S BEG=+ADMDT,END=$S($G(VAIP(17,1)):+VAIP(17,1),1:9999999)
  1. E D K %DT Q:$D(TIUQT)
  1. .W ! S %DT="AEPTX",%DT(0)="-NOW",%DT("A")="Print Notes Beginning: "
  1. .D ^%DT I $D(DTOUT)!(Y<0) S TIUQT=1 Q
  1. .S BEG=Y,%DT("A")=" Thru: "
  1. .S %DT="AEPTX" D ^%DT I $D(DTOUT)!(Y<0) S TIUQT=1 Q
  1. .S END=Y I END<BEG S HOLD=BEG,BEG=END,END=HOLD
  1. ;load up the notes
  1. W !!,"Searching for the notes "
  1. K ^TMP("TIUPR",$J),^TMP("TIUREPLACE",$J)
  1. S DATE=BEG
  1. F S DATE=$O(^TIU(8925,"APTP",DFN,DATE)) Q:'DATE!(DATE>END) D
  1. .S IFN=0 F S IFN=$O(^TIU(8925,"APTP",DFN,DATE,IFN)) Q:'IFN D
  1. ..W "." D REPLACE^TIUPRPN3(IFN,DATE,1501)
  1. S IFN=0 F S IFN=$O(^TMP("TIUREPLACE",$J,IFN)) Q:'IFN D
  1. .S DATE=^TMP("TIUREPLACE",$J,IFN,"DT")
  1. .S ^TMP("TIUPR",$J,$P(TIUDFN,U,2)_";"_DFN,DATE,IFN)="Vice SF 509"
  1. S CTR=+$G(^TMP("TIUREPLACE",$J))
  1. I '$D(^TMP("TIUPR",$J)) W !!,"No SIGNED notes found in this date "
  1. I W "range for this patient." S TIUQT=1 G NOTESX
  1. W !!,">> "_CTR_" note"_$S(CTR>1:"s",1:"")_" found.",!
  1. NOTESX ;
  1. K ^TMP("TIUREPLACE",$J)
  1. Q
  1. HELP ;help for yes/no print all notes for admission question
  1. W !!?5,"Answer YES and all the progress notes for this admission will "
  1. W !?5,"be printed in CONTIGUOUS format."
  1. W !!?5,"Answer NO and you will be asked to select a date range for "
  1. W !?5,"this patient."
  1. Q