| Modifier and Type | Method and Description |
|---|---|
static InformalTag |
InformalTagMapper.mapOmrsEntityDetailToInformalTag(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
InformalTagMapper.mapInformalTagToOmrsEntityDetail(InformalTag informalTag)
Map (convert) the supplied InformalTag to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected InformalTag |
TagsReference.informalTag |
| Modifier and Type | Method and Description |
|---|---|
InformalTag |
TagsReference.getInformalTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagsReference.setInformalTag(InformalTag informalTag) |
| Modifier and Type | Method and Description |
|---|---|
InformalTag |
SubjectAreaBeansToAccessOMRS.addInformalTagClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied informalTag
|
InformalTag |
SubjectAreaBeansToAccessOMRS.createInformalTag(String userId,
InformalTag informalTag)
Create new informalTag.
|
InformalTag |
SubjectAreaBeansToAccessOMRS.deleteInformalTagClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing informalTag represented by a guid.
|
InformalTag |
SubjectAreaBeansToAccessOMRS.getInformalTagById(String userId,
String entityGuid)
Fetch complete definition of an informalTag given its GUID.
|
InformalTag |
SubjectAreaBeansToAccessOMRS.updateInformalTag(String userId,
InformalTag informalTag)
Update informalTag
|
InformalTag |
SubjectAreaBeansToAccessOMRS.updateInformalTagClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing informalTag represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
InformalTag |
SubjectAreaBeansToAccessOMRS.createInformalTag(String userId,
InformalTag informalTag)
Create new informalTag.
|
InformalTag |
SubjectAreaBeansToAccessOMRS.updateInformalTag(String userId,
InformalTag informalTag)
Update informalTag
|
Copyright © 2018 ODPi. All rights reserved.