The following XML paths display information about charts and documents included in a packet.
When using the Chart 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 Chart 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 Chart 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/Charts/Chart |
Use this parent element path to display more than one chart 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 AccountNumber, Name, MRN, MPI, PatientFirstName, PatientLastName, AdmitDate, and DischargeDate. |
//ROIRequest/Inventory/Charts/Chart/AccountNumber |
The account number associated with a particular chart. |
//ROIRequest/Inventory/Charts/Chart/Name |
The chart title on a particular chart. |
//ROIRequest/Inventory/Charts/Chart/PatientFirstName |
The patient first name on a chart. |
//ROIRequest/Inventory/Charts/Chart/PatientLastName |
The patient last name on a chart. |
//ROIRequest/Inventory/Charts/Chart/AdmitDate |
The patient admit date on a chart. |
//ROIRequest/Inventory/Charts/Chart/DischargeDate |
The patient discharge date on a chart. |
//ROIRequest/Inventory/Charts/Chart/MRN |
The patient MRN on a particular chart. |
//ROIRequest/Inventory/Charts/Chart/MPI |
The patient MPI on a particular chart. |