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

(feat) Support for pre-filled questions #1602

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

icrc-jofrancisco
Copy link
Contributor

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

This pull request introduces a new feature that enables the passing of pre-filled questions in the format
{questionId: 'default value'}.
The primary objective is to facilitate form filling for users, allowing other applications to automatically set values.

Real Use Case:

In the fast data entry app, users often need to input data for multiple encounters.
With this enhancement, users can now pre-populate several questions with the same answers for all patients.
This streamlines the data entry process and enhances efficiency, especially in scenarios where consistent information needs to be entered across different patient records.

Thanks,

Screenshots

Related Issue

Other

CC: @ibacher

@ibacher ibacher merged commit d88ad31 into openmrs:main Feb 1, 2024
6 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.

2 participants