Details
-
New Feature
-
Status: Closed
-
Must
-
Resolution: Fixed
-
None
-
Low
-
Order Entry 1.10 Iteration 5
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