feat: Add discharge summary form template (#554)#978
Open
imramkrishna wants to merge 1 commit intoopenmrs:mainfrom
Open
feat: Add discharge summary form template (#554)#978imramkrishna wants to merge 1 commit intoopenmrs:mainfrom
imramkrishna wants to merge 1 commit intoopenmrs:mainfrom
Conversation
- Implement template selection system in new form modal - Add comprehensive discharge summary template with medical sections - Create reusable form template utilities - Update TypeScript and webpack config for template support This allows users to quickly create discharge summary forms from a predefined template instead of building from scratch. Fixes openmrs#554
Contributor
|
Sounds very interesting! Before we assign a reviewer: Can you please kindly add some screenshots or a screen recording to show what the work results look like on your local? |
Collaborator
|
Thanks @imramkrishna! But, and I hope this doesn't come across as too opinionated, the issue with this is that we are tying the form builder to have inbuilt form templates, which is what we have content packages for essentially, and people could use the import feature. I'm not very hot about having specific json forms hard coded inside the form builder, because |
This file contains hidden or 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
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.
This allows users to quickly create discharge summary forms from a predefined template instead of building from scratch.
Fixes #554
Requirements
Summary
Screenshots
Related Issue
Other