Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: SCRPTP2

Package: Scheduling

Routine: SCRPTP2


Information

SCRPTP2 ;ALB/CMM - List of Team's Patients ; 29 Jun 99 04:11PM

Source Information

Source file <SCRPTP2.m>

Entry Points

Name Comments DBIA/ICR reference
TFORMAT(INST,INAME,TIEN,TNAME,PHONE,PC) ; Format team information
PRINTIT(STORE,TITL) ;
PRACT(INST,TIEN,NEW) ;Print by practitioner/patient
PTP(INST,TIEN,NEW) ;Print by patient/practitioner
TPRINT(INST,TIEN) ;
HEADER ;prints column headings
SETH ;sets column headings

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINTIT+28
Function Call: WRITE
  • Prompt: !,$G(@STORE@(INST,TIEN,PIEN,TRDI))
  • Line Location: PRACT+19
Function Call: WRITE
  • Prompt: !,$G(@STORE@(INST,TIEN,PIEN,TRDI,SCACL))
  • Line Location: PRACT+22
Function Call: WRITE
  • Prompt: !,$G(@STORE@(INST,TIEN,TRDI,PIEN))
  • Line Location: PTP+22
Function Call: WRITE
  • Prompt: !,$G(@STORE@(INST,TIEN,TRDI,PIEN,SCACL))
  • Line Location: PTP+25
Function Call: WRITE
  • Prompt: !!,$G(@STORE@(INST,TIEN))
  • Line Location: TPRINT+6
Function Call: WRITE
  • Prompt: !,$G(@STORE@(INST,TIEN,1))
  • Line Location: TPRINT+8
Function Call: WRITE
  • Prompt: !
  • Line Location: TPRINT+9
Function Call: WRITE
  • Prompt: !!,"[Not Assigned] = Patient assigned to Team but not to a position/provider"
  • Line Location: TPRINT+17
Function Call: WRITE
  • Prompt: !,"[Inactive Position] = Patient assigned to Team & Position but has no active provider"
  • Line Location: TPRINT+18
Info |  Source |  Entry Points |  Interaction Calls