VistA Analysis » VistA Reference » RPCs » ORWPCE ISCLINIC

ORWPCE ISCLINIC

Returns TRUE if location is a Clinic.

Properties

Property Value
Label ISCLINIC
MUMPS Implementation ORWPCE2
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
ORLOC LITERAL   true Location

MUMPS Method Description

Property Value
Method ISCLINIC^ORWPCE2
Method Comment Returns TRUE if location is a clinic
Input Parameters ORLOC
Code
 N ORTYP
S ORY=0
S ORTYP=$$GET1^DIQ(44,+ORLOC,2,"I")
I (ORTYP="C")!(ORTYP="M") S ORY=1

CPRS

File Type Description
Pascal File Encounter/rPCE.pas


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