- SCAPMC12 ;ALB/REW - Team API's: TPPR ; 2/10/00 8:14am
- ;;5.3;Scheduling;**41,204,1015**;AUG 13, 1993;Build 21
- ;;1.0
- TPPR(SC200,SCDATES,SCPURPA,SCROLEA,SCLIST,SCERR) ; -- positions for a pract
- ; input:
- ; SC200 = ien of NEW PERSON file(#200) [required]
- ; SCDATES("BEGIN") = begin date to search (inclusive)
- ; [default: TODAY]
- ; ("END") = end date to search (inclusive)
- ; [default: TODAY]
- ; ("INCL") = 1: only use patients who were assigned to
- ; team for entire date range
- ; 0: anytime in date range
- ; [default: 1]
- ; SCPURPA -array of pointers to team purpose file 403.47
- ; if none are defined - returns all teams
- ; if @SCPURPA@('exclude') is defined - exclude listed teams
- ; SCROLEA - array of pointers to standard position file 403.46
- ; if none are defined - returns all positions
- ; if @SCROLEA@('exclude') is defined - exclude listed roles
- ; SCLIST -array name to store list
- ; [ex. ^TMP("SCPT",$J)]
- ;
- ; SCERR = array NAME to store error messages.
- ; [ex. ^TMP("ORXX",$J)]
- ;
- ; Output:
- ; SCLIST() = array of positions (includes SCTP xref)
- ; Format:
- ; Subscript: Sequential # from 1 to n
- ; Piece Description
- ; 1 IEN of TEAM POSITION File (#404.57)
- ; 2 Name of Position
- ; 3 IEN of Team #404.51
- ; 4 IEN of file #404.59 (Tm Pos History)
- ; 5 current effective date
- ; 6 current inactivate date (if any)
- ; 7 pointer to 403.46 (role)
- ; 8 Name of Standard Role
- ; 9 pointer to User Class (#8930)
- ; 10 Name of User Class
- ; Subscript: "SCTP",SCTM,IEN =""
- ;
- ; SCERR() = Array of DIALOG file messages(errors) .
- ; @SCERR@(0) = number of errors, undefined if none
- ; Format:
- ; Subscript: Sequential # from 1 to n
- ; Piece Description
- ; 1 IEN of DIALOG file
- ; Returned: 1 if ok, 0 if error
- ;
- ;
- ST N SCTPA,SCTPA,SCTPA0,SCTP,SCR,SCACTHIS,SCTM,SCTPPR,SCPTA
- N SCLSEQ,SCN,SCESEQ,SCPARM,SCBEGIN,SCEND,SCINCL,SCDTS
- ; -- initialize control variables
- G:'$$OKDATA PRACQ
- ; -- loop through position assignment history
- S SCTPA=0
- F S SCTPA=$O(^SCTM(404.52,"C",SC200,SCTPA)) Q:'SCTPA D
- .S SCTPA0=$G(^SCTM(404.52,SCTPA,0))
- .S SCTP=+$P(SCTPA0,U,1)
- .Q:'SCTP
- .S SCTM=+$P($G(^SCTM(404.57,SCTP,0)),U,2)
- .Q:'SCTM
- .S SCACTHIS=$$ACTHIST^SCAPMCU2(404.52,SCTP,SCDATES,SCERR,"SCTPPR")
- .Q:'SCACTHIS
- .;
- .;djb/bp Next line fixes NOIS NOP-0499-11252 & ISA-0899-12551
- .Q:$P(SCACTHIS,"^",2)'=SCTPA
- .;
- .S SCP=+$P($G(^SCTM(404.51,+SCTM,0)),U,3)
- .Q:'$$OKARRAY^SCAPU1(.SCPURPA,.SCP)
- .S SCPTA=0
- .S SCR=+$P($G(^SCTM(404.57,SCTP,0)),U,3)
- .Q:'$$OKARRAY^SCAPU1(.SCROLEA,.SCR)
- .D BLD^SCAPMC24(.SCLIST,SCTM,SCTP,SCACTHIS,SCR)
- PRACQ Q $G(@SCERR@(0))<1
- ;
- OKDATA() ;setup/check variables
- N SCOK
- S SCOK=1
- D INIT^SCAPMCU1(.SCOK) ; set default dates & error array (if undefined)
- IF '$D(^VA(200,+$G(SC200),0)) D S SCOK=0
- . S SCPARM("Practitioner")=$G(SC200,"Undefined")
- . D ERR^SCAPMCU1(.SCESEQ,4045101,.SCPARM,"",.SCERR)
- ;
- Q SCOK
- ;
- SCAPMC12 ;ALB/REW - Team API's: TPPR ; 2/10/00 8:14am
- +1 ;;5.3;Scheduling;**41,204,1015**;AUG 13, 1993;Build 21
- +2 ;;1.0
- TPPR(SC200,SCDATES,SCPURPA,SCROLEA,SCLIST,SCERR) ; -- positions for a pract
- +1 ; input:
- +2 ; SC200 = ien of NEW PERSON file(#200) [required]
- +3 ; SCDATES("BEGIN") = begin date to search (inclusive)
- +4 ; [default: TODAY]
- +5 ; ("END") = end date to search (inclusive)
- +6 ; [default: TODAY]
- +7 ; ("INCL") = 1: only use patients who were assigned to
- +8 ; team for entire date range
- +9 ; 0: anytime in date range
- +10 ; [default: 1]
- +11 ; SCPURPA -array of pointers to team purpose file 403.47
- +12 ; if none are defined - returns all teams
- +13 ; if @SCPURPA@('exclude') is defined - exclude listed teams
- +14 ; SCROLEA - array of pointers to standard position file 403.46
- +15 ; if none are defined - returns all positions
- +16 ; if @SCROLEA@('exclude') is defined - exclude listed roles
- +17 ; SCLIST -array name to store list
- +18 ; [ex. ^TMP("SCPT",$J)]
- +19 ;
- +20 ; SCERR = array NAME to store error messages.
- +21 ; [ex. ^TMP("ORXX",$J)]
- +22 ;
- +23 ; Output:
- +24 ; SCLIST() = array of positions (includes SCTP xref)
- +25 ; Format:
- +26 ; Subscript: Sequential # from 1 to n
- +27 ; Piece Description
- +28 ; 1 IEN of TEAM POSITION File (#404.57)
- +29 ; 2 Name of Position
- +30 ; 3 IEN of Team #404.51
- +31 ; 4 IEN of file #404.59 (Tm Pos History)
- +32 ; 5 current effective date
- +33 ; 6 current inactivate date (if any)
- +34 ; 7 pointer to 403.46 (role)
- +35 ; 8 Name of Standard Role
- +36 ; 9 pointer to User Class (#8930)
- +37 ; 10 Name of User Class
- +38 ; Subscript: "SCTP",SCTM,IEN =""
- +39 ;
- +40 ; SCERR() = Array of DIALOG file messages(errors) .
- +41 ; @SCERR@(0) = number of errors, undefined if none
- +42 ; Format:
- +43 ; Subscript: Sequential # from 1 to n
- +44 ; Piece Description
- +45 ; 1 IEN of DIALOG file
- +46 ; Returned: 1 if ok, 0 if error
- +47 ;
- +48 ;
- ST NEW SCTPA,SCTPA,SCTPA0,SCTP,SCR,SCACTHIS,SCTM,SCTPPR,SCPTA
- +1 NEW SCLSEQ,SCN,SCESEQ,SCPARM,SCBEGIN,SCEND,SCINCL,SCDTS
- +2 ; -- initialize control variables
- +3 IF '$$OKDATA
- GOTO PRACQ
- +4 ; -- loop through position assignment history
- +5 SET SCTPA=0
- +6 FOR
- SET SCTPA=$ORDER(^SCTM(404.52,"C",SC200,SCTPA))
- IF 'SCTPA
- QUIT
- Begin DoDot:1
- +7 SET SCTPA0=$GET(^SCTM(404.52,SCTPA,0))
- +8 SET SCTP=+$PIECE(SCTPA0,U,1)
- +9 IF 'SCTP
- QUIT
- +10 SET SCTM=+$PIECE($GET(^SCTM(404.57,SCTP,0)),U,2)
- +11 IF 'SCTM
- QUIT
- +12 SET SCACTHIS=$$ACTHIST^SCAPMCU2(404.52,SCTP,SCDATES,SCERR,"SCTPPR")
- +13 IF 'SCACTHIS
- QUIT
- +14 ;
- +15 ;djb/bp Next line fixes NOIS NOP-0499-11252 & ISA-0899-12551
- +16 IF $PIECE(SCACTHIS,"^",2)'=SCTPA
- QUIT
- +17 ;
- +18 SET SCP=+$PIECE($GET(^SCTM(404.51,+SCTM,0)),U,3)
- +19 IF '$$OKARRAY^SCAPU1(.SCPURPA,.SCP)
- QUIT
- +20 SET SCPTA=0
- +21 SET SCR=+$PIECE($GET(^SCTM(404.57,SCTP,0)),U,3)
- +22 IF '$$OKARRAY^SCAPU1(.SCROLEA,.SCR)
- QUIT
- +23 DO BLD^SCAPMC24(.SCLIST,SCTM,SCTP,SCACTHIS,SCR)
- End DoDot:1
- PRACQ QUIT $GET(@SCERR@(0))<1
- +1 ;
- OKDATA() ;setup/check variables
- +1 NEW SCOK
- +2 SET SCOK=1
- +3 ; set default dates & error array (if undefined)
- DO INIT^SCAPMCU1(.SCOK)
- +4 IF '$DATA(^VA(200,+$GET(SC200),0))
- Begin DoDot:1
- +5 SET SCPARM("Practitioner")=$GET(SC200,"Undefined")
- +6 DO ERR^SCAPMCU1(.SCESEQ,4045101,.SCPARM,"",.SCERR)
- End DoDot:1
- SET SCOK=0
- +7 ;
- +8 QUIT SCOK
- +9 ;