diff --git a/ONPRC_EHR_ComplianceDB/resources/views/ComplianceEditorPage.html b/ONPRC_EHR_ComplianceDB/resources/views/ComplianceEditorPage.html index 7bdd57818..6044b665f 100644 --- a/ONPRC_EHR_ComplianceDB/resources/views/ComplianceEditorPage.html +++ b/ONPRC_EHR_ComplianceDB/resources/views/ComplianceEditorPage.html @@ -23,29 +23,29 @@ header: 'Reports', items: [{ name: 'Summary of Requirements By Employee', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.employeeid/isActive~eq=true' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.employeeid/isActive~eq=true' }, { name: 'Requirements Overdue/Due Soon', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.viewName=Overdue and Due Soon' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.viewName=Overdue and Due Soon' }, { name: 'Procedure - Requirements Overdue/Due Soon', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon withNoEHRS OccHealth' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon withNoEHRS OccHealth' }, { name: 'Occupational Health - Requirements Overdue/Due Soon', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.viewName=Occupational%20Health%20Compliance' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.viewName=Occupational%20Health%20Compliance' }, { name: 'Occupational Health - Measles Overdue/Due Soon', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Measles45DayAlert&query.DaysOverDue~neqornull=-1' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Measles45DayAlert&query.DaysOverDue~neqornull=-1' } ] }, { header: 'Employee Information', items: [{ name: 'Employee List', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Employees&query.viewName=' + employeeDefaultView + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Employees&query.viewName=' + employeeDefaultView }, { name: 'View/Edit Dates Employees Completed Requirements', - url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=CompletionDates' + url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=CompletionDates' }] }, { @@ -61,7 +61,6 @@ }, { name: 'Respirator Protection Report - Quarantine', url: ctx['SSRSServerURL'] + '%2fPrime+Reports%2fCompliance%2fRespiratorProtectionQuarantine&rs:Command=Render' - }] }] }); diff --git a/ONPRC_EHR_ComplianceDB/resources/views/begin.html b/ONPRC_EHR_ComplianceDB/resources/views/begin.html index fc4c34b0d..b7af39d14 100644 --- a/ONPRC_EHR_ComplianceDB/resources/views/begin.html +++ b/ONPRC_EHR_ComplianceDB/resources/views/begin.html @@ -21,15 +21,15 @@ sections: [{ header: 'Reports', items: [{ - name: 'Summary of Requirements By Employee', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.employeeid/isActive~eq=true' + name: 'Summary of Requirements By Employee', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceRecentTests&query.employeeid/isActive~eq=true' },{ - name: 'Requirements Overdue/Due Soon', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon' + name: 'Requirements Overdue/Due Soon', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon' },{ - name: 'Procedure - Requirements Overdue/Due Soon', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon withNoEHRS OccHealth' + name: 'Procedure - Requirements Overdue/Due Soon', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Overdue and Due Soon withNoEHRS OccHealth' },{ - name: 'Occupational Health - Requirements Overdue/Due Soon', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Occupational%20Health%20Compliance' + name: 'Occupational Health - Requirements Overdue/Due Soon', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=ComplianceProcedureRecentTests&query.viewName=Occupational%20Health%20Compliance' },{ - name: 'Occupational Health - Measles Overdue/Due Soon', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Measles45DayAlert&query.DaysOverDue~neqornull=-1' + name: 'Occupational Health - Measles Overdue/Due Soon', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Measles45DayAlert&query.DaysOverDue~neqornull=-1' },{ name: 'Requirements Overdue/Due Soon (Full SSRS Reports)', url: ctx['SSRSServerURL'] +'%2fPrime+Reports%2fCompliance%2fOverdue_Soon_Report&rs:Command=Render' },{ @@ -39,9 +39,9 @@ },{ header: 'Employee Information', items: [{ - name: 'Employee List', url: '<%=contextPath%>/ldk' + container + '/updateQuery.view?schemaName=ehr_compliancedb&query.queryName=Employees&query.viewName=' + employeeDefaultView + name: 'Employee List', url: '<%=contextPath%>' + container + '/ldk-updateQuery.view?schemaName=ehr_compliancedb&query.queryName=Employees&query.viewName=' + employeeDefaultView },{ - name: 'View/Edit Dates Employees Completed Requirements', url: '<%=contextPath%>/ldk' + container + '/updateQuery.view?schemaName=ehr_compliancedb&query.queryName=CompletionDates' + name: 'View/Edit Dates Employees Completed Requirements', url: '<%=contextPath%>' + container + '/ldk-updateQuery.view?schemaName=ehr_compliancedb&query.queryName=CompletionDates' // },{ // name: 'Enter Employees Completed Requirements(Special Access)', url: ctx['SSRSServerURL'] +'%2fPrime+Reports%2fCompliance%2fEmployeeCompletionDatesInput&rs:Command=Render' @@ -49,32 +49,32 @@ },{ header: 'Configuration of Requirements', items: [{ - name: 'View/Edit Requirements Tracked In System', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Requirements&query.viewName=Active' + name: 'View/Edit Requirements Tracked In System', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Requirements&query.viewName=Active' },{ - name: 'View/Edit Requirements For Specific Units/Categories', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementsPerCategory' + name: 'View/Edit Requirements For Specific Units/Categories', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementsPerCategory' },{ - name: 'View/Edit Additional Requirements For Specific Employees', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementsPerEmployee' + name: 'View/Edit Additional Requirements For Specific Employees', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementsPerEmployee' },{ - name: 'View/Edit Exemptions To Requirements', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeRequirementExemptions' + name: 'View/Edit Exemptions To Requirements', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeRequirementExemptions' },{ - name: 'View/Edit Dates Employees Per Unit/Category', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=employeeperUnit' + name: 'View/Edit Dates Employees Per Unit/Category', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=employeeperUnit' }] },{ header: 'Administration / System Maintenance', items: [{ - name: 'View/Edit Allowable Employee Categories', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeCategory' + name: 'View/Edit Allowable Employee Categories', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeCategory' },{ - name: 'View/Edit Allowable Employee Titles', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeTitles' + name: 'View/Edit Allowable Employee Titles', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeTitles' },{ - name: 'View/Edit Allowable Employee Types', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeTypes' + name: 'View/Edit Allowable Employee Types', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeTypes' },{ - name: 'View/Edit Allowable Requirement Types', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementType' + name: 'View/Edit Allowable Requirement Types', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=RequirementType' },{ - name: 'View/Edit Allowable Locations', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeLocations' + name: 'View/Edit Allowable Locations', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=EmployeeLocations' },{ - name: 'View/Edit Allowable Unit Names', url: '<%=contextPath%>/query' + container + '/executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Unit_Names' + name: 'View/Edit Allowable Unit Names', url: '<%=contextPath%>' + container + '/query-executeQuery.view?schemaName=ehr_compliancedb&query.queryName=Unit_Names' },{ - name: 'View/Edit Employee Host Names', url: '<%=contextPath%>/ldk' + container + '/updateQuery.view?schemaName=ehr_compliancedb&query.queryName=Compliance_Reference_Data' + name: 'View/Edit Employee Host Names', url: '<%=contextPath%>' + container + '/ldk-updateQuery.view?schemaName=ehr_compliancedb&query.queryName=Compliance_Reference_Data' },{ name: 'Employee Per Unit/Category Form', url: LABKEY.ActionURL.buildURL('ehr','dataEntryForm', '/ONPRC/Admin/Compliance',{formType: 'employeeunitrecords'}) },{ diff --git a/mergesync/resources/views/begin.html b/mergesync/resources/views/begin.html index f8f00616e..c8c49cdeb 100644 --- a/mergesync/resources/views/begin.html +++ b/mergesync/resources/views/begin.html @@ -180,6 +180,6 @@
- Click here to view more detailed documentation on the Merge Sync process + Click here to view more detailed documentation on the Merge Sync process
\ No newline at end of file diff --git a/mergesync/src/org/labkey/mergesync/MergeSyncModule.java b/mergesync/src/org/labkey/mergesync/MergeSyncModule.java index 5b17ab319..0b73faf24 100644 --- a/mergesync/src/org/labkey/mergesync/MergeSyncModule.java +++ b/mergesync/src/org/labkey/mergesync/MergeSyncModule.java @@ -74,7 +74,7 @@ protected void doStartupAfterSpringConfig(ModuleContext moduleContext) Resource r = getModuleResource("/scripts/mergesync/mergesync.js"); assert r != null; EHRService.get().registerTriggerScript(this, r); - DetailsURL details = DetailsURL.fromString("/mergeSync/begin.view", ContainerManager.getSharedContainer()); + DetailsURL details = DetailsURL.fromString("/mergeSync-begin.view", ContainerManager.getSharedContainer()); AdminConsole.addLink(AdminConsole.SettingsLinkType.Management, "merge sync admin", details.getActionURL(), AdminPermission.class); MergeSyncManager.get().init(); diff --git a/ogasync/src/org/labkey/ogasync/OGASyncModule.java b/ogasync/src/org/labkey/ogasync/OGASyncModule.java index e974ba5fe..fb7c469e9 100644 --- a/ogasync/src/org/labkey/ogasync/OGASyncModule.java +++ b/ogasync/src/org/labkey/ogasync/OGASyncModule.java @@ -54,7 +54,7 @@ protected void init() public void doStartupAfterSpringConfig(ModuleContext moduleContext) { OGASyncManager.get().init(); - DetailsURL details = DetailsURL.fromString("/ogaSync/begin.view", ContainerManager.getSharedContainer()); + DetailsURL details = DetailsURL.fromString("/ogaSync-begin.view", ContainerManager.getSharedContainer()); AdminConsole.addLink(AdminConsole.SettingsLinkType.Management, "oga sync admin", details.getActionURL(), AdminPermission.class); } } \ No newline at end of file diff --git a/onprc_billing/resources/web/onprc_billing/model/sources/ARTCoreMisc.js b/onprc_billing/resources/web/onprc_billing/model/sources/ARTCoreMisc.js index 792272f1e..8dc274376 100644 --- a/onprc_billing/resources/web/onprc_billing/model/sources/ARTCoreMisc.js +++ b/onprc_billing/resources/web/onprc_billing/model/sources/ARTCoreMisc.js @@ -255,7 +255,7 @@ EHR.DataEntryUtils.registerDataEntryFormButton('BILLINGSAVECLOSE', { name: 'closeBtn', requiredQC: 'In Progress', errorThreshold: 'WARN', - successURL: '/project/ONPRC/Core%20Facilities/ART%20Core/begin.view?pageId=ART%20Core%20Billing', + successURL: '/ONPRC/Core%20Facilities/ART%20Core/project-begin.view?pageId=ART%20Core%20Billing', disabled: true, itemId: 'closeBtn', handler: function(btn){ @@ -273,7 +273,7 @@ EHR.DataEntryUtils.registerDataEntryFormButton('BILLINGFINAL', { requiredQC: 'Completed', targetQC: 'Completed', errorThreshold: 'INFO', - successURL: '/project/ONPRC/Core%20Facilities/ART%20Core/begin.view?pageId=ART%20Core%20Billing', + successURL: '/ONPRC/Core%20Facilities/ART%20Core/project-begin.view?pageId=ART%20Core%20Billing', disabled: true, itemId: 'finalBtn', handler: function(btn){ diff --git a/onprc_ehr/resources/views/ARTCoreBilling.html b/onprc_ehr/resources/views/ARTCoreBilling.html index e6e968095..9ef8b4d09 100644 --- a/onprc_ehr/resources/views/ARTCoreBilling.html +++ b/onprc_ehr/resources/views/ARTCoreBilling.html @@ -12,22 +12,22 @@Click here to open the ART core service request form:
COMING SOON!
Click here to reserve Ultrasound machine usage via resource scheduler:
Click here for assisted reproductive technology services (Ex: Embryology and etc):
COMING SOON!
Click here to view the submitted charges:
This screen contains the PMIC services request data entry form
This screen contains the data entry panels for PET Scan, CT Scan, SPECT, Angio, Ultrasound and DEXA procedures.
New tabs are created for each PMIC procedure under "Imaging" tab on the Animal history form.
@@ -36,12 +36,12 @@
\ No newline at end of file diff --git a/onprc_ehr/resources/views/begin.html b/onprc_ehr/resources/views/begin.html index 459ee726d..5f51bdf70 100644 --- a/onprc_ehr/resources/views/begin.html +++ b/onprc_ehr/resources/views/begin.html @@ -46,8 +46,8 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Animal History', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view?'}, - {name: 'Animal Search', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalSearch.view?'} + {name: 'Animal History', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view'}, + {name: 'Animal Search', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalSearch.view'} ] },{ header: 'By Dataset', @@ -56,9 +56,9 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Browse All Datasets', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/datasets.view?'}, - {name: 'Housing Queries', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/housingQueries.view?'}, - {name: 'Protocol and Project Queries', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/projectQueries.view?'} + {name: 'Browse All Datasets', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-datasets.view'}, + {name: 'Housing Queries', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-housingQueries.view'}, + {name: 'Protocol and Project Queries', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-projectQueries.view'} ] },{ header: 'By Location', @@ -67,7 +67,7 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Search By Area, Room, or Cage', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:roomCage'} + {name: 'Search By Area, Room, or Cage', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:roomCage'} ] }] }); @@ -84,12 +84,12 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Records Needing Vet Review', url: '<%=contextPath%>/project' + ctx['EHRStudyContainer'] + '/begin.view?pageId=vetAdmin'}, - {name: 'Active Behavior Cases', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:none&showReport:1&activeReport:behaviorCases'}, - {name: 'Active Clinical Cases', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:none&showReport:1&activeReport:cases'}, - {name: 'Active Surgical Cases', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:none&showReport:1&activeReport:surgicalCases'}, - {name: 'Clinical Medication Schedule', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:none&showReport:1&activeReport:clinMedicationSchedule'}, - {name: 'Surgical Medication Schedule', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/animalHistory.view#inputType:none&showReport:1&activeReport:surgMedicationSchedule'}, + {name: 'Records Needing Vet Review', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/project-begin.view?pageId=vetAdmin'}, + {name: 'Active Behavior Cases', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:none&showReport:1&activeReport:behaviorCases'}, + {name: 'Active Clinical Cases', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:none&showReport:1&activeReport:cases'}, + {name: 'Active Surgical Cases', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:none&showReport:1&activeReport:surgicalCases'}, + {name: 'Clinical Medication Schedule', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:none&showReport:1&activeReport:clinMedicationSchedule'}, + {name: 'Surgical Medication Schedule', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-animalHistory.view#inputType:none&showReport:1&activeReport:surgMedicationSchedule'}, {name: 'Printable Reports', url: LABKEY.ActionURL.buildURL('onprc_ehr', 'printableReports', ctx['EHRStudyContainer'])} ] },{ @@ -99,10 +99,10 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Animal Groups', url: '<%=contextPath%>/query' + ctx['EHRStudyContainer'] + '/executeQuery.view?schemaName=ehr&query.queryName=animal_groups&query.viewName=Active Groups'}, - {name: 'Colony Overview', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/colonyOverview.view?'}, - {name: 'Room Utilization', url: '<%=contextPath%>/query' + ctx['EHRStudyContainer'] + '/executeQuery.view?schemaName=ehr_lookups&query.queryName=roomUtilization'}, - {name: 'More Reports', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/moreReports.view?'} + {name: 'Animal Groups', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/query-executeQuery.view?schemaName=ehr&query.queryName=animal_groups&query.viewName=Active Groups'}, + {name: 'Colony Overview', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-colonyOverview.view'}, + {name: 'Room Utilization', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/query-executeQuery.view?schemaName=ehr_lookups&query.queryName=roomUtilization'}, + {name: 'More Reports', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-moreReports.view'} ] }] }); @@ -119,15 +119,15 @@ style: 'font-weight: bold;' }, items: [ - {name: 'Compare Lists of Animals', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/utilities.view?'}, - {name: 'Bulk History Export', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/historyExport.view?'}, + {name: 'Compare Lists of Animals', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-utilities.view'}, + {name: 'Bulk History Export', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-historyExport.view'}, //Modified: 9-9-2019 R.Blasa Display Basic instead of Full Expsure report {name: 'Basic Exposure Report', url: ctx['SSRSServerURL'] +'%2fPrime+Reports%2fExposure+Reports%2fBasicExposureMain&rs:Command=Render'}, - {name: 'Drug Formulary', url: '<%=contextPath%>/query' + ctx['EHRStudyContainer'] + '/executeQuery.view?schemaName=ehr_lookups&query.queryName=drug_defaults'}, + {name: 'Drug Formulary', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/query-executeQuery.view?schemaName=ehr_lookups&query.queryName=drug_defaults'}, //Added by Kolli on 7/30/19 {name: 'Common Medical Abbreviations', url: '<%=contextPath%>' + '/wiki/home/Support/page.view?name=Common%20Abbreviations'}, - {name: 'Procedure List', url: '<%=contextPath%>/query' + ctx['EHRStudyContainer'] + '/executeQuery.view?schemaName=ehr_lookups&query.queryName=procedures&query.viewName=Active Procedures'}, - {name: 'Search Center SNOMED Codes', url: '<%=contextPath%>/query' + ctx['EHRStudyContainer'] + '/executeQuery.view?schemaName=ehr_lookups&query.queryName=snomed'} + {name: 'Procedure List', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/query-executeQuery.view?schemaName=ehr_lookups&query.queryName=procedures&query.viewName=Active Procedures'}, + {name: 'Search Center SNOMED Codes', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/query-executeQuery.view?schemaName=ehr_lookups&query.queryName=snomed'} ] },{ header: 'Data Entry', @@ -137,11 +137,11 @@ }, items: [ // Modified: 4-3-2017 R.Blasa Allow new method of presenting Necropsy entry screens - {name: 'Enter Data / Task Review', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/enterData.view'}, + {name: 'Enter Data / Task Review', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-enterData.view'}, - {name: 'Post-administration Med Verification', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/dataEntryForm.view?formType=medsignoff'} + {name: 'Post-administration Med Verification', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-dataEntryForm.view?formType=medsignoff'} ] },{ header: 'Service Requests', @@ -151,11 +151,11 @@ }, items: [ // Modified: 7-18-2017 R.Blasa - {name: 'Manage Requests', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/serviceRequests.view'}, + {name: 'Manage Requests', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-serviceRequests.view'}, - {name: 'Request Labwork', url: '<%=contextPath%>/ehr' + ctx['EHRStudyContainer'] + '/dataEntryForm.view?formType=Labwork Request'} + {name: 'Request Labwork', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/ehr-dataEntryForm.view?formType=Labwork Request'} ] }] }; @@ -170,7 +170,7 @@ style: 'font-weight: bold;' }, items: [ - {name: 'EHR Admin Page', url: '<%=contextPath%>/onprc_ehr' + ctx['EHRStudyContainer'] + '/ehrAdmin.view'} + {name: 'EHR Admin Page', url: '<%=contextPath%>' + ctx['EHRStudyContainer'] + '/onprc_ehr-ehrAdmin.view'} ] }); } diff --git a/onprc_ehr/resources/views/ehrAdmin.html b/onprc_ehr/resources/views/ehrAdmin.html index 6dc49bbfe..a8f442aea 100644 --- a/onprc_ehr/resources/views/ehrAdmin.html +++ b/onprc_ehr/resources/views/ehrAdmin.html @@ -9,32 +9,32 @@ sections: [{ header: 'Admin', items: [ - {name: 'Genetics Calculations', url: '<%=contextPath%>/ehr<%=containerPath%>/geneticCalculationSettings.view?'}, - {name: 'Manage EHR Study', url: '<%=contextPath%>/study<%=containerPath%>/manageStudy.view?'}, - {name: 'Populate Initial Data', url: '<%=contextPath%>/ONPRC_EHR<%=containerPath%>/populateData.view?'}, - {name: 'Populate Templates', url: '<%=contextPath%>/onprc_ehr<%=containerPath%>/populateTemplates.view?'}, - {name: 'Record Delete Settings', url: '<%=contextPath%>/ehr<%=containerPath%>/recordDeleteSettings.view?'}, - {name: 'Run Custom SQL', url: '<%=contextPath%>/ldk<%=containerPath%>/runCustomSql.view?schemaName=study'}, - {name: 'Set EHR Module Properties', url: '<%=contextPath%>/core<%=containerPath%>/modulePropertyAdmin.view?moduleName=EHR'}, - {name: 'Update Dataset Properties and Indexes', url: '<%=contextPath%>/ehr<%=containerPath%>/ensureDatasetProperties.view?'}, - {name: 'Update Study QCStates', url: '<%=contextPath%>/ehr<%=containerPath%>/ensureQCStates.view?'}, - {name: 'Verify Dataset Resources', url: '<%=contextPath%>/ehr<%=containerPath%>/verifyDatasetResources.view?'}, - {name: 'Verify Dataset Columns', url: '<%=contextPath%>/ehr<%=containerPath%>/validateDataSetCols.view?'}, - {name: 'Verify EHR Schema Indexes Are Compressed', url: '<%=contextPath%>/ehr<%=containerPath%>/ensureEHRSchemaIndexes.view?'}, - {name: 'Cache Demographics On All Living Animals', url: '<%=contextPath%>/ehr<%=containerPath%>/cacheLivingAnimals.view?'}, - {name: 'Prime/Refresh Data Entry Cache', url: '<%=contextPath%>/ehr<%=containerPath%>/primeDataEntryCache.view?'} + {name: 'Genetics Calculations', url: '<%=contextPath%><%=containerPath%>/ehr-geneticCalculationSettings.view'}, + {name: 'Manage EHR Study', url: '<%=contextPath%><%=containerPath%>/study-manageStudy.view'}, + {name: 'Populate Initial Data', url: '<%=contextPath%><%=containerPath%>/onprc_ehr-populateData.view'}, + {name: 'Populate Templates', url: '<%=contextPath%><%=containerPath%>/onprc_ehr-populateTemplates.view'}, + {name: 'Record Delete Settings', url: '<%=contextPath%><%=containerPath%>/ehr-recordDeleteSettings.view'}, + {name: 'Run Custom SQL', url: '<%=contextPath%><%=containerPath%>/ldk-runCustomSql.view?schemaName=study'}, + {name: 'Set EHR Module Properties', url: '<%=contextPath%><%=containerPath%>/core-modulePropertyAdmin.view?moduleName=EHR'}, + {name: 'Update Dataset Properties and Indexes', url: '<%=contextPath%><%=containerPath%>/ehr-ensureDatasetProperties.view'}, + {name: 'Update Study QCStates', url: '<%=contextPath%><%=containerPath%>/ehr-ensureQCStates.view'}, + {name: 'Verify Dataset Resources', url: '<%=contextPath%><%=containerPath%>/ehr-verifyDatasetResources.view'}, + {name: 'Verify Dataset Columns', url: '<%=contextPath%><%=containerPath%>/ehr-validateDataSetCols.view'}, + {name: 'Verify EHR Schema Indexes Are Compressed', url: '<%=contextPath%><%=containerPath%>/ehr-ensureEHRSchemaIndexes.view'}, + {name: 'Cache Demographics On All Living Animals', url: '<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view'}, + {name: 'Prime/Refresh Data Entry Cache', url: '<%=contextPath%><%=containerPath%>/ehr-primeDataEntryCache.view'} ] },{ header: 'Logs', items: [ - {name: 'Labkey.log', url: '<%=contextPath%>/admin/showPrimaryLog.view'}, - {name: 'Labkey-errors.log', url: '<%=contextPath%>/admin/showAllErrors.view'}, - {name: 'ETL Log', url: '<%=contextPath%>/onprc_ehr/showEtlLog.view'} + {name: 'Labkey.log', url: '<%=contextPath%>' + '/admin-showPrimaryLog.view'}, + {name: 'Labkey-errors.log', url: '<%=contextPath%>' + '/admin-showAllErrors.view'}, + {name: 'ETL Log', url: '<%=contextPath%>' + '/onprc_ehr-showEtlLog.view'} ] },{ header: 'Notifications', items: [ - {name: 'Notification Admin', url: '<%=contextPath%>/ldk<%=containerPath%>/notificationAdmin.view?'} + {name: 'Notification Admin', url: '<%=contextPath%><%=containerPath%>/ldk-notificationAdmin.view'} ] },{ header: 'Associated Servers', diff --git a/onprc_ehr/resources/views/frontPage.html b/onprc_ehr/resources/views/frontPage.html index 9c4484880..973e18896 100644 --- a/onprc_ehr/resources/views/frontPage.html +++ b/onprc_ehr/resources/views/frontPage.html @@ -9,17 +9,17 @@ Ext4.get(webpart.wrapperDivId).update( ' ' + ' ' + ' ' ); diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java index d621d49da..4f346aa4c 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ColonyAlertsNotification.java @@ -2168,7 +2168,7 @@ protected void animalGroupsAcrossRooms(final Container c, User u, final StringBu summary = summary.replaceAll("\n", " / "); } - DetailsURL groupUrl = DetailsURL.fromString("/ehr/animalGroupDetails.view?", c); + DetailsURL groupUrl = DetailsURL.fromString("/ehr-animalGroupDetails.view", c); String groupUrlString = AppProps.getInstance().getBaseServerUrl() + "/onprc_ehr/onprc" + groupUrl; groupUrlString += "groupId=" + rs.getInt("groupId"); diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/query/ONPRC_EHRTriggerHelper.java b/onprc_ehr/src/org/labkey/onprc_ehr/query/ONPRC_EHRTriggerHelper.java index 0b11bc16b..e1fdbcfda 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/query/ONPRC_EHRTriggerHelper.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/query/ONPRC_EHRTriggerHelper.java @@ -2235,7 +2235,7 @@ public void sendCullListNotifications(String id, String date, String flag) { html.append("Recently Updated Underutilized Animals:
"); html.append(id + "
"); - html.append(""); + html.append(""); html.append("Click here to view this animal's Active Flag's history.
"); @@ -2245,14 +2245,14 @@ public void sendCullListNotifications(String id, String date, String flag) { html.append("Recently Updated Cull Animals:
"); html.append(id + "
"); - html.append(""); + html.append(""); html.append("Click here to view this animal's Active Flag's history.
"); } //Provide url link to allow users to edit Cull listings - html.append(""); + html.append(""); html.append("Click here to view and Edit Cull/Underutilzed Report.
"); sendMessage(subject, html.toString(), recipients); break; diff --git a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_BillingTest.java b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_BillingTest.java index c9ed8810c..0c7a4f924 100644 --- a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_BillingTest.java +++ b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_BillingTest.java @@ -24,7 +24,6 @@ import org.labkey.test.WebTestHelper; import org.labkey.test.categories.EHR; import org.labkey.test.categories.ONPRC; -import org.labkey.test.components.ext4.Window; import org.labkey.test.util.DataRegionTable; import org.labkey.test.util.Ext4Helper; import org.labkey.test.util.LogMethod; @@ -42,7 +41,7 @@ public class ONPRC_BillingTest extends AbstractONPRC_EHRTest protected static String PROJECT_NAME = "ONPRC_Billing_TestProject"; private static final String BILLING_FOLDER_PATH = "/" + PROJECT_NAME + "/" + BILLING_FOLDER; private static final String EHR_FOLDER_PATH = "/" + PROJECT_NAME + "/" + FOLDER_NAME; - private String ANIMAL_HISTORY_URL = "/ehr/" + getProjectName() + "/animalHistory.view?"; + private String ANIMAL_HISTORY_URL = "/" + getProjectName() + "/ehr-animalHistory.view"; @BeforeClass @LogMethod diff --git a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest.java b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest.java index 7763fcd88..aec380b14 100644 --- a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest.java +++ b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest.java @@ -82,7 +82,7 @@ public class ONPRC_EHRTest extends AbstractGenericONPRC_EHRTest { protected String PROJECT_NAME = "ONPRC_EHR_TestProject"; private boolean _hasCreatedBirthRecords = false; - private final String ANIMAL_HISTORY_URL = "/ehr/" + getProjectName() + "/animalHistory.view?"; + private final String ANIMAL_HISTORY_URL = "/" + getProjectName() + "/ehr-animalHistory.view"; @Override protected String getProjectName() diff --git a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java index 7c3e6e2de..c27681000 100644 --- a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java +++ b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java @@ -78,7 +78,7 @@ public class ONPRC_EHRTest2 extends AbstractONPRC_EHRTest public AbstractContainerHelper _containerHelper = new APIContainerHelper(this); private final String PROJECT_NAME = "ONPRC_EHR_TestProject2"; public DataIntegrationHelper _etlHelper = new DataIntegrationHelper(PROJECT_NAME); - private final String ANIMAL_HISTORY_URL = "/ehr/" + getProjectName() + "/animalHistory.view?"; + private final String ANIMAL_HISTORY_URL = "/" + getProjectName() + "/ehr-animalHistory.view"; @BeforeClass @LogMethod diff --git a/sla/resources/views/SLA_LandingPage.html b/sla/resources/views/SLA_LandingPage.html index e1c94a745..bc595d82c 100644 --- a/sla/resources/views/SLA_LandingPage.html +++ b/sla/resources/views/SLA_LandingPage.html @@ -1,29 +1,29 @@
SLA purchase module is for PIs and staff to initiate purchase orders for rodents. It is administered by SLAU staff to ensure quality control and compliance with applicable federal regulations and guidelines. Only authorized personnel are allowed to place rodent orders. If you need access to the module, please contact sla_services@ohsu.edu.
-Click here to go to SLA Purchase Module
+Click here to go to SLA Purchase Module
Click the link below to view the SLA groups & breeding information for the protocols. This information is retrieved daily from the eIACUC database.
-SLA Groups & Breeding Information 
+SLA Groups & Breeding Information 
SLA census module is used by SLAU staff to maintain rodent demographic and location data and billing. Please click on the links below for specific operations.
SLA Census - Edit Previous Record Menu - Choose "All Tasks" navigational tab and click the mouse on the task id to edit a record.
-SLA Census - Bulk Editing Grid - Allows editing more than one Census records.
-SLA - Entry Grid for Rabbits / Guinea Pigs - Web link to enter new Rabbits and Guinea Pig records.
+ +SLA Census - Edit Previous Record Menu - Choose "All Tasks" navigational tab and click the mouse on the task id to edit a record.
+SLA Census - Bulk Editing Grid - Allows editing more than one Census records.
+SLA - Entry Grid for Rabbits / Guinea Pigs - Web link to enter new Rabbits and Guinea Pig records.
Misc Charges - Grid - This format is best for export to Excel.
- -Return to "My Task/All Task" Page
+Misc Charges - Grid - This format is best for export to Excel.
+ +Return to "My Task/All Task" Page
SLA Census - Printed Report - Center Project & Date Range required.
SLA Census - Summary Printed Report - Center Project & Date Range required.