VistA Analysis » VistA Reference » RPCs » ORRC ORDERS BY PATIENT

ORRC ORDERS BY PATIENT

This call returns a list of orders for a patient by various views.

Properties

Property Value
Label LIST
MUMPS Implementation ORRCOR
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
PATIENT LITERAL   true This is the pointer to the patient in the Patient file #2.
TYPE LITERAL   true This is a 3-letter string identifying the type of orders to be returned: ORN = Active Nursing (text) orders ORV = Orders unverified by nursing ORU = Unsigned orders by USER
USER LITERAL     This is the pointer to the user in the New Person file #200; it is requiredfor Unsigned Orders.
DETAILS LITERAL     This flag indicates whether to return the details with each order (true),or just the list of order ID's (false).
START LITERAL   true This is the date to start searching for orders, in the form YYYMMDDHHMMSS.
STOP LITERAL   true This is the date to stop searching for orders, in the form YYYMMDDHHMMSS.


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