Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.order |
Modifier and Type | Method and Description |
---|---|
List<RegimenSuggestion> |
OrderService.getStandardRegimens()
The standard regimens are currently stored in the application context file.
|
Modifier and Type | Method and Description |
---|---|
List<RegimenSuggestion> |
OrderServiceImpl.getStandardRegimens() |
Modifier and Type | Method and Description |
---|---|
List<RegimenSuggestion> |
DrugOrderSupport.getStandardRegimens() |
List<RegimenSuggestion> |
DrugOrderSupport.getSuggestedRegimens() |
Modifier and Type | Method and Description |
---|---|
void |
DrugOrderSupport.setStandardRegimens(List<RegimenSuggestion> standardRegimens) |
void |
DrugOrderSupport.setSuggestedRegimens(List<RegimenSuggestion> suggestedRegimens) |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.