| DIS |
Consult/Request Tracking provides an API to CPRS to
allow a previously associated Medicine result to be disassociated from a
Consult procedure request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCO |
Input |
IEN from REQUEST/CONSULTATION (#123) file
|
|
REMOVE(IEN,RSLT,DATE,PERSON) |
This entry point provides a silent API for removing a
previously associated Medcine procedure or Clincial Procedure result from a
Consult request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN from REQUEST/CONSULTATION (#123) file.
|
RSLT |
Input |
Variable pointer form of a Medicine or Clinical
Procedure result.
Example:
"19;MCAR(691.5,"
"19;MDD(702,"
|
DATE |
Input |
Fileman date/time the activity took place in the
calling application.
|
PERSON |
Input |
DUZ of the person responsible for the action.
|
|