Fixed some jsp compilation errors, Demographic Master Record page, and 500 error in Rx page.#64
Conversation
Reviewer's Guide by SourceryThis pull request addresses several JSP compilation errors and fixes 500 errors in multiple pages. The main changes involve updating import statements, fixing tag library references, and correcting file paths. The changes primarily focus on maintaining consistent functionality while resolving compilation and runtime errors. Class diagram for updated JSP actionsclassDiagram
class UserPreference2Action {
+getTextData(Map prefs, String key)
+getSelect(Map prefs, String key)
+getEncounterFormHTML(Map prefs, String key)
+getEformHTML(Map prefs, String key)
}
class Contact2Action {
+fillContactNames(List<DemographicContact> dContacts)
+searchAllContacts(String search_mode, String orderBy, String keyword)
+searchContacts(String search_mode, String orderBy, String keyword)
+getDemographicContacts(Demographic demographic)
+searchProfessionalSpecialists(String keyword)
}
class EctViewRequest2Action {
+fillFormValues(LoggedInInfo info, EctConsultationFormRequestForm form, Integer requestId)
+fillFormValues(EctConsultationFormRequestForm form, String segmentId)
+fillFormValues(EctConsultationFormRequestForm form, ConsultUtil consultUtil)
}
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @kateyang1998 - I've reviewed your changes - here's some feedback:
Overall Comments:
- Please clarify whether there are still 33 JSP files with compilation errors remaining, or if that was the initial count that has now been fixed. The current wording is ambiguous.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There are still 33 JSP files with compilation errors remaining, was 52 initially. |
…e-in-consult-list-and-echart Tweak - surfacing consultant into DisplayDemographicConsultationRequests and eChart Mouseover
Fix: missing ":" seperator for Tel, like other sections of the JSP file
Summary by Sourcery
Fix JSP compilation errors, 500 errors on Rx and Demographic Master Record pages, and update JSP files for improved consistency.
Bug Fixes:
Enhancements: