VistA Analysis » VistA Reference » RPCs » ORWDXVB SUBCHK

ORWDXVB SUBCHK

Check to see if selected test is a Blood Component or a Diagnostic Test.

Properties

Property Value
Label SUBCHK
MUMPS Implementation ORWDXVB
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method SUBCHK^ORWDXVB
Method Comment Check to see if selected test is a Blood Component or a Diagnostic Test
Input Parameters TSTNM
Code
 S OROOT=""
Q:'$L($G(TSTNM))
I $O(^ORD(101.43,"S.VBT",TSTNM,0)) S OROOT="t"
I $O(^ORD(101.43,"S.VBC",TSTNM,0)) S OROOT="c"

CPRS

File Type Description
Pascal File Orders/rODLab.pas


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