VistA Analysis » VistA Reference » RPCs » ORRC TASK EDIT

ORRC TASK EDIT

This call will update patient tasks using the data strings passed in, andreturn a true or false flag with each ID indicating if the update wassuccessful.

Properties

Property Value
Label EDIT
MUMPS Implementation ORRCTSK
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
TASKS LIST   true This is a string of ^-delimited attributes of a new task, in the form ID^Subject^Created^ByWhom^Patient^Priority^Due^Completed^ByWhom^Itemswhere ID = Task identifier, as TSK:## [##=pointer to #102.3] Subject = Text subject of task Created = date task was created, as YYYYMMDDHHMMSS ByWhom = user who created task, as pointer to #200 Patient = patient that task is for, as pointer to #2 Priority = H, M, or L Due = date task is due to be completed, as YYYMMDD[HHMM] Completed = date task was completed as, YYYYMMDDHHMM ByWhom = user who completed task, as pointer to #200 Items = linked items as ID,ID,…,ID where ID is XXX:### as DOC:### = documents in #8925 ORR:### = order results in #100


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