$$CL(DFN) |
This API will take the DFN as an input and returns a
data string with 7 pieces.
Example: "1^4300^WBC^2150^ANC^3060307.100709^B"
first piece = 1 indicates that it's ok to dispense
2 Not OK to dispense - The rest of the results will indicate
what happened. If there are no results listed, then the
denial is due to the lack of results. If the WBC is less
than 3000 or the ANC is less than 1500, then the denial is
due to out of range results.
-1 an invalid DFN or a lockout by the NCCC
0 NCCC has authorized the medication
second piece = WBC result
third piece = WBC test name
fourth piece = ANC result
fifth piece = ANC test name
sixth piece = WBC and ANC test date and time
seventh piece = Dispense Frequency ("W", "B", "M")
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN Number (Required).
|
$$CL |
Output |
This entry point returns a 7 piece data string.
Example: "1^4300^WBC^2150^ANC^3060307.100709^B"
first piece = 1 indicates that it's ok to dispense
0 Not OK to dispense - The rest of the results will indicate
what happened. If there are no results listed, then the
denial is due to the lack of results. If the WBC is less
than 3000 or the ANC is less than 1500, then the denial is
due to out of range results.
-1 an invalid DFN or a lockout by the NCCC second piece = WBC
result third piece = WBC test name fourth piece = ANC result fifth piece =
ANC test name sixth piece = WBC and ANC test date and time seventh piece =
Dispense Frequency ("W", "B", "M")
|
|
CL1(DFN,DAYS) |
This entry point will return all the WBC and the ANC
results for the given # of days in the descending date/time order in a TMP
global.
Example:
^TMP($J,"PSO",DATE.TIME)=4400^2288 where the 1st piece is the WBC result
and the 2nd piece is ANC result.
This data will repeat as many times for the given # of days.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN Number (Required).
|
DAYS |
Input |
Null, zero or a number are valid entries. If null or
zero it will return the latest WBC and ANC results in the last 6 days.
|
|
$$OVERRIDE(DFN) |
This entry point provides the NCCC authorized
clozapine medication. It returns 1 for an NCCC authorized override or a 0 for
not authorized.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN Number (Required).
|
$$OVERRIDE |
Output |
It returns 1 for an NCCC authorized override or a 0
for not authorized.
|
|