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

Display orders for tests only #63

Merged
merged 2 commits into from Mar 14, 2024
Merged

Conversation

akileng56
Copy link
Contributor

Requirements

  • The orders returns were both test orders and Medication orders, This PR fixes the issue to only retrieve test orders and not the medication orders are well.

Summary

Retrieve only test orders

Screenshots

image

@jabahum jabahum self-requested a review March 14, 2024 08:57
Copy link
Collaborator

@jabahum jabahum left a comment

Choose a reason for hiding this comment

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

Thanks @akileng56

@jabahum jabahum merged commit c9b2847 into openmrs:main Mar 14, 2024
3 checks passed
@@ -23,7 +23,7 @@ export const configSchema = {
},
laboratoryOrderTypeUuid: {
_type: Type.String,
_default: "",
_default: "52a447d3-a64a-11e3-9aeb-50e549534c5e",
Copy link
Member

Choose a reason for hiding this comment

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

This config value should be provided by implementors configs and not hard coded here.

@akileng56 akileng56 deleted the fix/test_orders branch March 19, 2024 07:50
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.

None yet

3 participants