| Modifier and Type | Method and Description |
|---|---|
static Person |
PersonMapper.mapOmrsEntityDetailToPerson(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
PersonMapper.mapPersonToOmrsEntityDetail(Person person)
Map (convert) the supplied Person to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Person |
PeersReference.person |
| Modifier and Type | Method and Description |
|---|---|
Person |
PeersReference.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeersReference.setPerson(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Person |
SubjectAreaBeansToAccessOMRS.addPersonClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied person
|
Person |
SubjectAreaBeansToAccessOMRS.createPerson(String userId,
Person person)
Create new person.
|
Person |
SubjectAreaBeansToAccessOMRS.deletePersonClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing person represented by a guid.
|
Person |
SubjectAreaBeansToAccessOMRS.getPersonById(String userId,
String entityGuid)
Fetch complete definition of an person given its GUID.
|
Person |
SubjectAreaBeansToAccessOMRS.restorePerson(String userId,
String entityGuid)
Restore an Person identified by its GUID.
|
Person |
SubjectAreaBeansToAccessOMRS.updatePerson(String userId,
Person person)
Update person
|
Person |
SubjectAreaBeansToAccessOMRS.updatePersonClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing person represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
SubjectAreaBeansToAccessOMRS.createPerson(String userId,
Person person)
Create new person.
|
Person |
SubjectAreaBeansToAccessOMRS.updatePerson(String userId,
Person person)
Update person
|
Copyright © 2018–2019 ODPi. All rights reserved.