VistA Analysis » VistA Reference » RPCs » ORWPCE ASKPCE

ORWPCE ASKPCE

Returns the value of the ORWPCE ASK ENCOUNTER UPDATE parameter.

Properties

Property Value
Label ASKPCE
MUMPS Implementation ORWPCE2
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
USER LITERAL     The user to get the parameter for.
LOC LITERAL     The Location to use when getting the parameter.

MUMPS Method Description

Property Value
Method ASKPCE^ORWPCE2
Method Comment Returns ORWPCE ASK ENCOUNTER UPDATE parameter value
Input Parameters USER, LOC
Code
 N SRV,ORTMP,ORERR
S USER=$G(USER,DUZ)
S SRV=$P($G(^VA(200,USER,5)),U)
D GETLST^XPAR(.ORTMP,"USR^LOC.`"_$G(LOC)_"^SRV.`"_+$G(SRV)_"^DIV^SYS^PKG","ORWPCE ASK ENCOUNTER UPDATE","Q",.ORERR)
S ORY=+$P($G(ORTMP(1)),U,2)

CPRS

File Type Description
Pascal File Encounter/rPCE.pas


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