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

“Family Head Name” doesn’t get auto-updated #92

Open
Agnieszka0544 opened this issue Dec 14, 2023 · 1 comment
Open

“Family Head Name” doesn’t get auto-updated #92

Agnieszka0544 opened this issue Dec 14, 2023 · 1 comment

Comments

@Agnieszka0544
Copy link

Environment: Windows 11; Firefox 120.0.1, Chrome 120.0.6099.72, Edge 120.0.2210.61
To view the form go:
NHIF -> Patient List -> New Insurance Patient

  1. “Family Head Name” doesn’t get auto-updated. See attached image.
  2. This form also has a problem with entering age in days. I described the same problem in another form in another issue: Cannot input age greater than 150 days in vaccination form #86 .
pictures

Zrzut ekranu 2023-12-14 220626-kopia

@RamiSJ12
Copy link

It seems like you're encountering two separate issues with the registration form:

  1. "Family Head Name" not auto-updating: This issue suggests there might be a problem with the form's functionality where the "Family Head Name" field is not automatically updating as expected. This could be due to a scripting error or a database issue. To troubleshoot this, you might want to check the code responsible for populating this field and ensure that it's functioning correctly. Additionally, verify if the necessary data is being fetched and processed correctly from the database.

  2. Problem with entering age in days: If you're unable to input an age greater than 150 days in the form, it indicates a limitation or validation rule within the form's design. To address this, you'll need to adjust the validation settings or form logic to allow for higher values for age in days. This might involve modifying the form's code or configuration settings.

To address these issues effectively:

  • Review the form's codebase or configuration settings to identify any errors or limitations related to the "Family Head Name" field auto-updating and age input.
  • Debug the code to ensure that data is being handled correctly and that any limitations on age input are appropriate for your use case.
  • Test the form thoroughly after making any adjustments to ensure that the issues have been resolved without introducing new problems.
  • If you're unable to resolve the issues on your own, consider reaching out to the development team responsible for maintaining the form or seeking assistance from a technical support specialist. Provide them with detailed information about the issues you're encountering, including any error messages or unexpected behaviors.

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

No branches or pull requests

2 participants