Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Must
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Platform 1.10.0
-
Component/s: Order Entry
-
Labels:
-
Complexity:Low
-
Sprint:Order Entry 1.10 Iteration 5
-
Epic Link:
Description
Add the method below to OrderService
//Should return an empty list if nothing is configured, should never return null public List<Concept> getDrugRoutes();
Add a new Global property where its value is a uuid for a concept which must be a Set, the idea is that its set members constitute the list of concepts to select from as possible drug routes.
Remember to include unit tests