SRTPKID4 ;BIR/SJA - KIDNEY-OUTCOME INFORMATION ;03/04/08
;;3.0; Surgery ;**167**;24 Jun 93;Build 27
I '$D(SRTPP) W !!,"A Transplant Assessment must be selected prior to using this option.",!!,"Press <RET> to continue " R X:DTIME G END
START Q:SRSOUT D DISP
W !!,"Select Transplant Information to Edit: " R X:DTIME I '$T!(X["^") S SRSOUT=1 G END
I X="" D ^SRTPDONR G END
S:X="a" X="A" I '$D(SRAO(X)),(X'?.N1":".N),(X'="A") D HELP G:SRSOUT END G START
I X?1.2N1":"1.2N S Y=$P(X,":"),Z=$P(X,":",2) I Y<1!(Z>SRX)!(Y>Z) D HELP G:SRSOUT END G START
I X="A" S X="1:"_SRX
D HDR^SRTPUTL
I X?1.2N1":"1.2N D RANGE G START
I $D(SRAO(X)),+X=X S SREMIL=X D ONE G START
END W @IOF
Q
HELP W @IOF,!!!!,"Enter the number or range of numbers you want to edit. Examples of proper",!,"responses are listed below."
W !!,"1. Enter 'A' to update all items.",!!,"2. Enter a number (1-"_SRX_") to update the information in that field. (For example,",!," enter '1' to update Bleeding/Transfusions)"
W !!,"3. Enter a range of numbers (1-"_SRX_") separated by a ':' to enter a range",!," of items. (For example, enter '1:4' to update items 1, 2, 3 and 4.)",!
PRESS W ! K DIR S DIR("A")="Press the return key to continue or '^' to exit: ",DIR(0)="FOA" D ^DIR K DIR I $D(DTOUT)!$D(DUOUT) S SRSOUT=1
Q
RANGE ; range of numbers
S SRNOMORE=0,SRSHEMP=$P(X,":"),SRCURL=$P(X,":",2) F SREMIL=SRSHEMP:1:SRCURL Q:SRNOMORE D ONE
Q
ONE ; edit one item
K DR,DIE S DA=SRTPP,DR=$P(SRAO(SREMIL),"^",2)_"T",DIE=139.5 D ^DIE K DR I $D(Y) S SRNOMORE=1
Q
DISP ; display fields
S SRHPG="OUTCOME INFORMATION",SRPAGE="PAGE: 4 OF "_$S(SRNOVA:6,1:5) D HDR^SRTPUTL
K DR,SRAO S (DR,SRDR)="116;117;118;119;192;121;122;123;124;125;126;193;133"
K DA,DIC,DIQ,SRX,SRY,SRZ S DIC="^SRT(",DA=SRTPP,DIQ="SRY",DIQ(0)="E",DR=SRDR D EN^DIQ1 K DA,DIC,DIQ,DR
S (SRX,SRZ)=0 F I=1:1 S SRZ=$P(SRDR,";",I) Q:'SRZ S SRX=I,SRAO(I)=SRY(139.5,SRTPP,SRZ,"E")_"^"_SRZ
D OUTNO
W !," 1. Bleeding/Transfusions:",?35,$P(SRAO(1),"^")
W !," 2. Pneumonia: ",?35,$P(SRAO(2),"^")
W !," 3. On Ventilator >48 hours:",?35,$P(SRAO(3),"^")
W !," 4. Cardiac Arrest Requiring CPR:",?35,$P(SRAO(4),"^")
W !," 5. Myocardial Infarction:",?35,$P(SRAO(5),"^")
W !," 6. Stroke/CVA: ",?35,$P(SRAO(6),"^")
W !," 7. Coma >= 24 hr:",?35,$P(SRAO(7),"^")
W !," 8. Superficial Incisional SSI:",?35,$P(SRAO(8),"^")
W !," 9. Deep Incisional SSI:",?35,$P(SRAO(9),"^")
W !,"10. Systemic Sepsis:",?35,$P(SRAO(10),"^")
W !,"11. Return to Surgery w/i 30 Days:",?35,$P(SRAO(11),"^")
W !,"12. Operative Death:",?35,$P(SRAO(12),"^")
W !,"13. Graft Failure Date:",?35,$P(SRAO(13),"^")
W !!,SRLINE
Q
OUTNO ; defualt empty outcome fields to "NO"
K DA,DIE,DR S DR=""
S II=0 F S II=$O(SRAO(II)) Q:'II S:$P(SRAO(II),"^")="" DR=$S(DR]"":(DR_";"_$P(SRDR,";",II)),1:$P(SRDR,";",II))_"////"_$S($P(SRDR,";",II)=133:"NS",1:"N")
S DIE=139.5,DA=SRTPP D ^DIE K DA,DIE,DR
K DA,DIC,DIQ,SRX,SRY,SRZ S DIC="^SRT(",DA=SRTPP,DIQ="SRY",DIQ(0)="E",DR=SRDR D EN^DIQ1 K DA,DIC,DIQ,DR
S (SRX,SRZ)=0 F I=1:1 S SRZ=$P(SRDR,";",I) Q:'SRZ S SRX=I,SRAO(I)=SRY(139.5,SRTPP,SRZ,"E")_"^"_SRZ
Q
SRTPKID4 ;BIR/SJA - KIDNEY-OUTCOME INFORMATION ;03/04/08
+1 ;;3.0; Surgery ;**167**;24 Jun 93;Build 27
+2 IF '$DATA(SRTPP)
WRITE !!,"A Transplant Assessment must be selected prior to using this option.",!!,"Press <RET> to continue "
READ X:DTIME
GOTO END
START IF SRSOUT
QUIT
DO DISP
+1 WRITE !!,"Select Transplant Information to Edit: "
READ X:DTIME
IF '$TEST!(X["^")
SET SRSOUT=1
GOTO END
+2 IF X=""
DO ^SRTPDONR
GOTO END
+3 IF X="a"
SET X="A"
IF '$DATA(SRAO(X))
IF (X'?.N1":".N)
IF (X'="A")
DO HELP
IF SRSOUT
GOTO END
GOTO START
+4 IF X?1.2N1":"1.2N
SET Y=$PIECE(X,":")
SET Z=$PIECE(X,":",2)
IF Y<1!(Z>SRX)!(Y>Z)
DO HELP
IF SRSOUT
GOTO END
GOTO START
+5 IF X="A"
SET X="1:"_SRX
+6 DO HDR^SRTPUTL
+7 IF X?1.2N1":"1.2N
DO RANGE
GOTO START
+8 IF $DATA(SRAO(X))
IF +X=X
SET SREMIL=X
DO ONE
GOTO START
END WRITE @IOF
+1 QUIT
HELP WRITE @IOF,!!!!,"Enter the number or range of numbers you want to edit. Examples of proper",!,"responses are listed below."
+1 WRITE !!,"1. Enter 'A' to update all items.",!!,"2. Enter a number (1-"_SRX_") to update the information in that field. (For example,",!," enter '1' to update Bleeding/Transfusions)"
+2 WRITE !!,"3. Enter a range of numbers (1-"_SRX_") separated by a ':' to enter a range",!," of items. (For example, enter '1:4' to update items 1, 2, 3 and 4.)",!
PRESS WRITE !
KILL DIR
SET DIR("A")="Press the return key to continue or '^' to exit: "
SET DIR(0)="FOA"
DO ^DIR
KILL DIR
IF $DATA(DTOUT)!$DATA(DUOUT)
SET SRSOUT=1
+1 QUIT
RANGE ; range of numbers
+1 SET SRNOMORE=0
SET SRSHEMP=$PIECE(X,":")
SET SRCURL=$PIECE(X,":",2)
FOR SREMIL=SRSHEMP:1:SRCURL
IF SRNOMORE
QUIT
DO ONE
+2 QUIT
ONE ; edit one item
+1 KILL DR,DIE
SET DA=SRTPP
SET DR=$PIECE(SRAO(SREMIL),"^",2)_"T"
SET DIE=139.5
DO ^DIE
KILL DR
IF $DATA(Y)
SET SRNOMORE=1
+2 QUIT
DISP ; display fields
+1 SET SRHPG="OUTCOME INFORMATION"
SET SRPAGE="PAGE: 4 OF "_$SELECT(SRNOVA:6,1:5)
DO HDR^SRTPUTL
+2 KILL DR,SRAO
SET (DR,SRDR)="116;117;118;119;192;121;122;123;124;125;126;193;133"
+3 KILL DA,DIC,DIQ,SRX,SRY,SRZ
SET DIC="^SRT("
SET DA=SRTPP
SET DIQ="SRY"
SET DIQ(0)="E"
SET DR=SRDR
DO EN^DIQ1
KILL DA,DIC,DIQ,DR
+4 SET (SRX,SRZ)=0
FOR I=1:1
SET SRZ=$PIECE(SRDR,";",I)
IF 'SRZ
QUIT
SET SRX=I
SET SRAO(I)=SRY(139.5,SRTPP,SRZ,"E")_"^"_SRZ
+5 DO OUTNO
+6 WRITE !," 1. Bleeding/Transfusions:",?35,$PIECE(SRAO(1),"^")
+7 WRITE !," 2. Pneumonia: ",?35,$PIECE(SRAO(2),"^")
+8 WRITE !," 3. On Ventilator >48 hours:",?35,$PIECE(SRAO(3),"^")
+9 WRITE !," 4. Cardiac Arrest Requiring CPR:",?35,$PIECE(SRAO(4),"^")
+10 WRITE !," 5. Myocardial Infarction:",?35,$PIECE(SRAO(5),"^")
+11 WRITE !," 6. Stroke/CVA: ",?35,$PIECE(SRAO(6),"^")
+12 WRITE !," 7. Coma >= 24 hr:",?35,$PIECE(SRAO(7),"^")
+13 WRITE !," 8. Superficial Incisional SSI:",?35,$PIECE(SRAO(8),"^")
+14 WRITE !," 9. Deep Incisional SSI:",?35,$PIECE(SRAO(9),"^")
+15 WRITE !,"10. Systemic Sepsis:",?35,$PIECE(SRAO(10),"^")
+16 WRITE !,"11. Return to Surgery w/i 30 Days:",?35,$PIECE(SRAO(11),"^")
+17 WRITE !,"12. Operative Death:",?35,$PIECE(SRAO(12),"^")
+18 WRITE !,"13. Graft Failure Date:",?35,$PIECE(SRAO(13),"^")
+19 WRITE !!,SRLINE
+20 QUIT
OUTNO ; defualt empty outcome fields to "NO"
+1 KILL DA,DIE,DR
SET DR=""
+2 SET II=0
FOR
SET II=$ORDER(SRAO(II))
IF 'II
QUIT
IF $PIECE(SRAO(II),"^")=""
SET DR=$SELECT(DR]"":(DR_";"_$PIECE(SRDR,";",II)),1:$PIECE(SRDR,";",II))_"////"_$SELECT($PIECE(SRDR,";",II)=133:"NS",1:"N")
+3 SET DIE=139.5
SET DA=SRTPP
DO ^DIE
KILL DA,DIE,DR
+4 KILL DA,DIC,DIQ,SRX,SRY,SRZ
SET DIC="^SRT("
SET DA=SRTPP
SET DIQ="SRY"
SET DIQ(0)="E"
SET DR=SRDR
DO EN^DIQ1
KILL DA,DIC,DIQ,DR
+5 SET (SRX,SRZ)=0
FOR I=1:1
SET SRZ=$PIECE(SRDR,";",I)
IF 'SRZ
QUIT
SET SRX=I
SET SRAO(I)=SRY(139.5,SRTPP,SRZ,"E")_"^"_SRZ
+6 QUIT