We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3d1c9f + 3880e45 commit ee1fef4Copy full SHA for ee1fef4
omod/src/main/java/org/openmrs/module/kenyaemrorderentry/page/controller/DrugOrdersPageController.java
@@ -351,6 +351,10 @@ else if(conceptUuid.equalsIgnoreCase("74258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")) {
351
else if(conceptUuid.equalsIgnoreCase("d1fd0e18-e0b9-46ae-ac0e-0452a927a94b")) {
352
name = "DTG";
353
}
354
+ else if(conceptUuid.equalsIgnoreCase("167205AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")) {
355
+ name = "B";
356
+ }
357
+
358
return name;
359
360
0 commit comments