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

Update TB Screening for NCD initial and added provider management app #63

Conversation

tommyiversonj
Copy link
Contributor

@lnball Kindly review the updates. I also mistakenly pushed to master directly without creating a new branch. Please help delete this push commit: ac4f738/ SHA: ac4f738

Thanks Engineer

Copy link
Member

@lnball lnball left a comment

Choose a reason for hiding this comment

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

Sorry @tommyiversonj . We can work on this together if you want.

@@ -689,7 +689,7 @@

<includeIf velocityTest="$pt_has_rf or $pt_has_scd">
<tr>
<obsgroup groupingConceptId="PIH:CONJUNCTIVA">
<obsgroup groupingConceptId="PIH:12657">
Copy link
Member

Choose a reason for hiding this comment

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

This isn't correct. This is "Dietary intake" and not a class="ConvSet". What are you trying to do here @tommyiversonj

@@ -709,7 +709,7 @@

<includeIf velocityTest="$pt_has_rf or $pt_has_lf or $pt_has_hf">
<tr>
<obsgroup groupingConceptId="PIH:12636">
<obsgroup groupingConceptId="PIH:12657">
Copy link
Member

Choose a reason for hiding this comment

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

This isn't correct. This is "Dietary intake" and not a class="ConvSet". What are you trying to do here @tommyiversonj

@@ -370,7 +370,7 @@
Has the patient ever received medication for symptoms?
</label>
<span class="list-inline">
<obs id="patient-ever-received-medication" style="radio" conceptId="PIH:12603"
<obs id="patient-ever-received-medication" conceptId="PIH:12603"
Copy link
Member

Choose a reason for hiding this comment

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

Should this be radio?

<obs id="tb-persistent-cough" style="radio" conceptIds="PIH:SYMPTOM PRESENT,PIH:SYMPTOM ABSENT,PIH:SYMPTOM PRESENCE UNKNOWN"
conceptLabels="Yes,No,Unknown" answerConceptId="PIH:11567" labelText="">
<span class="tb-symptom-name">
<obs id="tb-persistent-cough" conceptIds="PIH:YES,PIH:NO,PIH:UNKNOWN"
Copy link
Member

Choose a reason for hiding this comment

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

Concept Ids are not right

<obs id="tb-persistent-feverSweats" style="radio" conceptIds="PIH:SYMPTOM PRESENT,PIH:SYMPTOM ABSENT,PIH:SYMPTOM PRESENCE UNKNOWN"
conceptLabels="Yes,No,Unknown" answerConceptId="PIH:11565" labelText=""/>
<span class="tb-symptom-name">
<obs id="tb-persistent-feverSweats" conceptIds="PIH:YES,PIH:NO,PIH:UNKNOWN"
Copy link
Member

Choose a reason for hiding this comment

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

conceptIds are not right

<obs id="tb-persistent-wtLoss3kg" style="radio" conceptIds="PIH:SYMPTOM PRESENT,PIH:SYMPTOM ABSENT,PIH:SYMPTOM PRESENCE UNKNOWN"
conceptLabels="Yes,No,Unknown" answerConceptId="PIH:11566" labelText="">
<span class="tb-symptom-name">
<obs id="tb-persistent-wtLoss3kg" conceptIds="PIH:YES,PIH:NO,PIH:UNKNOWN"
Copy link
Member

Choose a reason for hiding this comment

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

conceptIds are not right

@tommyiversonj tommyiversonj merged commit 8140253 into master Mar 13, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants