| 1 | SDWLE20 ;;IOFO BAY PINES/TEH - WAITING LIST-ENTER/EDIT;06/12/2002 ; 20 Aug 2002  2:10 PM | 
|---|
| 2 | ;;5.3;scheduling;**263**;AUG 13 1993 | 
|---|
| 3 | ; | 
|---|
| 4 | ; | 
|---|
| 5 | ;****************************************************************** | 
|---|
| 6 | ;                             CHANGE LOG | 
|---|
| 7 | ; | 
|---|
| 8 | ;   DATE                        PATCH                   DESCRIPTION | 
|---|
| 9 | ;   ----                        -----                   ----------- | 
|---|
| 10 | ; | 
|---|
| 11 | ; | 
|---|
| 12 | ; | 
|---|
| 13 | ; | 
|---|
| 14 | ; | 
|---|
| 15 | ; | 
|---|
| 16 | ; | 
|---|
| 17 | PCM ;Check ^SCTM(404.41) for Outpatient Profile Data. - KF requirement - recieved 07/18/02 | 
|---|
| 18 | S (SDWLSTO,SDWLSPO,SDWLSSO,SDWLSCO)="" | 
|---|
| 19 | S SDWLCP1=$P($$NMPCPR^SCAPMCU2(DFN,DT,1),U,2) | 
|---|
| 20 | S SDWLCP2=$P($$NMPCPR^SCAPMCU2(DFN,DT,2),U,2) | 
|---|
| 21 | S SDWLCP3=$P($$NMPCTM^SCAPMCU2(DFN,DT,1),U,2) | 
|---|
| 22 | S SDWLCP4=$P($$NMPCTP^SCAPMCU2(DFN,DT,1),U,2) | 
|---|
| 23 | S SDWLCP5=$P($$NMPCTP^SCAPMCU2(DFN,DT,2),U,2) | 
|---|
| 24 | S SDWLCP6=$P($$NMPCPR^SCAPMCU2(DFN,DT,3),U,2) | 
|---|
| 25 | S SDWLPCMM=1 | 
|---|
| 26 | Q | 
|---|
| 27 | PCMD ;Display PCMM data | 
|---|
| 28 | I SDWLPCMM D | 
|---|
| 29 | .W ! | 
|---|
| 30 | .I $D(SDWLCP3),SDWLCP3'="" W !,"PC Team: ",SDWLCP3 | 
|---|
| 31 | .I $D(SDWLCP1),SDWLCP1'="" W !,"PC Practitioner: ",SDWLCP1 | 
|---|
| 32 | .I $D(SDWLCP2),SDWLCP2'="" W !,"PC Attending:",SDWLCP2 | 
|---|
| 33 | .I $D(SDWLCP5),SDWLCP5'="" W !,"PC Attending Position: ",SDWLCP5 | 
|---|
| 34 | .I $D(SDWLCP6),SDWLCP6'="" W !,"Associate PC Provider: ",SDWLCP6 | 
|---|
| 35 | Q | 
|---|