| GETMED |
This entry point is called to retrieve a list of
available Medicine results that may be associated with a Consult procedure
request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCIFN |
Input |
IEN from REQUEST/CONSULTATION (#123) file
|
GMRCRES |
Output |
Returned as an array as follows:
GMRCRES(x) = result_ref^result_name^date^summary
example:
GMRCRES(1)="19;MCAR(691.5,^EKG^JUN 30,1999@15:52^ABNORMAL"
|
|
GETRES |
This entry point is provided to retrieve a list of
all Medicine results currently associated with a given Consult procedure
request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCO |
Input |
IEN from REQUEST/CONSULTATION (#123) file
|
GMRCAR |
Output |
Returned as an array as follows:
GMRCAR(x)=result_ref^result_name^date^impression
Example:
GMRCAR(1)="19;MCAR(691.5,^EKG^JUN 30,1999@15:52^ABNORMAL"
|
|
DISPMED |
This entry point is provided to allow the display of
a particular Medicine result that is being associated or disassociated with a
Consult procedure request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCRES |
Input |
Variable pointer form of a Medicine package result
(e.g. "19;MCAR(691.5")
|
GMRCAR |
Output |
Array returned containing the text of a Medicine
package report.
Example: GMRCAR(1)=" PROCEDURE DATE/TIME: 06/30/99 15:52"
GMRCAR(2)=" CONFIDENTIAL ECG REPORT"
GMRCAR(3...)=
|
|