Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.web.dwr |
Modifier and Type | Method and Description |
---|---|
Allergy |
PatientService.getAllergy(java.lang.Integer allergyListId)
Returns the Allergy
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Allergy> |
PatientService.getAllergies(Person p)
Returns a sorted set of Allergies, sorted on sort_weight
|
Modifier and Type | Method and Description |
---|---|
void |
PatientService.removeAllergy(Allergy allergy,
java.lang.String reason)
Resolving the allergy, effectively removes the Allergy from the Patient's Active List by
setting the stop date to now, if null.
|
void |
PatientService.saveAllergy(Allergy allergy)
Creates an AllergyListItem to the Patient's Allergy Active List.
|
void |
PatientService.voidAllergy(Allergy allergy,
java.lang.String reason)
Used only in cases where the Allergy was entered by error
|
Modifier and Type | Method and Description |
---|---|
Allergy |
PatientServiceImpl.getAllergy(java.lang.Integer allergyListId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Allergy> |
PatientServiceImpl.getAllergies(Person p) |
Modifier and Type | Method and Description |
---|---|
void |
PatientServiceImpl.removeAllergy(Allergy allergy,
java.lang.String reason) |
void |
PatientServiceImpl.saveAllergy(Allergy allergy) |
void |
PatientServiceImpl.voidAllergy(Allergy allergy,
java.lang.String reason) |
Constructor and Description |
---|
AllergyListItem(Allergy allergy) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.