Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
Collection<DrugIngredient> |
Drug.getIngredients() |
Modifier and Type | Method and Description |
---|---|
void |
Drug.setIngredients(Collection<DrugIngredient> ingredients) |
Modifier and Type | Method and Description |
---|---|
DrugIngredient |
ConceptService.getDrugIngredientByUuid(String uuid)
Get Drug Ingredient by its UUID
|
Modifier and Type | Method and Description |
---|---|
DrugIngredient |
ConceptDAO.getDrugIngredientByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
DrugIngredient |
HibernateConceptDAO.getDrugIngredientByUuid(String uuid) |
Modifier and Type | Method and Description |
---|---|
DrugIngredient |
ConceptServiceImpl.getDrugIngredientByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.