Skip to content

AMM-1595 - lymphs node patching issue - #211

Merged
snehar-nd merged 5 commits into
release-3.4.0from
sn/3.4
Jul 31, 2025
Merged

AMM-1595 - lymphs node patching issue#211
snehar-nd merged 5 commits into
release-3.4.0from
sn/3.4

Conversation

@snehar-nd

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

Copy link
Copy Markdown
Contributor

📋 Description

JIRA ID:
1.AMM-1595

2. Provisional Diagnosis values were not patching issue.

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)

@coderabbitai

coderabbitai Bot commented Jul 30, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sn/3.4

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 generate unit tests to generate unit tests for 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.

'lymphNodes'
]
)).controls;
console.log(' signFormDetails.lymphNodes.slice()');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

pls remove the coonsole log

);
delete signFormDetails.lymphNodes;
this.cancerForm.controls['signsForm'].patchValue(signFormDetails);
console.log('lymphNodes from res', lymphNodes);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

here as well

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@snehar-nd
snehar-nd merged commit 7eb423e into release-3.4.0 Jul 31, 2025
1 of 2 checks passed
@snehar-nd
snehar-nd deleted the sn/3.4 branch August 3, 2025 14:21
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.

2 participants