Package | Description |
---|---|
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.handler | |
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
ConceptProposal |
ConceptService.getConceptProposal(Integer conceptProposalId)
Get a ConceptProposal by conceptProposalId
|
ConceptProposal |
ConceptService.getConceptProposalByUuid(String uuid)
Get ConceptProposal by its UUID
|
ConceptProposal |
ConceptService.saveConceptProposal(ConceptProposal conceptProposal)
Saves/updates/proposes a concept proposal
|
Modifier and Type | Method and Description |
---|---|
List<ConceptProposal> |
ConceptService.getAllConceptProposals(boolean includeCompleted)
Get a List of all concept proposals
|
List<ConceptProposal> |
ConceptService.getConceptProposals(String text)
Find matching concept proposals
|
Modifier and Type | Method and Description |
---|---|
Concept |
ConceptService.mapConceptProposalToConcept(ConceptProposal cp,
Concept mappedConcept)
Maps a concept proposal to a concept
|
Concept |
ConceptService.mapConceptProposalToConcept(ConceptProposal cp,
Concept mappedConcept,
Locale locale)
Maps a concept proposal to a concept
|
void |
ConceptService.purgeConceptProposal(ConceptProposal cp)
Removes a concept proposal from the database entirely.
|
ConceptProposal |
ConceptService.saveConceptProposal(ConceptProposal conceptProposal)
Saves/updates/proposes a concept proposal
|
Modifier and Type | Method and Description |
---|---|
ConceptProposal |
ConceptDAO.getConceptProposal(Integer i) |
ConceptProposal |
ConceptDAO.getConceptProposalByUuid(String uuid) |
ConceptProposal |
ConceptDAO.saveConceptProposal(ConceptProposal cp) |
Modifier and Type | Method and Description |
---|---|
List<ConceptProposal> |
ConceptDAO.getAllConceptProposals(boolean includeComplete) |
List<ConceptProposal> |
ConceptDAO.getConceptProposals(String text) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptDAO.purgeConceptProposal(ConceptProposal cp) |
ConceptProposal |
ConceptDAO.saveConceptProposal(ConceptProposal cp) |
Modifier and Type | Method and Description |
---|---|
ConceptProposal |
HibernateConceptDAO.getConceptProposal(Integer conceptProposalId) |
ConceptProposal |
HibernateConceptDAO.getConceptProposalByUuid(String uuid) |
ConceptProposal |
HibernateConceptDAO.saveConceptProposal(ConceptProposal cp) |
Modifier and Type | Method and Description |
---|---|
List<ConceptProposal> |
HibernateConceptDAO.getAllConceptProposals(boolean includeCompleted) |
List<ConceptProposal> |
HibernateConceptDAO.getConceptProposals(String text) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateConceptDAO.purgeConceptProposal(ConceptProposal cp) |
ConceptProposal |
HibernateConceptDAO.saveConceptProposal(ConceptProposal cp) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptProposalHandler.handle(ConceptProposal cp,
User creator,
Date dateCreated,
String other) |
Modifier and Type | Method and Description |
---|---|
ConceptProposal |
ConceptServiceImpl.getConceptProposal(Integer conceptProposalId) |
ConceptProposal |
ConceptServiceImpl.getConceptProposalByUuid(String uuid) |
ConceptProposal |
ConceptServiceImpl.saveConceptProposal(ConceptProposal conceptProposal) |
Modifier and Type | Method and Description |
---|---|
List<ConceptProposal> |
ConceptServiceImpl.getAllConceptProposals(boolean includeCompleted) |
List<ConceptProposal> |
ConceptServiceImpl.getConceptProposals(String cp) |
Modifier and Type | Method and Description |
---|---|
Concept |
ConceptServiceImpl.mapConceptProposalToConcept(ConceptProposal cp,
Concept mappedConcept) |
Concept |
ConceptServiceImpl.mapConceptProposalToConcept(ConceptProposal cp,
Concept mappedConcept,
Locale locale) |
void |
ConceptServiceImpl.purgeConceptProposal(ConceptProposal cp) |
ConceptProposal |
ConceptServiceImpl.saveConceptProposal(ConceptProposal conceptProposal) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.