fix for 1585, 1583 - #189
Conversation
Fix the URL correction for doctor update
WalkthroughThe changes update the layout and styling in the quick consult component's HTML, adjust the method signature of Changes
Possibly related PRs
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
src/app/app-modules/nurse-doctor/quick-consult/quick-consult.component.html(3 hunks)src/environments/environment.ci.ts.template(2 hunks)src/environments/environment.dev.ts(1 hunks)src/environments/environment.prod.ts(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
src/app/app-modules/nurse-doctor/quick-consult/quick-consult.component.html (2)
Learnt from: devikasuresh20
PR: PSMRI/MMU-UI#159
File: src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html:604-606
Timestamp: 2024-12-04T10:52:54.401Z
Learning: In `src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.html`, when implementing conditional logic, prefer to clearly separate conditions for better readability, even if it introduces some redundancy.
Learnt from: devikasuresh20
PR: PSMRI/MMU-UI#153
File: src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.ts:325-337
Timestamp: 2024-11-28T06:19:38.920Z
Learning: In `general-patient-vitals.component.ts`, within the `checkNurseRequirements` method, the BP validation logic is intentionally specific to each flow to ensure clarity. Refactoring this logic is planned for future broader improvement efforts.
🔇 Additional comments (6)
src/app/app-modules/nurse-doctor/quick-consult/quick-consult.component.html (3)
375-375: Good consistency improvement.Adding the
input-full-widthclass ensures consistent styling with other form fields in the vitals section.
414-414: Good removal of inline styles.Removing the inline
margin-leftstyle improves maintainability and follows CSS best practices by relying on responsive column classes.
857-862: Layout adjustment looks good.The column width changes provide better spacing for the route selection field. The logic appropriately adjusts based on form type to accommodate different prescription layouts.
src/environments/environment.ci.ts.template (2)
40-40: Template variable change noted.The change from
<%= INVENTORY_UI_BASE %>to<%= INVENTORY_UI %>aligns with the URL path simplification. Ensure that the deployment pipeline is updated to provide the correct template variable.
61-61: Consistent URL path change.The inventory URL modification matches the pattern used in other environment files, maintaining consistency across deployment environments.
src/environments/environment.prod.ts (1)
77-77: Production URL change matches other environments.The inventory URL modification is consistent with the changes in dev and CI environments. Ensure that production deployment is coordinated with any necessary infrastructure changes to support the new URL structure.
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/app/app-modules/core/services/inventory.service.ts(2 hunks)src/app/app-modules/pharmacist/worklist/worklist.component.ts(1 hunks)
🧰 Additional context used
🧠 Learnings (3)
📓 Common learnings
Learnt from: devikasuresh20
PR: PSMRI/MMU-UI#153
File: src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.ts:325-337
Timestamp: 2024-11-28T06:19:38.920Z
Learning: In `general-patient-vitals.component.ts`, within the `checkNurseRequirements` method, the BP validation logic is intentionally specific to each flow to ensure clarity. Refactoring this logic is planned for future broader improvement efforts.
src/app/app-modules/pharmacist/worklist/worklist.component.ts (1)
Learnt from: devikasuresh20
PR: PSMRI/MMU-UI#153
File: src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.ts:325-337
Timestamp: 2024-11-28T06:19:38.920Z
Learning: In `general-patient-vitals.component.ts`, within the `checkNurseRequirements` method, the BP validation logic is intentionally specific to each flow to ensure clarity. Refactoring this logic is planned for future broader improvement efforts.
src/app/app-modules/core/services/inventory.service.ts (1)
Learnt from: devikasuresh20
PR: PSMRI/MMU-UI#153
File: src/app/app-modules/nurse-doctor/vitals/general-patient-vitals/general-patient-vitals.component.ts:325-337
Timestamp: 2024-11-28T06:19:38.920Z
Learning: In `general-patient-vitals.component.ts`, within the `checkNurseRequirements` method, the BP validation logic is intentionally specific to each flow to ensure clarity. Refactoring this logic is planned for future broader improvement efforts.
🔇 Additional comments (3)
src/app/app-modules/core/services/inventory.service.ts (2)
44-46: LGTM: Method signature enhancement with proper fallback logic.The addition of
regIDandfacilityIDparameters enhances the method's flexibility while maintaining backward compatibility through the fallback logic on line 48.
48-48: Good implementation: Proper fallback for facility ID.The fallback logic
facilityID || this.getFacilityID()appropriately handles cases where no facility ID is explicitly provided, ensuring backward compatibility.src/app/app-modules/pharmacist/worklist/worklist.component.ts (1)
241-243: LGTM: Method call updated correctly to match service changes.The addition of
beneficiary.beneficiaryRegIDandsessionStorage.getItem('facilityID')as arguments correctly aligns with the updatedmoveToInventorymethod signature. The service method's fallback logic will handle cases where the facility ID from session storage is null or undefined.
* fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints * fix: amm-1668 beneficiary details addition * AMM-1595 - lymphs node patching issue (#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (#214) * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (#222) --------- Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Helen Grace Karyamsetty <133211481+helenKaryamsetty@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints * fix: amm-1668 beneficiary details addition * AMM-1595 - lymphs node patching issue (PSMRI#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (PSMRI#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (PSMRI#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (PSMRI#214) * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (PSMRI#222) --------- Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints * fix: amm-1668 beneficiary details addition * AMM-1595 - lymphs node patching issue (PSMRI#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (PSMRI#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (PSMRI#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (PSMRI#214) * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (PSMRI#222) * fix: amm-1834 remove quantity feild from prescription * fix: version change --------- Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints * fix: amm-1668 beneficiary details addition * AMM-1595 - lymphs node patching issue (PSMRI#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (PSMRI#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (PSMRI#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (PSMRI#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (PSMRI#200) * fix: amm-1416 (PSMRI#199) * fix: refer resaon should disable initial (PSMRI#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (PSMRI#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (PSMRI#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (PSMRI#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (PSMRI#214) * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (PSMRI#222) * fix: amm-1834 remove quantity feild from prescription * fix: version change --------- Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
* fix: remove the additional slash in the url to fix the 404 issue * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: past obstetric history dropdown changes * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix: amm-1668 beneficiary details addition * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue * AMM-1595 - lymphs node patching issue (#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (#214) * feat: added tracking to service point component * feat: added tracking in register personal details components * feat: added tracking throughout the MMU components * feat: added enviroment variables for tracking and userd tracking * fix: removed redundant tracking * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (#222) * fix: added assam language coversions (#223) * fix(feat): added latest common-ui commit id * fix: version change --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> Co-authored-by: Abhijeet <abhijeetw035@email.com> Co-authored-by: Abhijeet <149177534+abhijeetw035@users.noreply.github.com>
* fix: remove the additional slash in the url to fix the 404 issue * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: past obstetric history dropdown changes * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix: amm-1668 beneficiary details addition * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue * AMM-1595 - lymphs node patching issue (#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (#214) * feat: added tracking to service point component * feat: added tracking in register personal details components * feat: added tracking throughout the MMU components * feat: added enviroment variables for tracking and userd tracking * fix: removed redundant tracking * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (#222) * fix: added assam language coversions (#223) * fix(feat): added latest common-ui commit id * fix: version change * fix: amm-1834 remove quantity feild from prescription * Release 3.4.0 (#4) * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints * fix: amm-1668 beneficiary details addition * AMM-1595 - lymphs node patching issue (#211) * fix: amm-1747 and amm-1583 * fix: amm-1595 lymphnodes are not patching * fix: amm-1730 action buttons issue fix in chief complaints * fix: provisonal diagnosis values patching issue * fix: provisonal diagnosis values patching issue --------- Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * ncd care condtion and diagnosis patch issue (#212) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes * Release 3.4.0 (#1) * fix: disply error msg based on the response * Revert "fix: disply error msg based on the response" This reverts commit 6273191. * fix for 1585, 1583 (#189) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * Amm-1579 (#192) * fix: amm-1584 * fix: amm-1583 * fix: amm-1589 * fix: code rabitt fixs * fix: amm-1593 * fix: amm-1590 aam-1591 * fix: amm-1592 * fix: removed extra angle bracket * fix: inventory redirection issue fixed * fix: remove the additional slash in the url to fix the 404 issue * fix: amm-1585 css fixes * fix: amm-1583 facilityId was passing encrypted * fix: amm-1579 --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> * fix: amm-1580 * fix: amm-1597 * fix: amm-1583 * fix: amm-1655 * Update version in pom.xml to 3.4.0 * Update pom.xml * Update pom.xml * Update pom.xml * fix: show the message on token expiry (#200) * fix: amm-1416 (#199) * fix: refer resaon should disable initial (#203) * AMM-1577 & AMM-1578 Menstrual History & Obstetric History changes (#204) * fix: remove the additional slash in the url to fix the 404 issue * fix: past obstetric history dropdown changes --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> * fix: amm-1747 and amm-1583 (#208) * fix: amm-1730 action buttons issue fix in chief complaints --------- Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix(bug): ncd-care-diagnosis and provisional diagnosis doctor patch issue --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * Provisional diagnosis patch issue (#213) * fix: provisonal diagnosis values patching issue * fix: added confirmatory feild name * fix: file upload issue, file displaying duplicate * fix: amm-1744 file upload in gynecologist examination screen (#214) * fix: aam-1779 removing download masters for non-loggedin users * fix: remove the version number (#222) --------- Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> * fix: version change --------- Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Co-authored-by: SnehaRH <sneha@navadhiti.com> Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com> Co-authored-by: Vishwanath Balkur <118195001+vishwab1@users.noreply.github.com> Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com> Co-authored-by: Abhijeet <abhijeetw035@email.com> Co-authored-by: Abhijeet <149177534+abhijeetw035@users.noreply.github.com>



📋 Description
JIRA ID:
AMM-1585
AMM-1583
Please provide a summary of the change and the motivation behind it. Include relevant context and details.
✅ Type of Change
Summary by CodeRabbit
Style
New Features