MENTAL HEALTH |
Dallas |
The Clozapine Roll-Up software in Mental health uses
the CH node of file 63 to determine the number of White Blood Count tests
performed on a patient. An entry in the Drug file points to the test at the
local site that points to the monitoring test. The "DATE/TIME SPECIMEN TAKEN"
(field .01), "DATE REPORT COMPLETED" (field .03), and "SPECIMEN TYPE" (field
.05) fields of the "CHEM, HEM, TOX, RIA, SER, etc." multiple in file 63 are
used to validate the test before it is added to the count.
S YSCLWBCT=0 F J=YSCLIED:0 S J=$O(^LR(YSCLLDFN,"CH",J)) Q:'J
Q:J>X I $D(^(J,YSCLLDN)),$P(^(0),"^",5)=YSCLSP,$P(^(0),"^",3)
,$P(^(YSCLLDN),"^") S YSCLWBCT=YSCLWBCT+1
|