| Package | Description |
|---|---|
| org.openmrs.activelist | |
| org.openmrs.api |
The primary OpenMRS API interfaces.
|
| org.openmrs.api.impl | |
| org.openmrs.web.dwr |
| Modifier and Type | Method and Description |
|---|---|
int |
Problem.compareTo(Problem item) |
| Modifier and Type | Method and Description |
|---|---|
Problem |
PatientService.getProblem(java.lang.Integer problemListId)
Returns the Problem
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Problem> |
PatientService.getProblems(Person p)
Get a list of the problems for the patient, sorted on sort_weight
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientService.removeProblem(Problem problem,
java.lang.String reason)
Effectively removes the Problem from the Patient's Active List by setting the stop date to
now, if null.
|
void |
PatientService.saveProblem(Problem problem)
Creates a ProblemListItem to the Patient's Problem Active List.
|
void |
PatientService.voidProblem(Problem problem,
java.lang.String reason)
Used only in cases where the Problem was entered by error
|
| Modifier and Type | Method and Description |
|---|---|
Problem |
PatientServiceImpl.getProblem(java.lang.Integer problemListId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Problem> |
PatientServiceImpl.getProblems(Person p) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatientServiceImpl.removeProblem(Problem problem,
java.lang.String reason) |
void |
PatientServiceImpl.saveProblem(Problem problem) |
void |
PatientServiceImpl.voidProblem(Problem problem,
java.lang.String reason) |
| Constructor and Description |
|---|
ProblemListItem(Problem problem) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.