| $$CPACTM(GMRCDA) |
This function returns the actions available for a CP
request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCDA |
Input |
This required variable is the Request/Consultation
file (#123) IEN.
|
$$CPACTM |
Output |
The output value of this function will return the
following:
0 = not a CP request or TIU*1*109 not present
1 = CP request but no instrument report expected
2 = CP and still waiting on instr. or images
3 = CP and incomplete CP doc attached
4 = CP and complete CP doc attached
|
|
$$CPPAT(GMRCDA,GMRCDFN) |
This function returns whether or not a patient is an
object of the specified request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCDA |
Input |
This required variable is the Request/Consultation
file (#123) IEN.
|
GMRCDFN |
Input |
This required variable is the Patient file (#2) IEN.
|
$$CPPAT |
Output |
The output value of this function will return the
following:
1 = patient is object of request GMRCDA
0 = patient is NOT object of request in GMRCDA
|
|
$$CPINTERP(GMRCTIU,GMRCUSER) |
This function returns whether or not a user is an
interpreter for a specified TIU document.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRCTIU |
Input |
This required variable is the TIU Document file
(#8925) IEN.
|
GMRCUSER |
Input |
This required variable is the New Person file (#200)
IEN.
|
$$CPINTERP |
Output |
The output value of this function will return the
following:
1 = GMRCUSER is an interpreter
0 = GMRCUSER is NOT an interpreter
|
|