-
Notifications
You must be signed in to change notification settings - Fork 6
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
V2 null parent id find by properties #585
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set event location id using the parent id of the structure retrieved from the db
* add logic for LocationAndStock domain with relevant join queries * add stockMetadataExample where clause * code cleanup * update snapshot version * update code to use PhysicalLocationAndStocks domain from plan evaluator * update limit logic * update plan evaluator lib * add v2 to github actions branch * code cleanup * update method doc
V2: Implement count query for FHIR resources
…sv-upload 476 validate structures during csv upload
* update plan evalutor version * add tests * update test
to allow configurable revocation of plans assignments when 'complete' or 'retired'
overload updatePlan for revokeAssignments param
Add debug logs for Update task status functionality
case_number and flag, should be unique
for RACD events check no existing evnt with case_number, and flag
add method to check if event exists for case number & flag
Add server version, date created and date edited to Practitioner & Organization entities
Reinstate duplicate plans check
Update logic for checking local case classifications
Upgrade Spring to 5.2.20-RELEASE for v2
…rganizationSearchBean
* add mybatis runtime feature * remove run_migration task from ci * update configs module * remove unused variables * remove data migration scripts * update server core version * update configs module
…n-to-PractitionerSearchBean order Practitioners by serverversion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
should fix #547 in master branch