| TEAMPROV(.ARRAY,TEAMIEN) |
Input an OE/RR team IEN and receive back an array of
provides linked to the team.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ARRAY |
Output |
Return array as follows:
ARRAY(#) = New Person IEN ^ New Person Name
|
TEAMIEN |
Input |
IEN of OE/RR LIST file (#100.21)
|
|
TEAMS(.ARRAY) |
Input name of array and receive back all OE/RR LIST
file (#100.21) IENS and names. If no entries in FILE 100.21, then return:
ARRAY(1) = "^No teams found."
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ARRAY |
Both |
Name of the array to return data in. Return array as
follows: ARRAY(#) = FILE 100.21 IEN ^ FILE 100.21 NAME (.01)
|
|
TEAMPTS(.ARRAY,TEAM) |
Input name of array and OE/RR LIST file (#100.21)
IEN. Receive back all patient DFNs and names associated with that FILE 100.21
entry. If no entries, then return: ARRAY(1) = "^No patients found."
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ARRAY |
Both |
Name of the array to return data in. Return array as
follows: ARRAY(#) = DFN ^ FILE 2 NAME (.01)
|
TEAM |
Input |
IEN for a FILE 100.21 entry.
|
|
TMSPT(ORY,PT) |
Input a patient DFN in PT to get a list TEAMS linked
to a patient
in variable ORY.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORY |
Both |
The name of the array to return data in. Return
array is as follows: ORY(#) = TEAM IEN ^ TEAM NAME ^ TEAM TYPE
|
PT |
Input |
IEN for FILE 2 entry.
|
|