Skip to content

Commit

Permalink
updated file name decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Newatia authored and Newatia committed Jul 14, 2022
1 parent 1019938 commit a8c74e6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ public class ApplicationFieldNameDecorator implements FieldNameDecorator {
m.put("root_applicationIndicationList_indication", "Indication");

m.put("root_applicationProductList_dosageForm", "Dosage Form");
m.put("root_applicationProductList_routeAdmin", "Route of Administration");
m.put("root_applicationProductList_unitPresentation", "Unit of Presentation");

m.put("root_applicationProductList_applicationProductNameList_productName", "Product Name");

m.put("root_applicationProductList_applicationIngredientList_applicantIngredName", "Applicant Ingredient Name");
m.put("root_applicationProductList_applicationIngredientList_substanceKey", "Substance Key");
m.put("root_applicationProductList_applicationIngredientList_ingredientType", "Ingredient Type");
m.put("root_applicationProductList_applicationIngredientList_unit", "Unit");
m.put("root_applicationProductList_applicationIngredientList_grade", "Grade");

displayNames = m;
}
Expand Down

0 comments on commit a8c74e6

Please sign in to comment.