VistA Analysis » VistA Reference » RPCs » TIU IDENTIFY SURGERY CLASS

TIU IDENTIFY SURGERY CLASS

This RPC returns the record number of the class identified by the CLNAMEparameter in the TIU DOCUMENT DEFINITION file (#8925.1).

Properties

Property Value
Label SURGCLAS
MUMPS Implementation TIUSRVD
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
CLNAME LITERAL   true This is the name (ASCII LITERAL) of the Class for which the callingapplication needs an IEN.

MUMPS Method Description

Property Value
Method SURGCLAS^TIUSRVD
Method Comment RPC to identify class
Input Parameters CLNAME
First Comment
 CLNAME = "SURGICAL REPORTS" or "PROCEDURE REPORTS (NON-O.R.)"
Code
 S CLNAME=$G(CLNAME,"SURGICAL REPORTS")
S Y=$$CLASS^TIUSROI(CLNAME)

CPRS

File Type Description
Pascal File rSurgery.pas


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