ELIG |
This function returns the patient's ARCH eligibility.
See example below:
> S A=$$ELIG^FBARCH0(DFN,3100930,3110305,.FBDATA) ZW FBDATA A=1
FBDATA(1)="1^3101130" FBDATA(2)="0^3101030" FBDATA(3)="1^3100930"
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN which is DINUM to the internal entry of
file #161.
|
FBBDT |
Input |
Starting/beginning date range of the listing.
|
FBEDT |
Input |
Ending date of the listing.
|
FBDATA |
Output |
An array of patient ARCH eligibility.
|
|
LIST |
Output of this function will be in ^TMP($J,"ARCHFEE"
global. Below is the example:
>S A=$$LIST^FBARCH0(3100930,3110305)
Global ^TMP($J -- NOTE: translation in effect
^TMP(540785357,"ARCHFEE",1)="12^0^3100930"
2)="12^1^3100925"
3)="12^0^3100920"
4)="12^1^3100910"
Piece 1 = is the DFN
Piece 2 = is the ARCH Eligibility 1 = YES; 0 = NO
Piece 3 = date of ARCH Eligibility
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBBDT |
Input |
Starting/beginning date of the listing.
|
FBEDT |
Input |
Ending date of the listing.
|
|