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

Package: Integrated Billing

Routine: IBMHPMPY3


Information

IBMHPMPY3 ;EDE/WCJ-Multi-site maintain IB MH VISIT TRACKING FILE (#351.83) - (aka PushMi-PullYu); 22-OCT-23

Source Information

Source file <IBMHPMPY3.m>

Entry Points

Name Comments DBIA/ICR reference
AWAY
PULL ; This will be called from a menu option.
; ask the patient and if selected, initiate the pull
AGAIN
GETPAT(IBDFN) ; Select a patient.
; Return 0 - no patient selected
; Return 1 - patient selected
; IBDFN will be the patient's IEN in file 2
PATIENTPULL(IBDFN,IBERR) ; This does a lot of the same stuff the push does only for a specific veteran.
; IBDFN - which patient
; IBERR - return array of results
PARSEPULL(IBPD,IBDFN,ERR) ; parse the record being pulled from the originating site
; IBPD is a packed data array
; "IEN^.01I^.01^C2^.03I^.04I^.05^.06I^.07I^1.01I^C9"
; "ien at originating site^dfn at originating site^patient name^originating site^event date^status^bill #^reason^unique id^update^full icn"
; "2^7229593^LASTNAME,FIRSTNAME MIDDLE^529^3190814^2^442-K902Z6L^^^99999999999v999999"
; IBDFN is the patient that we asked for
; ERR is returned even if it's not an ERROR so kind of a misnomer.
DISPLAYRES(IBDFN,IBPULLRESULTS) ; display results
WRITE(DATA,CNT) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Now sending query to ",$P(IBTFL(IBX),"^",2)," ..."
  • Line Location: PATIENTPULL+18
Function Call: WRITE
  • Prompt: !,"Query to site "_+IBTFL(IBX)_" completed."
  • Line Location: PATIENTPULL+39
Function Call: WRITE
  • Prompt: !!
  • Line Location: DISPLAYRES+16
Function Call: WRITE
  • Prompt: !,DATA
  • Line Location: WRITE+2

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^DPT - [#2] Classic Fileman Calls,  GET1^DIQ
^IBMH(351.83 - [#351.83] FIND^DIC
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call