1 |
<?xml version="1.0" encoding="utf-8" ?> |
2 |
|
3 |
<Menu> |
4 |
<Group Flow="Horizontal"> |
5 |
|
6 |
<!-- DASHBOARD --> |
7 |
<Item Text="Dashboard" Value="Portal"> |
8 |
<!-- This menu is entirely generated by code --> |
9 |
</Item> |
10 |
|
11 |
<!-- FINANCIALS --> |
12 |
<Item Text="Financials" Value="Financials"> |
13 |
<Group> |
14 |
<Item Text="Performance" LeftLogo="Images/Icons/Menu/performance.gif" NavigateUrl="Financials/Performance.aspx" /> |
15 |
<Item Text="Twelve Month Trend" LeftLogo="Images/Icons/Menu/twelveMonthTrend.gif" NavigateUrl="Financials/TwelveMonthTrend.aspx" /> |
16 |
<Item Text="Department Summary" LeftLogo="Images/Icons/Menu/departmentsModern.gif" NavigateUrl="Financials/DepartmentSummary.aspx" /> |
17 |
<Item IsSeparator="True" /> |
18 |
<Item Text="Ad-Hoc Variances" LeftLogo="Images/Icons/Menu/data_replace.gif" NavigateUrl="Financials/AdHocVariances.aspx" /> |
19 |
<Item Text="Enter Variance Responses" LeftLogo="Images/Icons/Menu/message_edit.gif" NavigateUrl="Financials/VarianceResponse.aspx" /> |
20 |
<Item Text="View Variance Responses" LeftLogo="Images/Icons/Menu/message.gif" NavigateUrl="Financials/VarianceReport.aspx" /> |
21 |
<Item IsSeparator="True" Value="FinancialsManageBreak" /> |
22 |
<Item Text="Manage" Value="FinancialsManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
23 |
<Group> |
24 |
<Item Text="Variance Request" LeftLogo="Images/Icons/Menu/message_question.gif" NavigateUrl="Financials/VarianceRequest.aspx" /> |
25 |
<Item Text="Manage Dynamic Budget" Value="ManageDynamicBudget" LeftLogo="Images/Icons/Menu/compress_green.gif" NavigateUrl="Financials/ManageDynamicBudget.aspx" /> |
26 |
</Group> |
27 |
</Item> |
28 |
</Group> |
29 |
</Item> |
30 |
|
31 |
<!-- LABOR --> |
32 |
<Item Text="Labor" Value="Labor"> |
33 |
<Group> |
34 |
<Item Text="Labor" LeftLogo="Images/Icons/Menu/labor.gif" NavigateUrl="Labor/Labor.aspx" /> |
35 |
<Item Text="Time Card Details" LeftLogo="Images/Icons/Menu/timeCard.gif" NavigateUrl="Labor/TimeCardAudit.aspx" /> |
36 |
<Item Text="Department Volumes vs. Labor" LeftLogo="Images/Icons/Menu/reports.gif" NavigateUrl="Labor/DeptVolumeVsLabor.aspx" /> |
37 |
<Item IsSeparator="True" /> |
38 |
<Item Text="Trending" LeftLogo="Images/Icons/Menu/analysis.gif" NavigateUrl="Labor/Trending.aspx" /> |
39 |
<Item Text="Composition" LeftLogo="Images/Icons/Menu/composition.gif" NavigateUrl="Labor/Composition.aspx" /> |
40 |
<Item IsSeparator="True" Value="LaborManageBreak" /> |
41 |
<Item Text="Manage" Value="LaborManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
42 |
<Group> |
43 |
<Item Text="Biweekly Volume Trend" NavigateUrl="Labor/BiweeklyVolumeActuals.aspx" LeftLogo="Images/Icons/Menu/analysis.gif" /> |
44 |
</Group> |
45 |
</Item> |
46 |
</Group> |
47 |
</Item> |
48 |
|
49 |
<!-- BUDGETING --> |
50 |
<Item Text="Budgeting" Value="Budgeting"> |
51 |
<Group> |
52 |
<Item Text="Budget Editor" LeftLogo="Images/Icons/Menu/budgetEditor.gif" NavigateUrl="Budgeting/NonLabor.aspx" /> |
53 |
<Item IsSeparator="True" /> |
54 |
<Item Text="Performance" LeftLogo="Images/Icons/Menu/performance.gif" NavigateUrl="Budgeting/Report_Performance_Landing.aspx" /> |
55 |
<Item Text="Departments" LeftLogo="Images/Icons/Menu/departmentsModern.gif" NavigateUrl="Budgeting/Report_Departments.aspx" /> |
56 |
<Item Text="Job Codes By Department" LeftLogo="Images/Icons/Menu/labor.gif" NavigateUrl="Budgeting/Report_JobCodesByDepartment.aspx" /> |
57 |
<Item Text="Audit Changes" LeftLogo="Images/Icons/Menu/memo.gif" NavigateUrl="Budgeting/Report_Memos.aspx" /> |
58 |
<Item Text="Approvals" LeftLogo="Images/Icons/Menu/approvals.gif" NavigateUrl="Budgeting/Report_Approvals.aspx" /> |
59 |
<Item IsSeparator="True" /> |
60 |
<Item Text="Request Approval" LeftLogo="Images/Icons/Menu/request.gif" NavigateUrl="Budgeting/RequestApproval.aspx" /> |
61 |
<Item Text="Approval Response" LeftLogo="Images/Icons/Menu/response.gif" NavigateUrl="Budgeting/Report_Departments.aspx?A=1" /> |
62 |
<Item IsSeparator="True" Value="BudgetManageBreak" /> |
63 |
<Item Text="Manage" Value="BudgetManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
64 |
<Group> |
65 |
<Item Text="Global Update (Non-Labor)" LeftLogo="Images/Icons/Menu/globalUpdates.gif" NavigateUrl="Budgeting/GlobalUpdates.aspx" /> |
66 |
<Item Text="Global Update (Average Hourly Rate)" LeftLogo="Images/Icons/Menu/globalUpdates2.gif" NavigateUrl="Budgeting/GlobalUpdateAverageRate.aspx" /> |
67 |
<Item IsSeparator="True" /> |
68 |
<Item Text="Targets" LeftLogo="Images/Icons/Menu/targets.gif" NavigateUrl="Budgeting/Targets.aspx" /> |
69 |
<Item IsSeparator="True" /> |
70 |
<Item Text="Iterations" LeftLogo="Images/Icons/Menu/iterations.gif" NavigateUrl="Budgeting/Iterations.aspx" /> |
71 |
<Item IsSeparator="True" /> |
72 |
<Item Text="Export Entire Budget" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Budgeting/Export.aspx" /> |
73 |
<Item Text="Export Memos" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Budgeting/Export_Memos.aspx" /> |
74 |
</Group> |
75 |
</Item> |
76 |
</Group> |
77 |
</Item> |
78 |
|
79 |
<!-- ALLOCATIONS --> |
80 |
<Item Text="Allocations" Value="Allocations"> |
81 |
<Group> |
82 |
<Item Text="RVU Editor" LeftLogo="Images/Icons/Menu/rvuMethod.gif" NavigateUrl="Allocations/Editor.aspx" /> |
83 |
<Item IsSeparator="True" Value="AllocationsManageBreak" /> |
84 |
<Item Text="RVUs" LeftLogo="Images/Icons/Menu/rvu.gif" NavigateUrl="Allocations/Report_RVU.aspx" /> |
85 |
<Item Text="Cost Type Materiality" LeftLogo="Images/Icons/Menu/balanceSheet.gif" NavigateUrl="Allocations/Report_Cost.aspx" /> |
86 |
<Item Text="Indirect Costs" LeftLogo="Images/Icons/Menu/cabinet.gif" NavigateUrl="Allocations/Report_Indirect.aspx" /> |
87 |
<Item Text="Volumes" LeftLogo="Images/Icons/Menu/cdmGroup.gif" NavigateUrl="Allocations/Report_Volume.aspx" /> |
88 |
<Item Text="Unit Costs" LeftLogo="Images/Icons/Menu/composition.gif" NavigateUrl="Allocations/Report_UnitCost.aspx" /> |
89 |
<Item IsSeparator="True" Value="AllocationsManageBreak" /> |
90 |
<Item Text="Manage" Value="AllocationsManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
91 |
<Group> |
92 |
<Item Text="Cost Categories" Value="All_Admin4" LeftLogo="Images/Icons/Menu/costCategories.gif" NavigateUrl="Allocations/CostCategory.aspx" /> |
93 |
<Item Text="Departments" Value="All_Admin1" LeftLogo="Images/Icons/Menu/all_departments.gif" NavigateUrl="Allocations/Department.aspx" /> |
94 |
<Item Text="Cost Centers -> Departments" Value="All_Admin5" LeftLogo="Images/Icons/Menu/all_assignDepts.gif" NavigateUrl="Allocations/AssignCostCenterDept.aspx" /> |
95 |
<Item IsSeparator="True" Value="All_Admin3" /> |
96 |
<Item Text="Default Subaccount Routes" Value="All_Admin19" LeftLogo="Images/Icons/Menu/form_red.gif" NavigateUrl="Allocations/SubaccountAllocationDefaults.aspx" /> |
97 |
<Item Text="Allocations" Value="All_Admin2" LeftLogo="Images/Icons/Menu/form_blue.gif" NavigateUrl="Allocations/Allocator.aspx" /> |
98 |
<Item IsSeparator="True" Value="All_Admin20" /> |
99 |
<Item Text="RVUs" Value="All_Admin11" LeftLogo="Images/Icons/Menu/rvu.gif"> |
100 |
<Group> |
101 |
<Item Text="Development Methods By Cost Category" LeftLogo="Images/Icons/Menu/rvuMethod.gif" NavigateUrl="Allocations/RVUMethodAssignment.aspx" /> |
102 |
<Item Text="Scale" LeftLogo="Images/Icons/Menu/gaugeUpDown.gif" NavigateUrl="Allocations/Scale.aspx" /> |
103 |
</Group> |
104 |
</Item> |
105 |
<Item Text="Indirect Costs" Value="All_Admin9" LeftLogo="Images/Icons/Menu/cabinet.gif"> |
106 |
<Group> |
107 |
<Item Text="Measurement Types and Values" LeftLogo="Images/Icons/Menu/measure_types.gif" NavigateUrl="Allocations/UomTypeValue.aspx" /> |
108 |
<Item Text="Indirect Department Routing" LeftLogo="Images/Icons/Menu/departmentRoute.gif" NavigateUrl="Allocations/RouteIndirectDept.aspx" /> |
109 |
<Item Text="Product Allocation Methods" LeftLogo="Images/Icons/Menu/cdmiManage.gif" NavigateUrl="Allocations/ProductAllocationMethod.aspx" /> |
110 |
</Group> |
111 |
</Item> |
112 |
<Item Text="Labor" LeftLogo="Images/Icons/Menu/labor2.gif"> |
113 |
<Group> |
114 |
<Item Text="Job Codes" LeftLogo="Images/Icons/Menu/labor2.gif" NavigateUrl="Allocations/JobCodeAllocation.aspx" /> |
115 |
<Item Text="Subaccounts" LeftLogo="Images/Icons/Menu/labor.gif" NavigateUrl="Allocations/AssignPositionPayTypeSubaccount.aspx" /> |
116 |
</Group> |
117 |
</Item> |
118 |
<Item Text="Volumes" Value="All_Admin18" LeftLogo="Images/Icons/Menu/cdmGroup.gif"> |
119 |
<Group> |
120 |
<Item Text="Get Volumes From Encounters" LeftLogo="Images/Icons/Menu/cdmAssign.gif" NavigateUrl="Settings/BackgroundTaskLaunch.aspx?T=2" /> |
121 |
<Item Text="Rejected Products" NavigateUrl="Allocations/RejectedProducts.aspx" LeftLogo="Images/Icons/Menu/cdmiReject.gif" /> |
122 |
<Item Text="Patient Day Products" NavigateUrl="Allocations/PatientDayProducts.aspx" LeftLogo="Images/Icons/Menu/patientDayProducts.gif" /> |
123 |
</Group> |
124 |
</Item> |
125 |
<Item Text="Integrity Check" Value="All_Admin16" LeftLogo="Images/Icons/Menu/checkIntegrity.gif"> |
126 |
<Group> |
127 |
<Item Text="Check Integrity" LeftLogo="Images/Icons/Menu/checkIntegrity.gif" NavigateUrl="Allocations/IntegrityCheckRun.aspx" /> |
128 |
<Item Text="View Integrity Check Results" LeftLogo="Images/Icons/Menu/importResults.gif" NavigateUrl="Allocations/IntegrityCheckerResults.aspx" /> |
129 |
<Item Text="Export All Integrity Check Results" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Exports/ExportCsv.aspx?E=4" /> |
130 |
</Group> |
131 |
</Item> |
132 |
<Item Text="Calculations" Value="All_Admin15" LeftLogo="Images/Icons/Menu/calculateList.gif"> |
133 |
<Group> |
134 |
<Item Text="Commit Development RVUs" LeftLogo="Images/Icons/Menu/rvuPlay.gif" NavigateUrl="Allocations/CommitRVUs.aspx" /> |
135 |
<Item Text="Restore Development RVUs" LeftLogo="Images/Icons/Menu/rvuPlay.gif" NavigateUrl="Allocations/RestoreRVUs.aspx" /> |
136 |
<Item IsSeparator="True" /> |
137 |
<Item Text="Calculate Labor Routes" LeftLogo="Images/Icons/Menu/calculatePlay.gif" NavigateUrl="Allocations/CalculateLaborRoutes.aspx" /> |
138 |
<Item Text="Calculate Unit Costs" LeftLogo="Images/Icons/Menu/calculatePlay.gif" NavigateUrl="Settings/BackgroundTaskLaunch.aspx?T=5" /> |
139 |
<Item Text="Calculate Biweekly Dynamic Budget" LeftLogo="Images/Icons/Menu/calculatePlay.gif" NavigateUrl="Settings/BackgroundTaskLaunch.aspx?T=3" /> |
140 |
</Group> |
141 |
</Item> |
142 |
<Item IsSeparator="True" Value="All_Admin21" /> |
143 |
<Item Text="Change Operating Year" Value="All_Admin22" LeftLogo="Images/Icons/Menu/calendar.gif" NavigateUrl="Allocations/ChangeYear.aspx" /> |
144 |
</Group> |
145 |
</Item> |
146 |
</Group> |
147 |
</Item> |
148 |
|
149 |
<!-- ENCOUNTERS --> |
150 |
<Item Text="Encounters" Value="Encounters"> |
151 |
<Group> |
152 |
<Item Text="Profitability" LeftLogo="Images/Icons/Menu/performance.gif" NavigateUrl="Encounters/Profitability.aspx" /> |
153 |
<Item Text="Top Product Lines" LeftLogo="Images/Icons/Menu/summary.gif" NavigateUrl="Encounters/TopProductLines.aspx" /> |
154 |
<Item Text="In-House Patients" Value="Demo1" LeftLogo="Images/Icons/Menu/cdmi_bed.gif" NavigateUrl="Encounters/InHousePatients.aspx" /> |
155 |
<Item Text="DRG" Value="Demo2" LeftLogo="Images/Icons/Menu/stethoscope.gif" NavigateUrl="Encounters/DRG.aspx" /> |
156 |
<Item IsSeparator="True" /> |
157 |
<Item Text="Charges" NavigateUrl="Encounters/ReconCharges.aspx" /> |
158 |
<Item Text="Payments" NavigateUrl="Encounters/ReconPayments.aspx" /> |
159 |
<Item Text="Encounters" NavigateUrl="Encounters/ReconMedicalRecords.aspx" /> |
160 |
</Group> |
161 |
</Item> |
162 |
|
163 |
<!-- METRICS --> |
164 |
<Item Text="Metrics" Value="Metrics"> |
165 |
<Group> |
166 |
<!--<Item Text="KPIs" LeftLogo="Images/Icons/Menu/kpi2.gif" NavigateUrl="Metrics/Report_KPI.aspx" /> |
167 |
<Item Text="Metrics" LeftLogo="Images/Icons/Menu/stethoscope.gif" NavigateUrl="Metrics/Report_Metric.aspx" /> |
168 |
<Item Text="Composite" LeftLogo="Images/Icons/Menu/analysis.gif" NavigateUrl="Metrics/Report_Composite.aspx" /> |
169 |
<Item IsSeparator="True" Value="MetricsManageBreak" />--> |
170 |
<Item Text="Manage" Value="MetricsManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
171 |
<Group> |
172 |
<Item Text="Metric Data Editor" LeftLogo="Images/Icons/Menu/dataEditor.gif" NavigateUrl="Metrics/Editor.aspx" /> |
173 |
<Item IsSeparator="True" /> |
174 |
<Item Text="Define Categories" LeftLogo="Images/Icons/Menu/measures.gif" NavigateUrl="Metrics/CategoryAssignment.aspx" /> |
175 |
<Item Text="Define User Metrics" LeftLogo="Images/Icons/Menu/stethoscope.gif" NavigateUrl="Metrics/ManageUserMetrics.aspx" /> |
176 |
<Item Text="Define Financial Metrics" LeftLogo="Images/Icons/Menu/balanceSheet.gif" NavigateUrl="Metrics/ManageSystemMetrics.aspx" /> |
177 |
<Item Text="Define KPI Formulas" LeftLogo="Images/Icons/Menu/formula.gif" NavigateUrl="Metrics/ManageFormulas.aspx" /> |
178 |
<Item IsSeparator="True" /> |
179 |
<Item Text="Recalculate Metrics" LeftLogo="Images/Icons/Menu/calculatePlay.gif" NavigateUrl="Metrics/Recalculate.aspx" /> |
180 |
</Group> |
181 |
</Item> |
182 |
</Group> |
183 |
</Item> |
184 |
|
185 |
<!-- SURVEY --> |
186 |
<Item Text="Survey" Value="Survey"> |
187 |
<Group> |
188 |
<Item Text="Employee Satisfaction" LeftLogo="Images/Icons/Menu/clipboard.gif" NavigateUrl="Survey/EmpSat.aspx" /> |
189 |
<Item Text="Influenza" LeftLogo="Images/Icons/Menu/thermometer.gif" NavigateUrl="Survey/Influenza.aspx" /> |
190 |
<Item Text="Culture of Safety" LeftLogo="Images/Icons/Menu/clipboard.gif" NavigateUrl="Survey/SafetyCultureSurvey.aspx" /> |
191 |
<Item IsSeparator="True" Value="SurveyManageBreak" /> |
192 |
<Item Text="Manage" Value="SurveyManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
193 |
<Group> |
194 |
<Item Text="General Settings" LeftLogo="Images/Icons/Menu/manage.gif" NavigateUrl="Survey/GeneralSettings.aspx" /> |
195 |
<Item Text="Patient Satisfaction" LeftLogo="Images/Icons/Menu/clipboard.gif" NavigateUrl="Survey/PatSat.aspx" /> |
196 |
</Group> |
197 |
</Item> |
198 |
</Group> |
199 |
</Item> |
200 |
|
201 |
<!-- REIMBURSEMENT --> |
202 |
<Item Text="Reimbursement" Value="Reimbursement"></Item> |
203 |
|
204 |
<!-- FORECASTING --> |
205 |
<Item Text="Forecasting" Value="Forecasting"> |
206 |
<Group> |
207 |
<Item Value="Forecasting1" Text="Editor: Initial Setup" NavigateUrl="Forecasting/InitialSetup.aspx" /> |
208 |
<Item Value="Forecasting2" Text="Calculation: Define Encounter Modeling Base" NavigateUrl="Forecasting/DefineEncounterModelingBase.aspx" /> |
209 |
<Item Value="Forecasting18" Text="Editor: Identify Modelers" NavigateUrl="Forecasting/IdentifyModelers.aspx" /> |
210 |
<Item IsSeparator="True" /> |
211 |
<Item Value="Forecasting3" Text="Editor: Encounter Adjustments" NavigateUrl="Forecasting/EncounterAdjustments.aspx" /> |
212 |
<Item Value="Forecasting4" Text="Calculation: Create Annualization Base" NavigateUrl="Forecasting/CreateAnnualizationBase.aspx" /> |
213 |
<Item Value="Forecasting5" Text="Editor: Model the Annualization" NavigateUrl="Forecasting/ModelTheAnnualization.aspx" /> |
214 |
<Item Value="Forecasting6" Text="Calculation: Calculate Annualization" NavigateUrl="Forecasting/CalculateAnnualization.aspx" /> |
215 |
<Item Value="Forecasting7" Text="Report: Annualization Report" NavigateUrl="Forecasting/AnnualizationReport.aspx" /> |
216 |
<Item IsSeparator="True" /> |
217 |
<Item Value="Forecasting8" Text="Editor: Manage Models" NavigateUrl="Forecasting/ManageModels.aspx" /> |
218 |
<Item Value="Forecasting25" Text="Editor: Add Products" NavigateUrl="Forecasting/AddProducts.aspx" /> |
219 |
<Item Value="Forecasting9" Text="Editor: Edit Models" NavigateUrl="Forecasting/EditModels.aspx" /> |
220 |
<Item Value="Forecasting19" Text="Report: View Revisions" NavigateUrl="Forecasting/ViewRevisions.aspx" /> |
221 |
<Item IsSeparator="True" /> |
222 |
<Item Value="Forecasting10" Text="Editor: Manage Charges" NavigateUrl="Forecasting/ManageCharges.aspx" /> |
223 |
<Item Value="Forecasting15" Text="Editor: Manage Net Revenue" NavigateUrl="Forecasting/ManageNetRevenue.aspx" /> |
224 |
<Item Value="Forecasting11" Text="Editor: Manage Cost Inflation" NavigateUrl="Forecasting/ManageCostInflation.aspx" /> |
225 |
<Item Value="Forecasting12" Text="Calculation: Calculate New Costs" NavigateUrl="Forecasting/CalculateNewCosts.aspx" /> |
226 |
<Item IsSeparator="True" /> |
227 |
<Item Value="Forecasting23" Text="Report: Volumes" NavigateUrl="Forecasting/Volumes.aspx" /> |
228 |
<Item Value="Forecasting24" Text="Report: Patient Days" NavigateUrl="Forecasting/PatientDays.aspx" /> |
229 |
<Item Value="Forecasting13" Text="Report: Model Report By Rollup Level" NavigateUrl="Forecasting/ModelReportByRollupLevel.aspx" /> |
230 |
<Item Value="Forecasting14" Text="Report: Model Report By Cost Type" NavigateUrl="Forecasting/ModelReportByCostType.aspx" /> |
231 |
<Item Value="Forecasting16" Text="Report: First Five Years" NavigateUrl="Forecasting/FiveYearTrend1.aspx" /> |
232 |
<Item Value="Forecasting17" Text="Report: Last Five Years" NavigateUrl="Forecasting/FiveYearTrend2.aspx" /> |
233 |
<Item IsSeparator="True" /> |
234 |
<Item Value="Forecasting20" Text="Calculation: Push Down" NavigateUrl="Forecasting/CalculatePushDown.aspx" /> |
235 |
<Item Value="Forecasting21" Text="Report: Account Level Budget" NavigateUrl="Forecasting/AccountLevelBudget.aspx" /> |
236 |
<Item Value="Forecasting22" Text="Report: Labor Budget" NavigateUrl="Forecasting/LaborBudget.aspx" /> |
237 |
</Group> |
238 |
</Item> |
239 |
|
240 |
<!-- CAPITAL --> |
241 |
<Item Text="Capital" Value="CapitalBudgeting"> |
242 |
<Group> |
243 |
<Item Text="Items" LeftLogo="Images/Icons/Menu/cdmi_bed.gif" NavigateUrl="CapitalBudgeting/Items.aspx" /> |
244 |
<Item Text="Report" LeftLogo="Images/Icons/Menu/performance.gif" NavigateUrl="CapitalBudgeting/CapitalReport.aspx" /> |
245 |
<Item IsSeparator="True" Value="CapitalManageBreak" /> |
246 |
<Item Text="Manage" Value="CapitalManage" LeftLogo="Images/Icons/Menu/manage.gif"> |
247 |
<Group> |
248 |
<Item Text="General Settings" LeftLogo="Images/Icons/Menu/manage.gif" NavigateUrl="CapitalBudgeting/GeneralSettings.aspx" /> |
249 |
<Item Text="Department Approvers" LeftLogo="Images/Icons/Menu/response.gif" NavigateUrl="CapitalBudgeting/Approvers.aspx" /> |
250 |
<Item Text="Interview Editor" LeftLogo="Images/Icons/Menu/clipboard.gif" NavigateUrl="CapitalBudgeting/InterviewEditor.aspx" /> |
251 |
<Item Text="Bulk Approve/Deny" LeftLogo="Images/Icons/Menu/approvals.gif" NavigateUrl="CapitalBudgeting/BulkApproveDeny.aspx" /> |
252 |
<!--<Item Text="Formulas" LeftLogo="Images/Icons/Menu/formula.gif" NavigateUrl="CapitalBudgeting/Formulas.aspx" />--> |
253 |
<Item IsSeparator="True" /> |
254 |
<Item Text="Export All Items" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Exports/ExportCsv.aspx?E=1" /> |
255 |
<Item Text="Export Interview Questions" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Exports/ExportCsv.aspx?E=2" /> |
256 |
<Item Text="Export Answer Options" LeftLogo="Images/Icons/Menu/export.gif" NavigateUrl="Exports/ExportCsv.aspx?E=3" /> |
257 |
</Group> |
258 |
</Item> |
259 |
</Group> |
260 |
</Item> |
261 |
|
262 |
<!-- AD HOC --> |
263 |
<Item Text="Ad Hoc" Value="AdHoc"> |
264 |
<Group> |
265 |
<Item Text="Launch Report Builder" LeftLogo="Images/Icons/Menu/reports.gif" NavigateUrl="AdHoc/LaunchReportBuilder.aspx" /> |
266 |
</Group> |
267 |
</Item> |
268 |
|
269 |
<!-- IMPORT --> |
270 |
<Item Text="Import" Value="Import"> |
271 |
<Group> |
272 |
<Item Text="Run Import Package" LeftLogo="Images/Icons/Menu/import.gif" NavigateUrl="Import/ExecutePackage.aspx" /> |
273 |
<Item Text="View Import Results" LeftLogo="Images/Icons/Menu/importResults.gif" NavigateUrl="Import/ViewResults.aspx" /> |
274 |
<Item Text="Download Sample Extract" LeftLogo="Images/Icons/Menu/documentOut.gif" NavigateUrl="Import/DownloadSampleExtractUI.aspx" /> |
275 |
</Group> |
276 |
</Item> |
277 |
|
278 |
<!-- ADMIN --> |
279 |
<Item Text="Admin" Value="Admin"> |
280 |
<Group> |
281 |
<Item Text="Users" Value="AdminUsers" LeftLogo="Images/Icons/Menu/adminUsers.gif" NavigateUrl="Admin/Users_Manage.aspx" /> |
282 |
<Item Text="User Groups" Value="AdminUserGroups" LeftLogo="Images/Icons/Menu/userGroups.gif" NavigateUrl="Admin/UserGroups_Manage.aspx" /> |
283 |
<Item IsSeparator="True" Value="AdminDepartments1" /> |
284 |
<Item Text="Departments" Value="AdminDepartments2" LeftLogo="Images/Icons/Menu/adminDepartments.gif" NavigateUrl="Admin/Departments.aspx" /> |
285 |
<Item Text="Department Groups" Value="AdminDepartments3" LeftLogo="Images/Icons/Menu/departmentGroups.gif" NavigateUrl="Admin/CCGroups_Manage.aspx" /> |
286 |
<Item IsSeparator="True" Value="AdminAccounts1" /> |
287 |
<Item Text="Chart of Accounts" Value="AdminAccounts2" LeftLogo="Images/Icons/Menu/form_green.gif" NavigateUrl="Admin/ChartOfAccounts.aspx" /> |
288 |
<Item Text="Financial Statement Sections" Value="AdminAccounts3" LeftLogo="Images/Icons/Menu/form_red.gif" NavigateUrl="Admin/FinancialStatementSections.aspx" /> |
289 |
<Item IsSeparator="True" Value="AdminLabor5" /> |
290 |
<Item Text="Job Codes" Value="AdminLabor1" LeftLogo="Images/Icons/Menu/labor2.gif" NavigateUrl="Admin/JobCodes.aspx" /> |
291 |
<Item Text="Job Code Assignment" Value="AdminLabor2" LeftLogo="Images/Icons/Menu/jobCode.gif" NavigateUrl="Admin/JobCodeAssignment.aspx" /> |
292 |
<Item IsSeparator="True" Value="AdminAlert1" /> |
293 |
<Item Text="Send Alert" Value="AdminAlert2" LeftLogo="Images/Icons/Menu/flash.gif" NavigateUrl="Alerts/SendAlert.aspx" /> |
294 |
<Item IsSeparator="True" /> |
295 |
<Item Text="Background Task Monitor" NavigateUrl="Admin/BackgroundTaskMonitor.aspx" LeftLogo="Images/Icons/Menu/backgroundtask.gif" /> |
296 |
<Item IsSeparator="True" /> |
297 |
<Item Text="Rebuild Caches" NavigateUrl="Settings/RebuildCaches.aspx" LeftLogo="Images/Icons/Menu/refresh.gif" /> |
298 |
<Item Text="You are an administrator, but have not been given any Administrator Permissions." Value="AdminNoPermissions" Visible="false" /> |
299 |
</Group> |
300 |
</Item> |
301 |
|
302 |
<!-- SYSTEM --> |
303 |
<Item Text="System" Value="System" LookID="TopItemLook"> |
304 |
<Group> |
305 |
<Item Text="Configure Application" NavigateUrl="Settings/Configure.aspx" /> |
306 |
<Item Text="Manage Dashboards" NavigateUrl="Settings/ManageDashboards.aspx" /> |
307 |
<Item Text="Internal Settings" NavigateUrl="Settings/InternalSettings.aspx" /> |
308 |
<Item Text="Report Server Administration" Value="ReportServerAdministration" /> |
309 |
<Item Text="Impersonate User" NavigateUrl="Settings/ImpersonateUser.aspx" /> |
310 |
<Item IsSeparator="True" /> |
311 |
<Item Text="Rebuild Fast Caches" NavigateUrl="Settings/ClearQueryCache.aspx" /> |
312 |
<Item IsSeparator="True" /> |
313 |
<Item Text="Send Test Email" NavigateUrl="Emails/SendEmail.aspx" /> |
314 |
<Item Text="Send Test Alert" NavigateUrl="Settings/Alert.aspx" /> |
315 |
<Item Text="Send Welcome Alert To All Users" NavigateUrl="Settings/AlertWelcome.aspx" /> |
316 |
<Item IsSeparator="True" /> |
317 |
<Item Text="Generate Pulse" NavigateUrl="Settings/GeneratePulse.aspx" /> |
318 |
<Item Text="Reset KPIs" NavigateUrl="Settings/ResetKPIs.aspx" /> |
319 |
<Item Text="Update Help System" NavigateUrl="Settings/UpdateHelp.aspx" /> |
320 |
<Item Text="Update Application Settings" NavigateUrl="Settings/UpdateSettings.aspx" /> |
321 |
<Item Text="Update Settings From Base" NavigateUrl="Settings/UpdateSettingsFromBase.aspx" /> |
322 |
<Item IsSeparator="True" /> |
323 |
<Item Text="Calculate Dynamic Budget" NavigateUrl="Settings/CalculateDynamicBudget.aspx" /> |
324 |
<Item IsSeparator="True" /> |
325 |
<Item Text="Manage Patient Satisfaction Survey"> |
326 |
<Group> |
327 |
<Item Text="Upload Files" NavigateUrl="Survey/PatSatSurveyUpload.aspx" /> |
328 |
<Item Text="Review Uploads" NavigateUrl="Survey/PatSatSurveyReviewUploads.aspx" /> |
329 |
<Item Text="Review Errors" NavigateUrl="Survey/PatSatSurveyReviewErrors.aspx" /> |
330 |
<Item Text="Edit Questions" NavigateUrl="Survey/PatSatSurveyEditQuestions.aspx" /> |
331 |
<Item Text="Edit Metadata" NavigateUrl="Survey/PatSatSurveyEditMetadata.aspx" /> |
332 |
</Group> |
333 |
</Item> |
334 |
<Item IsSeparator="True" /> |
335 |
<Item Text="About OI" NavigateUrl="Settings/About.aspx" /> |
336 |
</Group> |
337 |
</Item> |
338 |
|
339 |
</Group> |
340 |
</Menu> |
341 |
|