VistA Analysis » VistA Reference » RPCs » ORWPCE NOTEVSTR

ORWPCE NOTEVSTR

Returns VISIT LOCATION;EPISODE BEGIN DATE;VISIT TYPE from the TIU DOCUMENTfile.

Properties

Property Value
Label NOTEVSTR
MUMPS Implementation ORWPCE
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method NOTEVSTR^ORWPCE
Method Comment return the VSTR^AUTHOR for a note
Input Parameters IEN
Code
 N X0,X12,VISIT
S X0=$G(^TIU(8925,+IEN,0)),X12=$G(^(12)),VISIT=$P(X12,U,7)
I +VISIT S VAL=$$VSTRBLD^TIUSRVP(VISIT) I 1
E S VAL=$P(X12,U,11)_";"_$P(X0,U,7)_";"_$P(X0,U,13)

CPRS

File Type Description
Pascal File rTIU.pas


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