Integration Actions

From Updox API
Revision as of 11:17, 15 September 2014 by Thenate (Talk | contribs)

Jump to: navigation, search

Contents

Description

Summary-level walkthrough for using the Queueing methods to Queue and Dequeue CCD* items into an EHR.

Queueing a CCD from the Inbox

Once a vendor is configured to support this process, the "Import to EHR" button will be enabled on Inbox items that are identified by the system as having a CCD* attachment.:

ImportToEHRButton.png

Listing items on the Queue

Use API method /QueueList


Retrieving an item from the Queue

Use API method /QueueRetrieve. Returned will be meta-information about the queued item as well as a base64-encoded version of the queued item


Updating a Qeueued item's status

Use API method /QueueUpdate. You may set a queued item's status to any that you wish to indicate an in-process item. Optionally, you may mark an item as "processed" - this will remove the item from the queue.