We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug: Add person command allows status values of non-string.
Steps to reproduce: Enter the command for add person from the example, and change the status from recovering to other types like 12382
recovering
12382
Expected behaviour: A warning or error message shown
Actual behaviour: The patient is added with the status of non-string
Screenshot:
Potential problematic behaviour: The practitioner wouldn't know the status of the patient if the input was by accident a non-string.
Labels: type.FeatureFlaw severity.Low original: charlenetcy/ped#9
type.FeatureFlaw
severity.Low
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug:
Add person command allows status values of non-string.
Steps to reproduce:
Enter the command for add person from the example, and change the status from
recovering
to other types like12382
Expected behaviour:
A warning or error message shown
Actual behaviour:
The patient is added with the status of non-string
Screenshot:
Potential problematic behaviour:
The practitioner wouldn't know the status of the patient if the input was by accident a non-string.
Labels:
type.FeatureFlaw
severity.Low
original: charlenetcy/ped#9
The text was updated successfully, but these errors were encountered: