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.controller.patient |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
Person.getPersonAddress()
Convenience method to get the
PersonAddress object that is marked as "preferred". |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PersonAddress> |
Person.getAddresses() |
Modifier and Type | Method and Description |
---|---|
void |
Person.addAddress(PersonAddress address)
Convenience method to add the
address to this person's address list if the
address doesn't exist already. |
int |
PersonAddress.compareTo(PersonAddress other) |
boolean |
PersonAddress.equalsContent(PersonAddress otherAddress)
Compares this PersonAddress object to the given otherAddress.
|
void |
Person.removeAddress(PersonAddress address)
Convenience method to remove the
address from this person's address list if the
address exists already. |
Modifier and Type | Method and Description |
---|---|
void |
Person.setAddresses(java.util.Set<PersonAddress> addresses) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonService.getPersonAddressByUuid(java.lang.String uuid)
Get PersonAddress by its UUID
|
PersonAddress |
PersonService.savePersonAddress(PersonAddress personAddress)
Inserts or updates the given personAddress object in the database
|
PersonAddress |
PersonService.unvoidPersonAddress(PersonAddress personAddress)
Unvoid PersonAddress in the database, effectively marking this as a valid PersonAddress again
|
PersonAddress |
PersonService.voidPersonAddress(PersonAddress personAddress,
java.lang.String voidReason)
Voids the given PersonAddress, effectively deleting the personAddress, from the end-user's
point of view.
|
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonService.savePersonAddress(PersonAddress personAddress)
Inserts or updates the given personAddress object in the database
|
PersonAddress |
PersonService.unvoidPersonAddress(PersonAddress personAddress)
Unvoid PersonAddress in the database, effectively marking this as a valid PersonAddress again
|
PersonAddress |
PersonService.voidPersonAddress(PersonAddress personAddress,
java.lang.String voidReason)
Voids the given PersonAddress, effectively deleting the personAddress, from the end-user's
point of view.
|
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonDAO.getPersonAddressByUuid(java.lang.String uuid) |
PersonAddress |
PersonDAO.savePersonAddress(PersonAddress personAddress) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonDAO.savePersonAddress(PersonAddress personAddress) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
HibernatePersonDAO.getPersonAddressByUuid(java.lang.String uuid) |
PersonAddress |
HibernatePersonDAO.savePersonAddress(PersonAddress personAddress) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
HibernatePersonDAO.savePersonAddress(PersonAddress personAddress) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonServiceImpl.getPersonAddressByUuid(java.lang.String uuid) |
PersonAddress |
PersonServiceImpl.savePersonAddress(PersonAddress personAddress) |
PersonAddress |
PersonServiceImpl.unvoidPersonAddress(PersonAddress personAddress) |
PersonAddress |
PersonServiceImpl.voidPersonAddress(PersonAddress personAddress,
java.lang.String voidReason) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
PersonServiceImpl.savePersonAddress(PersonAddress personAddress) |
PersonAddress |
PersonServiceImpl.unvoidPersonAddress(PersonAddress personAddress) |
PersonAddress |
PersonServiceImpl.voidPersonAddress(PersonAddress personAddress,
java.lang.String voidReason) |
Modifier and Type | Method and Description |
---|---|
PersonAddress |
ShortPatientModel.getPersonAddress() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ShortPatientFormController.saveShortPatient(org.springframework.web.context.request.WebRequest request,
PersonName personNameCache,
PersonAddress personAddressCache,
java.util.Map<java.lang.String,Relationship> relationshipsMap,
ShortPatientModel patientModel,
org.springframework.validation.BindingResult result)
Handles the form submission by validating the form fields and saving it to the DB
|
void |
ShortPatientModel.setPersonAddress(PersonAddress personAddress) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.