PXVIMM ADMIN SITE

TITLEVALUE
NAMEPXVIMM ADMIN SITE
DESCRIPTIONReturns entries from the IMM ADMINISTRATION SITE (BODY) file (920.3).
TAGIMMSITE
ROUTINEPXVRPC2
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERFILTER
DESCRIPTIONFilter. Possible values are:
R:XXX - Return entry with IEN XXX.
H:XXX - Return entry with HL7 Code XXX.
N:XXX - Return entry with #.01 field equal to XXX
S:X - Return all entries with a status of X.
Possible values of X:
A - Active Entries
I - Inactive Entries
B - Both active and inactive entries

Defaults to "S:B".
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH

RETURN VALUE TYPEARRAY
RETURN PARAMETER DESCRIPTIONReturns:
PXVRSLT(0)=Count of elements returned (0 if nothing found)
PXVRSLT(n)=IEN^Name^HL7 Code^Status (1:Active, 0:Inactive)

When filtering based off IEN, HL7 Code, or #.01 field, only one entry will
be returned in PXVRSLT(1).

When filtering based off status, multiple entries can be returned. The
first entry will be returned in subscript 1, and subscripts will be
incremented by 1 for further entries. Entries will be sorted
alphabetically.

If no entries are found based off the filtering criteria, PXVRSLT(0) will
equal 0, and there will be no data returned in the subsequent subscripts.
AVAILABILITY
INACTIVE
CLIENT MANAGER
WORD WRAP ON
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED