VistA Analysis » VistA Reference » RPCs » TIU NOTES 16 BIT

TIU NOTES 16 BIT

This API gets lists of progress notes for a patient, with optional parameters for STATUS, EARLY DATE/TIME, and LATE DATE/TIME.

Properties

Property Value
Label NOTES
MUMPS Implementation TIUSRVLC
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
DFN LITERAL 20 true This is the pointer to the patient file.

MUMPS Method Description

Property Value
Method NOTES^TIUSRVLC
Method Comment Gets list of Notes
Input Parameters DFN, EARLY, LATE, ROOTFLAG
Code
 I $S(+$G(DFN)'>0:1,'$D(^DPT(+$G(DFN),0)):1,1:0) Q
D LIST(.TIUY,3,DFN,$G(EARLY),$G(LATE),$G(ROOTFLAG))

CPRS

File Type Description
NOT OSEHRA CPRS  


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