| GENERAL DESCRIPTION |
Returns a list of Clinics, Wards, and "Other" category
entries from the HOSPITAL LOCATION (#44) file.
Input:
ORFROM [optional] = Text to $O from or passed in an external value
of the name from the HOSPITAL LOCATION FILE #44,.01
DIR [required] = $Order direction or the collating sequence,
where, it must be 1 or -1
1 = return the return list(s) in next order
-1 = return the return list(s) in reverse order
Output:
Y(n)=DATA delimited by "^" where n=1,2,3,4,. .
Return Parameter Description
If successful:
Y(n)=p1^p2
Where:
p1 := IEN from Hospital Location file#44
p2 := Location name-the external value from file #44,.01
|