Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
Modifier and Type | Method and Description |
---|---|
Obs.Status |
Obs.getStatus()
Similar to FHIR's Observation.status.
|
static Obs.Status |
Obs.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Obs.Status[] |
Obs.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Obs.setStatus(Obs.Status status) |
Modifier and Type | Method and Description |
---|---|
Obs.Status |
ObsDAO.getSavedStatus(Obs obs)
Gets the value of status currently saved in the database for the given obs, bypassing any caches.
|
Modifier and Type | Method and Description |
---|---|
Obs.Status |
HibernateObsDAO.getSavedStatus(Obs obs) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.