-
Notifications
You must be signed in to change notification settings - Fork 59
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
Quest v0.2 / G6PD : View G6PD Status on the Patient List view #777
Comments
how would this be controlled through configuration? clearly, this wouldn't be applicable in all Quest applications. do we have an existing configuration for the patient list view? can we add a key where the value describes additional data to show in the list view? |
@owais-vd Here are my thoughts on the implementation: The colored status should only be displayed for g6pd apps just like risk flag for EIR apps. This composable view is available in the register list rows which is separate from the LazyColumn compose view hence the need for new configuration that will be supplied to the composable function used to render register list item rows. Since this is specific to quest, the implementation will reside in Quest app. Implementation
|
@owais-vd We can discuss how to provide the config to |
@owais-vd Here is how you can provide the configuration to PatientListItem via the
|
Thanks, @ellykits for the detailed comments. I'll follow this. Awesome. |
The main goal here is to do this in a manner that does not add anything g6pd specific to the code but instead pushed that all into FHIR configuration files that are loaded into the app, so this approach, specifically step (2) will not work. How is the g6pd status being stored? What we'd like to do is, is load a |
@pld based on your comment i have removed the
|
that looks great! |
here is the updated configuration that is currently being used to display G6PD statuses.
|
Is your feature request related to a problem? Please describe.
As a G6PD app user, I would like to view the currently enrolled patients on the G6PD Test app
Describe the solution you'd like
Post sync, I should be able to see at a glance from the Patient list view
Describe alternatives you've considered
This should be done in a configurable way using compose
Additional context
Acceptance Criteria
Minor enhancement UX
The text was updated successfully, but these errors were encountered: