-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAH-3743 | Add. Display Controls In Medications Tab
* Phani | A-1205559175340255 | Adds ability to show display controls in medication page (#734) * Add display controls to treatments Controller * Fix build * Handle error for no allergies * Fix order of allergies severity * Update config name for display controls * Refactor * Phani | Refactor logic to fetch the display controls config in Medication tab * Phani | Fix test * Bindu | Remove rootscope as its not required as parameter in the directive * [Rahul] | BAH-3743 | Refactor. Allergy Service --------- Co-authored-by: Phanindra-tw <[email protected]> Co-authored-by: Rahul Ramesh <[email protected]>
- Loading branch information
1 parent
e2ce8c0
commit 248e993
Showing
9 changed files
with
860 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
ui/app/clinical/consultation/controllers/treatmentController.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -380,7 +380,7 @@ | |
} | ||
|
||
.order-set-container { | ||
margin-top: 20px; | ||
margin: 20px 0; | ||
} | ||
|
||
.order-section-container { | ||
|
Oops, something went wrong.