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 column latest cd4 count and latest CD4 date in arctive on ART report #2017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ 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 Count", lastCD4ResultDataDefinition, "endDate=${endDate}");
dsd.addColumn("Latest CD4 Count Date ",etlLastCD4DateDataDefinition,"endDate=${endDate}");
dsd.addColumn("Latest CD4 Result", lastCD4ResultDataDefinition, "endDate=${endDate}");
dsd.addColumn("Latest CD4 Result Date",etlLastCD4DateDataDefinition,"endDate=${endDate}");
dsd.addColumn("Last WHO Stage", new WHOStageArtDataDefinition(), "");
dsd.addColumn("Last WHO Stage Date", new ETLLastWHOStageDateDataDefinition(), "", new DateConverter(DATE_FORMAT));
dsd.addColumn("Last VL Result", lastVlResultDataDefinition, "endDate=${endDate}");
Expand Down
Binary file modified omod/src/main/webapp/resources/reports/active_on_art_linelist.xls
Binary file not shown.