Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 74b04f5

Browse files
authored
Merge pull request #2330 from gabriel090/KHP3-8792
FCDRR populating the report
2 parents c944062 + d60d6d9 commit 74b04f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/org/openmrs/module/kenyaemr/reporting/builder/stock/SetFcdrrReportBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class SetFcdrrReportBuilder extends AbstractReportBuilder {
4242
static final int RITONAVIR_100MG = 2103;
4343
static final int RITONAVIR_100MG_ORAL = 2105;
4444
static final int TENOFOVIR_300MG = 2153;
45-
static final int TENOFOVIR_EMTRICITABINE_300_200MG = 2236;
45+
static final int TENOFOVIR_EMTRICITABINE_300_200MG = 73091;
4646
static final int TENOFOVIR_LAMIVUDINE_300_300MG = 2235;
4747
static final int TENOFOVIR_LAMIVUDINE_EFAVIRENZ_300_300_400MG = 7223;
4848
static final int ZIDOVUDINE_300MG = 2209;
@@ -70,7 +70,7 @@ public class SetFcdrrReportBuilder extends AbstractReportBuilder {
7070
static final int ZIDOVUDINE_LAMIVUDINE_NEVIRAPINE = 1817;
7171
static final int ZIDOVUDINE_LAMIVUDINE_300_150MG = 1818;
7272
static final int DAPSONE_100_150MG = 1571;
73-
static final int TENOFOVIR_LAMIVUDINE_DOLUTEGRAVIR_300_300_500MG = 2240;
73+
static final int TENOFOVIR_LAMIVUDINE_DOLUTEGRAVIR_300_300_500MG = 169361;
7474
static final int TENOFOVIR_LAMIVUDINE_DOLUTEGRAVIR_FCD_300_300_500MG = 7958;
7575
static final int NEVIRAPINE_200MG = 1941;
7676
static final int ZIDOVUDINE_LAMIVUDINE_NEVIRAPINE_60_30_50MG = 1821;

0 commit comments

Comments
 (0)