Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.activelist | |
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.handler | |
org.openmrs.attribute | |
org.openmrs.hl7 |
OpenMRS HL7 module.
|
org.openmrs.report |
Deprecated
|
org.openmrs.scheduler | |
org.openmrs.util |
Shared utilities for OpenMRS classes
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCustomizableMetadata<A extends Attribute>
Extension of
BaseOpenmrsMetadata for classes that support customization via user-defined attributes. |
class |
BaseOpenmrsMetadata
In OpenMRS, we distinguish between data and metadata within our data model.
|
class |
ConceptClass
ConceptClass
|
class |
ConceptDatatype
ConceptDatatype
|
class |
ConceptMapType
ConceptMapType are used to define relationships between concepts and concept reference terms e.g
IS_A or SAME_AS, BROADER_THAN
|
class |
ConceptReferenceTerm
A concept reference term is typically name for a concept by which it is referred in another
institution like ICD9, ICD10, SNOMED that keeps a concept dictionary or any other OpenMRS
implementation
|
class |
ConceptSource
A concept source is defined as any institution that keeps a concept dictionary.
|
class |
Drug
Drug
|
class |
EncounterRole
An EncounterRole a role specific to the encounter.
|
class |
EncounterType
An EncounterType defines how a certain kind of
Encounter . |
class |
Field
Field
|
class |
FieldType
FieldType
|
class |
Form
Form
|
class |
FormField
The FormField object relates/orders the
fields on a form A form can
have many 0 to n fields associated with it in a hierarchical manor. |
class |
Location
A Location is a physical place, such as a hospital, a room, a clinic, or a district.
|
class |
LocationAttributeType
A user-defined extension to the
Location class. |
class |
LocationTag
An LocationTag allows categorization of
Location s |
class |
MimeType
Deprecated.
This class is no longer used. Mimetypes are determined by the handler for a
ConceptComplex now.
|
class |
OrderType
Deprecated.
Will be removed in version 1.10
|
class |
PatientIdentifierType
PatientIdentifierType
|
class |
PersonAttributeType
PersonAttributeType
|
class |
Privilege
Privilege
|
class |
Program
Program
|
class |
ProgramWorkflow
ProgramWorkflow
|
class |
ProgramWorkflowState
ProgramWorkflowState
|
class |
Provider
Represents a person who may provide care to a patient during an encounter
|
class |
ProviderAttributeType
A user-defined extension to the
Provider class. |
class |
RelationshipType
Defines a type of relationship between two people in the database.
|
class |
Role
A Role is just an aggregater of
Privilege s. |
class |
User
Defines a User Account in the system.
|
class |
VisitAttributeType
A user-defined extension to the
Visit class. |
class |
VisitType
Represents the assortment of visit types available to an implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveListType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
SerializedObject
Object representation of a Serialized Object as stored in the database.
|
Modifier and Type | Method and Description |
---|---|
<T extends OpenmrsMetadata> |
SerializedObjectDAO.getAllObjectsByName(java.lang.Class<T> type,
java.lang.String name,
boolean exactMatchOnly)
Retrieves all objects from the database that match the passed type and name that have been
saved through serialization
|
Modifier and Type | Method and Description |
---|---|
<T extends OpenmrsMetadata> |
HibernateSerializedObjectDAO.getAllObjectsByName(java.lang.Class<T> type,
java.lang.String name,
boolean exactMatchOnly) |
Modifier and Type | Method and Description |
---|---|
void |
OpenmrsMetadataSaveHandler.handle(OpenmrsMetadata object,
User creator,
java.util.Date dateCreated,
java.lang.String other) |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeType<OwningType extends Customizable<?>>
Common interface for user-defined extensions to core domain objects, which would be handled by adding
custom database columns in a less generic system.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAttributeType<OwningType extends Customizable<?>>
Abstract base implementation of
AttributeType . |
Modifier and Type | Class and Description |
---|---|
class |
HL7Source
Names a unique location that hl7 messages could be coming from.
|
Modifier and Type | Class and Description |
---|---|
class |
ReportSchema
Deprecated.
see reportingcompatibility module
|
Modifier and Type | Class and Description |
---|---|
class |
TaskDefinition
Represents the metadata for a task that can be scheduled.
|
Modifier and Type | Method and Description |
---|---|
int |
MetadataComparator.compare(OpenmrsMetadata left,
OpenmrsMetadata right) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.