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

TIU LONG LIST SURGERY TITLES

This RPC serves data to a longlist of selectable TITLES for the classnamed in the CLNAME parameter.

Properties

Property Value
Label LNGSURG
MUMPS Implementation TIUSRVD
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.
CLNAME LITERAL   true This is the name of the class for which titles are being presented.Allowable values are: "SURGICAL REPORTS""PROCEDURE REPORTS (NON-O.R.)"

MUMPS Method Description

Property Value
Method LNGSURG^TIUSRVD
Method Comment long list SURGICAL REPORT titles
Input Parameters FROM, DIR, CLNAME
First Comment
 CLNAME = "SURGICAL REPORTS" or "PROCEDURE REPORTS (NON-O.R.)"
depending on context
Code
 N CLASS S CLNAME=$S($G(CLNAME)]"":CLNAME,1:"OPERATION REPORTS")
S CLASS=$$CLASS^TIUSROI(CLNAME) Q:+CLASS'>0
D LONGLIST(.Y,CLASS,$G(FROM),$G(DIR,1))

CPRS

File Type Description
Pascal File rSurgery.pas


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