VistA Analysis » VistA Reference » RPCs » TIU LONG LIST CLINPROC TITLES

TIU LONG LIST CLINPROC TITLES

This RPC serves data to a longlist of selectable Titles for CLINICALPROCEDURES.

Properties

Property Value
Label LNGCP
MUMPS Implementation TIUCP
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
FROM LITERAL   true This is the reference Title from which the longlist is scrolling.
DIR LITERAL     This is the direction in which the longlist is scrolling from thereference Title.

MUMPS Method Description

Property Value
Method LNGCP^TIUCP
Method Comment RPC that serves data to a longlist of selectable Titles
Input Parameters FROM, DIR
First Comment
 Input  -- FROM     Reference Title from which the longlist is
scrolling
DIR Direction from which the longlist is scrolling
from the reference Title (Optional- default 1)
Output -- Y An array of the 44 nearest Titles to that indicated
by the user in the direction passed by the longlist
component
Code
 N TIUCLASS
I '$D(FROM) G LNGCPQ
S TIUCLASS=+$$CLASS
I +TIUCLASS'>0 G LNGCPQ
D LONGLIST^TIUSRVD(.Y,TIUCLASS,FROM,$G(DIR,1))

CPRS

File Type Description
Pascal File Consults/rConsults.pas


Document generated on August 31st 2022, 2:55:43 pm