Registration app should support column config within the find patient component
Description
The registration app has it’s own find patient page which utilizes the standard patient search component. That patient search component had configuration added that allows specifying the columns should appear when patients are found. The registration app should support taking in such configuration that can be passed down into this component, so implementations can configure the columns for the results.
Activity
Mike Seaton
September 28, 2024 at 1:13 PM
Committed here:
Mike Seaton
September 27, 2024 at 10:46 PM
I noticed this while attempting to configure the registration app for our rwanda implementation. I was able to successfully get this working by adding the following changes:
The registration app has it’s own find patient page which utilizes the standard patient search component. That patient search component had configuration added that allows specifying the columns should appear when patients are found. The registration app should support taking in such configuration that can be passed down into this component, so implementations can configure the columns for the results.