Package | Description |
---|---|
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 |
---|---|
Allergies |
PatientService.getAllergies(Patient patient)
Gets allergies for a given patient
|
Allergies |
PatientService.setAllergies(Patient patient,
Allergies allergies)
Updates the patient's allergies
|
Modifier and Type | Method and Description |
---|---|
Allergies |
PatientService.setAllergies(Patient patient,
Allergies allergies)
Updates the patient's allergies
|
Modifier and Type | Method and Description |
---|---|
Allergies |
PatientDAO.saveAllergies(Patient patient,
Allergies allergies)
Saves patient allergies to the database.
|
Modifier and Type | Method and Description |
---|---|
Allergies |
PatientDAO.saveAllergies(Patient patient,
Allergies allergies)
Saves patient allergies to the database.
|
Modifier and Type | Method and Description |
---|---|
Allergies |
HibernatePatientDAO.saveAllergies(Patient patient,
Allergies allergies) |
Modifier and Type | Method and Description |
---|---|
Allergies |
HibernatePatientDAO.saveAllergies(Patient patient,
Allergies allergies) |
Modifier and Type | Method and Description |
---|---|
Allergies |
PatientServiceImpl.getAllergies(Patient patient) |
Allergies |
PatientServiceImpl.setAllergies(Patient patient,
Allergies allergies) |
Modifier and Type | Method and Description |
---|---|
Allergies |
PatientServiceImpl.setAllergies(Patient patient,
Allergies allergies) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.