$$INDEX(IEN,.PARMARY) |
This function call allows an application to build an
index of its subscriptions. This is optional, but using this function allows
the application to easily find subscriptions without storing the IEN.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$INDEX |
Output |
The function returns 1 on success, 0 on failure.
|
IEN |
Input |
IEN of the HLO SUBSCRIPTION REGISTRY file (#779.4)
entry.
|
PARMARY |
Input |
Array of parameters with which to build the index.
The format is: PARMARY(1)=<first parameter>, PARMARY(2)=<second parameter> If
PARMARY(i)=null, the parameter will be translated to a single space.
|
|
$$FIND(OWNER,.PARMARY) |
This function call allows an application to find a
subscription registry entry. The application must maintain a private index in
order to utilize this function, via $$INDEX^HLOASUB1.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
$$FIND |
Output |
This function returns the IEN of the subscription
list if found, 0 otherwise.
|
OWNER |
Input |
The name of the owning application, as specified when
the subscription list was created.
|
PARMARY |
Input |
The array of parameters with which the index was
built. The format is: PARMARY(1)=<first parameter>, PARMARY(2)=<second
parameter> If PARMARY(i)=null, the parameter will be translated to a single
space.
|
|