SCDXPOV ;ALB/SCK - VISIT REPORT BY NPCDB TRANSMISSION STATUS ; 05 Oct 98 8:37 PM
Source file <SCDXPOV.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ; Main entry point for the visit report.
|
|
EN1 | ||
START | ;
|
|
END | ;
|
|
BUILD(SCXB,SCXE) | ; Order through the encounters in the selected date range and process.
; Input: ; SCXB - Beginnging date (SCXBEG) ; SCXE - Ending date (SCXEND) |
|
GOTIT(SCXOE) | ; Process line of data in the OUTPATIENT ENCOUNTER FILE
; Input: ; SCXOE - IEN of entry in the OUTPATIENT ENCOUNTER File, #409.73 ; Variables ; SCX - 0 node of the OUTPATIENT ENCOUNTER entry ; SCX1 - 0 node of the TRANSMITTED OUTPATIENT ENCOUNTER entry ; SCX2 - 1 node of the TRANSMITTED OUTPATIENT ENCOUNTER entry ; SCXI - IEN of the associated entry (SCX) in the TRANSMITTED OUTPATIENT ENCOUNTER File ; SCXEL - Eligibility of the encounter ; SCXCV - Originating process for the encounter ; SCXCP - 1 if appt. type is C&P, 0 if not ; SCXDV - Division where the encounter took place ; SCXACK - Acknowledgement status of TRANSMITTED OUTPATIENT ENCOUNTER entry ; 0 - No information ; 1 - Waiting Transmission ; 2 - Transmitted ; 3 - Acknowledged |
|
SCH(SCXCV) | ;Determine scheduled/unscheduled status for appointment type encounters
|
|
INIT(SDIV) | ; Build TMP globals for encounter status count
; Ignores any entry beginning with "DOM" or "ZZ" |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|