The following XML paths display information about documents included in a packet.
When using the Document element parent path as a placeholder and you select to insert the results as a list, all of element's child elements are displayed in the generated document.
When using the Document parent path as a placeholder and you select to insert the results as a table, you must enter the child elements you want displayed as column names. For example, when configuring a placeholder using the Document root path, and you only want Name and Type values displayed in the generated document, you would enter Name,Type in the Column Names field.
XML Path |
Displays |
---|---|
//ROIRequest/Inventory/Documents/Document |
Use this parent element path to display more than one document in the generated document. When configuring a placeholder for this path, insert the results as either a list or table. For a table, valid column names include MPI, MRN, AccountNumber, Name, Type, and PageCount. |
//ROIRequest/Inventory/Documents/Document/Name |
The name of a particular document. |
//ROIRequest/Inventory/Documents/Document/Type |
The Document Type of a particular document. |
//ROIRequest/Inventory/Documents/Document/PageCount |
The number of pages included in a particular document. |
//ROIRequest/Inventory/Documents/Document/AccountNumber |
The account number associated with a particular document. |
//ROIRequest/Inventory/Documents/Document/MRN |
The patient MRN on a particular document. |
//ROIRequest/Inventory/Documents/Document/MPI |
The patient MPI on a particular document. |