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

U4X-837: Using the HIV Viral Load Test Set Concept #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Daphne210
Copy link
Collaborator

@Daphne210 Daphne210 requested a review from akileng56 November 14, 2024 17:29
@Daphne210 Daphne210 self-assigned this Nov 14, 2024
@Daphne210 Daphne210 added the bug Something isn't working label Nov 14, 2024
parts.forEach((part) => {
if (part.match(/^\d{4}-\d{2}-\d{2}$/)) {
date = part;
} else if (part === 'Target Not Detected' || part === 'DETECTED' || part === 'POOR SAMPLE QUALITY') {
Copy link
Contributor

@slubwama slubwama Nov 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Daphne210 What if Its another value is introduced in the future what would happen.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then we adjust accordingly just like queue statuses of COMPLETED, PENDING, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants