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.impl |
Modifier and Type | Method and Description |
---|---|
MimeType |
ObsService.getMimeType(java.lang.Integer mimeTypeId)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
MimeType |
ObsService.saveMimeType(MimeType mimeType)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
MimeType |
ObsService.voidMimeType(MimeType mimeType,
java.lang.String reason)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MimeType> |
ObsService.getAllMimeTypes()
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
java.util.List<MimeType> |
ObsService.getAllMimeTypes(boolean includeRetired)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
java.util.List<MimeType> |
ObsService.getMimeTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationService.createMimeType(MimeType mimeType)
Deprecated.
|
void |
AdministrationService.deleteMimeType(MimeType mimeType)
Deprecated.
|
void |
ObsService.purgeMimeType(MimeType mimeType)
Deprecated.
MimeTypes are no longer used. See
ConceptComplex and its use
of handlers |
MimeType |
ObsService.saveMimeType(MimeType mimeType)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
void |
AdministrationService.updateMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
ObsService.voidMimeType(MimeType mimeType,
java.lang.String reason)
Deprecated.
MimeTypes are no longer used. See ConceptComplex and its use of handlers
|
Modifier and Type | Method and Description |
---|---|
MimeType |
ObsDAO.getMimeType(java.lang.Integer mimeTypeId)
Deprecated.
|
MimeType |
ObsDAO.saveMimeType(MimeType mimeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MimeType> |
ObsDAO.getAllMimeTypes(boolean includeRetired)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ObsDAO.deleteMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
ObsDAO.saveMimeType(MimeType mimeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MimeType |
HibernateObsDAO.getMimeType(java.lang.Integer mimeTypeId)
Deprecated.
|
MimeType |
HibernateObsDAO.saveMimeType(MimeType mimeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MimeType> |
HibernateObsDAO.getAllMimeTypes(boolean includeRetired)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateObsDAO.deleteMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
HibernateObsDAO.saveMimeType(MimeType mimeType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MimeType |
ObsServiceImpl.getMimeType(java.lang.Integer mimeTypeId)
Deprecated.
|
MimeType |
ObsServiceImpl.saveMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
ObsServiceImpl.voidMimeType(MimeType mimeType,
java.lang.String reason)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MimeType> |
ObsServiceImpl.getAllMimeTypes()
Deprecated.
|
java.util.List<MimeType> |
ObsServiceImpl.getAllMimeTypes(boolean includeRetired)
Deprecated.
|
java.util.List<MimeType> |
ObsServiceImpl.getMimeTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationServiceImpl.createMimeType(MimeType mimeType)
Deprecated.
|
void |
AdministrationServiceImpl.deleteMimeType(MimeType mimeType)
Deprecated.
|
void |
ObsServiceImpl.purgeMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
ObsServiceImpl.saveMimeType(MimeType mimeType)
Deprecated.
|
void |
AdministrationServiceImpl.updateMimeType(MimeType mimeType)
Deprecated.
|
MimeType |
ObsServiceImpl.voidMimeType(MimeType mimeType,
java.lang.String reason)
Deprecated.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.