Skip to content

fix for 1585, 1583 - #189

Merged
snehar-nd merged 17 commits into
release-3.6.0from
nd/sn/dev
Jul 15, 2025
Merged

fix for 1585, 1583#189
snehar-nd merged 17 commits into
release-3.6.0from
nd/sn/dev

Conversation

@snehar-nd

@snehar-nd snehar-nd commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

📋 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

  • 🐞 Bug fix (non-breaking change which resolves an issue)

Summary by CodeRabbit

  • Style

    • Improved layout and spacing in the quick consult component for a more consistent user interface.
  • New Features

    • Enhanced inventory navigation by ensuring the facility ID is now included when accessing inventory from the pharmacist worklist.

@coderabbitai

coderabbitai Bot commented Jul 10, 2025

Copy link
Copy Markdown

Walkthrough

The changes update the layout and styling in the quick consult component's HTML, adjust the method signature of moveToInventory in InventoryService to accept a facility ID, and update its usage in the pharmacist worklist component to pass this new parameter. No logic or control flow is altered.

Changes

File(s) Change Summary
src/app/app-modules/nurse-doctor/quick-consult/quick-consult.component.html Updated CSS classes for input fields and container divs; adjusted column class logic for layout.
src/app/app-modules/core/services/inventory.service.ts Modified moveToInventory to accept and use a facilityID parameter; added console log.
src/app/app-modules/pharmacist/worklist/worklist.component.ts Updated call to moveToInventory to include facility ID from session storage as an extra argument.

Possibly related PRs

Poem

A bunny hops through code so neat,
Adjusting widths and classes sweet.
Facility IDs now travel along,
As pharmacists sing a storage song.
With every hop, the UI grows bright—
Layouts and logic, working right!
🐇✨

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

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /.npm/_logs/2025-07-10T10_03_51_357Z-debug-0.log

✨ Finishing Touches
  • 📝 Generate Docstrings

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e5c8fa7 and b204e1d.

📒 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-width class ensures consistent styling with other form fields in the vitals section.


414-414: Good removal of inline styles.

Removing the inline margin-left style 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.

Comment thread src/environments/environment.dev.ts
@sonarqubecloud

Copy link
Copy Markdown

@snehar-nd snehar-nd changed the title fix for 1585 fix for 1585, 1583 Jul 10, 2025

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b204e1d and f87ca2e.

📒 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 regID and facilityID parameters 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.beneficiaryRegID and sessionStorage.getItem('facilityID') as arguments correctly aligns with the updated moveToInventory method signature. The service method's fallback logic will handle cases where the facility ID from session storage is null or undefined.

Comment thread src/app/app-modules/core/services/inventory.service.ts
@snehar-nd
snehar-nd changed the base branch from develop to release-3.6.0 July 11, 2025 13:26
@snehar-nd
snehar-nd merged commit 312ab96 into release-3.6.0 Jul 15, 2025
3 of 4 checks passed
helenKaryamsetty added a commit to helenKaryamsetty/MMU-UI-New that referenced this pull request Jul 30, 2025
* 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>
ravishanigarapu pushed a commit that referenced this pull request Jul 31, 2025
* 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>
snehar-nd added a commit that referenced this pull request Aug 25, 2025
* 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>
helenKaryamsetty added a commit to helenKaryamsetty/MMU-UI-New that referenced this pull request Sep 4, 2025
* 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>
helenKaryamsetty added a commit to helenKaryamsetty/MMU-UI-New that referenced this pull request Sep 4, 2025
* 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>
helenKaryamsetty added a commit to helenKaryamsetty/MMU-UI-New that referenced this pull request Sep 4, 2025
* 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>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* 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>
helenKaryamsetty added a commit that referenced this pull request Sep 4, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants