Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kavitha | Upgrade module and API fixes for default locale #277

Merged
merged 47 commits into from
Oct 15, 2024

Conversation

kavitha-sundararajan
Copy link

No description provided.

sivareddyp and others added 30 commits July 12, 2023 12:31
* BS-68 | Create new REST endpoint for Diagnosis Search (#175)

* BS-68 | Siva Reddy | Create New Rest End Point for Diagnosis Search

* BS-68 | Siva Reddy | Adding Test Cases for New Rest End Point

* BS-68 | Siva Reddy | Updating Global Proerty Name

* BS-68 | Siva Reddy | Adding terminology services dependency

* BS-68 | Siva Reddy | Updated Rest End Point for Diagnosis Search

* BS-68 | Siva Reddy | Publishing SNOMED specific Bahmnicore OMOD

* BS-68 | Siva Reddy | Updated Dependencies from terminology services module

* Siva Reddy | BS-68 | Updating Rest End Point, TS module dependencies

* Siva Reddy | BS-68 | Update Package of FHIR TS module

* Siva Reddy | BS-42 | deployment to SNOMED Environment (#183)

* Siva Reddy | BS-7 | Diagnosis Save (#189)

* Siva Reddy | BS-7 | Changes for saving a concept

* Siva Reddy | BS-7 | Tests for Diagnosis Concept Presave Command

* Siva Reddy | BS-7 | Support for multiple locales

* Siva Reddy | BS-7 | Updating artefact name

* Siva Reddy | BS-7 | Minor code fixes

* Siva Reddy | BS-7 | Incorporating PR comments

* Bs 84 remove imp (#208)

* BS-68 | Create new REST endpoint for Diagnosis Search (#175)

* BS-68 | Siva Reddy | Create New Rest End Point for Diagnosis Search

* BS-68 | Siva Reddy | Adding Test Cases for New Rest End Point

* BS-68 | Siva Reddy | Updating Global Proerty Name

* BS-68 | Siva Reddy | Adding terminology services dependency

* BS-68 | Siva Reddy | Updated Rest End Point for Diagnosis Search

* BS-68 | Siva Reddy | Publishing SNOMED specific Bahmnicore OMOD

* BS-68 | Siva Reddy | Updated Dependencies from terminology services module

* Siva Reddy | BS-68 | Updating Rest End Point, TS module dependencies

* Siva Reddy | BS-68 | Update Package of FHIR TS module

* Siva Reddy | BS-42 | deployment to SNOMED Environment (#183)

* Siva Reddy | BS-7 | Diagnosis Save (#189)

* Siva Reddy | BS-7 | Changes for saving a concept

* Siva Reddy | BS-7 | Tests for Diagnosis Concept Presave Command

* Siva Reddy | BS-7 | Support for multiple locales

* Siva Reddy | BS-7 | Updating artefact name

* Siva Reddy | BS-7 | Minor code fixes

* Siva Reddy | BS-7 | Incorporating PR comments

* Bs-34 | removed all fhirterminody api and omod reference

* Bs-84 | added required bean definition and remove component scan

* Bs-34 | updated controller test cases

* Bs-34 | removed fhir required module

* Bs-34 | removed  dependencies of fhirterminology services

* Bs-34 | added test cases

---------

Co-authored-by: Siva Reddy <[email protected]>

* Siva Reddy | Removed unused dependencies (#210)

* BS-91 | Siva Reddy | Revert bahmnicore api,omod artefact names to merge into product master

---------

Co-authored-by: manimaarans <[email protected]>
…te drugs can't be added (#229)

Co-authored-by: yenugukeerthana <[email protected]>
Bahmni Commons Version 1.0.0 -> 1.1.0-SNAPSHOT
* Added SMS sending functionality on patient registration.
…oncepts in requested locale (#235)

* BAH-3266 | Siva Reddy | Fetching concepts from default locale if no concepts in requested locale

* BAH-3266 | Review comments
…in defaultLocale (#236)

Updated /bahmnicore/observations API to take in optional locale parameter, so that concepts are searched in the locale.
Observation.conceptFSN returns the FSN in implementation/default locale
…Docker.standard] (#237)

* BAH-3336 | Arjun, Vijay | fix patient stage dropdown showing empty results in programs module

* BAH-3336 | Vijay, Gokul | incorporate deskcheck comments

* BAH-3336 | Vijay | incorporate PR comments with additional constraint
…ble (#238)

* BAH-3416 | Add. Accession number for lab test performed in OpenElis to orders table | [Riya/Sweety]

* BAH-3416 | Refactor. Optimised code | [Riya/Sweety]

* BAH-3416 | Refactor. Optimised code | [Riya/Sweety]
* BAH-3407|Fix locale issue in search handler

* BAH-3407|Add null check for concept list

* BAH-3407| Fix VisitFormsSearchHandlerTest test cases

* BAH-3407 | Refactor. used conceptsByName method and fix tests

* BAH-3407| Refactor. Usage of locale in VisitFormsSearchHandler

* BAH-3407| Refactor. Usage of locale in VisitFormsSearchHandler and test

* BAH-3407| Refactor. Use of searchLocale or default.

* BAH-3407 | Refactor. get concept name in default locale if null in user locale

* BAH-3407 | Extracted identify locale method to separate class

* BAH-3407 | Fix. test failures

* BAH-3407| Add tests for LocaleResolver class.

* BAH-3407 | Add. test case for searching concept in default locale if match not found in user locale

* BAH-3407| Refactor. Use of static identify locale method.

* BAH-3407| Add check for concept to choose correct locale

* BAH-3407| Fix VisitFormsSearchHandlerTest

* BAH-3407 | Refactor. pass false instead of null

* BAH-3407 | Fix. test failures

---------

Co-authored-by: SanoferSameera <[email protected]>
* Add locale of concept in BahmniDiagnosisMetadata

* Fix tests of BahmniDiagnosisMetadataTest

* Refactor import statement

* Add Locale import statement

* BAH-3455 | Refactored imports

---------

Co-authored-by: SanoferSameera <[email protected]>
…248)

* Add method to get concept by name and locale and refactor occurance.

* Refactor import statement.

* Add locale import statement.

* Refactor Imports.

* Add Locale Imports.
…249)

* BAH-3454 | Refactor. search concepts in both user and default locale

* BAH-3454 | Fix. test
…isit (#251)

* BAH-3513 | Fix. Disable encounter search when patient does not have visit.

- When a new patient uuid without visit is passed, encounterSearch happens without any criteria leading to OutOfMemoryError.

* BAH-3513 | Add. Message for the condition block added
* BAH-3117|Bindu|Ability to add, edit, delete notes for OT module

* BAH-3117| void and create note when provider is not matching
* Parvathy | BAH-3745 | Add. Api To Fetch Order By Order Id

* Parvathy | BAH-3745 | Add. Test Cases

* Parvathy | BAH-3745 | Refactor. Fetch Drug Order By Uuid
mohan-13 and others added 17 commits June 4, 2024 15:49
…263)

* BAH-3892 | Support atomfeed test events for concepts with class Test

* BAH-3892 | Refactor. Support case-insensitive match for concept class names
…concept with class Radiology/Imaging Procedure (#264)

* BAH-3892 | Support atomfeed test events for concepts with class Test

* BAH-3893 | Support atomfeed radiology events for concepts with class Radiology/Imaging Procedure
…alid values for coded answers (#269)

* BAH-4029 | Logging better logs in cases of outside range values or invalid values for coded answers

* BAH-4029 | minor improvement - adding a gaurd clause to check if concept is numeric
* BAH-4045 | Add. Privilege for getting program attribute types

* BAH-4045 | Add. Assign Get Patient Program Attribute Types privilege to clinical app readonly role

* Revert "BAH-4045 | Add. Assign Get Patient Program Attribute Types privilege to clinical app readonly role" - moved to config

This reverts commit 124558a.
* BAH-4090 | Refactor. Upgrade dependencies for release

* BAH-4090 | Fix. Mocks for AdministrationService
@kavitha-sundararajan kavitha-sundararajan merged commit 8596dc3 into Bahmni-IPD-master Oct 15, 2024
2 checks passed
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.