VistA Analysis » VistA Reference » RPCs » ORWDPS5 LESGRP

ORWDPS5 LESGRP

Properties

Property Value
Label LESGRP
MUMPS Implementation ORWDPS5
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method LESGRP^ORWDPS5
Method Comment Return all of the orders' display groups LES checked
Input Parameters ORLES
First Comment
LES will check the orders belonging to the following display group
1. LAB/LABORATORY ORDERS
2. BLOOD BANK ORDERS
3. CHEMISTRY ORDERS
Code
 N LABID,BLDBKID,CHMID
S (LABID,BLDBKID,CHMID,ORY)=0
S:$D(^ORD(100.98,"B","LAB")) LABID=$O(^ORD(100.98,"B","LAB",0))
I 'LABID S:$D(^ORD(100.98,"B","LABORATORY")) LABID=$O(^ORD(100.98,"B","LABORATORY",0))
S:$D(^ORD(100.98,"B","BLOOD BANK")) BLDBKID=$O(^ORD(100.98,"B","BLOOD BANK",0))
S:$D(^ORD(100.98,"B","CHEMISTRY")) CHMID=$O(^ORD(100.98,"B","CHEMISTRY",0))
I ('LABID)!('BLDBKID!('CHMID)) Q
S ORY=LABID_U_BLDBKID_U_CHMID

CPRS

File Type Description
Pascal File Orders/rOrders.pas


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