Last change
on this file since 1259 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
686 bytes
|
Line | |
---|
1 | SROCMPD ;B'HAM ISC/MAM - DELETE OCCURRENCE ; 24 SEPT 1990 2:55 PM
|
---|
2 | ;;3.0; Surgery ;**38**;24 Jun 93
|
---|
3 | KEY I '$D(^XUSEC("SROEDIT",DUZ)) W !!,"You do not have the access necessary to delete a case from the file.",!!,"Press RETURN to continue " R X:DTIME Q
|
---|
4 | W !!,"By deleting this case, all information stored for this occurrence will be",!,"removed from the computer."
|
---|
5 | DEL W !!,"Are you sure that you want to delete this occurrence ? NO// " R SRYN:DTIME I '$T!(SRYN["^") Q
|
---|
6 | S SRYN=$E(SRYN) I SRYN="" S SRYN="N"
|
---|
7 | I "YyNn"'[SRYN W !!,"Enter 'YES' to delete this occurrence, or RETURN if you have made a mistake." G DEL
|
---|
8 | I "Nn"[SRYN Q
|
---|
9 | S SRCC="",SROPCOM="Occurrence ..." D KILL^SROPDEL
|
---|
10 | Q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.