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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: SDUTL3

Package: Scheduling

Routine: SDUTL3


Information

SDUTL3 ;ALB/REW - Primary Care API Calls ;2/13/15 10:36

Source Information

Source file <SDUTL3.m>

Entry Points

Name Comments DBIA/ICR reference
OUTPTPR(DFN,SCDATE,SCPCROLE) ;given patient, return internal^external of the pc practitioner
; Input: DFN - ien of patient file (#2)
; SCDATE - Relevant Date (Default=DT)
; SCPCROLE - Type of PC Role (Default =1 (PC Practitioner),2=Attending
; Returned: pointer to file #200^external value of name
; or, if error or none defined, returns a 0 or null
; Note: This call will continue to be supported with the PCMM release
;
; *** SUPPORTED API ***
  • ICR #1252
    • Status: Active
    • Usage: Supported
    OUTPTAP(DFN,SCDATE) ;given patient, return internal^external of the pc associate provider
    ; Input: DFN - ien of patient file (#2)
    ; SCDATE - Relevant Date (Default=DT)
    ; Returned: pointer to file #200^external value of name
    ; or, if error or none defined, returns a 0 or null
  • ICR #1252
    • Status: Active
    • Usage: Supported
    OUTPTTM(DFN,SCDATE,ASSTYPE) ;given patient, return internal^external of the pc team
  • ICR #1252
    • Status: Active
    • Usage: Supported
    INPTPR(DFN,PRACT) ;store current PC practitioner; return SDOKS=1, if OK
    ; Input: DFN: ien of patient file (#2)
    ; PRACT: ien of file #200 if adding,changing field
    ; null or '@' if deleting field
    ; Output:SDOKS: 0, if fails to store, 1 otherwise
  • ICR #1252
    • Status: Active
    • Usage: Supported
    QTIPR
    INPTTM(DFN,TEAM) ;store current PC team; return SDOKS=0, if fails
    ; Input: DFN: ien of patient file (#2)
    ; TEAM: ien of file #404.51 if adding,changing field
    ; null or '@' if deleting field
    ; Output:SDOKS: 0, if fails to store, 1 otherwise
  • ICR #1252
    • Status: Active
    • Usage: Supported
    QTITM

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^DPT - [#2] Classic Fileman Calls
    Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call