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

Add Cacx Screening in Active on ART linelist #2021

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gabriel090
Copy link

No description provided.

@@ -203,8 +209,10 @@ protected PatientDataSetDefinition activePatientsDataSetDefinition(String datase
dsd.addColumn("Current Regimen Line", new ETLCurrentRegLineDataDefinition(), "");
dsd.addColumn("Baseline CD4", new BaselineCD4CountDataDefinition(), "");
dsd.addColumn("Date of Baseline CD4 test", new BaselineCD4DateDataDefinition(), "");
dsd.addColumn("Latest CD4 Result", lastCD4ResultDataDefinition, "endDate=${endDate}");
dsd.addColumn("Latest CD4 Result Date",etlLastCD4DateDataDefinition,"endDate=${endDate}");
dsd.addColumn("Latest CD4 Count", lastCD4ResultDataDefinition, "endDate=${endDate}");
Copy link

Choose a reason for hiding this comment

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

@gabriel090 , This is overwriting the changes done earlier. Please relook at your conflict resolution. We should have CD4 result ... and not CD4 Count ...

Copy link
Author

Choose a reason for hiding this comment

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

resolved

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.

2 participants