GENERAL DESCRIPTION |
When running CMOP and NDF software, NDF has a hook into
CMOP in the Rematch/Match Single Drug option. If a drug has been marked to
transmit to CMOP through the CMOP package and an individual wants to rematch
it, the software will display a message telling the user that it is matched
and marked for CMOP. If the user chooses to rematch, the software will kill
off the match, unmark it to transmit CMOP. The entry point is REMTCH^PSNHELP.
This entry point sets the variable +Y equal to the variable DA. It then calls
the CMOP routine PSXREF. This routine sets the proper information into a CMOP
activity log multiple in file 50 (subfile 50.0214). In addition, when the
software marks or unmarks a drug, it sets field 213 "CMOP DISPENSE" in 50 to a
"1" for mark and a "0" for unmark. This field also belongs to CMOP. File 50 is
a shared pharmacy file. Each module owns different fields and nodes in this
file.
|