-
Notifications
You must be signed in to change notification settings - Fork 5
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 and removed obsgroup-ids on the NCD fellow-up form #66
base: master
Are you sure you want to change the base?
Update and removed obsgroup-ids on the NCD fellow-up form #66
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @tommyiversonj . Where I left a comment, I would recommend that you , remove the obsgroup, but add the dateLabel on the obs. Otherwise the date of test is not unique or connected with the obs.
</tr> | ||
</includeIf> | ||
|
||
<includeIf velocityTest="$pt_has_lf"> | ||
<tr> | ||
<obsgroup groupingConceptId="PIH:HEPATITIS C TEST - QUALITATIVE"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section won't work. You can either add a construct/obsgroup OR add a dateLabel attribute to the Hep C test obs
dateLabel: Text to display after the obs.value widget and before the obs.datetime widget (obs.obs_datetime). Specifying this implies showDate="true".
OPTIONAL
Example:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lnball Thanks for the feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lnball Kindly double-check my update. Hope am correct!
</tr> | ||
</includeIf> | ||
|
||
<includeIf velocityTest="$pt_has_lf or $pt_has_rf"> | ||
<tr> | ||
<obsgroup groupingConceptId="CIEL:161472"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same problem here...
</tr> | ||
</includeIf> | ||
|
||
<includeIf velocityTest="$$pt_has_rf"> | ||
<tr> | ||
<obsgroup groupingConceptId="PIH:11457"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same problem here
No description provided.