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 | |
org.openmrs.web.dwr |
Modifier and Type | Method and Description |
---|---|
PatientState |
PatientState.copy()
Does a shallow copy of this PatientState.
|
protected PatientState |
PatientState.copyHelper(PatientState target)
The purpose of this method is to allow subclasses of PatientState to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
|
PatientState |
PatientProgram.getCurrentState()
Deprecated.
|
PatientState |
PatientProgram.getCurrentState(ProgramWorkflow programWorkflow)
|
PatientState |
PatientProgram.getPatientState(java.lang.Integer patientStateId)
Returns the
PatientState associated with this PatientProgram that has an id that
matches the passed patientStateId |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PatientState> |
PatientProgram.getCurrentStates()
Returns a Set
PatientState s for the
PatientProgram |
java.util.Set<PatientState> |
PatientProgram.getStates() |
java.util.List<PatientState> |
PatientProgram.statesInWorkflow(ProgramWorkflow programWorkflow,
boolean includeVoided)
Returns a List
PatientState s in the passed
ProgramWorkflow for the PatientProgram |
Modifier and Type | Method and Description |
---|---|
int |
PatientState.compareTo(PatientState o)
Compares by startDate with null as earliest and endDate with null as latest.
|
protected PatientState |
PatientState.copyHelper(PatientState target)
The purpose of this method is to allow subclasses of PatientState to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
|
Modifier and Type | Method and Description |
---|---|
void |
PatientProgram.setStates(java.util.Set<PatientState> states) |
Modifier and Type | Method and Description |
---|---|
PatientState |
ProgramWorkflowService.getLatestState(PatientProgram patientProgram,
ProgramWorkflow programWorkflow)
Deprecated.
|
PatientState |
ProgramWorkflowService.getPatientState(java.lang.Integer patientStateId)
Deprecated.
|
PatientState |
ProgramWorkflowService.getPatientStateByUuid(java.lang.String uuid)
Get a program state by its uuid.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PatientState> |
PatientSetService.getCurrentStates(Cohort ps,
ProgramWorkflow wf)
Gets statistical information about current states of patients within given cohort for specific program workflow
|
Modifier and Type | Method and Description |
---|---|
PatientState |
ProgramWorkflowDAO.getPatientStateByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PatientState> |
PatientSetDAO.getCurrentStates(Cohort ps,
ProgramWorkflow wf) |
Modifier and Type | Method and Description |
---|---|
PatientState |
HibernateProgramWorkflowDAO.getPatientStateByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PatientState> |
HibernatePatientSetDAO.getCurrentStates(Cohort ps,
ProgramWorkflow wf) |
Modifier and Type | Method and Description |
---|---|
PatientState |
ProgramWorkflowServiceImpl.getLatestState(PatientProgram patientProgram,
ProgramWorkflow workflow)
Deprecated.
|
PatientState |
ProgramWorkflowServiceImpl.getPatientState(java.lang.Integer patientStateId)
Deprecated.
|
PatientState |
ProgramWorkflowServiceImpl.getPatientStateByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PatientState> |
PatientSetServiceImpl.getCurrentStates(Cohort ps,
ProgramWorkflow wf) |
Constructor and Description |
---|
PatientStateItem(PatientState s) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.