- CacheConfig - Class in org.openmrs.api.cache
-
CacheConfig provides a cache manager for the @Cacheable annotation and uses ehCache under the hood.
- CacheConfig() - Constructor for class org.openmrs.api.cache.CacheConfig
-
- CachedMessageSource - Class in org.openmrs.messagesource.impl
-
A MutableMessageSource backed by a localized map of PresentationMessageCollections, providing
in-memory storage of PresentationMessages.
- CachedMessageSource() - Constructor for class org.openmrs.messagesource.impl.CachedMessageSource
-
- cacheLibrary(URL, String) - Method in class org.openmrs.module.ModuleClassLoader
-
Saves the given library in the openmrs cache.
- cacheManager() - Method in class org.openmrs.api.cache.CacheConfig
-
- CachePropertiesUtil - Class in org.openmrs.api.cache
-
- cancelQuery() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Cancel the execution of the current query.
- canCreate - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Whether the runtime properties file could possible be created.
- canEditAllEncounterTypes(User) - Method in interface org.openmrs.api.EncounterService
-
Determines whether given user is granted to edit all encounter types or not
- canEditAllEncounterTypes(User) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- canEditEncounter(Encounter, User) - Method in interface org.openmrs.api.EncounterService
-
Checks if passed in user can edit given encounter.
- canEditEncounter(Encounter, User) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- cannotCreateErrorMessage - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Error message from not being able to create the runtime properties file (only read by the
velocity scripts)
- CannotDeleteObjectInUseException - Exception in org.openmrs.api
-
An instance of this exception is thrown if a delete operation is attempted on an object that is
referenced by others, typically this should be thrown when deleting an existing object is
detrimental to the integrity of objects referencing it or any other existing associated data.
- CannotDeleteObjectInUseException(String) - Constructor for exception org.openmrs.api.CannotDeleteObjectInUseException
-
- CannotDeleteObjectInUseException(String, Throwable) - Constructor for exception org.openmrs.api.CannotDeleteObjectInUseException
-
- CannotDeleteObjectInUseException(String, Object[]) - Constructor for exception org.openmrs.api.CannotDeleteObjectInUseException
-
- CannotDeleteObjectInUseException(Class) - Constructor for exception org.openmrs.api.CannotDeleteObjectInUseException
-
- CannotDeleteRoleWithChildrenException - Exception in org.openmrs.api
-
This exception is thrown when a user tries remove role with child.
- CannotDeleteRoleWithChildrenException() - Constructor for exception org.openmrs.api.CannotDeleteRoleWithChildrenException
-
Generic constructor that gives a normal reason why the user is not being allowed to delete role.
- CannotDeleteRoleWithChildrenException(String) - Constructor for exception org.openmrs.api.CannotDeleteRoleWithChildrenException
-
Convenience constructor to give the user a message other than normal default one
- CannotDeleteRoleWithChildrenException(String, Throwable) - Constructor for exception org.openmrs.api.CannotDeleteRoleWithChildrenException
-
Convenience constructor to give the user a message other than normal one and to chain
this exception with a parent exception.
- CannotDeleteRoleWithChildrenException(Throwable) - Constructor for exception org.openmrs.api.CannotDeleteRoleWithChildrenException
-
Convenience constructor used to only set the parent exception to chain with.
- CannotStopDiscontinuationOrderException - Exception in org.openmrs.api
-
Thrown when attempt is made to discontinue a discontinuation order.
- CannotStopDiscontinuationOrderException() - Constructor for exception org.openmrs.api.CannotStopDiscontinuationOrderException
-
- CannotStopInactiveOrderException - Exception in org.openmrs.api
-
Thrown when the Order has already been discontinued.
- CannotStopInactiveOrderException() - Constructor for exception org.openmrs.api.CannotStopInactiveOrderException
-
- CannotUnvoidOrderException - Exception in org.openmrs.api
-
Thrown when an attempt to unvoid an order fails.
- CannotUnvoidOrderException(String) - Constructor for exception org.openmrs.api.CannotUnvoidOrderException
-
- CannotUpdateObjectInUseException - Exception in org.openmrs.api
-
An instance of this exception is thrown if an update operation is attempted on an object that is
referenced by others, typically this should be thrown when altering an existing object is
detrimental to the integrity of objects referencing it or any other existing associated data.
- CannotUpdateObjectInUseException(String) - Constructor for exception org.openmrs.api.CannotUpdateObjectInUseException
-
- CannotUpdateObjectInUseException(String, Throwable) - Constructor for exception org.openmrs.api.CannotUpdateObjectInUseException
-
- CannotUpdateObjectInUseException(String, Object[]) - Constructor for exception org.openmrs.api.CannotUpdateObjectInUseException
-
- CannotUpdateObjectInUseException(Class) - Constructor for exception org.openmrs.api.CannotUpdateObjectInUseException
-
- canProcess(Message) - Method in class org.openmrs.hl7.handler.ADTA28Handler
-
Always returns true, assuming that the router calling this handler will only call this
handler with ADT_A28 messages.
- canProcess(Message) - Method in class org.openmrs.hl7.handler.ORUR01Handler
-
Always returns true, assuming that the router calling this handler will only call this
handler with ORU_R01 messages.
- canViewAllEncounterTypes(User) - Method in interface org.openmrs.api.EncounterService
-
Determines whether given user is granted to view all encounter types or not
- canViewAllEncounterTypes(User) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- canViewEncounter(Encounter, User) - Method in interface org.openmrs.api.EncounterService
-
Checks if passed in user can view given encounter.
- canViewEncounter(Encounter, User) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- canWrite - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Whether the runtime file can be edited (only read by the velocity scripts)
- CareSetting - Class in org.openmrs
-
Care Setting defines the scope of care for any piece of data within the medical record.
- CareSetting() - Constructor for class org.openmrs.CareSetting
-
- CareSetting(String, String, CareSetting.CareSettingType) - Constructor for class org.openmrs.CareSetting
-
- CareSetting.CareSettingType - Enum in org.openmrs
-
- ChainingInterceptor - Class in org.openmrs.api.db.hibernate
-
Used by the
HibernateSessionFactoryBean
to keep track of multiple interceptors
Each of the methods in
Interceptor
are called for each interceptor that is added to this
class
- ChainingInterceptor() - Constructor for class org.openmrs.api.db.hibernate.ChainingInterceptor
-
- chainingInterceptor - Variable in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
- Changeable - Interface in org.openmrs
-
Base interface for domain objects that need to track information related to when they were
changed and the user that last changed them.
- changeHashedPassword(User, String, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- changeHashedPassword(User, String, String) - Method in interface org.openmrs.api.db.UserDAO
-
- changeHashedPassword(User, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changeHashedPassword(User, String, String) - Method in interface org.openmrs.api.UserService
-
Changes the current user's password directly.
- ChangeLogDetective - Class in org.openmrs.liquibase
-
Figures out which Liquibase change logs were used to initialise an OpenMRS database and which
change logs need to be run on top of that when updating the database.
- ChangeLogDetective() - Constructor for class org.openmrs.liquibase.ChangeLogDetective
-
- ChangeLogVersionFinder - Class in org.openmrs.liquibase
-
Provides information about available Liquibase snapshot and update change logs.
- ChangeLogVersionFinder() - Constructor for class org.openmrs.liquibase.ChangeLogVersionFinder
-
The default constructor initialises the default provider of change log versions.
- ChangeLogVersionFinder(ChangeLogVersions) - Constructor for class org.openmrs.liquibase.ChangeLogVersionFinder
-
Allows to inject a mock provider of change log versions for unit testing.
- ChangeLogVersions - Class in org.openmrs.liquibase
-
Defines which Liquibase snapshot and update change logs are available at all.
- ChangeLogVersions() - Constructor for class org.openmrs.liquibase.ChangeLogVersions
-
- changePassword(User, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- changePassword(String, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- changePassword(User, String) - Method in interface org.openmrs.api.db.UserDAO
-
- changePassword(String, String) - Method in interface org.openmrs.api.db.UserDAO
-
- changePassword(String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changePassword(User, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changePassword(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changePassword(User, String, String) - Method in interface org.openmrs.api.UserService
-
Change user password.
- changePassword(String, String) - Method in interface org.openmrs.api.UserService
-
Changes the current user's password.
- changePassword(User, String) - Method in interface org.openmrs.api.UserService
-
Changes password of
User
passed in
- changePasswordUsingActivationKey(String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changePasswordUsingActivationKey(String, String) - Method in interface org.openmrs.api.UserService
-
Change user password given the activation key
- changePasswordUsingSecretAnswer(String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changePasswordUsingSecretAnswer(String, String) - Method in interface org.openmrs.api.UserService
-
Change user password given the answer to the secret question
- changeQuestionAnswer(String, String, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- changeQuestionAnswer(User, String, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- changeQuestionAnswer(User, String, String) - Method in interface org.openmrs.api.db.UserDAO
-
- changeQuestionAnswer(String, String, String) - Method in interface org.openmrs.api.db.UserDAO
-
- changeQuestionAnswer(User, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changeQuestionAnswer(String, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- changeQuestionAnswer(User, String, String) - Method in interface org.openmrs.api.UserService
-
Changes the passed user's secret question and answer.
- changeQuestionAnswer(String, String, String) - Method in interface org.openmrs.api.UserService
-
Changes the current user's secret question and answer.
- changes - Variable in class org.openmrs.web.filter.update.UpdateFilterModel
-
- ChangeSetExecutorCallback - Interface in org.openmrs.liquibase
-
Interface used for callbacks when updating the database.
- check(Database) - Method in class org.openmrs.util.databasechange.CheckDrugOrderUnitAndFrequencyTextNotMappedToConcepts
-
- checkAllowedIdentifier(String) - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
-
- checkClassVisibility(Class<?>, ModuleClassLoader) - Method in class org.openmrs.module.ModuleClassLoader
-
Checking the given class's visibility in this module
- checkCoreDataset() - Static method in class org.openmrs.api.context.Context
-
Runs through the core data (e.g. privileges, roles, and global properties) and adds them if
necessary.
- CheckDrugOrderUnitAndFrequencyTextNotMappedToConcepts - Class in org.openmrs.util.databasechange
-
This changesets finds all free text drug order dose units and frequencies and checks that they
are all mapped to concepts ids via the OpenmrsConstants#GP_ORDER_ENTRY_UNITS_TO_CONCEPTS_MAPPINGS
global property prior to upgrading to version 1.10.
- CheckDrugOrderUnitAndFrequencyTextNotMappedToConcepts() - Constructor for class org.openmrs.util.databasechange.CheckDrugOrderUnitAndFrequencyTextNotMappedToConcepts
-
- checkForModuleUpdates() - Static method in class org.openmrs.module.ModuleUtil
-
Iterates over the modules and checks each update.rdf file for an update
- checkIdentifierAgainstFormat(String, String, String) - Static method in class org.openmrs.validator.PatientIdentifierValidator
-
Validates that a given identifier string is valid for a given regular expression format
- checkIdentifierAgainstValidator(String, IdentifierValidator) - Static method in class org.openmrs.validator.PatientIdentifierValidator
-
Validates that a given identifier string is valid for a given IdentifierValidator
- checkIfEncounterTypesAreLocked() - Method in interface org.openmrs.api.EncounterService
-
Check if the encounter types are locked, and if so, throw exception during manipulation of
encounter type
- checkIfEncounterTypesAreLocked() - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- checkIfFormsAreLocked() - Method in interface org.openmrs.api.FormService
-
Checks if the forms are locked, and if they are throws an exception when saving or deleting a form
- checkIfFormsAreLocked() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- checkIfLocked() - Method in interface org.openmrs.api.ConceptService
-
Check if the concepts are locked and if so, throw exception during manipulation of concept
- checkIfLocked() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- checkIfPatientIdentifierTypesAreLocked() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- checkIfPatientIdentifierTypesAreLocked() - Method in interface org.openmrs.api.PatientService
-
Check if patient identifier types are locked, and if they are, throws an exception during
manipulation of a patient identifier type
- checkIfPersonAttributeTypesAreLocked() - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- checkIfPersonAttributeTypesAreLocked() - Method in interface org.openmrs.api.PersonService
-
Check if the person attribute types are locked, and if they are throws an exception during manipulation of a person attribute type
- CheckInternetConnectivityTask - Class in org.openmrs.scheduler.tasks
-
Simple implementation to check if we have a connection to the internet.
- CheckInternetConnectivityTask() - Constructor for class org.openmrs.scheduler.tasks.CheckInternetConnectivityTask
-
- checkLocaleAttributesForFirstTime(HttpServletRequest) - Method in class org.openmrs.web.filter.initialization.InitializationFilter
-
It sets locale parameter for current session when user is making first GET http request to
application.
- checkLocaleAttributesForFirstTime(HttpServletRequest) - Method in class org.openmrs.web.filter.update.UpdateFilter
-
It sets locale attribute for current session when user is making first GET http request to
application.
- checkMandatoryModulesStarted() - Static method in class org.openmrs.module.ModuleUtil
-
Looks at the <moduleid>.mandatory properties and at the currently started modules to make
sure that all mandatory modules have been started successfully.
- checkOpenmrsCoreModulesStarted() - Static method in class org.openmrs.module.ModuleUtil
-
Looks at the list of modules in
ModuleConstants.CORE_MODULES
to make sure that all
modules that are core to OpenMRS are started and have at least a minimum version that OpenMRS
needs.
- checkPassword(String) - Method in class org.openmrs.api.db.LoginCredential
-
- checkPatientIdentifiers(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- checkPatientIdentifiers(Patient) - Method in interface org.openmrs.api.PatientService
-
Convenience method to validate all identifiers for a given patient
- checkRequiredVersion(String, String) - Static method in class org.openmrs.module.ModuleUtil
-
- checkScheduleOverlap(Order, Order) - Static method in class org.openmrs.order.OrderUtil
-
Checks if the schedules of the specified orders overlap, Note this only makes a check that is
purely based on dates ignoring other properties like patient, voided, careSetting and the
orderable
- CIVIL_STATUS_CONCEPT_ID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- CLASS_DRUG - Static variable in class org.openmrs.hl7.HL7Constants
-
- clear() - Method in class org.openmrs.Allergies
-
- clear() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Completely clear the session.
- clear() - Method in class org.openmrs.api.OrderContext
-
Clears all the context attributes
- clear() - Method in class org.openmrs.logic.result.EmptyResult
-
- clear() - Method in class org.openmrs.messagesource.PresentationMessageMap
-
- clear() - Method in class org.openmrs.util.ThreadSafeCircularFifoQueue
-
- clearCachedHandlers() - Static method in class org.openmrs.util.HandlerUtil
-
- clearEntireCache() - Static method in class org.openmrs.api.context.Context
-
Evicts data from all cache regions.
- clearEntireCache() - Method in interface org.openmrs.api.db.ContextDAO
-
Evicts data from all cache regions.
- clearEntireCache() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- clearReferences() - Static method in class org.openmrs.util.OpenmrsClassLoader
-
This clears any references this classloader might have that will prevent garbage collection.
- clearSession() - Static method in class org.openmrs.api.context.Context
-
Clears cached changes made so far during this unit of work without writing them to the
database.
- clearSession() - Method in interface org.openmrs.api.db.ContextDAO
-
- clearSession() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- clearStartupError() - Method in class org.openmrs.module.Module
-
- clearUserContext() - Static method in class org.openmrs.api.context.Context
-
Clears the user context from the threadlocal.
- ClobDatatypeStorage - Class in org.openmrs.api.db
-
Stores a potentially-long String value, for clob-based custom datatypes
- ClobDatatypeStorage() - Constructor for class org.openmrs.api.db.ClobDatatypeStorage
-
- clone() - Method in class org.openmrs.PatientIdentifier
-
bitwise copy of the PatientIdentifier object.
- clone() - Method in class org.openmrs.PersonAddress
-
bitwise copy of the personAddress object.
- cloneForDiscontinuing() - Method in class org.openmrs.DrugOrder
-
- cloneForDiscontinuing() - Method in class org.openmrs.Order
-
Creates a discontinuation order for this order, sets the previousOrder and action fields,
note that the discontinuation order needs to be saved for the discontinuation to take effect
- cloneForDiscontinuing() - Method in class org.openmrs.ReferralOrder
-
Creates a discontinuation order for this.
- cloneForDiscontinuing() - Method in class org.openmrs.TestOrder
-
Creates a discontinuation order for this.
- cloneForDiscontinuingHelper(ServiceOrder) - Method in class org.openmrs.ServiceOrder
-
The purpose of this method is to allow subclasses of a ServiceOrder to delegate a portion of their
cloneForDiscontinuing() method back to the superclass, in case the base class implementation
changes.
- cloneForRevision() - Method in class org.openmrs.DrugOrder
-
Creates a DrugOrder for revision from this order, sets the previousOrder, action field and
other drug order fields.
- cloneForRevision() - Method in class org.openmrs.Order
-
Creates an order for revision from this order, sets the previousOrder and action field.
- cloneForRevision() - Method in class org.openmrs.ReferralOrder
-
Creates a ReferralOrder for revision from this order, sets the previousOrder, action field and
other test order fields.
- cloneForRevision() - Method in class org.openmrs.TestOrder
-
Creates a TestOrder for revision from this order, sets the previousOrder, action field and
other test order fields.
- cloneForRevisionHelper(DrugOrder) - Method in class org.openmrs.DrugOrder
-
- cloneForRevisionHelper(Order) - Method in class org.openmrs.Order
-
The purpose of this method is to allow subclasses of Order to delegate a portion of their
cloneForRevision() method back to the superclass, in case the base class implementation
changes.
- cloneForRevisionHelper(ServiceOrder) - Method in class org.openmrs.ServiceOrder
-
- close() - Method in class org.openmrs.api.db.hibernate.DbSession
-
End the session by releasing the JDBC connection and cleaning up.
- close() - Method in class org.openmrs.web.filter.GZIPResponseStream
-
- closed - Variable in class org.openmrs.web.filter.GZIPResponseStream
-
- closed() - Method in class org.openmrs.web.filter.GZIPResponseStream
-
- closeSession() - Static method in class org.openmrs.api.context.Context
-
Used to define a unit of work.
- closeSession() - Method in interface org.openmrs.api.db.ContextDAO
-
Close session.
- closeSession() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- closeSessionWithCurrentUser() - Static method in class org.openmrs.api.context.Context
-
Used when the a unit of work which started with a call for openSessionWithCurrentUser has
finished.
- closeStream(Closeable) - Static method in class org.openmrs.util.OpenmrsUtil
-
A null-safe and exception safe way to close an inputstream or an outputstream
- CODED - Static variable in class org.openmrs.ConceptDatatype
-
- CODED_UUID - Static variable in class org.openmrs.ConceptDatatype
-
- CodedOrFreeText - Class in org.openmrs
-
A Concept object can represent either a question or an answer to a data point.
- CodedOrFreeText() - Constructor for class org.openmrs.CodedOrFreeText
-
- CodedOrFreeText(Concept, ConceptName, String) - Constructor for class org.openmrs.CodedOrFreeText
-
Convenience constructor with concept, concept name and manually written concept name to save
- codeName - Variable in class org.openmrs.layout.LayoutTemplate
-
- Cohort - Class in org.openmrs
-
This class represents a list of patientIds.
- Cohort() - Constructor for class org.openmrs.Cohort
-
- Cohort(Integer) - Constructor for class org.openmrs.Cohort
-
Convenience constructor to create a Cohort object that has an primarykey/internal identifier
of cohortId
- Cohort(String, String, Integer[]) - Constructor for class org.openmrs.Cohort
-
- Cohort(String, String, Patient[]) - Constructor for class org.openmrs.Cohort
-
- Cohort(Collection<?>) - Constructor for class org.openmrs.Cohort
-
- Cohort(String, String, Collection<?>) - Constructor for class org.openmrs.Cohort
-
- Cohort(String) - Constructor for class org.openmrs.Cohort
-
Convenience constructor taking in a string that is a list of comma separated patient ids This
constructor does not check whether the database contains patients with the given ids, but
CohortService.saveCohort(Cohort)
will.
- CohortDAO - Interface in org.openmrs.api.db
-
Database methods for cohort objects.
- CohortEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass
an object back and forth through an html form or other medium.
- CohortEditor() - Constructor for class org.openmrs.propertyeditor.CohortEditor
-
- CohortMembership - Class in org.openmrs
-
- CohortMembership() - Constructor for class org.openmrs.CohortMembership
-
- CohortMembership(Integer, Date) - Constructor for class org.openmrs.CohortMembership
-
- CohortMembership(Integer) - Constructor for class org.openmrs.CohortMembership
-
- CohortService - Interface in org.openmrs.api
-
API methods related to Cohorts and CohortDefinitions
A Cohort is a list of patient ids.
- CohortServiceImpl - Class in org.openmrs.api.impl
-
API functions related to Cohorts
- CohortServiceImpl() - Constructor for class org.openmrs.api.impl.CohortServiceImpl
-
- CohortValidator - Class in org.openmrs.validator
-
- CohortValidator() - Constructor for class org.openmrs.validator.CohortValidator
-
- collectAwareOfModuleImports(Module) - Static method in class org.openmrs.module.ModuleClassLoader
-
Get and cache the imports for this module.
- collectionContains(Collection<?>, Object) - Static method in class org.openmrs.util.OpenmrsUtil
-
Loops over the collection to check to see if the given object is in that collection.
- CollectionPart<E> - Class in org.openmrs.collection
-
It is a wrapper for a partial collection, which stores additional info about the current part and
the whole.
- CollectionPart(Collection<E>, Long, Long, Long, Boolean) - Constructor for class org.openmrs.collection.CollectionPart
-
- collectRequiredModuleImports(Module) - Static method in class org.openmrs.module.ModuleClassLoader
-
Get and cache the imports for this module.
- comment - Variable in class org.openmrs.Obs
-
- compare(PatientIdentifierType, PatientIdentifierType) - Method in class org.openmrs.comparator.PatientIdentifierTypeDefaultComparator
-
Orders by retired (true last), required (true first), name and id.
- compare(FormField, FormField) - Method in class org.openmrs.FormField.DefaultComparator
-
- compare(String, String) - Method in class org.openmrs.module.VersionComparator
-
- compare(PatientIdentifier, PatientIdentifier) - Method in class org.openmrs.PatientIdentifier.DefaultComparator
-
- compare(PersonAttribute, PersonAttribute) - Method in class org.openmrs.PersonAttribute.DefaultComparator
-
- compare(PersonAttributeType, PersonAttributeType) - Method in class org.openmrs.PersonAttributeType.DefaultComparator
-
- compare(PersonName, PersonName) - Method in class org.openmrs.PersonName.DefaultComparator
-
- compare(ConceptMapType, ConceptMapType) - Method in class org.openmrs.util.ConceptMapTypeComparator
-
- compare(Drug, Drug) - Method in class org.openmrs.util.DrugsByNameComparator
-
- compare(OpenmrsMetadata, OpenmrsMetadata) - Method in class org.openmrs.util.MetadataComparator
-
- compare(Date, Date) - Static method in class org.openmrs.util.OpenmrsUtil
-
Compares two java.util.Date objects, but handles java.sql.Timestamp (which is not directly
comparable to a date) by dropping its nanosecond value.
- compare(Person, Person) - Method in class org.openmrs.util.PersonByNameComparator
-
- compare(Provider, Provider) - Method in class org.openmrs.util.ProviderByPersonNameComparator
-
- compare(User, User) - Method in class org.openmrs.util.UserByNameComparator
-
- compareLists(Collection<E>, Collection<E>) - Static method in class org.openmrs.util.OpenmrsUtil
-
Compares origList to newList returning map of differences
- compareNatural(String, String) - Static method in class org.openmrs.util.NaturalStrings
-
Compares two strings using the current locale's rules and comparing contained numbers based
on their numeric values.
- compareNatural(Collator, String, String) - Static method in class org.openmrs.util.NaturalStrings
-
Compares two strings using the given collator and comparing contained numbers based on their
numeric values.
- compareNaturalAscii(String, String) - Static method in class org.openmrs.util.NaturalStrings
-
Compares two strings using each character's Unicode value for non-digit characters and the
numeric values off any contained numbers.
- compareNaturalIgnoreCaseAscii(String, String) - Static method in class org.openmrs.util.NaturalStrings
-
Compares two strings using each character's Unicode value - ignoring upper/lower case - for
non-digit characters and the numeric values of any contained numbers.
- comparePersonsByName(Person, Person) - Static method in class org.openmrs.util.PersonByNameComparator
-
Compares two person objects by name
Should return negative if personName for person1 comes before that of person2
Should return positive if personName for person1 comes after that of person2
Should return zero if the givenName middleName and familyName match
Should be case insensitive
- compareTo(Attribute) - Method in class org.openmrs.attribute.BaseAttribute
-
- compareTo(CohortMembership) - Method in class org.openmrs.CohortMembership
-
Sorts by following fields, in order:
voided (voided memberships sort last)
endDate descending (so ended memberships are towards the end, and the older the more towards the end
startDate descending (so started more recently is towards the front)
patientId ascending (intuitive and consistent tiebreaker for client code)
uuid ascending (just so we have a final consistent tie breaker)
- compareTo(ConceptAnswer) - Method in class org.openmrs.ConceptAnswer
-
- compareTo(ConceptSet) - Method in class org.openmrs.ConceptSet
-
- compareTo(FormField) - Method in class org.openmrs.FormField
-
- compareTo(PatientIdentifier) - Method in class org.openmrs.PatientIdentifier
-
- compareTo(PatientState) - Method in class org.openmrs.PatientState
-
Compares by startDate with null as earliest and endDate with null as latest.
- compareTo(PersonAddress) - Method in class org.openmrs.PersonAddress
-
- compareTo(PersonAttribute) - Method in class org.openmrs.PersonAttribute
-
- compareTo(PersonAttributeType) - Method in class org.openmrs.PersonAttributeType
-
- compareTo(PersonName) - Method in class org.openmrs.PersonName
-
- compareTo(DoubleRange) - Method in class org.openmrs.util.DoubleRange
-
first sorts according to low-bound (ascending) then according to high-bound (descending)
Should return plus 1 if this low is greater than other low
Should return minus one if this low is lower than other low
Should return plus one if both lows are equal but other high is greater than this high
Should return minus one if both lows are equal but other high is less than this high
Should return zero if both lows and both highs are equal
Should return 1 if this range is wider than other range
- compareVersion(String, String) - Static method in class org.openmrs.module.ModuleUtil
-
Compares version
to value
version and value are strings like
1.9.2.0 Returns 0
if either version
or value
is null.
- compareWithNullAsEarliest(Date, Date) - Static method in class org.openmrs.util.OpenmrsUtil
-
Compares two Date/Timestamp objects, treating null as the earliest possible date.
- compareWithNullAsGreatest(E, E) - Static method in class org.openmrs.util.OpenmrsUtil
-
- compareWithNullAsLatest(Date, Date) - Static method in class org.openmrs.util.OpenmrsUtil
-
Compares two Date/Timestamp objects, treating null as the earliest possible date.
- compareWithNullAsLowest(E, E) - Static method in class org.openmrs.util.OpenmrsUtil
-
- ComparisonOperator - Interface in org.openmrs.logic.op
-
Marker interface to keep track of the ComparisonOperator sub type
- COMPLEX_UUID - Static variable in class org.openmrs.ConceptDatatype
-
- ComplexData - Class in org.openmrs.obs
-
ComplexObs is a transient Object that extends Obs but is not itself persisted in the database.
- complexData - Variable in class org.openmrs.Obs
-
- ComplexData(String, Object) - Constructor for class org.openmrs.obs.ComplexData
-
Default constructor requires title and data.
- ComplexObsHandler - Interface in org.openmrs.obs
-
Interface for handling complex obs.
- computeHashValue() - Method in class org.openmrs.person.PersonMergeLogData
-
Computes a unique hash value representing the object
- Concept - Class in org.openmrs
-
A Concept object can represent either a question or an answer to a data point.
- Concept() - Constructor for class org.openmrs.Concept
-
default constructor
- Concept(Integer) - Constructor for class org.openmrs.Concept
-
- concept - Variable in class org.openmrs.Obs
-
- CONCEPT_CLASS_DRUG - Static variable in class org.openmrs.util.OpenmrsConstants
-
This is the hard coded primary key of the concept class for DRUG.
- CONCEPT_PROPOSAL_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- CONCEPT_PROPOSAL_REJECT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- CONCEPT_PROPOSAL_STATES() - Static method in class org.openmrs.util.OpenmrsConstants
-
- CONCEPT_PROPOSAL_SYNONYM - Static variable in class org.openmrs.util.OpenmrsConstants
-
- CONCEPT_PROPOSAL_UNMAPPED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- ConceptAnswer - Class in org.openmrs
-
This class represents one option for an answer to a question type of
Concept
.
- ConceptAnswer() - Constructor for class org.openmrs.ConceptAnswer
-
default constructor
- ConceptAnswer(Integer) - Constructor for class org.openmrs.ConceptAnswer
-
constructor with id
- ConceptAnswer(Concept) - Constructor for class org.openmrs.ConceptAnswer
-
- ConceptAnswer(Concept, Drug) - Constructor for class org.openmrs.ConceptAnswer
-
- ConceptAnswerEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptAnswerEditor() - Constructor for class org.openmrs.propertyeditor.ConceptAnswerEditor
-
- ConceptAnswersEditor - Class in org.openmrs.propertyeditor
-
Handles lists of conceptids that correspond to answers.
- ConceptAnswersEditor(Collection<ConceptAnswer>) - Constructor for class org.openmrs.propertyeditor.ConceptAnswersEditor
-
Default constructor taking in the original answers.
- ConceptAttribute - Class in org.openmrs
-
- ConceptAttribute() - Constructor for class org.openmrs.ConceptAttribute
-
- ConceptAttributeType - Class in org.openmrs
-
- ConceptAttributeType() - Constructor for class org.openmrs.ConceptAttributeType
-
- ConceptAttributeTypeEditor - Class in org.openmrs.propertyeditor
-
- ConceptAttributeTypeEditor() - Constructor for class org.openmrs.propertyeditor.ConceptAttributeTypeEditor
-
- ConceptAttributeTypeValidator - Class in org.openmrs.validator
-
- ConceptAttributeTypeValidator() - Constructor for class org.openmrs.validator.ConceptAttributeTypeValidator
-
- ConceptClass - Class in org.openmrs
-
ConceptClass
- ConceptClass() - Constructor for class org.openmrs.ConceptClass
-
default constructor
- ConceptClass(Integer) - Constructor for class org.openmrs.ConceptClass
-
constructor with id
- ConceptClassEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptClassEditor() - Constructor for class org.openmrs.propertyeditor.ConceptClassEditor
-
- ConceptClassValidator - Class in org.openmrs.validator
-
- ConceptClassValidator() - Constructor for class org.openmrs.validator.ConceptClassValidator
-
- ConceptComplex - Class in org.openmrs
-
- ConceptComplex() - Constructor for class org.openmrs.ConceptComplex
-
Default Constructor
- ConceptComplex(Integer) - Constructor for class org.openmrs.ConceptComplex
-
- ConceptComplex(Integer, String) - Constructor for class org.openmrs.ConceptComplex
-
Constructor with conceptId and ConceptComplexHandler
- ConceptComplex(Concept) - Constructor for class org.openmrs.ConceptComplex
-
Constructor from Concept.
- ConceptDAO - Interface in org.openmrs.api.db
-
Concept-related database functions
- ConceptDatatype - Class in org.openmrs
-
ConceptDatatype
- ConceptDatatype() - Constructor for class org.openmrs.ConceptDatatype
-
default constructor
- ConceptDatatype(Integer) - Constructor for class org.openmrs.ConceptDatatype
-
constructor with id
- ConceptDatatype - Class in org.openmrs.customdatatype.datatype
-
This is a class for custom datatypes for concepts
- ConceptDatatype() - Constructor for class org.openmrs.customdatatype.datatype.ConceptDatatype
-
- ConceptDatatypeEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptDatatypeEditor() - Constructor for class org.openmrs.propertyeditor.ConceptDatatypeEditor
-
- ConceptDatatypeValidator - Class in org.openmrs.validator
-
- ConceptDatatypeValidator() - Constructor for class org.openmrs.validator.ConceptDatatypeValidator
-
- ConceptDescription - Class in org.openmrs
-
ConceptDescription is the localized description of a concept.
- ConceptDescription() - Constructor for class org.openmrs.ConceptDescription
-
default constructor
- ConceptDescription(Integer) - Constructor for class org.openmrs.ConceptDescription
-
Constructor that takes in the primary key for this object
- ConceptDescription(String, Locale) - Constructor for class org.openmrs.ConceptDescription
-
Constructor specifying the description and locale.
- ConceptDrugValidator - Class in org.openmrs.validator
-
- ConceptDrugValidator() - Constructor for class org.openmrs.validator.ConceptDrugValidator
-
- ConceptEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptEditor() - Constructor for class org.openmrs.propertyeditor.ConceptEditor
-
- ConceptInUseException - Exception in org.openmrs.api
-
This exception is thrown when concept is used/attached to an observation.
- ConceptInUseException() - Constructor for exception org.openmrs.api.ConceptInUseException
-
Generic constructor that gives a normal message about editing not being allowed to the user.
- ConceptInUseException(String) - Constructor for exception org.openmrs.api.ConceptInUseException
-
Convenience constructor to give the user a message other than normal default one
- ConceptInUseException(String, Throwable) - Constructor for exception org.openmrs.api.ConceptInUseException
-
Convenience constructor to give the user a message other than the normal one and to chain
this exception with a parent exception.
- ConceptInUseException(Throwable) - Constructor for exception org.openmrs.api.ConceptInUseException
-
Convenience constructor used to only set the parent exception to chain with.
- conceptIterator() - Method in interface org.openmrs.api.ConceptService
-
Returns an iterator for all concepts, including retired and expired.
- conceptIterator() - Method in interface org.openmrs.api.db.ConceptDAO
-
- conceptIterator() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- conceptIterator() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- conceptListHelper(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
- ConceptMap - Class in org.openmrs
-
The concept map object represents a mapping of Concept to ConceptSource.
- ConceptMap() - Constructor for class org.openmrs.ConceptMap
-
default constructor
- ConceptMap(Integer) - Constructor for class org.openmrs.ConceptMap
-
constructor with concept map id
- ConceptMap(ConceptReferenceTerm, ConceptMapType) - Constructor for class org.openmrs.ConceptMap
-
Convenience constructor that takes the term to be mapped to and the type of the map
- ConceptMapType - Class in org.openmrs
-
ConceptMapType are used to define relationships between concepts and concept reference terms e.g
IS_A or SAME_AS, BROADER_THAN
- ConceptMapType() - Constructor for class org.openmrs.ConceptMapType
-
default constructor
- ConceptMapType(Integer) - Constructor for class org.openmrs.ConceptMapType
-
constructor with id
- ConceptMapTypeComparator - Class in org.openmrs.util
-
A utility class which sorts a collection of ConceptMapType objects in the following order:
Regular
Retired
Hidden
Retired and Hidden
- ConceptMapTypeComparator() - Constructor for class org.openmrs.util.ConceptMapTypeComparator
-
- ConceptMapTypeEditor - Class in org.openmrs.propertyeditor
-
- ConceptMapTypeEditor() - Constructor for class org.openmrs.propertyeditor.ConceptMapTypeEditor
-
- ConceptMapTypeValidator - Class in org.openmrs.validator
-
- ConceptMapTypeValidator() - Constructor for class org.openmrs.validator.ConceptMapTypeValidator
-
- ConceptName - Class in org.openmrs
-
ConceptName is the real world term used to express a Concept within the idiom of a particular
locale.
- ConceptName() - Constructor for class org.openmrs.ConceptName
-
default constructor
- ConceptName(Integer) - Constructor for class org.openmrs.ConceptName
-
Convenience constructor to create a ConceptName object by primary key
- ConceptName(String, Locale) - Constructor for class org.openmrs.ConceptName
-
- ConceptNameEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptNameEditor() - Constructor for class org.openmrs.propertyeditor.ConceptNameEditor
-
- ConceptNameInUseException - Exception in org.openmrs.api
-
This exception is thrown when one attempts to delete a concept that has a conceptName that is
being used by an observation
- ConceptNameInUseException() - Constructor for exception org.openmrs.api.ConceptNameInUseException
-
Generic constructor that gives a normal message about editing not being allowed to the user.
- ConceptNameInUseException(String) - Constructor for exception org.openmrs.api.ConceptNameInUseException
-
Convenience constructor to give the user a message other than normal default one
- ConceptNameInUseException(String, Throwable) - Constructor for exception org.openmrs.api.ConceptNameInUseException
-
Convenience constructor to give the user a message other than the normal one and to chain
this exception with a parent exception.
- ConceptNameInUseException(Throwable) - Constructor for exception org.openmrs.api.ConceptNameInUseException
-
Convenience constructor used to only set the parent exception to chain with.
- ConceptNameSaveHandler - Class in org.openmrs.api.handler
-
This class deals with
ConceptName
objects when they are saved via a save* method in an
Openmrs Service.
- ConceptNameSaveHandler() - Constructor for class org.openmrs.api.handler.ConceptNameSaveHandler
-
- ConceptNameTag - Class in org.openmrs
-
ConceptNameTag is a textual tag which can be applied to a ConceptName.
- ConceptNameTag() - Constructor for class org.openmrs.ConceptNameTag
-
Default constructor.
- ConceptNameTag(String, String) - Constructor for class org.openmrs.ConceptNameTag
-
Public constructor.
- ConceptNameTagValidator - Class in org.openmrs.validator
-
- ConceptNameTagValidator() - Constructor for class org.openmrs.validator.ConceptNameTagValidator
-
- ConceptNameType - Enum in org.openmrs.api
-
The concept name type enumeration
FULLY_SPECIFIED - Indicates that the name is marked as the fully specified name, which is
returned by default for a locale in case there is no preferred name set, a concept can have only
one fully specified name per locale.
- ConceptNumeric - Class in org.openmrs
-
The ConceptNumeric extends upon the Concept object by adding some number range values
- ConceptNumeric() - Constructor for class org.openmrs.ConceptNumeric
-
default constructor
- ConceptNumeric(Integer) - Constructor for class org.openmrs.ConceptNumeric
-
Generic constructor taking the primary key
- ConceptNumeric(Concept) - Constructor for class org.openmrs.ConceptNumeric
-
Optional constructor for turning a Concept into a ConceptNumeric
Note: This cannot copy over numeric specific values
- ConceptNumericEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptNumericEditor() - Constructor for class org.openmrs.propertyeditor.ConceptNumericEditor
-
- ConceptProposal - Class in org.openmrs
-
A ConceptProposal is a temporary holder for concept that should be in the system.
- ConceptProposal() - Constructor for class org.openmrs.ConceptProposal
-
default constructor
- ConceptProposal(Integer) - Constructor for class org.openmrs.ConceptProposal
-
constructor with id
- ConceptProposalHandler - Class in org.openmrs.api.handler
-
This class deals with
ConceptProposal
objects when they are saved via a save* method in
an Openmrs Service.
- ConceptProposalHandler() - Constructor for class org.openmrs.api.handler.ConceptProposalHandler
-
- ConceptReferenceTerm - Class in org.openmrs
-
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
- ConceptReferenceTerm() - Constructor for class org.openmrs.ConceptReferenceTerm
-
default constructor
- ConceptReferenceTerm(Integer) - Constructor for class org.openmrs.ConceptReferenceTerm
-
constructor with conceptReferenceTermId
- ConceptReferenceTerm(ConceptSource, String, String) - Constructor for class org.openmrs.ConceptReferenceTerm
-
Convenience constructor with the required fields filled in
- ConceptReferenceTermEditor - Class in org.openmrs.propertyeditor
-
- ConceptReferenceTermEditor() - Constructor for class org.openmrs.propertyeditor.ConceptReferenceTermEditor
-
- ConceptReferenceTermMap - Class in org.openmrs
-
The concept Reference Term map object represents a mapping between two Concept Reference Terms.
- ConceptReferenceTermMap() - Constructor for class org.openmrs.ConceptReferenceTermMap
-
default constructor
- ConceptReferenceTermMap(Integer) - Constructor for class org.openmrs.ConceptReferenceTermMap
-
constructor with concept reference term map id
- ConceptReferenceTermMap(ConceptReferenceTerm, ConceptMapType) - Constructor for class org.openmrs.ConceptReferenceTermMap
-
Convenience constructor that takes the term to be mapped to and the type of the map
- ConceptReferenceTermSaveHandler - Class in org.openmrs.api.handler
-
This class deals with
ConceptReferenceTerm
objects when they are saved via a save* method
in an Openmrs Service.
- ConceptReferenceTermSaveHandler() - Constructor for class org.openmrs.api.handler.ConceptReferenceTermSaveHandler
-
- ConceptReferenceTermValidator - Class in org.openmrs.validator
-
- ConceptReferenceTermValidator() - Constructor for class org.openmrs.validator.ConceptReferenceTermValidator
-
- ConceptSaveHandler - Class in org.openmrs.api.handler
-
This class deals with
Concept
objects when they are saved via a save* method in an
Openmrs Service.
- ConceptSaveHandler() - Constructor for class org.openmrs.api.handler.ConceptSaveHandler
-
- ConceptSearchResult - Class in org.openmrs
-
An Object of this class represents a search result returned when searching for concepts, it holds
extra metadata about the matched concept(s).
- ConceptSearchResult() - Constructor for class org.openmrs.ConceptSearchResult
-
default constructor
- ConceptSearchResult(String, Concept, ConceptName) - Constructor for class org.openmrs.ConceptSearchResult
-
Convenience constructor
- ConceptSearchResult(String, Concept, ConceptName, Double) - Constructor for class org.openmrs.ConceptSearchResult
-
Convenience constructor that takes in a weight too
- conceptService - Variable in class org.openmrs.AllergyProperties
-
- ConceptService - Interface in org.openmrs.api
-
Contains methods pertaining to creating/updating/deleting/retiring Concepts, Drugs, Concept
Proposals, and all other things 'Concept'.
- ConceptServiceImpl - Class in org.openmrs.api.impl
-
Default Implementation of ConceptService service layer classes
- ConceptServiceImpl() - Constructor for class org.openmrs.api.impl.ConceptServiceImpl
-
- ConceptSet - Class in org.openmrs
-
This represents a single concept within a concept set.
- ConceptSet() - Constructor for class org.openmrs.ConceptSet
-
default constructor
- ConceptSet(Concept, Double) - Constructor for class org.openmrs.ConceptSet
-
- conceptSetHelper(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
- ConceptSetsEditor - Class in org.openmrs.propertyeditor
-
Turns a list of concept ids "123 1234 1235" into a List of ConceptSets
- ConceptSetsEditor(Collection<ConceptSet>) - Constructor for class org.openmrs.propertyeditor.ConceptSetsEditor
-
Default constructor taking in the current sets on a concept
- ConceptsLockedException - Exception in org.openmrs.api
-
This exception is thrown when a specific implementation has chosen to lock down their concepts
and prevent editing.
- ConceptsLockedException() - Constructor for exception org.openmrs.api.ConceptsLockedException
-
Generic constructor that gives a normal message about editing not being allowed to the user.
- ConceptsLockedException(String) - Constructor for exception org.openmrs.api.ConceptsLockedException
-
Convenience constructor to give the user a message other than normal default one
- ConceptsLockedException(String, Throwable) - Constructor for exception org.openmrs.api.ConceptsLockedException
-
Convenience constructor to give the user a message other than the normal one and to chain
this exception with a parent exception.
- ConceptsLockedException(Throwable) - Constructor for exception org.openmrs.api.ConceptsLockedException
-
Convenience constructor used to only set the parent exception to chain with.
- ConceptSource - Class in org.openmrs
-
A concept source is defined as any institution that keeps a concept dictionary.
- ConceptSource() - Constructor for class org.openmrs.ConceptSource
-
default constructor
- ConceptSource(Integer) - Constructor for class org.openmrs.ConceptSource
-
constructor with id
- ConceptSourceEditor - Class in org.openmrs.propertyeditor
-
Allows for serializing/deserializing an object to a string so that Spring knows how to pass an
object back and forth through an html form or other medium.
- ConceptSourceEditor() - Constructor for class org.openmrs.propertyeditor.ConceptSourceEditor
-
- ConceptSourceValidator - Class in org.openmrs.validator
-
- ConceptSourceValidator() - Constructor for class org.openmrs.validator.ConceptSourceValidator
-
- ConceptStateConversion - Class in org.openmrs
-
ConceptStateConversion
- ConceptStateConversion() - Constructor for class org.openmrs.ConceptStateConversion
-
Default Constructor
- ConceptStateConversion(Integer) - Constructor for class org.openmrs.ConceptStateConversion
-
Constructor with id
- ConceptStopWord - Class in org.openmrs
-
ConceptStopWord is the real world term used to filter the words for indexing
from search phrase.
- ConceptStopWord() - Constructor for class org.openmrs.ConceptStopWord
-
default constructor
- ConceptStopWord(String) - Constructor for class org.openmrs.ConceptStopWord
-
Convenience constructor to create a ConceptStopWord object with default
locale English
- ConceptStopWord(String, Locale) - Constructor for class org.openmrs.ConceptStopWord
-
Convenience constructor to create a ConceptStopWord object with value and
locale
- ConceptStopWordException - Exception in org.openmrs.api
-
This exception is thrown whenever a concept stop word service failed.
- ConceptStopWordException(String) - Constructor for exception org.openmrs.api.ConceptStopWordException
-
Constructor to give the user a message
- ConceptStopWordException(String, Throwable) - Constructor for exception org.openmrs.api.ConceptStopWordException
-
Convenience constructor to give the user a message and to chain
this exception with a parent exception.
- conceptToString(Concept, Locale) - Static method in class org.openmrs.util.FormUtil
-
Turn the given concept into a string acceptable to for hl7 and forms
- conceptToString(Concept, ConceptName) - Static method in class org.openmrs.util.FormUtil
-
Turn the given concept/concept-name pair into a string acceptable for hl7 and forms
- ConceptValidator - Class in org.openmrs.validator
-
- ConceptValidator() - Constructor for class org.openmrs.validator.ConceptValidator
-
- ConceptValidatorChangeSet - Class in org.openmrs.util.databasechange
-
This change set is run just after the conversion of core concept name tags to concept name types'
it runs through all the rows in the concept table and checks if all its conceptNames conform to
the constraints added with the conversion of the tags.
- ConceptValidatorChangeSet() - Constructor for class org.openmrs.util.databasechange.ConceptValidatorChangeSet
-
- Condition - Class in org.openmrs
-
The condition class records detailed information about a condition, problem, diagnosis, or other
situation or issue.
- Condition() - Constructor for class org.openmrs.Condition
-
- Condition(CodedOrFreeText, ConditionClinicalStatus, ConditionVerificationStatus, Condition, String, Date, Date, Patient) - Constructor for class org.openmrs.Condition
-
Convenience constructor to instantiate a condition class with all the necessary parameters
- ConditionClinicalStatus - Enum in org.openmrs
-
The ConditionClinicalStatus is what we've historically called "condition status" and what FHIR refers to as
ConditionClinicalStatus .
- ConditionDAO - Interface in org.openmrs.api.db
-
This interface defines database methods for condition objects.
- ConditionService - Interface in org.openmrs.api
-
This interface defines methods for condition objects.
- ConditionServiceImpl - Class in org.openmrs.api.impl
-
This class implements the
ConditionService
interface
It defines the methods to handle the condition domain object
- ConditionServiceImpl() - Constructor for class org.openmrs.api.impl.ConditionServiceImpl
-
- ConditionValidator - Class in org.openmrs.validator
-
* Validates
Condition
objects
This class ensures that the condition object is valid and properly structured
- ConditionValidator() - Constructor for class org.openmrs.validator.ConditionValidator
-
- ConditionVerificationStatus - Enum in org.openmrs
-
The ConditionVerificationStatus is what we've historically called "diagnosis certainty" and what FHIR refers to as
ConditionVerificationStatus.
- configure(Type, Properties, ServiceRegistry) - Method in class org.openmrs.api.db.hibernate.NativeIfNotAssignedIdentityGenerator
-
- CONFIGURE_VISITS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- ConfigUtil - Class in org.openmrs.util
-
A utility class for working with configuration properties
- ConfigUtil() - Constructor for class org.openmrs.util.ConfigUtil
-
- confirmNoKnownAllergies() - Method in class org.openmrs.Allergies
-
- CONNECTION_PASSWORD - Static variable in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- CONNECTION_USERNAME - Static variable in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- contains(Object) - Method in class org.openmrs.Allergies
-
- contains(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Check if this instance is associated with this Session.
- contains(Integer) - Method in class org.openmrs.Cohort
-
- contains(Operand) - Method in interface org.openmrs.logic.LogicCriteria
-
- contains(int) - Method in interface org.openmrs.logic.LogicCriteria
-
- contains(float) - Method in interface org.openmrs.logic.LogicCriteria
-
- contains(double) - Method in interface org.openmrs.logic.LogicCriteria
-
- contains(String) - Method in interface org.openmrs.logic.LogicCriteria
-
Add a
Contains
expression to the current LogicCriteria
- CONTAINS - Static variable in interface org.openmrs.logic.op.ComparisonOperator
-
- Contains - Class in org.openmrs.logic.op
-
The Contains operator will return results that contains the operand .
- Contains() - Constructor for class org.openmrs.logic.op.Contains
-
- CONTAINS - Static variable in interface org.openmrs.logic.op.Operator
-
- contains(Concept) - Method in class org.openmrs.logic.result.Result
-
- contains(Result) - Method in class org.openmrs.logic.result.Result
-
- contains(double) - Method in class org.openmrs.util.DoubleRange
-
BUG: this method should return false if both ends of the range are null.
- contains(Object) - Method in class org.openmrs.util.ThreadSafeCircularFifoQueue
-
- containsAll(Collection<?>) - Method in class org.openmrs.Allergies
-
- containsAll(Collection<?>) - Method in class org.openmrs.util.ThreadSafeCircularFifoQueue
-
- containsAllergen(Allergy, Collection<? extends Allergy>) - Method in class org.openmrs.Allergies
-
Checks if a given allergy has the same allergen as any in the given allergies
- containsAllergen(Allergy) - Method in class org.openmrs.Allergies
-
Checks if we already have an allergen similar to that in the given allergy
- containsAny(Collection<T>, Collection<T>) - Static method in class org.openmrs.util.OpenmrsUtil
-
- containsConcept(Integer) - Method in class org.openmrs.logic.result.Result
-
- containsDate() - Method in class org.openmrs.ConceptDatatype
-
- containsDigit(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
- containsKey(Object) - Method in class org.openmrs.messagesource.PresentationMessageMap
-
- containsOnlyDigits(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
- containsRole(String) - Method in class org.openmrs.User
-
Checks if the user has a given role.
- containsTime() - Method in class org.openmrs.ConceptDatatype
-
- containsUpperAndLowerCase(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
- containsValue(Object) - Method in class org.openmrs.messagesource.PresentationMessageMap
-
- Context - Class in org.openmrs.api.context
-
Represents an OpenMRS Context
, which may be used to authenticate to the database and
obtain services in order to interact with the system.
- Context() - Constructor for class org.openmrs.api.context.Context
-
Default public constructor
- CONTEXT - Static variable in class org.openmrs.util.DatabaseUpdater
-
- ContextAuthenticationException - Exception in org.openmrs.api.context
-
This exception is thrown when a user attempts to access a service or object that they do not have
rights to.
- ContextAuthenticationException() - Constructor for exception org.openmrs.api.context.ContextAuthenticationException
-
- ContextAuthenticationException(String, Throwable) - Constructor for exception org.openmrs.api.context.ContextAuthenticationException
-
- ContextAuthenticationException(String) - Constructor for exception org.openmrs.api.context.ContextAuthenticationException
-
- ContextAuthenticationException(Throwable) - Constructor for exception org.openmrs.api.context.ContextAuthenticationException
-
- ContextDAO - Interface in org.openmrs.api.db
-
Defines the functions that the Context needs to access the database
- contextDestroyed(ServletContextEvent) - Method in class org.openmrs.web.Listener
-
Called when the webapp is shut down properly Must call Context.shutdown() and then shutdown
all the web layers of the modules
- contextInitialized(ServletContextEvent) - Method in class org.openmrs.web.Listener
-
This method is called when the servlet context is initialized(when the Web Application is
deployed).
- contextRefreshed() - Method in class org.openmrs.module.BaseModuleActivator
-
- contextRefreshed() - Method in interface org.openmrs.module.ModuleActivator
-
Called after spring's application context is refreshed , this method is called multiple times
i.e. whenever a new module gets started and at application startup.
- convertBooleanConceptToCoded(Concept) - Method in interface org.openmrs.api.ConceptService
-
Changes the datatype of a concept from boolean to coded when it has observations it is
associated to.
- convertBooleanConceptToCoded(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- ConvertOrderersToProviders - Class in org.openmrs.util.databasechange
-
This changeset creates provider accounts for orderers that have no providers accounts, and then
converts the orderer from being users to providers
- ConvertOrderersToProviders() - Constructor for class org.openmrs.util.databasechange.ConvertOrderersToProviders
-
- convertSerializedObject(Class<T>, SerializedObject) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- convertSerializedObject(Class<T>, SerializedObject) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Converts a raw SerializedObject to an OpenmrsObject, using the appropriate Serializer
- convertToInteger(Long) - Static method in class org.openmrs.util.OpenmrsUtil
-
This method converts the given Long value to an Integer.
- CONVSET_UUID - Static variable in class org.openmrs.ConceptClass
-
- CookieClearingFilter - Class in org.openmrs.web.filter
-
This servlet filter exists to remove session cookies when a user logs out.
- CookieClearingFilter() - Constructor for class org.openmrs.web.filter.CookieClearingFilter
-
- copy(Allergy) - Method in class org.openmrs.Allergy
-
Copies all property values, apart from the id and uuid,
from the given allergy into this object
- copy(Condition, Condition) - Static method in class org.openmrs.Condition
-
Copies property values from the fromCondition to the toCondition such that fromCondition
matches toCondition @see Condition#matches, but does not equal toCondition (uuid, id differ)
- copy() - Method in class org.openmrs.DrugOrder
-
- copy() - Method in class org.openmrs.EncounterProvider
-
- copy() - Method in class org.openmrs.Order
-
Performs a shallow copy of this Order.
- copy() - Method in class org.openmrs.PatientProgram
-
Does a mostly-shallow copy of this PatientProgram.
- copy() - Method in class org.openmrs.PatientState
-
Does a shallow copy of this PatientState.
- copy() - Method in class org.openmrs.PersonAttribute
-
Shallow copy of this PersonAttribute.
- copy() - Method in class org.openmrs.ReferralOrder
-
- copy() - Method in class org.openmrs.Relationship
-
Does a shallow copy of this Relationship.
- copy() - Method in class org.openmrs.TestOrder
-
- copyAndAssignToAnotherPatient(Patient) - Method in class org.openmrs.Encounter
-
Copied encounter will not have visit field copied.
- copyFile(InputStream, OutputStream) - Static method in class org.openmrs.util.OpenmrsUtil
-
Copy file from inputStream onto the outputStream inputStream is not closed in this method
outputStream /is/ closed at completion of this method
- copyHelper(DrugOrder) - Method in class org.openmrs.DrugOrder
-
- copyHelper(Order) - Method in class org.openmrs.Order
-
The purpose of this method is to allow subclasses of Order to delegate a portion of their
copy() method back to the superclass, in case the base class implementation changes.
- copyHelper(PatientProgram) - Method in class org.openmrs.PatientProgram
-
The purpose of this method is to allow subclasses of PatientProgram to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
- copyHelper(PatientState) - Method in class org.openmrs.PatientState
-
The purpose of this method is to allow subclasses of PatientState to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
- copyHelper(PersonAttribute) - Method in class org.openmrs.PersonAttribute
-
The purpose of this method is to allow subclasses of PersonAttribute to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
- copyHelper(Relationship) - Method in class org.openmrs.Relationship
-
The purpose of this method is to allow subclasses of Relationship to delegate a portion of
their copy() method back to the superclass, in case the base class implementation changes.
- copyHelper(ServiceOrder) - Method in class org.openmrs.ServiceOrder
-
- CORE_GLOBAL_PROPERTIES() - Static method in class org.openmrs.util.OpenmrsConstants
-
At OpenMRS startup these global properties/default values/descriptions are inserted into the
database if they do not exist yet.
- CORE_MODULES - Static variable in class org.openmrs.module.ModuleConstants
-
A map from "moduleid" to "required version" for all core modules that are required by
openmrs.
- CoreDataTuner - Class in org.openmrs.liquibase
-
This class (a) changes the order of change sets in Liquibase core-data snapshots, (b) discards
change sets for the tables 'liquibasechangelog' and 'liquibasechangeloglock' and (c) ensures the
admin user has working default values.
- CoreDataTuner() - Constructor for class org.openmrs.liquibase.CoreDataTuner
-
- count() - Method in interface org.openmrs.logic.LogicCriteria
-
Apply the
Count
operator to the LogicCriteria
- Count - Class in org.openmrs.logic.op
-
The Count operator will return the number of results returned by the logic service
Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").count();
The above will give us a criteria to get the number of encounter type we have in the system
- Count() - Constructor for class org.openmrs.logic.op.Count
-
- COUNT - Static variable in interface org.openmrs.logic.op.Operator
-
- COUNT - Static variable in interface org.openmrs.logic.op.TransformOperator
-
- countHL7InArchive(int, String) - Method in interface org.openmrs.hl7.HL7Service
-
the total count of all HL7InArchive objects in the database
- countHL7InArchive(int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- countHL7InError(String) - Method in interface org.openmrs.hl7.HL7Service
-
the total count of all HL7InError objects in the database
- countHL7InError(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- countHL7InQueue(int, String) - Method in interface org.openmrs.hl7.HL7Service
-
the total count of all HL7InQueue objects in the database
- countHL7InQueue(int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- countHL7s(Class, Integer, String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- countHL7s(Class, Integer, String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
Returns the amount of HL7 items in the database
- country - Variable in class org.openmrs.layout.LayoutTemplate
-
- Creatable - Interface in org.openmrs
-
Base interface for domain objects that need to track information related to when they were
created and the user that created them.
- CREATE_REFERENCE_TERMS_WHILE_EDITING_CONCEPTS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- createAppender(String, int, boolean, Filter, StringLayout) - Static method in class org.openmrs.logging.MemoryAppender
-
- CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset - Class in org.openmrs.util.databasechange
-
- CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset() - Constructor for class org.openmrs.util.databasechange.CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset
-
- createCriteria(Class) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create Criteria
instance for the given class (entity or subclasses/implementors).
- createCriteria(Class, String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create Criteria
instance for the given class (entity or subclasses/implementors),
using a specific alias.
- createCriteria(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create Criteria
instance for the given entity name.
- createCriteria(String, String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create Criteria
instance for the given entity name, using a specific alias.
- createDatabasePassword - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Filled in on databasesetup.vm
- createDatabaseUser - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
if the user asked us to create the user for openmrs
- createDatabaseUsername - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Filled in on databasesetup.vm
- CreateDiscontinueOrders - Class in org.openmrs.util.databasechange
-
- CreateDiscontinueOrders() - Constructor for class org.openmrs.util.databasechange.CreateDiscontinueOrders
-
- createDwrModulesXml(String) - Static method in class org.openmrs.module.web.WebModuleUtil
-
- createEncounterSearchCriteria() - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- createFilter(Object, String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create a Query
instance for the given collection and filter string.
- createFullTextQuery(Query, Class<?>...) - Method in class org.openmrs.api.db.DelegatingFullTextSession
-
- createFullTextQuery(QueryDescriptor, Class<?>...) - Method in class org.openmrs.api.db.DelegatingFullTextSession
-
- createIndexer(Class<?>...) - Method in class org.openmrs.api.db.DelegatingFullTextSession
-
- createInstance(TaskDefinition) - Method in class org.openmrs.scheduler.TaskFactory
-
Creates a new instance of Schedulable used to run tasks.
- createMessage(String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Create a message object with the given parts.
- createMessage(String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Create a message object with the given parts.
- createMessage(String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Create a message object with the given parts.
- createMessage(String, String, String, String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
- createMessage(String, String) - Method in interface org.openmrs.notification.MessageService
-
- createMessage(String, String, String) - Method in interface org.openmrs.notification.MessageService
-
- createMessage(String, String, String, String) - Method in interface org.openmrs.notification.MessageService
-
TODO Auto generated method comment
- createMessage(String, String, String, String, String, String, String) - Method in interface org.openmrs.notification.MessageService
-
- createMimeMessage(Message) - Method in class org.openmrs.notification.mail.MailMessageSender
-
Converts the message object to a mime message in order to prepare it to be sent.
- createOutputStream() - Method in class org.openmrs.web.filter.GZIPResponseWrapper
-
- createPersonFromNK1(NK1) - Method in interface org.openmrs.hl7.HL7Service
-
creates a Person from information held in an NK1 segment; if valid PatientIdentifiers exist,
a Patient will be created and returned
- createPersonFromNK1(NK1) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- createQuery(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create a Query
instance for the given HQL query string.
- createSQLQuery(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create a SQLQuery
instance for the given SQL query string.
- createStoredProcedureCall(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Creates a call to a stored procedure.
- createStoredProcedureCall(String, Class...) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Creates a call to a stored procedure with specific result set entity mappings.
- createStoredProcedureCall(String, String...) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Creates a call to a stored procedure with specific result set entity mappings.
- createTables - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
Asked for on the databasetablesanduser.vm page to know if their existing database has the
tables or not
- createTask(TaskDefinition) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
Creates a new task.
- createTask(TaskDefinition) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
-
Creates a new task.
- createTemplate(Template) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
-
- createTemplate(Template) - Method in interface org.openmrs.api.db.TemplateDAO
-
Create new template.
- createUpdatedChangeLogFile(String, String) - Method in class org.openmrs.liquibase.AbstractSnapshotTuner
-
- createUser(User, String, List<String>) - Static method in class org.openmrs.api.context.Daemon
-
- createUser(User, String, List<String>) - Method in interface org.openmrs.api.db.ContextDAO
-
Creates a new user.
- createUser(User, String, List<String>) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- createUser(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- createUser(User, String) - Method in interface org.openmrs.api.UserService
-
Create user with given password.
- createUserPassword - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
DB user that can create an openmrs db user Filled in on databasetablesanduser.vm
- createUserUsername - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
DB user that can create an openmrs db user Filled in on databasetablesanduser.vm
- creator - Variable in class org.openmrs.BaseOpenmrsData
-
- Credentials - Interface in org.openmrs.api.context
-
Authentication schemes define and require their own credentials.
- CURRENT_USERS - Static variable in class org.openmrs.web.WebConstants
-
User names of the logged-in users are stored in this map (session id -> user name) in the
ServletContext under this key
- currentDatabasePassword - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
The password of a user that exists that can read/write to openmrs.
- currentDatabaseUsername - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
The username of a user that exists that can read/write to openmrs.
- currentStepNumber - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
The current step. e.g Step 1 of ...
- CustomDatatype<T> - Interface in org.openmrs.customdatatype
-
Represents a custom datatype, which an administrator may use for global properties, attribute types, etc.
- CustomDatatype.Summary - Class in org.openmrs.customdatatype
-
A short representation of a custom value, along with an indication of whether this is the complete value,
or just a summary.
- CustomDatatypeException - Exception in org.openmrs.customdatatype
-
- CustomDatatypeException(String) - Constructor for exception org.openmrs.customdatatype.CustomDatatypeException
-
- CustomDatatypeException(String, Exception) - Constructor for exception org.openmrs.customdatatype.CustomDatatypeException
-
- CustomDatatypeHandler<DT extends CustomDatatype<T>,T> - Interface in org.openmrs.customdatatype
-
Subclasses of this interface represent different ways of building UI widgets to handle
CustomDatatype
s.
- CustomDatatypeUtil - Class in org.openmrs.customdatatype
-
Helper methods for dealing with custom datatypes and their handlers
- Customizable<A extends Attribute> - Interface in org.openmrs.customdatatype
-
Marker interface for classes that may be customized by the user by adding custom attributes, e.g.
- CustomResourceLoader - Class in org.openmrs.web.filter.util
-
This class is responsible for loading messages resources from file system
- CustomValueDescriptor - Interface in org.openmrs.customdatatype
-
A metadata item describing how a type of custom value is stored.
- CycleException - Exception in org.openmrs.util
-
- CycleException() - Constructor for exception org.openmrs.util.CycleException
-
- CycleException(String, Object) - Constructor for exception org.openmrs.util.CycleException
-
- garbageCollect() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- garbageCollect() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- garbageCollect() - Method in interface org.openmrs.hl7.HL7Service
-
Clean up the current memory consumption
- garbageCollect() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- GENDER() - Static method in class org.openmrs.util.OpenmrsConstants
-
- GENDERS - Static variable in class org.openmrs.util.OpenmrsConstants
-
A list of 1-letter strings representing genders
- generate(SharedSessionContractImplementor, Object) - Method in class org.openmrs.api.db.hibernate.NativeIfNotAssignedIdentityGenerator
-
- generateNewInitVector() - Static method in class org.openmrs.util.Security
-
generate a new cipher initialization vector; should only be called once in order to not
invalidate all encrypted data
- generateNewSecretKey() - Static method in class org.openmrs.util.Security
-
generate a new secret key; should only be called once in order to not invalidate all
encrypted data
- generateSql(ModifyColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnGenerator
-
- generateStatements(Database) - Method in class liquibase.ext.change.core.InsertWithUuidDataChange
-
- generateStatements(Database) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- generateSystemId() - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- generateSystemId() - Method in interface org.openmrs.api.db.UserDAO
-
- generateSystemId() - Method in class org.openmrs.api.impl.UserServiceImpl
-
Generates system ids based on the following algorithm scheme: user_id-check digit
- generateSystemId() - Method in interface org.openmrs.api.UserService
-
Get/generate/find the next system id to be doled out.
- generateUid(Integer) - Static method in class org.openmrs.util.OpenmrsUtil
-
Creates a relatively acceptable unique string of the give size
- generateUid() - Static method in class org.openmrs.util.OpenmrsUtil
-
Creates a uid of length 20
- GenerateUuid - Class in org.openmrs.util.databasechange
-
Generates UUIDs for all rows in all tables in the tableNames parameter.
- GenerateUuid() - Constructor for class org.openmrs.util.databasechange.GenerateUuid
-
- get(int) - Method in class org.openmrs.Allergies
-
- get(Class, Serializable) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the persistent instance of the given entity class with the given identifier, or null
if there is no such persistent instance.
- get(Class, Serializable, LockOptions) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the persistent instance of the given entity class with the given identifier, or null
if there is no such persistent instance.
- get(String, Serializable) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the persistent instance of the given named entity with the given identifier, or null
if there is no such persistent instance.
- get(String, Serializable, LockOptions) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the persistent instance of the given entity class with the given identifier, or null
if there is no such persistent instance.
- get(int) - Method in class org.openmrs.logic.result.Result
-
- get(Object) - Method in class org.openmrs.messagesource.PresentationMessageMap
-
- get(Object, String[], Object) - Method in class org.openmrs.web.filter.util.LocalizationTool
-
- GET_ALLERGIES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CARE_SETTINGS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_CLASSES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_DATATYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_MAP_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_REFERENCE_TERMS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPT_SOURCES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONCEPTS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_CONDITIONS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_DATABASE_CHANGES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_DIAGNOSES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_DIAGNOSES_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ENCOUNTER_ROLES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ENCOUNTER_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ENCOUNTERS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_FIELD_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_FORMS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_GLOBAL_PROPERTIES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_HL7_IN_ARCHIVE - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_HL7_IN_EXCEPTION - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_HL7_IN_QUEUE - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_HL7_SOURCE - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_IDENTIFIER_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_LOCATION_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_LOCATIONS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_MEDICATION_DISPENSE - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_NOTE - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_OBS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ORDER_FREQUENCIES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ORDER_SET_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ORDER_SETS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ORDER_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ORDERS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PATIENT_COHORTS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PATIENTS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PERSON_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PERSONS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PRIVILEGES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PROBLEMS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PROGRAMS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PROVIDER_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_PROVIDERS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_RELATIONSHIP_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_RELATIONSHIPS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_ROLES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_USERS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_VISIT_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_VISIT_TYPES - Static variable in class org.openmrs.util.PrivilegeConstants
-
- GET_VISITS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- getAccessionNumber() - Method in class org.openmrs.Obs
-
- getAccessionNumber() - Method in class org.openmrs.Order
-
- getAccessionNumber() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getAction() - Method in class org.openmrs.Order
-
Gets the action
- getAction() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getActivatedOnOrAfterDate() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getActivatedOnOrBeforeDate() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getActivationKey() - Method in class org.openmrs.api.db.LoginCredential
-
- getActivatorName() - Method in class org.openmrs.module.Module
-
- getActive(Date) - Method in class org.openmrs.PatientProgram
-
Returns true if the associated
Patient
is enrolled in the associated
Program
on the passed
Date
- getActive() - Method in class org.openmrs.PatientProgram
-
Returns true if the associated
Patient
is currently enrolled in the associated
Program
- getActive(Date) - Method in class org.openmrs.PatientState
-
- getActive() - Method in class org.openmrs.PatientState
-
- getActiveAttributes() - Method in class org.openmrs.BaseCustomizableData
-
- getActiveAttributes(CustomValueDescriptor) - Method in class org.openmrs.BaseCustomizableData
-
- getActiveAttributes() - Method in class org.openmrs.BaseCustomizableMetadata
-
- getActiveAttributes(CustomValueDescriptor) - Method in class org.openmrs.BaseCustomizableMetadata
-
- getActiveAttributes() - Method in class org.openmrs.Concept
-
- getActiveAttributes(CustomValueDescriptor) - Method in class org.openmrs.Concept
-
- getActiveAttributes() - Method in interface org.openmrs.customdatatype.Customizable
-
- getActiveAttributes(CustomValueDescriptor) - Method in interface org.openmrs.customdatatype.Customizable
-
- getActiveAttributes() - Method in class org.openmrs.PatientProgram
-
- getActiveAttributes(CustomValueDescriptor) - Method in class org.openmrs.PatientProgram
-
- getActiveAttributes() - Method in class org.openmrs.Person
-
Returns only the non-voided attributes for this person
- getActiveConceptMapTypes() - Method in interface org.openmrs.api.ConceptService
-
Returns a list of concept map types currently in the database excluding hidden ones
- getActiveConceptMapTypes() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getActiveConditions(Patient) - Method in interface org.openmrs.api.ConditionService
-
Gets a patient's active conditions
- getActiveConditions(Patient) - Method in interface org.openmrs.api.db.ConditionDAO
-
Gets all active conditions related to the specified patient.
- getActiveConditions(Patient) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
Gets all active conditions related to the specified patient.
- getActiveConditions(Patient) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
Gets a patient's active conditions
- getActiveDiagnoses(Patient, Date) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
Gets all active diagnoses related to the specified patient.
- getActiveDiagnoses(Patient, Date) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
Gets all active diagnoses related to the specified patient.
- getActiveEncounterProviders() - Method in class org.openmrs.Encounter
-
Returns only the non-voided encounter providers for this encounter.
- getActiveEncounterVisitHandler() - Method in interface org.openmrs.api.EncounterService
-
Gets the active handler for assigning visits to encounters.
- getActiveEncounterVisitHandler() - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getActiveIdentifiers() - Method in class org.openmrs.Patient
-
Returns only the non-voided identifiers for this patient.
- getActiveMembership(Patient) - Method in class org.openmrs.Cohort
-
- getActiveMemberships(Date) - Method in class org.openmrs.Cohort
-
- getActiveMemberships() - Method in class org.openmrs.Cohort
-
- getActiveMessageSource() - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getActiveMessageSource() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
Gets the message source service which is currently providing services.
- getActiveMessageSource() - Method in interface org.openmrs.messagesource.MessageSourceService
-
Gets the message source service which is currently providing services.
- getActiveOrders(Patient, List<OrderType>, CareSetting, Date) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getActiveOrders(Patient, Visit, List<OrderType>, CareSetting, Date) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getActiveOrders(Patient, List<OrderType>, CareSetting, Date) - Method in interface org.openmrs.api.db.OrderDAO
-
- getActiveOrders(Patient, Visit, List<OrderType>, CareSetting, Date) - Method in interface org.openmrs.api.db.OrderDAO
-
- getActiveOrders(Patient, OrderType, CareSetting, Date) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getActiveOrders(Patient, Visit, OrderType, CareSetting, Date) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getActiveOrders(Patient, OrderType, CareSetting, Date) - Method in interface org.openmrs.api.OrderService
-
Gets all active orders for the specified patient matching the specified CareSetting,
OrderType as of the specified date.
- getActiveOrders(Patient, Visit, OrderType, CareSetting, Date) - Method in interface org.openmrs.api.OrderService
-
- getActiveVisitsByPatient(Patient) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getActiveVisitsByPatient(Patient) - Method in interface org.openmrs.api.VisitService
-
Convenience method that delegates to getVisitsByPatient(patient, false, false)
- getAdditionalDetail() - Method in class org.openmrs.Condition
-
Gets the addition detail of the condition
- getAddress1() - Method in interface org.openmrs.Address
-
- getAddress1() - Method in class org.openmrs.Location
-
- getAddress1() - Method in class org.openmrs.PersonAddress
-
- getAddress10() - Method in interface org.openmrs.Address
-
- getAddress10() - Method in class org.openmrs.Location
- getAddress10() - Method in class org.openmrs.PersonAddress
- getAddress11() - Method in interface org.openmrs.Address
-
- getAddress11() - Method in class org.openmrs.Location
- getAddress11() - Method in class org.openmrs.PersonAddress
- getAddress12() - Method in interface org.openmrs.Address
-
- getAddress12() - Method in class org.openmrs.Location
- getAddress12() - Method in class org.openmrs.PersonAddress
- getAddress13() - Method in interface org.openmrs.Address
-
- getAddress13() - Method in class org.openmrs.Location
- getAddress13() - Method in class org.openmrs.PersonAddress
- getAddress14() - Method in interface org.openmrs.Address
-
- getAddress14() - Method in class org.openmrs.Location
- getAddress14() - Method in class org.openmrs.PersonAddress
- getAddress15() - Method in interface org.openmrs.Address
-
- getAddress15() - Method in class org.openmrs.Location
- getAddress15() - Method in class org.openmrs.PersonAddress
- getAddress2() - Method in interface org.openmrs.Address
-
- getAddress2() - Method in class org.openmrs.Location
-
- getAddress2() - Method in class org.openmrs.PersonAddress
-
- getAddress3() - Method in interface org.openmrs.Address
-
- getAddress3() - Method in class org.openmrs.Location
-
- getAddress3() - Method in class org.openmrs.PersonAddress
-
- getAddress4() - Method in interface org.openmrs.Address
-
- getAddress4() - Method in class org.openmrs.Location
-
- getAddress4() - Method in class org.openmrs.PersonAddress
-
- getAddress5() - Method in interface org.openmrs.Address
-
- getAddress5() - Method in class org.openmrs.Location
-
- getAddress5() - Method in class org.openmrs.PersonAddress
-
- getAddress6() - Method in interface org.openmrs.Address
-
- getAddress6() - Method in class org.openmrs.Location
-
- getAddress6() - Method in class org.openmrs.PersonAddress
-
- getAddress7() - Method in interface org.openmrs.Address
-
- getAddress7() - Method in class org.openmrs.Location
- getAddress7() - Method in class org.openmrs.PersonAddress
- getAddress8() - Method in interface org.openmrs.Address
-
- getAddress8() - Method in class org.openmrs.Location
- getAddress8() - Method in class org.openmrs.PersonAddress
- getAddress9() - Method in interface org.openmrs.Address
-
- getAddress9() - Method in class org.openmrs.Location
- getAddress9() - Method in class org.openmrs.PersonAddress
- getAddresses() - Method in class org.openmrs.Person
-
- getAddressTemplate() - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAddressTemplate() - Method in interface org.openmrs.api.LocationService
-
Returns the xml of default address template.
- getAddressTemplate() - Method in class org.openmrs.layout.address.AddressSupport
-
- getAdministrationInstructions() - Method in class org.openmrs.SimpleDosingInstructions
-
- getAdministrationService() - Static method in class org.openmrs.api.context.Context
-
- getAdministrationService() - Method in class org.openmrs.api.context.ServiceContext
-
- getAdvicePoints() - Method in class org.openmrs.module.Module
-
- getAge() - Method in class org.openmrs.Person
-
Convenience method to calculate this person's age based on the birthdate For a person who
lived 1990 to 2000, age would be -5 in 1985, 5 in 1995, 10 in 2000, and 10 2010.
- getAge(Date) - Method in class org.openmrs.Person
-
Convenience method: calculates the person's age on a given date based on the birthdate
- getaIsToB() - Method in class org.openmrs.RelationshipType
-
The java bean specifications says that if an attribute has the second letter capitalized (as
the "I" is), the initial "a" is not to be capitalized.
- getAlert() - Method in class org.openmrs.notification.AlertRecipient
-
- getAlert(Integer) - Method in interface org.openmrs.notification.AlertService
-
Get alert by internal identifier
- getAlert(Integer) - Method in interface org.openmrs.notification.db.AlertDAO
-
- getAlert(Integer) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
-
- getAlert(Integer) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAlertId() - Method in class org.openmrs.notification.Alert
-
- getAlertRead() - Method in class org.openmrs.notification.Alert
-
- getAlertRead() - Method in class org.openmrs.notification.AlertRecipient
-
- getAlerts(User, boolean, boolean) - Method in interface org.openmrs.notification.AlertService
-
Finds alerts for the given user with the given status
- getAlerts(User, boolean, boolean) - Method in interface org.openmrs.notification.db.AlertDAO
-
- getAlerts(User, boolean, boolean) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
-
- getAlerts(User, boolean, boolean) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAlertsByUser(User) - Method in interface org.openmrs.notification.AlertService
-
Find the alerts that are not read and have not expired for a user This will probably be the
most commonly called method If null is passed in for user
, find alerts for the
currently authenticated user.
- getAlertsByUser(User) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAlertService() - Static method in class org.openmrs.api.context.Context
-
- getAlertService() - Method in class org.openmrs.api.context.ServiceContext
-
- getAll(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsDataDAO
-
- getAll(boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsDataDAO
-
- getAll(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsMetadataDAO
-
- getAll(boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsMetadataDAO
-
- getAll(boolean) - Method in interface org.openmrs.api.db.OpenmrsDataDAO
-
Return a list of persistents (optionally voided)
- getAll(boolean, Integer, Integer) - Method in interface org.openmrs.api.db.OpenmrsDataDAO
-
Return a lists of persistents optionally voided, with paging
- getAll(boolean) - Method in interface org.openmrs.api.db.OpenmrsMetadataDAO
-
Return a list of metadata objects (optionally retired)
- getAll(boolean, Integer, Integer) - Method in interface org.openmrs.api.db.OpenmrsMetadataDAO
-
Return a lists of metadata objects optionally retired, with paging
- getAllActiveAlerts(User) - Method in interface org.openmrs.notification.AlertService
-
Find all alerts for a user that have not expired
- getAllActiveAlerts(User) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAllAlerts() - Method in interface org.openmrs.notification.AlertService
-
Get all unexpired alerts for all users
- getAllAlerts(boolean) - Method in interface org.openmrs.notification.AlertService
-
Get alerts for all users while obeying includeExpired
- getAllAlerts(boolean) - Method in interface org.openmrs.notification.db.AlertDAO
-
- getAllAlerts(boolean) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
-
- getAllAlerts() - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAllAlerts(boolean) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- getAllAttributeMap() - Method in class org.openmrs.Person
-
Convenience method to get all of this person's attributes (including voided ones) in map
form: <String, PersonAttribute>.
- getAllChildRoles() - Method in class org.openmrs.Role
-
Recursive (if need be) method to return all child roles of this role
Should only return child roles
- getAllCohorts() - Method in interface org.openmrs.api.CohortService
-
Gets all Cohorts (not including voided ones)
- getAllCohorts(boolean) - Method in interface org.openmrs.api.CohortService
-
Gets all Cohorts, possibly including the voided ones
- getAllCohorts(boolean) - Method in interface org.openmrs.api.db.CohortDAO
-
Gets all cohorts in the database
- getAllCohorts(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getAllCohorts() - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getAllCohorts(boolean) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getAllConceptAttributeTypes() - Method in interface org.openmrs.api.ConceptService
-
- getAllConceptAttributeTypes() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptAttributeTypes() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptClasses() - Method in interface org.openmrs.api.ConceptService
-
Return a list of concept classes currently in the database
- getAllConceptClasses(boolean) - Method in interface org.openmrs.api.ConceptService
-
Return a list of concept classes currently in the database
- getAllConceptClasses(boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptClasses(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptClasses(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptClasses() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptDatatypes() - Method in interface org.openmrs.api.ConceptService
-
Return a list of all concept datatypes currently in the database
- getAllConceptDatatypes(boolean) - Method in interface org.openmrs.api.ConceptService
-
Return a list of concept datatypes currently in the database
- getAllConceptDatatypes(boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptDatatypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptDatatypes() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptDatatypes(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptNameLocales() - Method in class org.openmrs.Concept
-
Convenience method that returns a set of all the locales in which names have been added for
this concept.
- getAllConceptNameTags() - Method in interface org.openmrs.api.ConceptService
-
Get all the concept name tags defined in the database, included voided ones
- getAllConceptNameTags() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptNameTags() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptNameTags() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptProposals(boolean) - Method in interface org.openmrs.api.ConceptService
-
Get a List of all concept proposals
- getAllConceptProposals(boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptProposals(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptProposals(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptReferenceTerms() - Method in interface org.openmrs.api.ConceptService
-
Gets a list of all concept reference terms saved in the database
- getAllConceptReferenceTerms() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConcepts() - Method in interface org.openmrs.api.ConceptService
-
Return a list of unretired concepts sorted by concept id ascending and
- getAllConcepts(String, boolean, boolean) - Method in interface org.openmrs.api.ConceptService
-
Return a list of concepts sorted on sortBy in dir direction (asc/desc)
- getAllConcepts(String, boolean, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConcepts(String, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConcepts() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConcepts(String, boolean, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptSources(boolean) - Method in interface org.openmrs.api.ConceptService
-
Return a list of concept sources currently in the database Whether or not to return retired
concept sources is decided by the boolean includeRetired param
- getAllConceptSources(boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptSources(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptSources(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConceptStateConversions() - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getAllConceptStateConversions() - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns all conceptStateConversions
- getAllConceptStateConversions() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getAllConceptStateConversions() - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns all conceptStateConversions
- getAllConceptStopWords() - Method in interface org.openmrs.api.ConceptService
-
Get all the concept stop words
- getAllConceptStopWords() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getAllConceptStopWords() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getAllConceptStopWords() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllConditions(Patient) - Method in interface org.openmrs.api.ConditionService
-
Gets all conditions i.e both active and inactive conditions, associated with a patient
- getAllConditions(Patient) - Method in interface org.openmrs.api.db.ConditionDAO
-
- getAllConditions(Patient) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
- getAllConditions(Patient) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
- getAllCount(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsDataDAO
-
- getAllCount(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsMetadataDAO
-
- getAllCount(boolean) - Method in interface org.openmrs.api.db.OpenmrsDataDAO
-
Returns total number of persistents (optionally voided)
- getAllCount(boolean) - Method in interface org.openmrs.api.db.OpenmrsMetadataDAO
-
Returns total number of persistents (optionally retired)
- getAllDatatypeClasses() - Method in interface org.openmrs.api.DatatypeService
-
- getAllDatatypeClasses() - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getAllDiagnosisAttributeTypes() - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getAllDiagnosisAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getAllDiagnosisAttributeTypes() - Method in interface org.openmrs.api.DiagnosisService
-
Fetches all diagnosis attribute types including retired ones.
- getAllDiagnosisAttributeTypes() - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getAllDrugs() - Method in interface org.openmrs.api.ConceptService
-
Return a list of drugs currently in the database that are not retired
- getAllDrugs(boolean) - Method in interface org.openmrs.api.ConceptService
-
Get drugs by concept.
- getAllDrugs() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllDrugs(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getAllEncounterRoles(boolean) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get all encounter roles and optionally specify whether to include retired encountered roles
- getAllEncounterRoles(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getAllEncounterRoles(boolean) - Method in interface org.openmrs.api.EncounterService
-
Get all encounter roles based on includeRetired flag
- getAllEncounterRoles(boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getAllEncounters(Cohort) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getAllEncounters(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getAllEncounters(Cohort) - Method in interface org.openmrs.api.EncounterService
-
Get all encounters for a cohort of patients
- getAllEncounters(Cohort) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getAllEncounterTypes(Boolean) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get all encounter types
- getAllEncounterTypes(Boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getAllEncounterTypes() - Method in interface org.openmrs.api.EncounterService
-
Get all encounter types (including retired)
- getAllEncounterTypes(boolean) - Method in interface org.openmrs.api.EncounterService
-
Get all encounter types.
- getAllEncounterTypes() - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getAllEncounterTypes(boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getAllergen() - Method in class org.openmrs.Allergy
-
- getAllergenType() - Method in class org.openmrs.Allergen
-
- getAllergenType() - Method in class org.openmrs.Allergy
-
- getAllergies(Patient) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getAllergies(Patient) - Method in interface org.openmrs.api.db.PatientDAO
-
Gets a list of allergies that a patient has
- getAllergies(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllergies(Patient) - Method in interface org.openmrs.api.PatientService
-
Gets allergies for a given patient
- getAllergies() - Method in class org.openmrs.Encounter
-
Basic property getter for the encounter's non-voided allergies.
- getAllergies(boolean) - Method in class org.openmrs.Encounter
-
Returns all allergies where 'Allergy.encounterId = Encounter.encounterId'.
- getAllergy(Integer) - Method in class org.openmrs.Allergies
-
Gets an allergy with a given id
- getAllergy() - Method in class org.openmrs.AllergyReaction
-
- getAllergy(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getAllergy(Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
Gets a allergy matching the given allergyId
- getAllergy(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllergy(Integer) - Method in interface org.openmrs.api.PatientService
-
Returns the Allergy identified by internal Ingerger Id
- getAllergyByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getAllergyByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
-
Gets a allergy matching the given uuid
- getAllergyByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllergyByUuid(String) - Method in interface org.openmrs.api.PatientService
-
Returns the Allergy identified by uuid
- getAllergyId() - Method in class org.openmrs.Allergy
-
- getAllergyReaction(Integer) - Method in class org.openmrs.Allergy
-
Gets an allergy reaction with a given id
- getAllergyReactionId() - Method in class org.openmrs.AllergyReaction
-
- getAllergyReactionsConcept() - Method in class org.openmrs.AllergyProperties
-
- getAllergyStatus() - Method in class org.openmrs.Allergies
-
- getAllergyStatus(Patient) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getAllergyStatus(Patient) - Method in interface org.openmrs.api.db.PatientDAO
-
Gets a patient's allergy status
- getAllergyStatus() - Method in class org.openmrs.Patient
-
Returns allergy status maintained by the supporting infrastructure.
- getAllFields(boolean) - Method in interface org.openmrs.api.db.FormDAO
-
Returns all fields in the database, possibly including retired ones
- getAllFields(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getAllFields() - Method in interface org.openmrs.api.FormService
-
Fetches all Fields in the database, including retired ones
- getAllFields(boolean) - Method in interface org.openmrs.api.FormService
-
Fetches all Fields in the database, possibly including retired ones
- getAllFields() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllFields(boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllFields(Class<?>) - Static method in class org.openmrs.util.Reflect
-
This method return all the fields (including private) from the given class and its super
classes.
- getAllFieldTypes(boolean) - Method in interface org.openmrs.api.db.FormDAO
-
Get all field types
- getAllFieldTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getAllFieldTypes() - Method in interface org.openmrs.api.FormService
-
Get all field types in the database including the retired ones
- getAllFieldTypes(boolean) - Method in interface org.openmrs.api.FormService
-
Get all field types in the database with or without retired ones
- getAllFieldTypes() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllFieldTypes(boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllFlattenedObs(boolean) - Method in class org.openmrs.Encounter
-
Returns all encounter obs as a flatten list(Set) of obs.
- getAllFormFields() - Method in interface org.openmrs.api.db.FormDAO
-
Returns all FormFields in the database
- getAllFormFields() - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getAllFormFields() - Method in interface org.openmrs.api.FormService
-
Returns all FormFields in the database
- getAllFormFields() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllForms(boolean) - Method in interface org.openmrs.api.db.FormDAO
-
Returns all forms in the database, possibly including retired ones
- getAllForms(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getAllForms() - Method in interface org.openmrs.api.FormService
-
Gets all Forms, including retired ones.
- getAllForms(boolean) - Method in interface org.openmrs.api.FormService
-
Gets all forms, possibly including retired ones
- getAllForms() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllForms(boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getAllGlobalProperties() - Method in interface org.openmrs.api.AdministrationService
-
Get a list of all global properties in the system
- getAllGlobalProperties() - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getAllGlobalProperties() - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getAllGlobalProperties() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getAllHandlerClasses() - Method in interface org.openmrs.api.DatatypeService
-
- getAllHandlerClasses() - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getAllHL7InArchives() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getAllHL7InArchives(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getAllHL7InArchives() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getAllHL7InArchives(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
Returns hl7 in archives but with a limited resultset size to save memory
- getAllHL7InArchives() - Method in interface org.openmrs.hl7.HL7Service
-
Get all archive hl7 queue items from the database
- getAllHL7InArchives() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getAllHL7InErrors() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getAllHL7InErrors() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getAllHL7InErrors() - Method in interface org.openmrs.hl7.HL7Service
-
Get all HL7InError
items from the database
- getAllHL7InErrors() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getAllHL7InQueues() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getAllHL7InQueues() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getAllHL7InQueues() - Method in interface org.openmrs.hl7.HL7Service
-
Return a list of all hl7 in queues in the database
- getAllHL7InQueues() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getAllHL7Sources() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getAllHL7Sources() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getAllHL7Sources() - Method in interface org.openmrs.hl7.HL7Service
-
Get all of the hl7 source objects from the database.
- getAllHL7Sources() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getAllIdentifierValidators() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllIdentifierValidators() - Method in interface org.openmrs.api.PatientService
-
- getAllKeys() - Method in class org.openmrs.api.cache.OpenmrsCacheConfiguration
-
- getAllLocationAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getAllLocationAttributeTypes() - Method in interface org.openmrs.api.db.LocationDAO
-
- getAllLocationAttributeTypes() - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAllLocationAttributeTypes() - Method in interface org.openmrs.api.LocationService
-
- getAllLocations(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getAllLocations(boolean) - Method in interface org.openmrs.api.db.LocationDAO
-
Get all locations
- getAllLocations() - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAllLocations(boolean) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAllLocations() - Method in interface org.openmrs.api.LocationService
-
Returns all locations, includes retired locations.
- getAllLocations(boolean) - Method in interface org.openmrs.api.LocationService
-
Returns all locations.
- getAllLocationTags(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getAllLocationTags(boolean) - Method in interface org.openmrs.api.db.LocationDAO
-
Get all location tags
- getAllLocationTags() - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAllLocationTags(boolean) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getAllLocationTags() - Method in interface org.openmrs.api.LocationService
-
Returns all location tags, includes retired location tags.
- getAllLocationTags(boolean) - Method in interface org.openmrs.api.LocationService
-
Returns all location tags.
- getAllObjects(Class<T>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getAllObjects(Class<T>) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getAllObjects(Class<T>) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves all non-retired objects of the passed type from the database that have been saved
through serialization
- getAllObjects(Class<T>, boolean) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves all objects from the database that match the passed type that have been saved
through serialization Returns voided / retired Objects only if includeRetired parameter is
true
- getAllObjectsByName(Class<T>, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getAllObjectsByName(Class<T>, String, boolean) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves all objects from the database that match the passed type and name that have been
saved through serialization
- getAllObs(boolean) - Method in class org.openmrs.Encounter
-
Returns all Obs where Obs.encounterId = Encounter.encounterId In practice, this method should
not be used very often...
- getAllObs() - Method in class org.openmrs.Encounter
-
- getAllOrderAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getAllOrderAttributeTypes() - Method in interface org.openmrs.api.db.OrderDAO
-
- getAllOrderAttributeTypes() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getAllOrderAttributeTypes() - Method in interface org.openmrs.api.OrderService
-
Returns all order attribute types
- getAllOrderGroupAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getAllOrderGroupAttributeTypes() - Method in interface org.openmrs.api.db.OrderDAO
-
- getAllOrderGroupAttributeTypes() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getAllOrderGroupAttributeTypes() - Method in interface org.openmrs.api.OrderService
-
Returns all order group attribute types
- getAllOrdersByPatient(Patient) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getAllOrdersByPatient(Patient) - Method in interface org.openmrs.api.OrderService
-
Gets all orders for the specified patient including discontinuation orders
- getAllOrderSetAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getAllOrderSetAttributeTypes() - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getAllOrderSetAttributeTypes() - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getAllOrderSetAttributeTypes() - Method in interface org.openmrs.api.OrderSetService
-
Get all order set attribute types
- getAllowDecimal() - Method in class org.openmrs.ConceptNumeric
-
- getAllowedCharacters() - Method in interface org.openmrs.patient.IdentifierValidator
-
- getAllowedCharacters() - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
-
- getAllowedCharacters() - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
-
- getAllowedCharacters() - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
-
- getAllowedLocales() - Method in interface org.openmrs.api.AdministrationService
-
Gets the list of locales which the administrator has allowed for use on the system.
- getAllowedLocales() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getAllowedLocales() - Method in class org.openmrs.api.impl.GlobalLocaleList
-
Gets the current list of allowed locales.
- getAllParentRoles() - Method in class org.openmrs.Role
-
Recursive (if need be) method to return all parent roles of this role
Should only return parent roles
- getAllPatientIdentifierTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
Should not return null when includeRetired is false
Should not return retired when includeRetired is false
Should not return null when includeRetired is true
Should return all when includeRetired is true
Should return ordered
- getAllPatientIdentifierTypes(boolean) - Method in interface org.openmrs.api.db.PatientDAO
-
Should not return null when includeRetired is false
Should not return retired when includeRetired is false
Should not return null when includeRetired is true
Should return all when includeRetired is true
- getAllPatientIdentifierTypes() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllPatientIdentifierTypes(boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllPatientIdentifierTypes() - Method in interface org.openmrs.api.PatientService
-
- getAllPatientIdentifierTypes(boolean) - Method in interface org.openmrs.api.PatientService
-
Get all patientIdentifier types.
- getAllPatients(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getAllPatients(boolean) - Method in interface org.openmrs.api.db.PatientDAO
-
- getAllPatients() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllPatients(boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getAllPatients() - Method in interface org.openmrs.api.PatientService
-
Returns all non voided patients in the system
- getAllPatients(boolean) - Method in interface org.openmrs.api.PatientService
-
Returns patients in the system
- getAllPersonAttributeTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getAllPersonAttributeTypes(boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getAllPersonAttributeTypes() - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllPersonAttributeTypes(boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllPersonAttributeTypes() - Method in interface org.openmrs.api.PersonService
-
Get all PersonAttributeTypes in the database
- getAllPersonAttributeTypes(boolean) - Method in interface org.openmrs.api.PersonService
-
Get all PersonAttributeTypes in the database with the option of including the retired types
- getAllPersonMergeLogs() - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getAllPersonMergeLogs() - Method in interface org.openmrs.api.db.PersonDAO
-
Gets all the PersonMergeLog objects in the model
- getAllPersonMergeLogs(boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllPersonMergeLogs(boolean) - Method in interface org.openmrs.api.PersonService
-
Gets all the PersonMergeLog
objects from the model
- getAllPrivileges() - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getAllPrivileges() - Method in interface org.openmrs.api.db.UserDAO
-
- getAllPrivileges() - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getAllPrivileges() - Method in interface org.openmrs.api.UserService
-
Returns all privileges currently possible for any User
- getAllProgramAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getAllProgramAttributeTypes() - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getAllProgramAttributeTypes() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getAllProgramAttributeTypes() - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getAllPrograms(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getAllPrograms(boolean) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns all programs
- getAllPrograms() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getAllPrograms(boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getAllPrograms() - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns all programs, includes retired programs.
- getAllPrograms(boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns all programs
- getAllProviderAttributeTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getAllProviderAttributeTypes(boolean) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getAllProviderAttributeTypes() - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getAllProviderAttributeTypes(boolean) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getAllProviderAttributeTypes() - Method in interface org.openmrs.api.ProviderService
-
Gets all provider attribute types including retired provider attribute types.
- getAllProviderAttributeTypes(boolean) - Method in interface org.openmrs.api.ProviderService
-
Gets all provider attribute types optionally including retired provider attribute types.
- getAllProviders(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getAllProviders(boolean) - Method in interface org.openmrs.api.db.ProviderDAO
-
Gets all Providers
- getAllProviders() - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getAllProviders(boolean) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getAllProviders() - Method in interface org.openmrs.api.ProviderService
-
Gets all providers. includes retired Provider.This method delegates to the
#getAllProviders(boolean) method
- getAllProviders(boolean) - Method in interface org.openmrs.api.ProviderService
-
Gets all providers
- getAllRelationships(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getAllRelationships(boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getAllRelationships() - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllRelationships(boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllRelationships() - Method in interface org.openmrs.api.PersonService
-
Get list of relationships that are not voided
- getAllRelationships(boolean) - Method in interface org.openmrs.api.PersonService
-
Get list of relationships optionally including the voided ones or not
- getAllRelationshipTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getAllRelationshipTypes(boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getAllRelationshipTypes() - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllRelationshipTypes(boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getAllRelationshipTypes() - Method in interface org.openmrs.api.PersonService
-
Get all relationshipTypes Includes retired relationship types
- getAllRelationshipTypes(boolean) - Method in interface org.openmrs.api.PersonService
-
Get all relationshipTypes with the option of including the retired types
- getAllRoles(User) - Static method in class org.openmrs.api.context.Context
-
Convenience method.
- getAllRoles() - Method in class org.openmrs.api.context.UserContext
-
Gets all the roles for the (un)authenticated user.
- getAllRoles(User) - Method in class org.openmrs.api.context.UserContext
-
Gets all the roles for a user.
- getAllRoles() - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getAllRoles() - Method in interface org.openmrs.api.db.UserDAO
-
- getAllRoles() - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getAllRoles() - Method in interface org.openmrs.api.UserService
-
Returns all roles currently possible for any User
- getAllRoles() - Method in class org.openmrs.User
-
Returns all roles attributed to this user by expanding the role list to include the parents of
the assigned roles
- getAllSerializedObjects(Class<?>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getAllSerializedObjects(Class<?>, boolean) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves all raw Serialized Object from the database that match the passed type and
includeRetired flag
- getAllSerializedObjectsByName(Class<?>, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getAllSerializedObjectsByName(Class<?>, String, boolean) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves all raw Serialized Objects from the database that match the passed type and name
- getAllTemplates() - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Get all templates in the database.
- getAllTemplates() - Method in interface org.openmrs.notification.MessageService
-
- getAllTokens() - Method in interface org.openmrs.logic.LogicService
-
Fetch all known (registered) tokens
- getAllUsers() - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getAllUsers() - Method in interface org.openmrs.api.db.UserDAO
-
- getAllUsers() - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getAllUsers() - Method in interface org.openmrs.api.UserService
-
Returns all users in the system
- getAllVisitAttributeTypes() - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getAllVisitAttributeTypes() - Method in interface org.openmrs.api.db.VisitDAO
-
- getAllVisitAttributeTypes() - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getAllVisitAttributeTypes() - Method in interface org.openmrs.api.VisitService
-
- getAllVisits() - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getAllVisits() - Method in interface org.openmrs.api.VisitService
-
Gets all unvoided visits in the database.
- getAllVisitTypes() - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getAllVisitTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getAllVisitTypes() - Method in interface org.openmrs.api.db.VisitDAO
-
- getAllVisitTypes(boolean) - Method in interface org.openmrs.api.db.VisitDAO
-
- getAllVisitTypes() - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getAllVisitTypes(boolean) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getAllVisitTypes() - Method in interface org.openmrs.api.VisitService
-
Gets all visit types.
- getAllVisitTypes(boolean) - Method in interface org.openmrs.api.VisitService
-
Get all visit types based on includeRetired flag
- getAllWorkflows() - Method in class org.openmrs.Program
-
Get all workflows...including the retired ones
- getAnswerConcept() - Method in class org.openmrs.ConceptAnswer
-
- getAnswerDrug() - Method in class org.openmrs.ConceptAnswer
-
- getAnswers() - Method in class org.openmrs.Concept
-
- getAnswers(boolean) - Method in class org.openmrs.Concept
-
If
includeRetired
is true, then the returned object is the actual stored list of
ConceptAnswer
s
- getAnswers() - Method in class org.openmrs.Field
-
- getApplicationContext() - Method in class org.openmrs.api.context.ServiceContext
-
- getApplicationDataDirectory() - Static method in class org.openmrs.util.OpenmrsUtil
-
Returns the application data directory.
- getApplicationDataDirectoryAsFile() - Static method in class org.openmrs.util.OpenmrsUtil
-
- getAsNeeded() - Method in class org.openmrs.DrugOrder
-
Returns true/false whether the drug is a "pro re nata" drug
- getAsNeeded() - Method in class org.openmrs.MedicationDispense
-
- getAsNeeded() - Method in class org.openmrs.SimpleDosingInstructions
-
- getAsNeededCondition() - Method in class org.openmrs.DrugOrder
-
- getAsNeededCondition() - Method in class org.openmrs.SimpleDosingInstructions
-
- getAsText() - Method in class org.openmrs.propertyeditor.ConceptMapTypeEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.ConceptReferenceTermEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.DateOrDatetimeEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.OpenmrsPropertyEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.PersonEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.PrivilegeEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.ProgramEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.ProviderEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.RoleEditor
-
- getAsText() - Method in class org.openmrs.propertyeditor.WorkflowCollectionEditor
-
Convert this program's workflows into "id: wkflowid wkflowid wkflowid"
- getAttachment() - Method in class org.openmrs.notification.Message
-
- getAttachmentContentType() - Method in class org.openmrs.notification.Message
-
- getAttachmentFileName() - Method in class org.openmrs.notification.Message
-
- getAttribute(String) - Method in class org.openmrs.api.OrderContext
-
Gets the value of for the specified attribute name
- getAttribute(PersonAttributeType) - Method in class org.openmrs.Person
-
Convenience Method to return the first non-voided person attribute matching a person
attribute type.
- getAttribute(String) - Method in class org.openmrs.Person
-
Convenience method to get this person's first attribute that has a PersonAttributeType.name
equal to attributeName
.
- getAttribute(Integer) - Method in class org.openmrs.Person
-
Convenience method to get this person's first attribute that has a PersonAttributeTypeId
equal to attributeTypeId
.
- getAttributeMap() - Method in class org.openmrs.Person
-
Convenience method to get this person's active attributes in map form: <String,
PersonAttribute>.
- getAttributeName() - Method in class org.openmrs.Field
-
- getAttributePredicate(CriteriaBuilder, Root<Location>, Map<AT, String>) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
-
Constructs a list of predicates for attribute value criteria for use in a JPA Criteria query.
- getAttributes(Class<?>) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
Get the Secured
attributes for a given target class.
- getAttributes(Method) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
Get the Secured
attributes for a given target method.
- getAttributes(Class<?>, Class<?>) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
- getAttributes(Method, Class<?>) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
- getAttributes(Field) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
- getAttributes(Field, Class<?>) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
- getAttributes() - Method in class org.openmrs.BaseCustomizableData
-
- getAttributes() - Method in class org.openmrs.BaseCustomizableMetadata
-
- getAttributes() - Method in class org.openmrs.Concept
-
- getAttributes() - Method in interface org.openmrs.customdatatype.Customizable
-
- getAttributes() - Method in class org.openmrs.PatientProgram
-
- getAttributes() - Method in class org.openmrs.Person
-
- getAttributes(String) - Method in class org.openmrs.Person
-
Convenience method to get all of this person's attributes that have a
PersonAttributeType.name equal to attributeName
.
- getAttributes(Integer) - Method in class org.openmrs.Person
-
Convenience method to get all of this person's attributes that have a PersonAttributeType.id
equal to attributeTypeId
.
- getAttributes(PersonAttributeType) - Method in class org.openmrs.Person
-
Convenience method to get all of this person's attributes that have a PersonAttributeType
equal to personAttributeType
.
- getAttributeType() - Method in interface org.openmrs.attribute.Attribute
-
- getAttributeType() - Method in class org.openmrs.attribute.BaseAttribute
-
- getAttributeType() - Method in class org.openmrs.PersonAttribute
-
- getAuthenticatedUser() - Static method in class org.openmrs.api.context.Context
-
- getAuthenticatedUser() - Method in class org.openmrs.api.context.UserContext
-
- getAuthenticatedUserId() - Static method in class org.openmrs.util.DatabaseUpdater
-
- getAuthenticationScheme() - Method in interface org.openmrs.api.context.Authenticated
-
- getAuthenticationScheme() - Method in class org.openmrs.api.context.BasicAuthenticated
-
- getAuthenticationScheme() - Static method in class org.openmrs.api.context.Context
-
OpenMRS provides its default authentication scheme that authenticates via DAO with OpenMRS usernames and passwords.
- getAuthenticationScheme() - Method in interface org.openmrs.api.context.Credentials
-
- getAuthenticationScheme() - Method in class org.openmrs.api.context.UsernamePasswordCredentials
-
- getAuthor() - Method in class org.openmrs.module.Module
-
- getAuthor() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getAutoExpireDate(DrugOrder) - Method in class org.openmrs.BaseDosingInstructions
-
- getAutoExpireDate(DrugOrder) - Method in interface org.openmrs.DosingInstructions
-
Implementations of this interface may be able to infer the auto-expiration date from other
fields on the DrugOrder.
- getAutoExpireDate() - Method in class org.openmrs.Order
-
- getAutoExpireOnOrBeforeDate() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getAvailablelocales() - Method in class org.openmrs.web.filter.util.CustomResourceLoader
-
- getAwareOfModules() - Method in class org.openmrs.module.Module
-
This list of strings is just what is included in the config.xml file, the full package names:
e.g. org.openmrs.module.formentry, for the modules that this module is aware of.
- getAwareOfModuleVersion(String) - Method in class org.openmrs.module.Module
-
- getBirthdate() - Method in class org.openmrs.Person
-
- getBirthdateEstimated() - Method in class org.openmrs.Person
-
- getBirthDateTime() - Method in class org.openmrs.Person
-
- getBirthtime() - Method in class org.openmrs.Person
-
- getbIsToA() - Method in class org.openmrs.RelationshipType
-
- getBrandName() - Method in class org.openmrs.DrugOrder
-
Gets the brandName
- getBufferSize() - Method in class org.openmrs.logging.MemoryAppender
-
- getBufferSize() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getBuild() - Method in class org.openmrs.Form
-
- getBundle(String, Object) - Method in class org.openmrs.web.filter.util.LocalizationTool
-
To be able to load resource bundles outside the class path we need to override this method
- getById(Serializable) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO
-
- getById(Serializable) - Method in interface org.openmrs.api.db.OpenmrsObjectDAO
-
Obtains an object matching a given identifier
- getByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO
-
- getByUuid(String) - Method in interface org.openmrs.api.db.OpenmrsObjectDAO
-
Obtains an object matching a given UUID
- getCacheConfigurations() - Static method in class org.openmrs.api.cache.CachePropertiesUtil
-
This method looks for all apiCacheConfig.properties file located in cacheConfig folder in classpath
- getCacheMode() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Get the current cache mode.
- getCallerClass(int) - Method in class org.openmrs.util.OpenmrsSecurityManager
-
Returns the class on the current execution stack at the given depth. 0 is the most recently
called class.
- getCanceledOrExpiredOnOrBeforeDate() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getCareSetting(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getCareSetting(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
Get care setting by type
- getCareSetting(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getCareSetting() - Method in class org.openmrs.api.OrderContext
-
- getCareSetting(Integer) - Method in interface org.openmrs.api.OrderService
-
Retrieve care setting
- getCareSetting() - Method in class org.openmrs.Order
-
Gets the careSetting
- getCareSetting() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getCareSettingByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getCareSettingByName(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getCareSettingByName(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getCareSettingByName(String) - Method in interface org.openmrs.api.OrderService
-
Gets the CareSetting with the specified name
- getCareSettingByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getCareSettingByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getCareSettingByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getCareSettingByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Gets the CareSetting with the specified uuid
- getCareSettingId() - Method in class org.openmrs.CareSetting
-
- getCareSettings(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getCareSettings(boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getCareSettings(boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getCareSettings(boolean) - Method in interface org.openmrs.api.OrderService
-
Gets all non retired CareSettings if includeRetired is set to true otherwise retired ones are
included too
- getCareSettingType() - Method in class org.openmrs.CareSetting
-
- getCatalogName() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- getCategory() - Method in class org.openmrs.OrderSet
-
Gets the category
- getCauseOfDeath() - Method in class org.openmrs.Person
-
- getCauseOfDeathNonCoded() - Method in class org.openmrs.Person
-
This method returns the non coded cause of death
- getCertainty() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis certainty.
- getChangedBy() - Method in class org.openmrs.api.db.hibernate.envers.OpenmrsRevisionEntity
-
- getChangedBy() - Method in class org.openmrs.api.db.LoginCredential
-
- getChangedBy() - Method in class org.openmrs.BaseConceptMap
-
- getChangedBy() - Method in class org.openmrs.BaseOpenmrsData
-
- getChangedBy() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getChangedBy() - Method in interface org.openmrs.Changeable
-
- getChangedBy() - Method in class org.openmrs.Concept
-
- getChangedBy() - Method in class org.openmrs.ConceptAnswer
-
Not currently used.
- getChangedBy() - Method in class org.openmrs.ConceptDescription
-
- getChangedBy() - Method in class org.openmrs.ConceptName
-
- getChangedBy() - Method in class org.openmrs.ConceptNameTag
-
- getChangedBy() - Method in class org.openmrs.ConceptProposal
-
- getChangedBy() - Method in class org.openmrs.ConceptSet
-
Not currently used.
- getChangedBy() - Method in class org.openmrs.DrugReferenceMap
-
- getChangedBy() - Method in class org.openmrs.FormResource
-
- getChangedBy() - Method in class org.openmrs.GlobalProperty
-
- getChangedBy() - Method in class org.openmrs.notification.Alert
-
- getChangedBy() - Method in interface org.openmrs.OpenmrsData
-
- getChangedBy() - Method in interface org.openmrs.OpenmrsMetadata
-
- getChangedBy() - Method in class org.openmrs.User
-
- getChangedOn() - Method in class org.openmrs.api.db.hibernate.envers.OpenmrsRevisionEntity
-
- getChangeLogCombinations() - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getChangeSetsByTableName() - Method in class org.openmrs.liquibase.CoreDataTuner
-
- getCheckDigit(String) - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
-
- getCheckDigit(String) - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
-
- getCheckDigit(String) - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
-
- getChildCollection(OpenmrsObject, Field) - Static method in class org.openmrs.aop.RequiredDataAdvice
-
This method gets a child attribute off of an OpenmrsObject.
- getChildLocations() - Method in class org.openmrs.Location
-
- getChildLocations(boolean) - Method in class org.openmrs.Location
-
Returns all childLocations where child.locationId = this.locationId.
- getChildRoles() - Method in class org.openmrs.Role
-
- getCityVillage() - Method in interface org.openmrs.Address
-
- getCityVillage() - Method in class org.openmrs.Location
-
- getCityVillage() - Method in class org.openmrs.PersonAddress
-
- getClassesWithAnnotation(Class) - Method in class org.openmrs.util.OpenmrsClassScanner
-
Searches for classes with a given annotation.
- getClassInstance() - Method in class org.openmrs.module.AdvicePoint
-
- getClassName() - Method in class org.openmrs.module.AdvicePoint
-
- getClientName() - Method in interface org.openmrs.api.context.Credentials
-
A string that identifies the owner of the credentials by a name.
- getClientName() - Method in class org.openmrs.api.context.UsernamePasswordCredentials
-
- getClinicalHistory() - Method in class org.openmrs.ServiceOrder
-
Gets the clinical history.
- getClinicalStatus() - Method in class org.openmrs.Condition
-
Gets the clinical status of the condition
- getClobDatatypeStorage(Integer) - Method in interface org.openmrs.api.DatatypeService
-
Gets a clob storage object by its id
- getClobDatatypeStorage(Integer) - Method in interface org.openmrs.api.db.DatatypeDAO
-
Gets a clob storage object by its id
- getClobDatatypeStorage(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateDatatypeDAO
-
- getClobDatatypeStorage(Integer) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getClobDatatypeStorageByUuid(String) - Method in interface org.openmrs.api.DatatypeService
-
Gets a clob storage object by its uuid
- getClobDatatypeStorageByUuid(String) - Method in interface org.openmrs.api.db.DatatypeDAO
-
Gets a clob storage object by its uuid
- getClobDatatypeStorageByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateDatatypeDAO
-
- getClobDatatypeStorageByUuid(String) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getCode() - Method in class org.openmrs.ConceptReferenceTerm
-
- getCode(Concept) - Static method in class org.openmrs.Duration
-
Returns concept reference term code of the mapping to the SNOMED CT concept source
- getCode() - Method in class org.openmrs.messagesource.PresentationMessage
-
Returns the look-up key for the message.
- getCoded() - Method in class org.openmrs.CodedOrFreeText
-
Gets the coded concept
- getCodedAllergen() - Method in class org.openmrs.Allergen
-
- getCodeName() - Method in class org.openmrs.layout.address.AddressTemplate
-
- getCodeName() - Method in class org.openmrs.layout.LayoutTemplate
-
- getCohort(Integer) - Method in interface org.openmrs.api.CohortService
-
Gets a Cohort by its database primary key
- getCohort(String) - Method in interface org.openmrs.api.CohortService
-
- getCohort(Integer) - Method in interface org.openmrs.api.db.CohortDAO
-
Finds the cohort with the given primary key
- getCohort(String) - Method in interface org.openmrs.api.db.CohortDAO
-
Finds a cohort by name
- getCohort(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohort(String) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohort(Integer) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohort(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohort() - Method in class org.openmrs.CohortMembership
-
- getCohortByName(String) - Method in interface org.openmrs.api.CohortService
-
Gets a non voided Cohort by its name
- getCohortByName(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortByUuid(String) - Method in interface org.openmrs.api.CohortService
-
Get Cohort by its UUID
- getCohortByUuid(String) - Method in interface org.openmrs.api.db.CohortDAO
-
- getCohortByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohortByUuid(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortId() - Method in class org.openmrs.Cohort
-
- getCohortMemberId() - Method in class org.openmrs.CohortMembership
-
- getCohortMembershipByUuid(String) - Method in interface org.openmrs.api.CohortService
-
Get CohortMembership by its UUID
- getCohortMembershipByUuid(String) - Method in interface org.openmrs.api.db.CohortDAO
-
- getCohortMembershipByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohortMembershipByUuid(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortMemberships(Integer, Date, boolean) - Method in interface org.openmrs.api.CohortService
-
Gets memberships for the given patient, optionally active on a specific date
- getCohortMemberships(Integer, Date, boolean) - Method in interface org.openmrs.api.db.CohortDAO
-
- getCohortMemberships(Integer, Date, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohortMemberships(Integer, Date, boolean) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohorts(String) - Method in interface org.openmrs.api.CohortService
-
Returns Cohorts whose names match the given string.
- getCohorts(String) - Method in interface org.openmrs.api.db.CohortDAO
-
Finds all Cohorts with matching names
- getCohorts(String) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohorts(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortsContainingPatient(Patient) - Method in interface org.openmrs.api.CohortService
-
- getCohortsContainingPatient(Patient) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortsContainingPatientId(Integer) - Method in interface org.openmrs.api.CohortService
-
Find all Cohorts that contain the given patientId right now.
- getCohortsContainingPatientId(Integer, boolean, Date) - Method in interface org.openmrs.api.db.CohortDAO
-
Finds all cohorts that contain the given patientId
- getCohortsContainingPatientId(Integer, boolean, Date) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- getCohortsContainingPatientId(Integer) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- getCohortService() - Static method in class org.openmrs.api.context.Context
-
- getCohortService() - Method in class org.openmrs.api.context.ServiceContext
-
- getCollection() - Method in class org.openmrs.collection.CollectionPart
-
- getCollection() - Method in class org.openmrs.collection.ListPart
-
- getColumns() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- getColumns() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnStatement
-
- getCombination() - Method in class org.openmrs.Drug
-
- getCommaSeparatedPatientIds() - Method in class org.openmrs.Cohort
-
- getComment() - Method in class org.openmrs.Allergy
-
- getComment() - Method in class org.openmrs.Obs
-
- getComments() - Method in class org.openmrs.Allergy
-
- getComments() - Method in class org.openmrs.ConceptProposal
-
- getComments() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getCommentToFulfiller() - Method in class org.openmrs.Order
-
- getCompatibleNames(Locale) - Method in class org.openmrs.Concept
-
Returns all names from compatible locales.
- getComplexData() - Method in class org.openmrs.Obs
-
Get the ComplexData.
- getComplexDataFile(Obs) - Static method in class org.openmrs.obs.handler.AbstractHandler
-
Convenience method to create and return a file for the stored ComplexData.data Object
- getComplexObs(Integer, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getComplexObs(Integer, String) - Method in interface org.openmrs.api.ObsService
-
- getConcept(Integer) - Method in interface org.openmrs.api.ConceptService
-
Gets the concept with the given id
- getConcept(String) - Method in interface org.openmrs.api.ConceptService
-
Get Concept by id or name convenience method
- getConcept(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConcept(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConcept(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConcept(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConcept() - Method in class org.openmrs.ConceptAnswer
-
- getConcept() - Method in class org.openmrs.ConceptAttribute
-
- getConcept() - Method in class org.openmrs.ConceptDescription
-
- getConcept() - Method in class org.openmrs.ConceptMap
-
- getConcept() - Method in class org.openmrs.ConceptName
-
- getConcept() - Method in class org.openmrs.ConceptSearchResult
-
- getConcept() - Method in class org.openmrs.ConceptSet
-
- getConcept() - Method in class org.openmrs.ConceptStateConversion
-
- getConcept() - Method in class org.openmrs.Drug
-
Gets the concept this drug is tied to
- getConcept() - Method in class org.openmrs.Field
-
- getConcept() - Method in class org.openmrs.FieldAnswer
-
- getConcept(String, String, String) - Method in class org.openmrs.hl7.handler.ORUR01Handler
-
Get a concept object representing this conceptId and coding system.
- getConcept() - Method in exception org.openmrs.hl7.handler.ProposingConceptException
-
- getConcept() - Method in class org.openmrs.MedicationDispense
-
- getConcept() - Method in class org.openmrs.Obs
-
- getConcept() - Method in class org.openmrs.Order
-
- getConcept() - Method in class org.openmrs.OrderFrequency
-
Get the concept for the drugFrequency
- getConcept() - Method in class org.openmrs.OrderSetMember
-
- getConcept() - Method in class org.openmrs.Program
-
- getConcept() - Method in class org.openmrs.ProgramWorkflow
-
- getConcept() - Method in class org.openmrs.ProgramWorkflowState
-
- getConceptAnswer(Integer) - Method in interface org.openmrs.api.ConceptService
-
Gets the ConceptAnswer with the given id
- getConceptAnswer(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAnswer(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAnswer(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAnswerByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptAnswer by its UUID
- getConceptAnswerByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAnswerByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAnswerByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAnswerId() - Method in class org.openmrs.ConceptAnswer
-
- getConceptAttributeByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
- getConceptAttributeByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAttributeCount(ConceptAttributeType) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeCount(ConceptAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeId() - Method in class org.openmrs.ConceptAttribute
-
- getConceptAttributeType(Integer) - Method in interface org.openmrs.api.ConceptService
-
- getConceptAttributeType(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeType(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAttributeTypeByName(String) - Method in interface org.openmrs.api.ConceptService
-
Retrieves a ConceptAttributeType object based on the name provided
- getConceptAttributeTypeByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeTypeByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAttributeTypeByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
- getConceptAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptAttributeTypeId() - Method in class org.openmrs.ConceptAttributeType
-
- getConceptAttributeTypes(String) - Method in interface org.openmrs.api.ConceptService
-
Find concept attribute types matching the given parameters.
- getConceptAttributeTypes(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptAttributeTypes(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptAttributeTypes(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptByGlobalProperty(String) - Method in class org.openmrs.AllergyProperties
-
- getConceptByMapping(String, String) - Method in interface org.openmrs.api.ConceptService
-
Looks up a concept via
ConceptMap
This will return the
Concept
which contains
a
ConceptMap
entry whose
sourceCode
is equal to the passed
conceptCode
and whose
ConceptSource
has either a
name
or
hl7Code
that is equal to the passed
mappingCode
.
- getConceptByMapping(String, String, Boolean) - Method in interface org.openmrs.api.ConceptService
-
Looks up a concept via
ConceptMap
This will return the
Concept
which contains
a
ConceptMap
entry whose
sourceCode
is equal to the passed
conceptCode
and whose
ConceptSource
has either a
name
or
hl7Code
that is equal to the passed
mappingCode
.
- getConceptByMapping(String, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptByMapping(String, String, Boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptByName(String) - Method in interface org.openmrs.api.ConceptService
-
Return a Concept that matches the name exactly
- getConceptByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptByReference(String) - Method in interface org.openmrs.api.ConceptService
-
Get the concept by conceptRef where the conceptRef can either be: 1) an integer id like 5090
2) a mapping type id like "XYZ:HT" 3) a uuid like "a3e12268-74bf-11df-9768-17cfc9833272" 4) a
name like "PLATELETS" 5) the fully qualified name of a Java constant which contains one of the above
- getConceptByReference(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get Concept by its UUID
- getConceptByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptClass(Integer) - Method in interface org.openmrs.api.ConceptService
-
Return a Concept class matching the given identifier
- getConceptClass(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptClass(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptClass(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptClass() - Method in class org.openmrs.Concept
-
- getConceptClassByName(String) - Method in interface org.openmrs.api.ConceptService
-
Return a Concept class matching the given name
- getConceptClassByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptClassByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptClass by its UUID
- getConceptClassByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptClassByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptClassByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptClasses(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptClasses(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptClasses() - Method in class org.openmrs.OrderType
-
- getConceptClassId() - Method in class org.openmrs.ConceptClass
-
- getConceptComplex(Integer) - Method in interface org.openmrs.api.ConceptService
-
Get a ComplexConcept with the given conceptId
- getConceptComplex(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
Get a ConceptComplex.
- getConceptComplex(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptComplex(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptDatatype(Integer) - Method in interface org.openmrs.api.ConceptService
-
Return a ConceptDatatype matching the given identifier
- getConceptDatatype(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptDatatype(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptDatatype(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptDatatypeByName(String) - Method in interface org.openmrs.api.ConceptService
-
Return a Concept datatype matching the given name
- getConceptDatatypeByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptDatatypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptDatatypeByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptDatatypeByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptDatatype by its UUID
- getConceptDatatypeByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptDatatypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptDatatypeByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptDatatypeId() - Method in class org.openmrs.ConceptDatatype
-
- getConceptDatatypes(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptDescription() - Method in class org.openmrs.Obs
-
Get the concept description that is tied to the concept name that was used when making this
observation
- getConceptDescriptionByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptDescription by its UUID
- getConceptDescriptionByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptDescriptionByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptDescriptionByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptDescriptionId() - Method in class org.openmrs.ConceptDescription
-
- getConceptId() - Method in class org.openmrs.Concept
-
- getConceptIdForUnits(String) - Static method in class org.openmrs.util.UpgradeUtil
-
Returns conceptId for the given units from DatabaseUtil#ORDER_ENTRY_UPGRADE_SETTINGS_FILENAME
located in application data directory.
- getConceptIdsByMapping(String, String, boolean) - Method in interface org.openmrs.api.ConceptService
-
Looks up concepts via
ConceptMap
This will return the list of ids for all
Concept
s which contain a
ConceptMap
entry whose
sourceCode
is
equal to the passed
conceptCode
and whose
ConceptSource
has either a
name
or
hl7Code
that is equal to the passed
mappingCode
- getConceptIdsByMapping(String, String, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptIdsByMapping(String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptIdsByMapping(String, String, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapId() - Method in class org.openmrs.ConceptMap
-
- getConceptMappings() - Method in class org.openmrs.Concept
-
- getConceptMappingsToSource(ConceptSource) - Method in interface org.openmrs.api.ConceptService
-
Returns a list of mappings from concepts to terms in the given reference terminology
- getConceptMappingsToSource(ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapsBySource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptMapsBySource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptMapType(Integer) - Method in interface org.openmrs.api.ConceptService
-
Return a concept map type matching the given concept map type id
- getConceptMapType(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptMapType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptMapType(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapType() - Method in class org.openmrs.BaseConceptMap
-
- getConceptMapType() - Method in class org.openmrs.DrugReferenceMap
-
- getConceptMapTypeByName(String) - Method in interface org.openmrs.api.ConceptService
-
Return a concept map type matching the given name
- getConceptMapTypeByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptMapTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptMapTypeByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapTypeByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Return a concept map type matching the given uuid
- getConceptMapTypeByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptMapTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptMapTypeByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapTypeId() - Method in class org.openmrs.ConceptMapType
-
- getConceptMapTypes(boolean, boolean) - Method in interface org.openmrs.api.ConceptService
-
Returns a list of concept map types currently in the database including or excluding retired
and hidden ones as specified by the includeRetired and includeHidden arguments
- getConceptMapTypes(boolean, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptMapTypes(boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptMapTypes(boolean, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptMapTypeSortWeight(ConceptMapType) - Static method in class org.openmrs.util.ConceptMapTypeComparator
-
This method calculates a weight used to decide the object's order in a collection.
- getConceptName(Integer) - Method in interface org.openmrs.api.ConceptService
-
Gets the concept-name with the given id
- getConceptName(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptName(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptName(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptName() - Method in class org.openmrs.ConceptSearchResult
-
- getConceptNameByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptName by its UUID
- getConceptNameByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNameByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNameByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptNameId() - Method in class org.openmrs.ConceptName
-
- getConceptNameTag(Integer) - Method in interface org.openmrs.api.ConceptService
-
- getConceptNameTag(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNameTag(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNameTag(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptNameTagByName(String) - Method in interface org.openmrs.api.ConceptService
-
Search for a ConceptNameTag by name
- getConceptNameTagByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNameTagByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNameTagByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptNameTagByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptNameTag by its UUID
- getConceptNameTagByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNameTagByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNameTagByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptNameTagId() - Method in class org.openmrs.ConceptNameTag
-
- getConceptNameType() - Method in class org.openmrs.ConceptName
-
- getConceptNumeric(Integer) - Method in interface org.openmrs.api.ConceptService
-
Get the ConceptNumeric with the given id
- getConceptNumeric(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNumeric(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNumeric(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptNumericByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptNumeric by its UUID
- getConceptNumericByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptNumericByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptNumericByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptProposal(Integer) - Method in interface org.openmrs.api.ConceptService
-
Get a ConceptProposal by conceptProposalId
- getConceptProposal(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptProposal(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptProposal(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptProposalByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptProposal by its UUID
- getConceptProposalByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptProposalByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptProposalByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptProposalId() - Method in class org.openmrs.ConceptProposal
-
- getConceptProposals(String) - Method in interface org.openmrs.api.ConceptService
-
Find matching concept proposals
- getConceptProposals(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptProposals(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptProposals(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTerm(Integer) - Method in interface org.openmrs.api.ConceptService
-
Gets the concept reference term with the specified concept reference term id
- getConceptReferenceTerm(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTerm(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTerm(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTerm() - Method in class org.openmrs.ConceptMap
-
- getConceptReferenceTerm() - Method in class org.openmrs.DrugReferenceMap
-
- getConceptReferenceTermByCode(String, ConceptSource) - Method in interface org.openmrs.api.ConceptService
-
Gets a concept reference term with the specified code from the specified concept source
- getConceptReferenceTermByCode(String, ConceptSource, boolean) - Method in interface org.openmrs.api.ConceptService
-
Gets a list of concept reference terms with the specified code from the specified concept source
- getConceptReferenceTermByCode(String, ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTermByCode(String, ConceptSource, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTermByCode(String, ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTermByCode(String, ConceptSource, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTermByCode(String, ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTermByCode(String, ConceptSource, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTermByName(String, ConceptSource) - Method in interface org.openmrs.api.ConceptService
-
Gets a concept reference term with the specified name from the specified concept source
ignoring all retired ones
- getConceptReferenceTermByName(String, ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTermByName(String, ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTermByName(String, ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTermByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Gets the concept reference term with the specified uuid
- getConceptReferenceTermByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTermByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTermByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTermId() - Method in class org.openmrs.ConceptReferenceTerm
-
- getConceptReferenceTermMapId() - Method in class org.openmrs.ConceptReferenceTermMap
-
- getConceptReferenceTermMaps() - Method in class org.openmrs.ConceptReferenceTerm
-
- getConceptReferenceTerms(boolean) - Method in interface org.openmrs.api.ConceptService
-
Gets a list of concept reference terms saved in the database
- getConceptReferenceTerms(String, ConceptSource, Integer, Integer, boolean) - Method in interface org.openmrs.api.ConceptService
-
Finds the concept reference term in the database that have a code or name that contains the
specified search phrase.
- getConceptReferenceTerms(boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTerms(String, ConceptSource, Integer, Integer, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTerms(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTerms(String, ConceptSource, Integer, Integer, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptReferenceTerms(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTerms(String, ConceptSource, Integer, Integer, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptReferenceTermsBySource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptReferenceTermsBySource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in interface org.openmrs.api.ConceptService
-
Searches for concepts by the given parameters.
- getConcepts(String, Locale, boolean) - Method in interface org.openmrs.api.ConceptService
-
Searches for concepts with the given parameters
- getConcepts(String, Locale, boolean, List<ConceptClass>, List<ConceptDatatype>) - Method in interface org.openmrs.api.db.ConceptDAO
-
Returns a list of concepts based on the search criteria
- getConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConcepts(String, Locale, boolean, List<ConceptClass>, List<ConceptDatatype>) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConcepts(String, Locale, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConcepts() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getConceptsByAnswer(Concept) - Method in interface org.openmrs.api.ConceptService
-
Returns all possible Concepts to which this concept is a value-coded answer.
- getConceptsByAnswer(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptsByAnswer(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
gets questions for the given answer concept
- getConceptsByAnswer(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByClass(ConceptClass) - Method in interface org.openmrs.api.ConceptService
-
- getConceptsByClass(ConceptClass) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptsByClass(ConceptClass) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptsByClass(ConceptClass) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByConceptSet(Concept) - Method in interface org.openmrs.api.ConceptService
-
Return a List of all concepts within a concept set
- getConceptsByConceptSet(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByMapping(String, String) - Method in interface org.openmrs.api.ConceptService
-
Looks up a concept via
ConceptMap
This will return the list of concepts
Concept
s which contain a
ConceptMap
entry whose
sourceCode
is
equal to the passed
conceptCode
and whose
ConceptSource
has either a
name
or
hl7Code
that is equal to the passed
mappingCode
- getConceptsByMapping(String, String, boolean) - Method in interface org.openmrs.api.ConceptService
-
Looks up a concept via
ConceptMap
This will return the list of
Concept
s which
contain a
ConceptMap
entry whose
sourceCode
is equal to the passed
conceptCode
and whose
ConceptSource
has either a
name
or
hl7Code
that is equal to the passed
mappingCode
.
- getConceptsByMapping(String, String, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptsByMapping(String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
Deprecated.
- getConceptsByMapping(String, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByMapping(String, String, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByName(String) - Method in interface org.openmrs.api.ConceptService
-
Returns a list of concepts matching any part of a concept name, this method is case
insensitive to the concept name string
- getConceptsByName(String, Locale, Boolean) - Method in interface org.openmrs.api.ConceptService
-
Returns a list of concepts with the same name in the given locale.
- getConceptsByName(String, Locale, Boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptsByName(String, Locale, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptsByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsByName(String, Locale, Boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptService() - Static method in class org.openmrs.api.context.Context
-
- getConceptService() - Method in class org.openmrs.api.context.ServiceContext
-
- getConceptSet() - Method in class org.openmrs.ConceptSet
-
- getConceptSetByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptSet by its UUID
- getConceptSetByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSetByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSetByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSetId() - Method in class org.openmrs.ConceptSet
-
Gets the concept set identifier.
- getConceptSets() - Method in class org.openmrs.Concept
-
- getConceptSetsByConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Return a list of the concept sets with concept_set matching concept
For example to find all concepts for ARVs, you would do
getConceptSets(getConcept("ANTIRETROVIRAL MEDICATIONS")) and then take the conceptIds from
the resulting list.
- getConceptSetsByConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSetsByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSetsByConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSource(Integer) - Method in interface org.openmrs.api.ConceptService
-
Return a Concept source matching the given concept source id
- getConceptSource(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSource(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSource(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSource() - Method in class org.openmrs.ConceptReferenceTerm
-
- getConceptSourceByHL7Code(String) - Method in interface org.openmrs.api.ConceptService
-
Get a ConceptSource by its hl7Code.
- getConceptSourceByHL7Code(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSourceByHL7Code(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSourceByHL7Code(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSourceByName(String) - Method in interface org.openmrs.api.ConceptService
-
Lookup a ConceptSource by its name property
- getConceptSourceByName(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSourceByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSourceByName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSourceByUniqueId(String) - Method in interface org.openmrs.api.ConceptService
-
Get a ConceptSource by its unique id.
- getConceptSourceByUniqueId(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSourceByUniqueId(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSourceByUniqueId(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSourceByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get ConceptSource by its UUID
- getConceptSourceByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptSourceByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptSourceByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptSourceId() - Method in class org.openmrs.ConceptSource
-
- getConceptStateConversion(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getConceptStateConversion(ProgramWorkflow, Concept) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getConceptStateConversion(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns a conceptStateConversion given that conceptStateConversions primary key
conceptStateConversionId
A null value is returned if no conceptStateConversion
exists with this conceptStateConversionId.
- getConceptStateConversion(ProgramWorkflow, Concept) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Retrieves the ConceptStateConversion that matches the passed ProgramWorkflow
and
Concept
- getConceptStateConversion(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getConceptStateConversion(ProgramWorkflow, Concept) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getConceptStateConversion(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a conceptStateConversion given that conceptStateConversions primary key
conceptStateConversionId
A null value is returned if no conceptStateConversion
exists with this conceptStateConversionId.
- getConceptStateConversion(ProgramWorkflow, Concept) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Retrieves the ConceptStateConversion that matches the passed ProgramWorkflow
and
Concept
- getConceptStateConversionByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getConceptStateConversionByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getConceptStateConversionByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getConceptStateConversionByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get a concept state conversion by its uuid.
- getConceptStateConversionId() - Method in class org.openmrs.ConceptStateConversion
-
- getConceptStopWordId() - Method in class org.openmrs.ConceptStopWord
-
- getConceptStopWords(Locale) - Method in interface org.openmrs.api.ConceptService
-
Gets the list of ConceptStopWord
for given locale
- getConceptStopWords(Locale) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptStopWords(Locale) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptStopWords(Locale) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptsWithDrugsInFormulary() - Method in interface org.openmrs.api.ConceptService
-
Convenience method for finding concepts associated with drugs in formulary.
- getConceptsWithDrugsInFormulary() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptsWithDrugsInFormulary() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getConceptsWithDrugsInFormulary() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getConceptUuid(Connection, int) - Static method in class org.openmrs.util.UpgradeUtil
-
- getConceptUuids() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getConceptUuids() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getCondition(Integer) - Method in interface org.openmrs.api.ConditionService
-
Gets a condition by id
- getCondition(Integer) - Method in interface org.openmrs.api.db.ConditionDAO
-
Gets a condition by id
- getCondition(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
Gets the condition with the specified id.
- getCondition(Integer) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
Gets a condition by id
- getCondition() - Method in class org.openmrs.Condition
-
Gets the condition that has been set
- getCondition() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis condition.
- getConditionalResources() - Method in class org.openmrs.module.Module
-
- getConditionByUuid(String) - Method in interface org.openmrs.api.ConditionService
-
Gets a condition based on the uuid
- getConditionByUuid(String) - Method in interface org.openmrs.api.db.ConditionDAO
-
Gets the condition attached to the specified UUID.
- getConditionByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
Gets the condition by its UUID.
- getConditionByUuid(String) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
Gets a condition based on the uuid
- getConditionDAO() - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
- getConditionId() - Method in class org.openmrs.Condition
-
Gets the condition id
- getConditions() - Method in class org.openmrs.Encounter
-
Basic property getter for the encounter's non-voided conditions.
- getConditions(boolean) - Method in class org.openmrs.Encounter
-
Returns all conditions where 'Condition.encounterId = Encounter.encounterId'.
- getConditionsByEncounter(Encounter) - Method in interface org.openmrs.api.ConditionService
-
Gets all conditions(not voided) of an encounter.
- getConditionsByEncounter(Encounter) - Method in interface org.openmrs.api.db.ConditionDAO
-
- getConditionsByEncounter(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
- getConditionsByEncounter(Encounter) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
- getConditionService() - Static method in class org.openmrs.api.context.Context
-
- getConditionService() - Method in class org.openmrs.api.context.ServiceContext
-
- getConfig() - Method in class org.openmrs.module.Module
-
- getConfigProperties() - Static method in class org.openmrs.api.context.Context
-
Get the config properties that have been added to this OpenMRS instance
- getConfiguration(LoggerContext, String, URI) - Method in class org.openmrs.logging.OpenmrsConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.openmrs.logging.OpenmrsConfigurationFactory
-
- getConfigurationFiles() - Method in class org.openmrs.logging.OpenmrsConfigurationFactory
-
- getConfirmationMessage() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.AddConceptMapTypesChangeset
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.ConvertOrderersToProviders
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.CreateDiscontinueOrders
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.DisableTriggersChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.DuplicateEncounterRoleNameChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.DuplicateEncounterTypeNameChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.DuplicateLocationAttributeTypeNameChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.EnableTriggersChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.EncryptSecretAnswersChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.GenerateUuid
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MigrateAllergiesChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MigrateConceptReferenceTermChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MigrateDrugOrderFrequencyToCodedOrderFrequencyChangeset
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MigrateDrugOrderUnitsToCodedDoseUnitsChangeset
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.ProgramValidatorChangeSet
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.UpdateCohortMemberIdsChangeset
-
- getConfirmationMessage() - Method in class org.openmrs.util.databasechange.UpdateLayoutAddressFormatChangeSet
-
- getConnection() - Static method in class org.openmrs.util.DatabaseUpdater
-
Gets a database connection for liquibase to do the updates
- getContent() - Method in class org.openmrs.notification.Message
-
- getContent() - Method in class org.openmrs.notification.Template
-
- getContentType(CustomDatatype<T>, String) - Method in interface org.openmrs.customdatatype.DownloadableDatatypeHandler
-
- getContentType() - Method in class org.openmrs.notification.Message
-
- getContext() - Method in class org.openmrs.scheduler.StatefulTask
-
Returns the context.
- getContextAttributes() - Method in class org.openmrs.api.OrderContext
-
- getContextDAO() - Method in class org.openmrs.api.context.DaoAuthenticationScheme
-
- getContextPath() - Static method in class org.openmrs.web.WebUtil
-
Method that returns WebConstants.WEBAPP_NAME or an empty string if WebConstants.WEBAPP_NAME
is empty.
- getCorePrivileges() - Static method in class org.openmrs.util.OpenmrsUtil
-
These are the privileges that are required by OpenMRS.
- getCoreRoles() - Static method in class org.openmrs.util.OpenmrsUtil
-
All roles returned by this method are inserted into the database if they do not exist
already.
- getCountOfConceptReferenceTerms(String, ConceptSource, boolean) - Method in interface org.openmrs.api.ConceptService
-
Returns the count of concept reference terms that match the specified arguments
- getCountOfConceptReferenceTerms(String, ConceptSource, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getCountOfConceptReferenceTerms(String, ConceptSource, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getCountOfConceptReferenceTerms(String, ConceptSource, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getCountOfConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept) - Method in interface org.openmrs.api.ConceptService
-
Return the number of concepts matching a search phrase and the specified arguments
- getCountOfConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getCountOfConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getCountOfConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getCountOfDrugs(String, Concept, boolean, boolean, boolean) - Method in interface org.openmrs.api.ConceptService
-
Return the number of drugs with matching names or concept drug names
- getCountOfDrugs(String, Concept, boolean, boolean, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getCountOfDrugs(String, Concept, boolean, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getCountOfDrugs(String, Concept, boolean, boolean, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getCountOfEncounters(String, Integer, boolean) - Method in interface org.openmrs.api.db.EncounterDAO
-
Return the number of encounters matching a patient name or patient identifier
- getCountOfEncounters(String, Integer, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getCountOfEncounters(String, boolean) - Method in interface org.openmrs.api.EncounterService
-
Return the number of encounters matching a patient name or patient identifier
- getCountOfEncounters(String, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getCountOfLocations(String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getCountOfLocations(String, Boolean) - Method in interface org.openmrs.api.db.LocationDAO
-
- getCountOfLocations(String, Boolean) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getCountOfLocations(String, Boolean) - Method in interface org.openmrs.api.LocationService
-
Return the number of all locations that start with the given name fragment, if the name
fragment is null or an empty string, then the number of all locations will be returned
- getCountOfPatients(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getCountOfPatients(String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getCountOfPatients(String) - Method in interface org.openmrs.api.db.PatientDAO
-
- getCountOfPatients(String, boolean) - Method in interface org.openmrs.api.db.PatientDAO
-
- getCountOfPatients(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getCountOfPatients(String, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getCountOfPatients(String) - Method in interface org.openmrs.api.PatientService
-
Return the number of unvoided patients with names or patient identifiers or searchable person
attributes starting with or equal to the specified text
- getCountOfPatients(String, boolean) - Method in interface org.openmrs.api.PatientService
-
- getCountOfProviders(String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getCountOfProviders(String, boolean) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getCountOfProviders(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getCountOfProviders(String, boolean) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getCountOfProviders(String) - Method in interface org.openmrs.api.ProviderService
-
- getCountOfProviders(String, boolean) - Method in interface org.openmrs.api.ProviderService
-
Gets the count of providers with a person name or identifier or name that matches the
specified query
- getCountOfUsers(String, List<Role>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getCountOfUsers(String, List<Role>, boolean) - Method in interface org.openmrs.api.db.UserDAO
-
- getCountOfUsers(String, List<Role>, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getCountOfUsers(String, List<Role>, boolean) - Method in interface org.openmrs.api.UserService
-
Return the number of users with a matching name or system id and have at least one of the
given roles assigned to them
- getCountry() - Method in interface org.openmrs.Address
-
- getCountry() - Method in class org.openmrs.layout.LayoutTemplate
-
- getCountry() - Method in class org.openmrs.Location
-
- getCountry() - Method in class org.openmrs.PersonAddress
-
- getCountyDistrict() - Method in interface org.openmrs.Address
-
- getCountyDistrict() - Method in class org.openmrs.Location
-
- getCountyDistrict() - Method in class org.openmrs.PersonAddress
-
- getCreatedAddresses() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreatedAttributes() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreatedIdentifiers() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreatedNames() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreatedOrders() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreatedPrograms() - Method in class org.openmrs.person.PersonMergeLogData
-
Deprecated.
- getCreatedRelationships() - Method in class org.openmrs.person.PersonMergeLogData
-
- getCreator() - Method in class org.openmrs.BaseConceptMap
-
- getCreator() - Method in class org.openmrs.BaseOpenmrsData
-
- getCreator() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getCreator() - Method in class org.openmrs.Concept
-
- getCreator() - Method in class org.openmrs.ConceptAnswer
-
- getCreator() - Method in class org.openmrs.ConceptDescription
-
- getCreator() - Method in class org.openmrs.ConceptName
-
- getCreator() - Method in class org.openmrs.ConceptNameTag
-
- getCreator() - Method in class org.openmrs.ConceptProposal
-
- getCreator() - Method in class org.openmrs.ConceptSet
-
- getCreator() - Method in interface org.openmrs.Creatable
-
- getCreator() - Method in class org.openmrs.DrugReferenceMap
-
- getCreator() - Method in class org.openmrs.FieldAnswer
-
- getCreator() - Method in class org.openmrs.notification.Alert
-
- getCreator() - Method in class org.openmrs.User
-
- getCurrentLockMode(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Determine the current lock mode of the given object.
- getCurrentSession() - Method in class org.openmrs.api.db.hibernate.DbSessionFactory
-
- getCurrentState(ProgramWorkflow) - Method in class org.openmrs.PatientProgram
-
- getCurrentStates() - Method in class org.openmrs.PatientProgram
-
- getCurrentVersion() - Method in class org.openmrs.module.UpdateFileParser
-
- getDaemonThreadUser() - Static method in class org.openmrs.api.context.Daemon
-
- getDaemonUserUuid() - Static method in class org.openmrs.api.context.Daemon
-
- getData() - Method in class org.openmrs.notification.Template
-
- getData() - Method in class org.openmrs.obs.ComplexData
-
Get the data Object.
- getDatabaseChanges() - Static method in class org.openmrs.util.DatabaseUpdater
-
Returns all change sets defined by (a) the Liquibase snapshot files that had been used to
initialise the OpenMRS database and (b) the Liquibase update files that that are applicable on
top of the snapshot version.
- getDatabaseConnection() - Static method in class org.openmrs.api.context.Context
-
- getDatabaseConnection() - Method in interface org.openmrs.api.db.ContextDAO
-
- getDatabaseConnection() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- getDatatype(Class<T>, String) - Method in interface org.openmrs.api.DatatypeService
-
- getDatatype(Class<T>, String) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getDatatype() - Method in class org.openmrs.Concept
-
- getDatatype(CustomValueDescriptor) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getDatatype(String, String) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getDatatype() - Method in class org.openmrs.logic.result.Result
-
Returns the datatype of the result.
- getDatatypeClassname() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getDatatypeClassname() - Method in interface org.openmrs.customdatatype.CustomValueDescriptor
-
- getDatatypeClassname() - Method in class org.openmrs.FormResource
-
- getDatatypeClassname() - Method in class org.openmrs.GlobalProperty
-
- getDatatypeClassnames() - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getDatatypeConfig() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getDatatypeConfig() - Method in interface org.openmrs.customdatatype.CustomValueDescriptor
-
May be null.
- getDatatypeConfig() - Method in class org.openmrs.FormResource
-
- getDatatypeConfig() - Method in class org.openmrs.GlobalProperty
-
- getDatatypeOrDefault(CustomValueDescriptor) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getDatatypeService() - Static method in class org.openmrs.api.context.Context
-
- getDatatypeService() - Method in class org.openmrs.api.context.ServiceContext
-
Gets the datatype service
- getDateActivated() - Method in class org.openmrs.Order
-
- getDateChanged() - Method in class org.openmrs.api.db.LoginCredential
-
- getDateChanged() - Method in class org.openmrs.BaseConceptMap
-
- getDateChanged() - Method in class org.openmrs.BaseOpenmrsData
-
- getDateChanged() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getDateChanged() - Method in interface org.openmrs.Changeable
-
- getDateChanged() - Method in class org.openmrs.Concept
-
- getDateChanged() - Method in class org.openmrs.ConceptAnswer
-
Not currently used.
- getDateChanged() - Method in class org.openmrs.ConceptDescription
-
- getDateChanged() - Method in class org.openmrs.ConceptName
-
- getDateChanged() - Method in class org.openmrs.ConceptNameTag
-
- getDateChanged() - Method in class org.openmrs.ConceptProposal
-
- getDateChanged() - Method in class org.openmrs.ConceptSet
-
Not currently used.
- getDateChanged() - Method in class org.openmrs.DrugReferenceMap
-
- getDateChanged() - Method in class org.openmrs.FormResource
-
- getDateChanged() - Method in class org.openmrs.GlobalProperty
-
- getDateChanged() - Method in class org.openmrs.notification.Alert
-
- getDateChanged() - Method in class org.openmrs.notification.AlertRecipient
-
- getDateChanged() - Method in interface org.openmrs.OpenmrsData
-
- getDateChanged() - Method in interface org.openmrs.OpenmrsMetadata
-
- getDateChanged() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getDateChanged() - Method in class org.openmrs.User
-
- getDateCompleted() - Method in class org.openmrs.PatientProgram
-
- getDateCreated() - Method in class org.openmrs.BaseConceptMap
-
- getDateCreated() - Method in class org.openmrs.BaseOpenmrsData
-
- getDateCreated() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getDateCreated() - Method in class org.openmrs.Concept
-
- getDateCreated() - Method in class org.openmrs.ConceptAnswer
-
- getDateCreated() - Method in class org.openmrs.ConceptDescription
-
- getDateCreated() - Method in class org.openmrs.ConceptName
-
- getDateCreated() - Method in class org.openmrs.ConceptNameTag
-
- getDateCreated() - Method in class org.openmrs.ConceptProposal
-
- getDateCreated() - Method in class org.openmrs.ConceptSet
-
- getDateCreated() - Method in interface org.openmrs.Creatable
-
- getDateCreated() - Method in class org.openmrs.DrugReferenceMap
-
- getDateCreated() - Method in class org.openmrs.FieldAnswer
-
- getDateCreated() - Method in class org.openmrs.hl7.HL7QueueItem
-
- getDateCreated() - Method in class org.openmrs.notification.Alert
-
- getDateCreated() - Method in class org.openmrs.User
-
- getDateEnrolled() - Method in class org.openmrs.PatientProgram
-
- getDateFormat() - Static method in class org.openmrs.api.context.Context
-
Gets the simple date format for the current user's locale.
- getDateFormat(Locale) - Static method in class org.openmrs.util.OpenmrsUtil
-
Get the current user's date format Will look similar to "mm-dd-yyyy".
- getDateHandedOver() - Method in class org.openmrs.MedicationDispense
-
- getDateLastUpdated() - Method in class org.openmrs.Allergy
-
- getDatePrepared() - Method in class org.openmrs.MedicationDispense
-
- getDateRetired() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getDateRetired() - Method in class org.openmrs.Concept
-
- getDateRetired() - Method in interface org.openmrs.Retireable
-
- getDateRetired() - Method in class org.openmrs.User
-
- getDateStopped() - Method in class org.openmrs.Order
-
- getDateTimeFormat() - Static method in class org.openmrs.api.context.Context
-
Gets the simple datetime format for the current user's locale.
- getDateTimeFormat(Locale) - Static method in class org.openmrs.util.OpenmrsUtil
-
Get the current user's datetime format Will look similar to "mm-dd-yyyy hh:mm a".
- getDateToExpire() - Method in class org.openmrs.notification.Alert
-
- getDateVoided() - Method in class org.openmrs.BaseOpenmrsData
-
- getDateVoided() - Method in class org.openmrs.ConceptName
-
Returns the Date this ConceptName was voided.
- getDateVoided() - Method in class org.openmrs.ConceptNameTag
-
Returns the Date this ConceptName was voided.
- getDateVoided() - Method in interface org.openmrs.Voidable
-
- getDaysKept() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- getDead() - Method in class org.openmrs.Person
-
- getDeathDate() - Method in class org.openmrs.Person
-
- getDeathdateEstimated() - Method in class org.openmrs.Person
-
- getDeclaredFields(Class<?>) - Static method in class org.openmrs.util.OpenmrsUtil
-
Get declared field names of a class
- getDefaultConceptMapType() - Method in interface org.openmrs.api.ConceptService
-
Gets the concept map type to be used as the default.
- getDefaultConceptMapType() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDefaultConceptMapType() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDefaultConceptMapType() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDefaultDatatype(String) - Method in interface org.openmrs.logic.LogicService
-
Fetches the default datatype this token will return when fed to an eval() call.
- getDefaultDatatype() - Method in interface org.openmrs.logic.Rule
-
Gets the default datatype that the rule returns, when supplied with a given token.
- getDefaultIdentifierValidator() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getDefaultIdentifierValidator() - Method in interface org.openmrs.api.PatientService
-
- getDefaultLayoutFormat() - Method in class org.openmrs.layout.address.AddressSupport
-
- getDefaultLayoutFormat() - Method in class org.openmrs.layout.LayoutSupport
-
- getDefaultLayoutFormat() - Method in class org.openmrs.layout.name.NameSupport
-
- getDefaultLayoutTemplate() - Method in class org.openmrs.layout.LayoutSupport
-
- getDefaultLocale() - Static method in class org.openmrs.util.LocaleUtility
-
Gets the default locale specified as a global property.
- getDefaultLocaleForUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getDefaultLocaleForUser(User) - Method in interface org.openmrs.api.UserService
-
- getDefaultLocation() - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getDefaultLocation() - Method in interface org.openmrs.api.LocationService
-
Returns the default location for this implementation.
- getDefaultLocation() - Static method in class org.openmrs.util.LocationUtility
-
Gets the system default location specified as a global property.
- getDefaultLocationId(User) - Method in class org.openmrs.api.context.UserContext
-
- getDefaultResourceBundle() - Static method in class org.openmrs.web.filter.util.LocalizationTool
-
- getDefaultSerializer() - Method in class org.openmrs.api.impl.SerializationServiceImpl
-
- getDefaultSerializer() - Method in interface org.openmrs.api.SerializationService
-
Returns the default serializer configured for the system.
- getDefaultTTL() - Method in interface org.openmrs.logic.datasource.LogicDataSource
-
- getDefaultValue() - Method in class org.openmrs.Field
-
- getDefaultValue() - Method in class org.openmrs.logic.rule.RuleParameterInfo
-
- getDegree() - Method in class org.openmrs.PersonName
-
- getDeletePrivilege() - Method in class org.openmrs.GlobalProperty
-
Get privilege which can delete this globalProperty
- getDependencies() - Method in interface org.openmrs.logic.Rule
-
Returns a list of dependencies (tokens for rules upon which this rule may depend).
- getDependencies(String) - Static method in class org.openmrs.module.ModuleFactory
-
Convenience method used to identify module interdependencies and alert the user before modules
are shut down.
- getDescendantLocations(boolean) - Method in class org.openmrs.Location
-
Returns the descendant locations.
- getDescription() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getDescription() - Method in class org.openmrs.Cohort
-
- getDescription() - Method in class org.openmrs.Concept
-
Finds the description of the concept using the current locale in Context.getLocale().
- getDescription(Locale) - Method in class org.openmrs.Concept
-
Finds the description of the concept in the given locale.
- getDescription(Locale, boolean) - Method in class org.openmrs.Concept
-
Returns the preferred description for a locale.
- getDescription() - Method in class org.openmrs.ConceptDescription
-
- getDescription() - Method in class org.openmrs.ConceptNameTag
-
Returns the description of this tag.
- getDescription() - Method in class org.openmrs.GlobalProperty
-
- getDescription() - Method in class org.openmrs.ImplementationId
-
Text describing this implementation.
- getDescription() - Method in class org.openmrs.messagesource.PresentationMessage
-
Gets the description, which should indicate the meaning or intended use of the message.
- getDescription() - Method in class org.openmrs.module.Module
-
- getDescription() - Method in interface org.openmrs.OpenmrsMetadata
-
- getDescription() - Method in class org.openmrs.OrderFrequency
-
- getDescription() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getDescriptions() - Method in class org.openmrs.Concept
-
- getDescriptor() - Method in class org.openmrs.attribute.BaseAttribute
-
- getDescriptor() - Method in interface org.openmrs.customdatatype.SingleCustomValue
-
- getDescriptor() - Method in class org.openmrs.FormResource
-
- getDescriptor() - Method in class org.openmrs.GlobalProperty
-
- getDevelopmentDirectory(String) - Static method in class org.openmrs.module.ModuleUtil
-
Gets the root folder of a module's sources during development
- getDiagnoses(Patient, Date) - Method in interface org.openmrs.api.DiagnosisService
-
Gets diagnoses since date, sorted in reverse chronological order
- getDiagnoses(Patient, Date) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Gets diagnoses since date, sorted in reverse chronological order
- getDiagnoses() - Method in class org.openmrs.Encounter
-
Gets the set of diagnoses
- getDiagnosesByEncounter(Encounter, boolean, boolean) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getDiagnosesByEncounter(Encounter, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getDiagnosesByEncounter(Encounter, boolean, boolean) - Method in interface org.openmrs.api.DiagnosisService
-
Gets diagnoses for an Encounter.
- getDiagnosesByEncounter(Encounter, boolean, boolean) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getDiagnosesByVisit(Visit, boolean, boolean) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getDiagnosesByVisit(Visit, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getDiagnosesByVisit(Visit, boolean, boolean) - Method in interface org.openmrs.api.DiagnosisService
-
Gets diagnoses for a Visit.
- getDiagnosesByVisit(Visit, boolean, boolean) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getDiagnosis(Integer) - Method in interface org.openmrs.api.DiagnosisService
-
Gets a diagnosis by id.
- getDiagnosis(Integer) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Gets a diagnosis by id.
- getDiagnosis() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis.
- getDiagnosis() - Method in class org.openmrs.DiagnosisAttribute
-
- getDiagnosisAttributeByUuid(String) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getDiagnosisAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getDiagnosisAttributeByUuid(String) - Method in interface org.openmrs.api.DiagnosisService
-
Fetches a given diagnosis attribute using the provided uuid
- getDiagnosisAttributeByUuid(String) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getDiagnosisAttributeId() - Method in class org.openmrs.DiagnosisAttribute
-
- getDiagnosisAttributeTypeById(Integer) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getDiagnosisAttributeTypeById(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getDiagnosisAttributeTypeById(Integer) - Method in interface org.openmrs.api.DiagnosisService
-
Fetches a given diagnosis attribute type using the provided id
- getDiagnosisAttributeTypeById(Integer) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getDiagnosisAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- getDiagnosisAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- getDiagnosisAttributeTypeByUuid(String) - Method in interface org.openmrs.api.DiagnosisService
-
Fetches a given diagnosis attribute type using the provided uuid
- getDiagnosisAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- getDiagnosisAttributeTypeId() - Method in class org.openmrs.DiagnosisAttributeType
-
- getDiagnosisById(Integer) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
Gets a diagnosis from database using the diagnosis id
- getDiagnosisById(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
Gets a diagnosis from database using the diagnosis id
- getDiagnosisByUuid(String) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
Gets the diagnosis attached to the specified UUID.
- getDiagnosisByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
Gets the diagnosis attached to the specified UUID.
- getDiagnosisByUuid(String) - Method in interface org.openmrs.api.DiagnosisService
-
Gets a diagnosis based on the uuid
- getDiagnosisByUuid(String) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Gets a diagnosis based on the uuid
- getDiagnosisDAO() - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Gets the diagnosis data access object
- getDiagnosisId() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis id.
- getDiagnosisService() - Static method in class org.openmrs.api.context.Context
-
- getDiagnosisService() - Method in class org.openmrs.api.context.ServiceContext
-
- getDialect(SessionFactory) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
-
Fetch the current Dialect of the given SessionFactory
- getDirectoryInApplicationDataDirectory(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Find the given folderName in the application data directory.
- getDirty() - Method in class org.openmrs.FieldAnswer
-
- getDirty() - Method in class org.openmrs.FormResource
-
- getDirty() - Method in class org.openmrs.GlobalProperty
-
- getDisableValidation() - Static method in class org.openmrs.validator.ValidateUtil
-
- getDiscontinuationOrder(Order) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getDiscontinuationOrder(Order) - Method in interface org.openmrs.api.db.OrderDAO
-
- getDiscontinuationOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getDiscontinuationOrder(Order) - Method in interface org.openmrs.api.OrderService
-
Get discontinuation order for the given order, it is the un voided discontinuation order with
a previousOrder that matches the specified order.
- getDispenseAsWritten() - Method in class org.openmrs.DrugOrder
-
- getDispenser() - Method in class org.openmrs.MedicationDispense
-
- getDisplayName() - Method in class org.openmrs.api.handler.BaseEncounterVisitHandler
-
- getDisplayName() - Method in interface org.openmrs.api.handler.EncounterVisitHandler
-
- getDisplayName(Locale) - Method in interface org.openmrs.api.handler.EncounterVisitHandler
-
- getDisplayName(Locale) - Method in class org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandler
-
- getDisplayName(Locale) - Method in class org.openmrs.api.handler.ExistingVisitAssignmentHandler
-
- getDisplayName(Locale) - Method in class org.openmrs.api.handler.NoVisitAssignmentHandler
-
- getDisplayName() - Method in class org.openmrs.Drug
-
Convenience method that returns a display name for the drug, defaults to drug.name
- getDisplayName() - Method in class org.openmrs.layout.LayoutTemplate
-
- getDisplayPrecision() - Method in class org.openmrs.ConceptNumeric
-
- getDisplayString() - Method in interface org.openmrs.Attributable
-
Gets a descriptive String used for display purposes This is meant as an alternative to using
the toString() to display this object to a user
- getDisplayString() - Method in class org.openmrs.Concept
-
- getDisplayString() - Method in class org.openmrs.Location
-
- getDisplayString() - Method in class org.openmrs.User
-
- getDisplayString() - Method in class org.openmrs.util.AttributableDate
-
- getDosageForm() - Method in class org.openmrs.Drug
-
- getDose() - Method in class org.openmrs.DrugOrder
-
- getDose() - Method in class org.openmrs.MedicationDispense
-
- getDose() - Method in class org.openmrs.order.DrugSuggestion
-
- getDose() - Method in class org.openmrs.SimpleDosingInstructions
-
- getDoseLimitUnits() - Method in class org.openmrs.Drug
-
Gets the doseLimitUnits which represents the units of the existing maximumDailyDose and
minimumDailyDose
- getDoseUnits() - Method in class org.openmrs.DrugOrder
-
Gets the doseUnits of this drug order
- getDoseUnits() - Method in class org.openmrs.MedicationDispense
-
- getDoseUnits() - Method in class org.openmrs.SimpleDosingInstructions
-
- getDosingInstructions(DrugOrder) - Method in interface org.openmrs.DosingInstructions
-
Get dosing instructions from order
- getDosingInstructions() - Method in class org.openmrs.DrugOrder
-
Gets the dosingInstructions
- getDosingInstructions(DrugOrder) - Method in class org.openmrs.FreeTextDosingInstructions
-
- getDosingInstructions() - Method in class org.openmrs.MedicationDispense
-
- getDosingInstructions(DrugOrder) - Method in class org.openmrs.SimpleDosingInstructions
-
- getDosingInstructionsAsString(Locale) - Method in interface org.openmrs.DosingInstructions
-
Get human-readable version of dosing instructions for a particular locale All dosing
instructions can be localized, so the result, especially any free text may remain in the
original language.
- getDosingInstructionsAsString(Locale) - Method in class org.openmrs.FreeTextDosingInstructions
-
- getDosingInstructionsAsString(Locale) - Method in class org.openmrs.SimpleDosingInstructions
-
- getDosingInstructionsInstance() - Method in class org.openmrs.DrugOrder
-
Gets the dosingInstructions instance
- getDosingType() - Method in class org.openmrs.DrugOrder
-
Gets the dosingType
- getDownloadURL() - Method in class org.openmrs.module.Module
-
- getDownloadURL() - Method in class org.openmrs.module.UpdateFileParser
-
- getDrug(Integer) - Method in interface org.openmrs.api.ConceptService
-
Get the Drug with the given id
- getDrug(String) - Method in interface org.openmrs.api.ConceptService
-
Return the drug object corresponding to the given name or drugId
- getDrug(Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrug(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrug(Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrug(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrug() - Method in class org.openmrs.DrugIngredient
-
- getDrug() - Method in class org.openmrs.DrugOrder
-
Gets the drug
- getDrug() - Method in class org.openmrs.DrugReferenceMap
-
- getDrug() - Method in class org.openmrs.MedicationDispense
-
- getDrugAllergensConcept() - Method in class org.openmrs.AllergyProperties
-
- getDrugByMapping(String, ConceptSource, Collection<ConceptMapType>) - Method in interface org.openmrs.api.ConceptService
-
Gets the "best" matching drug, i.e. matching the earliest ConceptMapType passed in e.g.
- getDrugByMapping(String, ConceptSource, Collection<ConceptMapType>) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugByMapping(String, ConceptSource, Collection<ConceptMapType>) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugByMapping(String, ConceptSource, Collection<ConceptMapType>) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get Drug by its UUID
- getDrugByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugDispensingUnits() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getDrugDispensingUnits() - Method in interface org.openmrs.api.OrderService
-
- getDrugDosingUnits() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getDrugDosingUnits() - Method in interface org.openmrs.api.OrderService
-
- getDrugId() - Method in class org.openmrs.Drug
-
Gets the internal identification number for this drug
- getDrugId() - Method in class org.openmrs.order.DrugSuggestion
-
- getDrugIngredientByUuid(String) - Method in interface org.openmrs.api.ConceptService
-
Get Drug Ingredient by its UUID
- getDrugIngredientByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugIngredientByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugIngredientByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugNonCoded() - Method in class org.openmrs.DrugOrder
-
- getDrugOrder() - Method in class org.openmrs.MedicationDispense
-
- getDrugOrder() - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- getDrugReferenceMapId() - Method in class org.openmrs.DrugReferenceMap
-
- getDrugReferenceMaps() - Method in class org.openmrs.Drug
-
- getDrugRoutes() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getDrugRoutes() - Method in interface org.openmrs.api.OrderService
-
- getDrugs(String) - Method in interface org.openmrs.api.ConceptService
-
Find drugs in the system.
- getDrugs(String, Concept, boolean, boolean, boolean, Integer, Integer) - Method in interface org.openmrs.api.ConceptService
-
Returns a list of drugs with matching names or concept drug names and returns a specific
number of them from the specified starting position.
- getDrugs(String, Locale, boolean, boolean) - Method in interface org.openmrs.api.ConceptService
-
Fetches un retired drugs that match the specified search phrase.
- getDrugs(String, Concept, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
DAO for retrieving a list of drugs based on the following criteria
- getDrugs(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugs(String, Concept, boolean, boolean, boolean, Integer, Integer) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugs(String, Locale, boolean, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugs(String, Concept, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugs(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugs(String, Concept, boolean, boolean, boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
Should return a drug if either the drug name or concept name matches the phase not both
Should return distinct drugs
Should return a drug, if phrase match concept_name No need to match both concept_name and
drug_name
Should return drug when phrase match drug_name even searchDrugConceptNames is false
Should return a drug if phrase match drug_name No need to match both concept_name and
drug_name
- getDrugs(String, Locale, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugs(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugs(String, Concept, boolean, boolean, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugs(String, Locale, boolean, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugsByConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Return a list of drugs associated with the given concept
- getDrugsByConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugsByIngredient(Concept) - Method in interface org.openmrs.api.ConceptService
-
Gets drugs by the given ingredient, which can be either the drug itself or any ingredient.
- getDrugsByIngredient(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugsByIngredient(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugsByIngredient(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDrugsByMapping(String, ConceptSource, Collection<ConceptMapType>, boolean) - Method in interface org.openmrs.api.ConceptService
-
Fetches all drugs with reference mappings to the specified concept source that match the
specified code and concept map types
- getDrugsByMapping(String, ConceptSource, Collection<ConceptMapType>, boolean) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getDrugsByMapping(String, ConceptSource, Collection<ConceptMapType>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getDrugsByMapping(String, ConceptSource, Collection<ConceptMapType>, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getDuplicatePatientsByAttributes(List<String>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getDuplicatePatientsByAttributes(List<String>) - Method in interface org.openmrs.api.db.PatientDAO
-
- getDuplicatePatientsByAttributes(List<String>) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getDuplicatePatientsByAttributes(List<String>) - Method in interface org.openmrs.api.PatientService
-
Search the database for patients that both share the given attributes.
- getDuration() - Method in class org.openmrs.DrugOrder
-
Gets the duration of a Drug Order
- getDuration() - Method in class org.openmrs.logic.Duration
-
- getDuration() - Method in class org.openmrs.SimpleDosingInstructions
-
- getDurationInDays() - Method in class org.openmrs.logic.Duration
-
Returns the equivalent duration in days
- getDurationInMillis() - Method in class org.openmrs.logic.Duration
-
Returns the equivalent duration in milliseconds
- getDurationUnits() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getDurationUnits() - Method in interface org.openmrs.api.OrderService
-
- getDurationUnits() - Method in class org.openmrs.DrugOrder
-
Gets durationUnits of a Drug Order
- getDurationUnits() - Method in class org.openmrs.SimpleDosingInstructions
-
- getEdges() - Method in class org.openmrs.util.Graph
-
- getEdgesEndingWith(T) - Method in class org.openmrs.util.Graph
-
Obtains the edges ending with a given node
- getEditPrivilege() - Method in class org.openmrs.EncounterType
-
Gets privilege which can edit this type of encounters
- getEditPrivilege() - Method in class org.openmrs.GlobalProperty
-
Gets privilege which can edit this globalProperty
- getEditPrivilege() - Method in class org.openmrs.PersonAttributeType
-
The privilege required in order to edit this attribute
- getEffectiveStartDate() - Method in class org.openmrs.Order
-
A convenience method to return start of the schedule for order.
- getEffectiveStopDate() - Method in class org.openmrs.Order
-
A convenience method to return end of the schedule for order.
- getElementDefaults() - Method in class org.openmrs.layout.LayoutTemplate
-
- getElementRegex() - Method in class org.openmrs.layout.LayoutTemplate
-
Get the element regular expressions.
- getElementRegexFormats() - Method in class org.openmrs.layout.LayoutTemplate
-
Get the element formats.
- getEmail() - Method in class org.openmrs.User
-
- getEnabledFilter(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Retrieve a currently enabled filter by name.
- getEncounter() - Method in class org.openmrs.Allergy
-
Basic property getter for encounter
- getEncounter(Integer) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get encounter by internal identifier
- getEncounter(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounter(Integer) - Method in interface org.openmrs.api.EncounterService
-
Get encounter by internal identifier
- getEncounter(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounter() - Method in class org.openmrs.ConceptProposal
-
- getEncounter() - Method in class org.openmrs.Condition
-
Basic property getter for encounter
- getEncounter() - Method in class org.openmrs.Diagnosis
-
Gets the encounter associated with this diagnosis.
- getEncounter() - Method in class org.openmrs.EncounterProvider
-
- getEncounter() - Method in class org.openmrs.MedicationDispense
-
- getEncounter() - Method in class org.openmrs.Obs
-
- getEncounter() - Method in class org.openmrs.Order
-
- getEncounter() - Method in class org.openmrs.OrderGroup
-
Gets the encounter
- getEncounter() - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- getEncounter() - Method in class org.openmrs.PatientState
-
- getEncounterByUuid(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncounterByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterByUuid(String) - Method in interface org.openmrs.api.EncounterService
-
Get Encounter by its UUID
- getEncounterByUuid(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterDatetime() - Method in class org.openmrs.Encounter
-
- getEncounterId() - Method in class org.openmrs.Encounter
-
- getEncounterProviderId() - Method in class org.openmrs.EncounterProvider
-
- getEncounterProviders() - Method in class org.openmrs.Encounter
-
Basic property accessor for encounterProviders.
- getEncounterRole(Integer) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get encounter role by internal identifier
- getEncounterRole(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterRole(Integer) - Method in interface org.openmrs.api.EncounterService
-
Gets an encounter role when and internal encounter role id is provided.
- getEncounterRole(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterRole() - Method in class org.openmrs.EncounterProvider
-
- getEncounterRoleByName(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncounterRoleByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterRoleByName(String) - Method in interface org.openmrs.api.EncounterService
-
Get EncounterRole by name
- getEncounterRoleByName(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterRoleByUuid(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncounterRoleByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterRoleByUuid(String) - Method in interface org.openmrs.api.EncounterService
-
Get EncounterRole by its UUID
- getEncounterRoleByUuid(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterRoleId() - Method in class org.openmrs.EncounterRole
-
- getEncounterRolesByName(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get encounter roles by name
- getEncounterRolesByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterRolesByName(String) - Method in interface org.openmrs.api.EncounterService
-
Get EncounterRoles by name
- getEncounterRolesByName(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounters(EncounterSearchCriteria) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncounters(String, Integer, Integer, Integer, boolean) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get a list of
Encounter
by Patient name or identifier based on batch settings
- getEncounters(EncounterSearchCriteria) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounters(String, Integer, Integer, Integer, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<Provider>, Collection<VisitType>, Collection<Visit>, boolean) - Method in interface org.openmrs.api.EncounterService
-
- getEncounters(EncounterSearchCriteria) - Method in interface org.openmrs.api.EncounterService
-
Get all encounters that match a variety of (nullable) criteria contained in the parameter object.
- getEncounters(String, Integer, Integer, boolean) - Method in interface org.openmrs.api.EncounterService
-
Search for encounters by patient name or patient identifier and returns a specific number of
them from the specified starting position.
- getEncounters(String, Integer, Integer, Integer, boolean) - Method in interface org.openmrs.api.EncounterService
-
Searches for encounters by patient id, provider identifier, location, encounter type,
provider, form or provider name.
- getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<Provider>, Collection<VisitType>, Collection<Visit>, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounters(EncounterSearchCriteria) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounters(String, Integer, Integer, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounters(String, Integer, Integer, Integer, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounters() - Method in class org.openmrs.Visit
-
- getEncountersByPatient(Patient) - Method in interface org.openmrs.api.EncounterService
-
Get all encounters (not voided) for a patient, sorted by encounterDatetime ascending.
- getEncountersByPatient(String) - Method in interface org.openmrs.api.EncounterService
-
Search for encounters by patient name or patient identifier.
- getEncountersByPatient(String, boolean) - Method in interface org.openmrs.api.EncounterService
-
Search for encounters by patient name or patient identifier.
- getEncountersByPatient(String, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByPatient(Patient) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByPatient(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByPatientId(Integer) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncountersByPatientId(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncountersByPatientId(Integer) - Method in interface org.openmrs.api.EncounterService
-
Get encounters for a patientId
- getEncountersByPatientId(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByPatientIdentifier(String) - Method in interface org.openmrs.api.EncounterService
-
Get encounters (not voided) for a patient identifier
- getEncountersByPatientIdentifier(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByVisit(Visit, boolean) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncountersByVisit(Visit, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncountersByVisit(Visit, boolean) - Method in interface org.openmrs.api.EncounterService
-
Gets all encounters grouped within a given visit.
- getEncountersByVisit(Visit, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByVisitsAndPatient(Patient, boolean, String, Integer, Integer) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncountersByVisitsAndPatient(Patient, boolean, String, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncountersByVisitsAndPatient(Patient, boolean, String, Integer, Integer) - Method in interface org.openmrs.api.EncounterService
-
Gets encounters for the given patient.
- getEncountersByVisitsAndPatient(Patient, boolean, String, Integer, Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncountersByVisitsAndPatientCount(Patient, boolean, String) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncountersByVisitsAndPatientCount(Patient, boolean, String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncountersByVisitsAndPatientCount(Patient, boolean, String) - Method in interface org.openmrs.api.EncounterService
-
- getEncountersByVisitsAndPatientCount(Patient, boolean, String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterService() - Static method in class org.openmrs.api.context.Context
-
- getEncounterService() - Method in class org.openmrs.api.context.ServiceContext
-
- getEncountersNotAssignedToAnyVisit(Patient) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncountersNotAssignedToAnyVisit(Patient) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncountersNotAssignedToAnyVisit(Patient) - Method in interface org.openmrs.api.EncounterService
-
Gets the unvoided encounters for the specified patient that are not assigned to any visit.
- getEncountersNotAssignedToAnyVisit(Patient) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterType(Integer) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get encounterType by internal identifier
- getEncounterType(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
Get encounterType by name
- getEncounterType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterType(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterType(Integer) - Method in interface org.openmrs.api.EncounterService
-
Get encounterType by internal identifier
- getEncounterType(String) - Method in interface org.openmrs.api.EncounterService
-
Get encounterType by exact name
- getEncounterType(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterType(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterType() - Method in class org.openmrs.Encounter
-
- getEncounterType() - Method in class org.openmrs.Form
-
- getEncounterTypeByUuid(String) - Method in interface org.openmrs.api.db.EncounterDAO
-
- getEncounterTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getEncounterTypeByUuid(String) - Method in interface org.openmrs.api.EncounterService
-
Get EncounterType by its UUID
- getEncounterTypeByUuid(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEncounterTypeId() - Method in class org.openmrs.EncounterType
-
- getEncounterTypes() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getEncounterVisitHandlers() - Method in interface org.openmrs.api.EncounterService
-
- getEncounterVisitHandlers() - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- getEndDate() - Method in class org.openmrs.CohortMembership
-
- getEndDate() - Method in class org.openmrs.Condition
-
Gets the condition end date
- getEndDate() - Method in class org.openmrs.PatientState
-
- getEndDate() - Method in class org.openmrs.PersonAddress
-
- getEndDate() - Method in class org.openmrs.Relationship
-
If not null, this indicates that the relationship ended on a particular date
- getEndReason() - Method in class org.openmrs.Condition
-
Gets the condition end reason
- getEnteredViaForms() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getEntity(String, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
-
- getEntityClass() - Method in class org.openmrs.api.db.FullTextQueryAndEntityClass
-
Gets the entityClass
- getEntityName(Object) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
-
- getEntityName(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the entity name for a persistent entity.
- getEnvironmentAllergensConcept() - Method in class org.openmrs.AllergyProperties
-
- getError() - Method in class org.openmrs.hl7.HL7InError
-
- getErrorAtStartup() - Static method in class org.openmrs.web.Listener
-
Get the error thrown at startup
- getErrorDetails() - Method in class org.openmrs.hl7.HL7InError
-
- getErrorMessage() - Method in class org.openmrs.hl7.HL7InQueue
-
- getErrors() - Method in exception org.openmrs.api.ValidationException
-
- getErrorTasks() - Static method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
-
- getEscapeCodesForAscii() - Method in class org.openmrs.OpenmrsCharacterEscapes
-
- getEscapeSequence(int) - Method in class org.openmrs.OpenmrsCharacterEscapes
-
- getExceptionAsString(Throwable) - Static method in class org.openmrs.scheduler.SchedulerUtil
-
- getExceptionThrown() - Method in class org.openmrs.api.context.Daemon.DaemonThread
-
Gets the exception thrown (if any) by the method called in
Thread.run()
- getExcludeCanceledAndExpired() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getExcludeDiscontinueOrders() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getExpression() - Method in interface org.openmrs.logic.LogicCriteria
-
Method to get the LogicExpression backing the current LogicCriteria
- getExtension(String) - Method in class org.openmrs.obs.handler.AbstractHandler
-
- getExtensionId() - Method in class org.openmrs.module.Extension
-
Get the extension point id
- getExtensionMap() - Static method in class org.openmrs.module.ModuleFactory
-
Return the current extension map keyed on extension point id
- getExtensions() - Method in class org.openmrs.module.Module
-
- getExtensions(String) - Static method in class org.openmrs.module.ModuleFactory
-
Return all of the extensions associated with the given pointId
Returns empty
extension list if no modules extend this pointId
- getExtensions(String, Extension.MEDIA_TYPE) - Static method in class org.openmrs.module.ModuleFactory
-
Return all of the extensions associated with the given pointId
Returns
getExtension(pointId) if no modules extend this pointId for given media type
- getExtraData() - Method in exception org.openmrs.util.CycleException
-
- getFalseConcept() - Method in interface org.openmrs.api.ConceptService
-
Returns the FALSE concept
- getFalseConcept() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getFamilyName() - Method in class org.openmrs.Person
-
Convenience method to get the family name attribute on this person's preferred PersonName
- getFamilyName() - Method in class org.openmrs.PersonName
-
- getFamilyName() - Method in class org.openmrs.User
-
Get familyName on the Person this user account belongs to
- getFamilyName2() - Method in class org.openmrs.PersonName
-
- getFamilyNamePrefix() - Method in class org.openmrs.PersonName
-
- getFamilyNameSuffix() - Method in class org.openmrs.PersonName
-
- getField(Integer) - Method in interface org.openmrs.api.db.FormDAO
-
- getField(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getField(Integer) - Method in interface org.openmrs.api.FormService
-
Gets a Field by internal database id
- getField(Integer) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getField() - Method in class org.openmrs.FieldAnswer
-
- getField() - Method in class org.openmrs.FormField
-
- getFieldAnswerByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFieldAnswerByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldAnswerByUuid(String) - Method in interface org.openmrs.api.FormService
-
Get FieldAnswer by its UUID
- getFieldAnswerByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFieldByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldByUuid(String) - Method in interface org.openmrs.api.FormService
-
Get Field by its UUID
- getFieldByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldId() - Method in class org.openmrs.Field
-
- getFieldNumber() - Method in class org.openmrs.FormField
-
- getFieldPart() - Method in class org.openmrs.FormField
-
- getFields(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFields(Collection<Form>, Collection<FieldType>, Collection<Concept>, Collection<String>, Collection<String>, Boolean, Collection<FieldAnswer>, Collection<FieldAnswer>, Boolean) - Method in interface org.openmrs.api.db.FormDAO
-
Returns all fields that match a broad range of (nullable) criteria
- getFields(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFields(Collection<Form>, Collection<FieldType>, Collection<Concept>, Collection<String>, Collection<String>, Boolean, Collection<FieldAnswer>, Collection<FieldAnswer>, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFields(String) - Method in interface org.openmrs.api.FormService
-
Find all Fields whose names are similar to or contain the given phrase.
- getFields(Collection<Form>, Collection<FieldType>, Collection<Concept>, Collection<String>, Collection<String>, Boolean, Collection<FieldAnswer>, Collection<FieldAnswer>, Boolean) - Method in interface org.openmrs.api.FormService
-
Returns all Fields that match these (nullable) criteria
- getFields(Collection<Form>, Collection<FieldType>, Collection<Concept>, Collection<String>, Collection<String>, Boolean, Collection<FieldAnswer>, Collection<FieldAnswer>, Boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFields(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldsByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldsByConcept(Concept) - Method in interface org.openmrs.api.FormService
-
Finds all Fields that point to the given concept, including retired ones.
- getFieldsByConcept(Concept) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldType(Integer) - Method in interface org.openmrs.api.db.FormDAO
-
Get fieldType by internal identifier
- getFieldType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldType(Integer) - Method in interface org.openmrs.api.FormService
-
Get fieldType by internal identifier
- getFieldType(Integer) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldType() - Method in class org.openmrs.Field
-
- getFieldTypeByName(String) - Method in interface org.openmrs.api.db.FormDAO
-
Return fieldType associated with given name
- getFieldTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldTypeByName(String) - Method in interface org.openmrs.api.FormService
-
Get FieldType by its name
- getFieldTypeByName(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldTypeByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFieldTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFieldTypeByUuid(String) - Method in interface org.openmrs.api.FormService
-
Get FieldType by its UUID
- getFieldTypeByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFieldTypeId() - Method in class org.openmrs.FieldType
-
- getFile() - Method in class org.openmrs.module.Module
-
- getFile(HttpServletRequest) - Method in class org.openmrs.module.web.ModuleResourcesServlet
-
Turns the given request/path into a File object
- getFileAsBytes(File) - Static method in class org.openmrs.util.OpenmrsUtil
-
Return a byte array representation of the given file
- getFileAsString(File) - Static method in class org.openmrs.util.OpenmrsUtil
-
Return a string representation of the given file
- getFileMimeType(File) - Static method in class org.openmrs.util.OpenmrsUtil
-
Get mime type of the given file
- getFilename(CustomDatatype<T>, String) - Method in interface org.openmrs.customdatatype.DownloadableDatatypeHandler
-
- getFilter() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getFilterClass() - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- getFilterDefinition() - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- getFilterMappings() - Static method in class org.openmrs.module.web.WebModuleUtil
-
This method will return all Filter Mappings that have been registered by a module
- getFilterName() - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- getFilterName() - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- getFilterName() - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- getFilters() - Static method in class org.openmrs.module.web.WebModuleUtil
-
This method will return all Filters that have been registered a module
- getFiltersForRequest(ServletRequest) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Return List of Filters that have been loaded through Modules that have mappings that pass for
the passed request
- getFinalText() - Method in class org.openmrs.ConceptProposal
-
- getFirstElement() - Method in class org.openmrs.collection.CollectionPart
-
- getFirstTableNames() - Static method in class org.openmrs.liquibase.CoreDataTuner
-
- getFlushMode() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Get the current flush mode for this session.
- getFoodAllergensConcept() - Method in class org.openmrs.AllergyProperties
-
- getForeignKey() - Method in class org.openmrs.PersonAttributeType
-
- getForm(Integer) - Method in interface org.openmrs.api.db.FormDAO
-
Get form by internal form identifier
- getForm(String, String) - Method in interface org.openmrs.api.db.FormDAO
-
Get form by exact name and version
- getForm(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getForm(String, String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getForm(Integer) - Method in interface org.openmrs.api.FormService
-
Get form by internal form identifier
- getForm(String) - Method in interface org.openmrs.api.FormService
-
Get form by exact name match.
- getForm(String, String) - Method in interface org.openmrs.api.FormService
-
Get form by exact name & version match.
- getForm(Integer) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getForm(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getForm(String, String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getForm() - Method in class org.openmrs.Encounter
-
- getForm() - Method in class org.openmrs.FormField
-
- getForm() - Method in class org.openmrs.FormResource
-
gets the form
- getForm(MSH) - Method in class org.openmrs.hl7.handler.ORUR01Handler
-
needs to find a Form based on information in MSH-21. example: 16^AMRS.ELD.FORMID
- getFormat() - Method in exception org.openmrs.api.InvalidIdentifierFormatException
-
- getFormat() - Method in class org.openmrs.PatientIdentifierType
-
- getFormat() - Method in class org.openmrs.PersonAttributeType
-
- getFormat() - Static method in class org.openmrs.PersonName
-
- getFormatDescription() - Method in class org.openmrs.PatientIdentifierType
-
- getFormByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormByUuid(String) - Method in interface org.openmrs.api.FormService
-
Get Form by its UUID
- getFormByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormCount(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormCount(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormCount(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in interface org.openmrs.api.FormService
-
- getFormCount(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormField(Form, Concept, Collection<FormField>, boolean) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormField(Integer) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormField(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormField(Form, Concept, Collection<FormField>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormField(Integer) - Method in interface org.openmrs.api.FormService
-
Gets a FormField by internal database id
- getFormField(Form, Concept, Collection<FormField>, boolean) - Method in interface org.openmrs.api.FormService
-
Finds the FormField defined for this form/concept combination while discounting any form
field found in the ignoreFormFields
collection This method was added when
needing to relate observations to form fields during a display.
- getFormField(Integer) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormField(Form, Concept, Collection<FormField>, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormFieldByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormFieldByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormFieldByUuid(String) - Method in interface org.openmrs.api.FormService
-
Get FormField by its UUID
- getFormFieldByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormFieldId() - Method in class org.openmrs.FormField
-
- getFormFieldNamespace() - Method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormFieldNamespace(String) - Static method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormFieldNamespace() - Method in class org.openmrs.Diagnosis
-
Gets the namespace for the form field that was used to capture the details in the form
- getFormFieldNamespace() - Method in interface org.openmrs.FormRecordable
-
Gets the namespace for the form field that was used to capture the obs details in the form
- getFormFieldNamespace() - Method in class org.openmrs.Order
-
- getFormFieldPath() - Method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormFieldPath(String) - Static method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormFieldPath() - Method in class org.openmrs.Diagnosis
-
Gets the path for the form field that was used to capture the details in the form
- getFormFieldPath() - Method in interface org.openmrs.FormRecordable
-
Gets the path for the form field that was used to capture the obs details in the form
- getFormFieldPath() - Method in class org.openmrs.Order
-
- getFormFields(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormFields() - Method in class org.openmrs.Form
-
- getFormFields() - Method in interface org.openmrs.obs.SerializableComplexObsHandler
-
Gets the form fields that should be added to the forms using complex concepts that are
associated to this handler
- getFormFieldsByField(Field) - Method in interface org.openmrs.api.db.FormDAO
-
Return a list of FormFields given a Field
- getFormFieldsByField(Field) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormId() - Method in class org.openmrs.Form
-
- getFormNamespaceAndPath() - Method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormNamespaceAndPath(String, String) - Static method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- getFormNamespaceAndPath() - Method in class org.openmrs.Diagnosis
-
Gets the form namespace and path
- getFormNamespaceAndPath() - Method in class org.openmrs.Order
-
- getFormResource(Integer) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormResource(Form, String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormResource(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormResource(Form, String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormResource(Integer) - Method in interface org.openmrs.api.FormService
-
Finds a FormResource by its id
- getFormResource(Form, String) - Method in interface org.openmrs.api.FormService
-
Finds a FormResource based on a given Form and name
- getFormResource(Integer) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormResource(Form, String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormResourceByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormResourceByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormResourceByUuid(String) - Method in interface org.openmrs.api.FormService
-
Finds a FormResource by its uuid
- getFormResourceByUuid(String) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormResourceId() - Method in class org.openmrs.FormResource
-
gets the form resource id
- getFormResourcesForForm(Form) - Method in interface org.openmrs.api.db.FormDAO
-
- getFormResourcesForForm(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormResourcesForForm(Form) - Method in interface org.openmrs.api.FormService
-
Finds all FormResources tied to a given form
- getFormResourcesForForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in interface org.openmrs.api.db.FormDAO
-
Gets all forms that match all the criteria.
- getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getForms(String, boolean) - Method in interface org.openmrs.api.FormService
-
Gets all forms with name similar to the given name.
- getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in interface org.openmrs.api.FormService
-
Gets all forms that match all the (nullable) criteria
- getForms(String, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormsByName(String) - Method in interface org.openmrs.api.db.FormDAO
-
Gets all forms with the given name, sorted (alphabetically) by descending version
- getFormsByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormsContainingConcept(Concept) - Method in interface org.openmrs.api.db.FormDAO
-
Get all forms that contain the given Concept
as one of their fields.
- getFormsContainingConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- getFormsContainingConcept(Concept) - Method in interface org.openmrs.api.FormService
-
Returns all forms that contain the given concept as a field in their schema.
- getFormsContainingConcept(Concept) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getFormService() - Static method in class org.openmrs.api.context.Context
-
- getFormService() - Method in class org.openmrs.api.context.ServiceContext
-
- getFormStructure(Form) - Static method in class org.openmrs.util.FormUtil
-
Returns a sorted and structured map of FormField
s for the given OpenMRS form.
- getFormUriWithoutExtension(Form) - Static method in class org.openmrs.util.FormUtil
-
Get a string somewhat unique to this form.
- getFrequency() - Method in class org.openmrs.DrugOrder
-
Gets the frequency
- getFrequency() - Method in class org.openmrs.MedicationDispense
-
- getFrequency() - Method in class org.openmrs.order.DrugSuggestion
-
- getFrequency() - Method in class org.openmrs.ServiceOrder
-
Gets frequency of a particular order
- getFrequency() - Method in class org.openmrs.SimpleDosingInstructions
-
- getFrequencyPerDay() - Method in class org.openmrs.OrderFrequency
-
Get the frequencyPerDay
- getFromDate() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getFromNode() - Method in class org.openmrs.util.Graph.Edge
-
- getFulfillerComment() - Method in class org.openmrs.Order
-
Returns the comment received from the fulfiller regarding this order.
- getFulfillerStatus() - Method in class org.openmrs.Order
-
Returns the current status that was received from a fulfiller for this order.
- getFulfillerStatus() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getFullName(Locale) - Method in class org.openmrs.Drug
-
Gets the entries concept drug name in the form of CONCEPTNAME (Drug: DRUGNAME)
- getFullName() - Method in class org.openmrs.PersonName
-
Convenience method to get all the names of this PersonName and concatenating them together
with spaces in between.
- getFullTextSession() - Method in interface org.openmrs.api.db.FullTextSessionFactory
-
Obtains a FullTextSession
instance.
- getFullTextSession() - Method in class org.openmrs.api.db.FullTextSessionFactoryImpl
-
- getFullTextSession() - Method in class org.openmrs.api.db.hibernate.search.LuceneQuery
-
Gives you access to the full text session.
- getFullySpecifiedName(Locale) - Method in class org.openmrs.Concept
-
Convenience method that returns the fully specified name in the locale
- getGender() - Method in class org.openmrs.Person
-
- getGivenName() - Method in class org.openmrs.Person
-
Convenience method to get the given name attribute on this person's preferred PersonName
- getGivenName() - Method in class org.openmrs.PersonName
-
- getGivenName() - Method in class org.openmrs.User
-
Get givenName on the Person this user account belongs to
- getGlobalParameter(String) - Method in interface org.openmrs.logic.LogicContext
-
Fetches a global parameter value by name
- getGlobalParameters() - Method in interface org.openmrs.logic.LogicContext
-
- getGlobalProperties() - Method in class org.openmrs.module.Module
-
- getGlobalProperties() - Static method in class org.openmrs.module.ModuleFactory
-
Get a list of required GlobalProperties defined by the modules
- getGlobalPropertiesByPrefix(String) - Method in interface org.openmrs.api.AdministrationService
-
Gets all global properties that begin with prefix
.
- getGlobalPropertiesByPrefix(String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getGlobalPropertiesByPrefix(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getGlobalPropertiesByPrefix(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalPropertiesBySuffix(String) - Method in interface org.openmrs.api.AdministrationService
-
Gets all global properties that end with suffix
.
- getGlobalPropertiesBySuffix(String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getGlobalPropertiesBySuffix(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getGlobalPropertiesBySuffix(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalProperty(String) - Method in interface org.openmrs.api.AdministrationService
-
Gets the global property that has the given propertyName
.
- getGlobalProperty(String, String) - Method in interface org.openmrs.api.AdministrationService
-
Gets the global property that has the given propertyName
If propertyName is not found in the list of Global Properties currently in the database, a
defaultValue
is returned
This method should not have any authorization check
- getGlobalProperty(String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getGlobalProperty(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getGlobalProperty(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalProperty(String, String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalProperty(String) - Static method in class org.openmrs.util.ConfigUtil
-
Gets the value of the given OpenMRS global property
- getGlobalProperty(Connection, String) - Static method in class org.openmrs.util.UpgradeUtil
-
- getGlobalPropertyByUuid(String) - Method in interface org.openmrs.api.AdministrationService
-
Get a global property by its uuid.
- getGlobalPropertyByUuid(String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getGlobalPropertyByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getGlobalPropertyByUuid(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalPropertyListeners() - Method in class org.openmrs.api.EventListeners
-
- getGlobalPropertyObject(String) - Method in interface org.openmrs.api.AdministrationService
-
Gets the global property that has the given propertyName
- getGlobalPropertyObject(String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getGlobalPropertyObject(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getGlobalPropertyObject(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalPropertyValue(String, T) - Method in interface org.openmrs.api.AdministrationService
-
Returns a global property according to the type specified
- getGlobalPropertyValue(String, T) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getGlobalPropertyValue(String) - Static method in class org.openmrs.web.filter.util.FilterUtil
-
Gets the value of a global Property as a string from the database using sql, this method is
useful when you want to get a value of a global property before the application context has
been setup
- getGroupMembers() - Method in class org.openmrs.Obs
-
Get the non-voided members of the obs group, if this obs is a group.
- getGroupMembers(boolean) - Method in class org.openmrs.Obs
-
Get the group members of this obs group, if this obs is a group.
- getHandler(CustomDatatype<?>, String) - Method in interface org.openmrs.api.DatatypeService
-
Gets the default handler for a
CustomDatatype
, and sets its configuration
- getHandler(CustomDatatype<?>, String) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getHandler(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getHandler(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getHandler(String) - Method in interface org.openmrs.api.ObsService
-
Get the ComplexObsHandler that has been registered with the given key
- getHandler(Obs) - Method in interface org.openmrs.api.ObsService
-
Get the ComplexObsHandler associated with a complex observation
Returns the ComplexObsHandler.
- getHandler() - Method in class org.openmrs.ConceptComplex
-
- getHandler(CustomValueDescriptor) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getHandler(CustomDatatype<?>, String, String) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getHandler() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getHandlerClasses(Class<? extends CustomDatatype<?>>) - Method in interface org.openmrs.api.DatatypeService
-
- getHandlerClasses(Class<? extends CustomDatatype<?>>) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- getHandlerClassnames() - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- getHandlerConfig() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getHandlerConfig() - Method in interface org.openmrs.customdatatype.CustomValueDescriptor
-
May be null.
- getHandlerConfig() - Method in class org.openmrs.FormResource
-
- getHandlerConfig() - Method in class org.openmrs.GlobalProperty
-
- getHandlers() - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getHandlers() - Method in interface org.openmrs.api.ObsService
-
Gets the handlers map registered
- getHandlersForType(Class<H>, Class<T>) - Static method in class org.openmrs.util.HandlerUtil
-
Retrieves a List of all registered components from the Context that are of the passed
handlerType and one or more of the following is true:
The handlerType is annotated as a
Handler
that supports the passed type
The passed type is null - this effectively returns all components of the passed
handlerType
The returned handlers are ordered in the list based upon the order property.
- getHashedPassword() - Method in class org.openmrs.api.db.LoginCredential
-
- getHiAbsolute() - Method in class org.openmrs.ConceptNumeric
-
- getHibernateSessionFactory() - Method in class org.openmrs.api.db.hibernate.DbSessionFactory
-
- getHiCritical() - Method in class org.openmrs.ConceptNumeric
-
- getHigh() - Method in class org.openmrs.util.DoubleRange
-
- getHiNormal() - Method in class org.openmrs.ConceptNumeric
-
- getHl7Abbreviation() - Method in class org.openmrs.ConceptDatatype
-
- getHl7ArchivesDirectory() - Static method in class org.openmrs.hl7.HL7Util
-
Gets the destination directory for hl7 archives.
- getHL7Batch(Class, int, int, Integer, String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7Batch(Class, int, int, Integer, String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
Returns hl7s based on batch settings and filtered by a query
- getHl7Code() - Method in class org.openmrs.ConceptSource
-
- getHL7Data() - Method in class org.openmrs.hl7.HL7QueueItem
-
- getHL7InArchive(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InArchive(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InArchive(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
- getHL7InArchive(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InArchiveBatch(int, int, int, String) - Method in interface org.openmrs.hl7.HL7Service
-
Return a list of all hl7 in archives based on batch settings and a query string
- getHL7InArchiveBatch(int, int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InArchiveByState(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InArchiveByState(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InArchiveByState(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
If hl7 migration has been run and the state matches that of processed items, the method
returns a list of all archives in the file system, for any other state , it returns an empty
list, this is because all archives would have a status of 'processed' after migration and all
deleted archives moved back into the queue with a status of 'deleted' otherwise it returns
archives with a matching state if migration hasn't yet been run.
- getHL7InArchiveByState(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InArchiveByUuid(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InArchiveByUuid(String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InArchiveByUuid(String) - Method in interface org.openmrs.hl7.HL7Service
-
Get the archive item with the given uuid
- getHL7InArchiveByUuid(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InArchiveId() - Method in class org.openmrs.hl7.HL7InArchive
-
- getHL7InArchivesToMigrate() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InArchivesToMigrate() - Method in interface org.openmrs.hl7.db.HL7DAO
-
provides a list of archives to be migrated
- getHL7InError(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InError(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InError(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
Get the error item with the given id
- getHL7InError(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InErrorBatch(int, int, String) - Method in interface org.openmrs.hl7.HL7Service
-
Return a list of all hl7 in errors based on batch settings and a query string
- getHL7InErrorBatch(int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InErrorByUuid(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InErrorByUuid(String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InErrorByUuid(String) - Method in interface org.openmrs.hl7.HL7Service
-
Get the error item with the given uuid
- getHL7InErrorByUuid(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InErrorId() - Method in class org.openmrs.hl7.HL7InError
-
- getHL7InQueue(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InQueue(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InQueue(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
Get the hl7 queue item with the given primary key id
- getHL7InQueue(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InQueueBatch(int, int, int, String) - Method in interface org.openmrs.hl7.HL7Service
-
Return a list of all hl7 in queues based on batch settings and a query string
- getHL7InQueueBatch(int, int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InQueueByState(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InQueueByState(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InQueueByState(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
Get the queue items given a state (deleted, error, pending, processing, processed).
- getHL7InQueueByState(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InQueueByUuid(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7InQueueByUuid(String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7InQueueByUuid(String) - Method in interface org.openmrs.hl7.HL7Service
-
Get the hl7 queue item with the given uuid
- getHL7InQueueByUuid(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7InQueueId() - Method in class org.openmrs.hl7.HL7InQueue
-
- getHl7QueueItemByUuid(String) - Method in interface org.openmrs.hl7.HL7Service
-
- getHl7QueueItemByUuid(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7Service() - Static method in class org.openmrs.api.context.Context
-
- getHL7Service() - Method in class org.openmrs.api.context.ServiceContext
-
- getHL7Source(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7Source(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7Source() - Method in class org.openmrs.hl7.HL7QueueItem
-
- getHL7Source(Integer) - Method in interface org.openmrs.hl7.HL7Service
-
Auto generated method comment
- getHL7Source(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7SourceByName(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getHL7SourceByName(String) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getHL7SourceByName(String) - Method in interface org.openmrs.hl7.HL7Service
-
Get the hl7 source object from the database that has the given name
- getHL7SourceByName(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getHL7SourceId() - Method in class org.openmrs.hl7.HL7Source
-
- getHL7SourceKey() - Method in class org.openmrs.hl7.HL7QueueItem
-
- getHydratedObject() - Method in class org.openmrs.PersonAttribute
-
Will try to create an object of class 'PersonAttributeType.format'.
- getId() - Method in class org.openmrs.Allergy
-
- getId() - Method in class org.openmrs.AllergyReaction
-
- getId() - Method in class org.openmrs.api.db.ClobDatatypeStorage
-
- getId() - Method in class org.openmrs.api.db.LoginCredential
-
- getId() - Method in class org.openmrs.api.db.SerializedObject
-
- getId() - Method in class org.openmrs.CareSetting
-
- getId() - Method in class org.openmrs.Cohort
-
- getId() - Method in class org.openmrs.CohortMembership
-
- getId() - Method in class org.openmrs.Concept
-
- getId() - Method in class org.openmrs.ConceptAnswer
-
- getId() - Method in class org.openmrs.ConceptAttribute
-
- getId() - Method in class org.openmrs.ConceptAttributeType
-
- getId() - Method in class org.openmrs.ConceptClass
-
- getId() - Method in class org.openmrs.ConceptDatatype
-
- getId() - Method in class org.openmrs.ConceptDescription
-
- getId() - Method in class org.openmrs.ConceptMap
-
- getId() - Method in class org.openmrs.ConceptMapType
-
- getId() - Method in class org.openmrs.ConceptName
-
- getId() - Method in class org.openmrs.ConceptNameTag
-
- getId() - Method in class org.openmrs.ConceptProposal
-
- getId() - Method in class org.openmrs.ConceptReferenceTerm
-
- getId() - Method in class org.openmrs.ConceptReferenceTermMap
-
- getId() - Method in class org.openmrs.ConceptSet
-
- getId() - Method in class org.openmrs.ConceptSource
-
- getId() - Method in class org.openmrs.ConceptStateConversion
-
- getId() - Method in class org.openmrs.ConceptStopWord
-
- getId() - Method in class org.openmrs.Condition
-
- getId() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis identifier.
- getId() - Method in class org.openmrs.DiagnosisAttribute
-
- getId() - Method in class org.openmrs.DiagnosisAttributeType
-
- getId() - Method in class org.openmrs.Drug
-
- getId() - Method in class org.openmrs.DrugIngredient
-
- getId() - Method in class org.openmrs.DrugReferenceMap
-
- getId() - Method in class org.openmrs.Encounter
-
- getId() - Method in class org.openmrs.EncounterProvider
-
- getId() - Method in class org.openmrs.EncounterRole
-
- getId() - Method in class org.openmrs.EncounterType
-
- getId() - Method in class org.openmrs.Field
-
- getId() - Method in class org.openmrs.FieldAnswer
-
- getId() - Method in class org.openmrs.FieldType
-
- getId() - Method in class org.openmrs.Form
-
- getId() - Method in class org.openmrs.FormField
-
- getId() - Method in class org.openmrs.FormResource
-
- getId() - Method in class org.openmrs.GlobalProperty
-
- getId() - Method in class org.openmrs.hl7.HL7InArchive
-
- getId() - Method in class org.openmrs.hl7.HL7InError
-
- getId() - Method in class org.openmrs.hl7.HL7InQueue
-
- getId() - Method in class org.openmrs.hl7.HL7Source
-
- getId() - Method in class org.openmrs.Location
-
- getId() - Method in class org.openmrs.LocationAttribute
-
- getId() - Method in class org.openmrs.LocationAttributeType
-
- getId() - Method in class org.openmrs.LocationTag
-
- getId() - Method in class org.openmrs.MedicationDispense
-
- getId() - Method in class org.openmrs.module.DaemonToken
-
- getId() - Method in class org.openmrs.notification.Alert
-
- getId() - Method in class org.openmrs.notification.AlertRecipient
-
- getId() - Method in class org.openmrs.notification.Message
-
- getId() - Method in class org.openmrs.notification.Template
-
- getId() - Method in class org.openmrs.Obs
-
- getId() - Method in interface org.openmrs.OpenmrsObject
-
- getId() - Method in class org.openmrs.Order
-
- getId() - Method in class org.openmrs.OrderAttribute
-
- getId() - Method in class org.openmrs.OrderAttributeType
-
- getId() - Method in class org.openmrs.OrderFrequency
-
- getId() - Method in class org.openmrs.OrderGroup
-
- getId() - Method in class org.openmrs.OrderGroupAttribute
-
- getId() - Method in class org.openmrs.OrderGroupAttributeType
-
- getId() - Method in class org.openmrs.OrderSet
-
- getId() - Method in class org.openmrs.OrderSetAttribute
-
- getId() - Method in class org.openmrs.OrderSetAttributeType
-
- getId() - Method in class org.openmrs.OrderSetMember
-
- getId() - Method in class org.openmrs.OrderType
-
- getId() - Method in class org.openmrs.Patient
-
- getId() - Method in class org.openmrs.PatientIdentifier
-
- getId() - Method in class org.openmrs.PatientIdentifierType
-
- getId() - Method in class org.openmrs.PatientProgram
-
- getId() - Method in class org.openmrs.PatientProgramAttribute
-
- getId() - Method in class org.openmrs.PatientState
-
- getId() - Method in class org.openmrs.Person
-
- getId() - Method in class org.openmrs.person.PersonMergeLog
-
- getId() - Method in class org.openmrs.PersonAddress
-
- getId() - Method in class org.openmrs.PersonAttribute
-
- getId() - Method in class org.openmrs.PersonAttributeType
-
- getId() - Method in class org.openmrs.PersonName
-
- getId() - Method in class org.openmrs.Privilege
-
- getId() - Method in class org.openmrs.Program
-
- getId() - Method in class org.openmrs.ProgramAttributeType
-
- getId() - Method in class org.openmrs.ProgramWorkflow
-
- getId() - Method in class org.openmrs.ProgramWorkflowState
-
- getId() - Method in class org.openmrs.Provider
-
- getId() - Method in class org.openmrs.ProviderAttribute
-
- getId() - Method in class org.openmrs.ProviderAttributeType
-
- getId() - Method in class org.openmrs.Relationship
-
- getId() - Method in class org.openmrs.RelationshipType
-
- getId() - Method in class org.openmrs.Role
-
- getId() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the task identifier.
- getId() - Method in class org.openmrs.User
-
- getId() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getId() - Method in class org.openmrs.Visit
-
- getId() - Method in class org.openmrs.VisitAttribute
-
- getId() - Method in class org.openmrs.VisitAttributeType
-
- getId() - Method in class org.openmrs.VisitType
-
- getIdentifier(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Return the identifier value of the given entity as associated with this session.
- getIdentifier() - Method in class org.openmrs.PatientIdentifier
-
- getIdentifier() - Method in class org.openmrs.Provider
-
- getIdentifiers() - Method in class org.openmrs.Patient
-
Get all of this patients identifiers -- both voided and non-voided ones.
- getIdentifierType() - Method in class org.openmrs.PatientIdentifier
-
- getIdentifierValidator(Class<IdentifierValidator>) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getIdentifierValidator(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getIdentifierValidator(Class<IdentifierValidator>) - Method in interface org.openmrs.api.PatientService
-
Gets an identifier validator matching the given class.
- getIdentifierValidator(String) - Method in interface org.openmrs.api.PatientService
-
Should return patient identifier validator given class name
Should treat empty strings like a null entry
- getIdentifierValidators() - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getImplementationId() - Method in interface org.openmrs.api.AdministrationService
-
Get the implementation id stored for this server Returns null if no implementation id has
been successfully set yet
- getImplementationId() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getImplementationId() - Method in class org.openmrs.ImplementationId
-
This is the unique id for this implementation.
- getIncludeNullFulfillerStatus() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getIncludeVoided() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getIncludeVoided() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getIndexDate() - Method in interface org.openmrs.logic.LogicContext
-
- getIndexTerms() - Method in class org.openmrs.Concept
-
Gets the list of all non-retired concept names which are index terms for this concept
- getIndexTermsForLocale(Locale) - Method in class org.openmrs.Concept
-
Gets the list of all non-retired concept names which are index terms in a given locale
- getIndication() - Method in class org.openmrs.Visit
-
- getIndications() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getIngredient() - Method in class org.openmrs.DrugIngredient
-
- getIngredients() - Method in class org.openmrs.Drug
-
- getInheritedFields(Class<?>) - Method in class org.openmrs.util.Reflect
-
This method return all the fields (including private) until the given parameterized class
- getInheritedRoles() - Method in class org.openmrs.Role
-
- getInitial() - Method in class org.openmrs.ProgramWorkflowState
-
- getInitialLiquibaseSnapshotVersion(String, LiquibaseProvider) - Method in class org.openmrs.liquibase.ChangeLogDetective
-
Returns the version of the Liquibase snapshot that had been used to initialise the OpenMRS
database.
- getInitParameter(String) - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- getInitParameter(String) - Method in class org.openmrs.module.web.ModuleServlet.SimpleServletConfig
-
- getInitParameterNames() - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- getInitParameterNames() - Method in class org.openmrs.module.web.ModuleServlet.SimpleServletConfig
-
- getInitParameters() - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- getInputStream() - Method in class org.openmrs.web.filter.GZIPRequestWrapper
-
- getInstance() - Static method in class org.openmrs.api.context.ServiceContext
-
There should only be one ServiceContext per openmrs (java virtual machine).
- getInstance() - Static method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
Singleton Factory method
- getInstance() - Static method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
Singleton Factory method
- getInstance() - Static method in class org.openmrs.layout.address.AddressSupport
-
- getInstance() - Static method in class org.openmrs.layout.name.NameSupport
-
- getInstance() - Static method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
Get the static/singular instance
- getInstance(Collection<Filter>, FilterChain) - Static method in class org.openmrs.module.web.filter.ModuleFilterChain
-
Factory method to construct and return a ModuleFilterChain
- getInstance(ModuleFilterDefinition, ServletContext) - Static method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
Factory method to construct and return a ModuleFilterConfig
- getInstance() - Static method in class org.openmrs.scheduler.TaskFactory
-
Gets an instance of the schedulable factory
- getInstance() - Static method in class org.openmrs.util.OpenmrsClassLoader
-
Get the static/singular instance of the module class loader
- getInstance() - Static method in class org.openmrs.util.OpenmrsClassScanner
-
- getInstance(HttpServletRequest) - Static method in class org.openmrs.web.filter.util.CustomResourceLoader
-
Returns singleton instance of custom resource loader
- getInstructions() - Method in class org.openmrs.FreeTextDosingInstructions
-
- getInstructions() - Method in class org.openmrs.order.DrugSuggestion
-
- getInstructions() - Method in class org.openmrs.Order
-
- getInterpretation() - Method in class org.openmrs.Obs
-
Similar to FHIR's Observation.interpretation.
- getInterpretJstl() - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- getIsHidden() - Method in class org.openmrs.ConceptMapType
-
- getIsPatient() - Method in class org.openmrs.Person
-
- getIsSet() - Method in class org.openmrs.FieldType
-
- getJavaClass() - Method in class org.openmrs.OrderType
-
Convenience method that returns a
Class
object for the associated
javaClassName
- getJavaClassName() - Method in class org.openmrs.OrderType
-
- getKey() - Method in class org.openmrs.api.db.hibernate.search.TermsFilterFactory
-
- getKeys() - Method in interface org.openmrs.logic.datasource.LogicDataSource
-
- getLastExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the time the task was last executed.
- getLastLoginTime(User) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getLastLoginTime(User) - Method in interface org.openmrs.api.db.UserDAO
-
- getLastLoginTime(User) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getLastLoginTime(User) - Method in interface org.openmrs.api.UserService
-
Retrieves the last login time of the user in Unix Timestamp
- getLastModified(HttpServletRequest) - Method in class org.openmrs.module.web.ModuleResourcesServlet
-
Used for caching purposes
- getLastModified(HttpServletRequest) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- getLastMomentOfDay(Date) - Static method in class org.openmrs.util.OpenmrsUtil
-
Gets the date having the last millisecond of a given day.
- getLaterality() - Method in class org.openmrs.ServiceOrder
-
Gets the laterality.
- getLatestCoreDataSnapshotFilename() - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getLatestSchemaSnapshotFilename() - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getLatestSnapshotVersion() - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getLatitude() - Method in interface org.openmrs.Address
-
- getLatitude() - Method in class org.openmrs.Location
-
- getLatitude() - Method in class org.openmrs.PersonAddress
-
- getLayout() - Method in class org.openmrs.logging.MemoryAppender.MemoryAppenderBuilder
-
- getLayout() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getLayoutSupportInstance() - Method in class org.openmrs.layout.address.AddressTemplate
-
- getLayoutSupportInstance() - Method in class org.openmrs.layout.LayoutTemplate
-
- getLayoutSupportInstance() - Method in class org.openmrs.layout.name.NameTemplate
-
- getLayoutTemplateByCodeName(String) - Method in class org.openmrs.layout.LayoutSupport
-
- getLayoutTemplateByCountry(String) - Method in class org.openmrs.layout.LayoutSupport
-
- getLayoutTemplateByDisplayName(String) - Method in class org.openmrs.layout.LayoutSupport
-
- getLayoutTemplateByName(String) - Method in class org.openmrs.layout.LayoutSupport
-
- getLayoutTemplates() - Method in class org.openmrs.layout.LayoutSupport
-
- getLayoutToken() - Method in class org.openmrs.layout.address.AddressTemplate
-
- getLayoutToken() - Method in class org.openmrs.layout.LayoutTemplate
-
- getLayoutToken() - Method in class org.openmrs.layout.name.NameTemplate
-
- getLength() - Method in class org.openmrs.obs.ComplexData
-
Get the data length
- getLibCacheFolder() - Static method in class org.openmrs.util.OpenmrsClassLoader
-
Get the temporary "work" directory for expanded jar files
- getLibCacheFolderForModule(Module) - Static method in class org.openmrs.module.ModuleClassLoader
-
Get the library cache folder for the given module.
- getLineByLineFormat() - Method in class org.openmrs.layout.LayoutTemplate
-
- getLines() - Method in class org.openmrs.layout.LayoutTemplate
-
- getLiquibase(String) - Method in interface org.openmrs.liquibase.LiquibaseProvider
-
Returns a Liquibase instance
- getLiquibase(String) - Method in class org.openmrs.util.DatabaseUpdaterLiquibaseProvider
-
- getList() - Method in class org.openmrs.collection.ListPart
-
- getLoadedModules() - Static method in class org.openmrs.module.ModuleFactory
-
Returns all modules found/loaded into the system (started and not started)
- getLoadedModulesCoreFirst() - Static method in class org.openmrs.module.ModuleFactory
-
Returns all modules found/loaded into the system (started and not started), with the core modules
at the start of that list
- getLoadedModulesMap() - Static method in class org.openmrs.module.ModuleFactory
-
Returns all modules found/loaded into the system (started and not started) in the form of a
map<ModuleId, Module>
- getLoadedModulesMapPackage() - Static method in class org.openmrs.module.ModuleFactory
-
Returns all modules found/loaded into the system (started and not started) in the form of a
map<PackageName, Module>
- getLobHelper() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Retrieve this session's helper/delegate for creating LOB instances.
- getLocale() - Static method in class org.openmrs.api.context.Context
-
Convenience method.
- getLocale() - Method in class org.openmrs.api.context.UserContext
-
- getLocale() - Method in class org.openmrs.ConceptDescription
-
- getLocale() - Method in class org.openmrs.ConceptName
-
- getLocale() - Method in class org.openmrs.ConceptStopWord
-
- getLocale() - Method in class org.openmrs.messagesource.PresentationMessage
-
Returns the locale within which the message is expressed.
- getLocalePreferred() - Method in class org.openmrs.ConceptName
-
- getLocales() - Method in class org.openmrs.messagesource.impl.CachedMessageSource
-
- getLocales() - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getLocales() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
Gets the locales which are available from the current message source.
- getLocales() - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
- getLocales() - Method in interface org.openmrs.messagesource.MutableMessageSource
-
Gets the locales for which messages are available from this source.
- getLocalesInOrder() - Static method in class org.openmrs.util.LocaleUtility
-
Utility method that returns a collection of all openmrs system locales, the set includes the
current logged in user's preferred locale if any is set, the default locale, allowed locales
in the order they are specified in the 'allowed.locale.list' global property and 'en' at the
very end of the set if it isn't yet among them.
- getLocalesOfConceptNames() - Method in interface org.openmrs.api.ConceptService
-
Gets the set of unique Locales used by existing concept names.
- getLocalesOfConceptNames() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getLocalesOfConceptNames() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getLocalesOfConceptNames() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getLocation() - Method in class org.openmrs.api.context.UserContext
-
- getLocation(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocation(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocation(Integer) - Method in interface org.openmrs.api.db.LocationDAO
-
Get a location by locationId
- getLocation(String) - Method in interface org.openmrs.api.db.LocationDAO
-
Get a location by name
- getLocation(Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocation(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocation(Integer) - Method in interface org.openmrs.api.LocationService
-
Returns a location given that locations primary key locationId
A null value is
returned if no location exists with this location.
- getLocation(String) - Method in interface org.openmrs.api.LocationService
-
Returns a location given the location's exact name
A null value is returned if
there is no location with this name
- getLocation() - Method in class org.openmrs.Encounter
-
- getLocation() - Method in class org.openmrs.LocationAttribute
-
- getLocation() - Method in class org.openmrs.MedicationDispense
-
- getLocation() - Method in class org.openmrs.Obs
-
- getLocation() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getLocation() - Method in class org.openmrs.PatientIdentifier
-
- getLocation() - Method in class org.openmrs.PatientProgram
-
- getLocation() - Method in class org.openmrs.ServiceOrder
-
Gets a location of the particular order
- getLocation() - Method in class org.openmrs.Visit
-
- getLocationAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationAttributeByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationAttributeByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationAttributeByUuid(String) - Method in interface org.openmrs.api.LocationService
-
- getLocationAttributeId() - Method in class org.openmrs.LocationAttribute
-
- getLocationAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationAttributeType(Integer) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationAttributeType(Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationAttributeType(Integer) - Method in interface org.openmrs.api.LocationService
-
- getLocationAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationAttributeTypeByName(String) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationAttributeTypeByName(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationAttributeTypeByName(String) - Method in interface org.openmrs.api.LocationService
-
Retrieves a LocationAttributeType object based on the name provided
- getLocationAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationAttributeTypeByUuid(String) - Method in interface org.openmrs.api.LocationService
-
- getLocationAttributeTypeId() - Method in class org.openmrs.LocationAttributeType
-
- getLocationBehavior() - Method in class org.openmrs.PatientIdentifierType
-
- getLocationByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationByUuid(String) - Method in interface org.openmrs.api.LocationService
-
Returns a location by uuid
- getLocationId() - Method in class org.openmrs.api.context.UserContext
-
- getLocationId() - Method in class org.openmrs.Location
-
- getLocations(String, Location, Map<LocationAttributeType, String>, boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocations(String, Location, Map<LocationAttributeType, String>, boolean, Integer, Integer) - Method in interface org.openmrs.api.db.LocationDAO
-
Gets the locations matching the specified arguments
- getLocations(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocations(String, Location, Map<LocationAttributeType, Object>, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocations(String) - Method in interface org.openmrs.api.LocationService
-
Returns locations that match the beginning of the given string.
- getLocations(String, Location, Map<LocationAttributeType, Object>, boolean, Integer, Integer) - Method in interface org.openmrs.api.LocationService
-
Gets the locations matching the specified arguments.
- getLocations() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getLocationsByTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationsByTag(LocationTag) - Method in interface org.openmrs.api.LocationService
-
Returns locations that contain the given tag.
- getLocationService() - Static method in class org.openmrs.api.context.Context
-
- getLocationService() - Method in class org.openmrs.api.context.ServiceContext
-
- getLocationsHavingAllTags(List<LocationTag>) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationsHavingAllTags(List<LocationTag>) - Method in interface org.openmrs.api.db.LocationDAO
-
Get locations that have all the location tags specified.
- getLocationsHavingAllTags(List<LocationTag>) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationsHavingAllTags(List<LocationTag>) - Method in interface org.openmrs.api.LocationService
-
Returns locations that are mapped to all given tags.
- getLocationsHavingAnyTag(List<LocationTag>) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationsHavingAnyTag(List<LocationTag>) - Method in interface org.openmrs.api.LocationService
-
Returns locations that are mapped to any of the given tags.
- getLocationTag(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationTag(Integer) - Method in interface org.openmrs.api.db.LocationDAO
-
Get a location tag by locationTagId
- getLocationTag(Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationTag(Integer) - Method in interface org.openmrs.api.LocationService
-
Returns a location tag given that locations primary key locationTagId
.
- getLocationTagByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationTagByName(String) - Method in interface org.openmrs.api.db.LocationDAO
-
Get a location tag by name
- getLocationTagByName(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationTagByName(String) - Method in interface org.openmrs.api.LocationService
-
Returns a location tag given the location's exact name (tag).
- getLocationTagByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationTagByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
-
- getLocationTagByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationTagByUuid(String) - Method in interface org.openmrs.api.LocationService
-
Returns a location tag by uuid
- getLocationTagId() - Method in class org.openmrs.LocationTag
-
- getLocationTags(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getLocationTags(String) - Method in interface org.openmrs.api.db.LocationDAO
-
Find all location tags with matching names.
- getLocationTags(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getLocationTags(String) - Method in interface org.openmrs.api.LocationService
-
Returns location tags that match the beginning of the given string.
- getLog(Class) - Method in class liquibase.ext.logging.slf4j.Slf4JLogService
-
- getLogicDataSource(String) - Method in interface org.openmrs.logic.LogicContext
-
Fetches a logic data source by name
- getLogicDataSource(String) - Method in interface org.openmrs.logic.LogicService
-
Get a logic data source by name
- getLogicDataSources() - Method in interface org.openmrs.logic.LogicService
-
Get all registered logic data sources
- getLogicParameters() - Method in interface org.openmrs.logic.LogicCriteria
-
- getLogicService() - Static method in class org.openmrs.api.context.Context
-
- getLogicService() - Method in class org.openmrs.api.context.ServiceContext
-
- getLoginCredential(User) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getLoginCredential(User) - Method in interface org.openmrs.api.db.UserDAO
-
- getLoginCredentialByActivationKey(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getLoginCredentialByActivationKey(String) - Method in interface org.openmrs.api.db.UserDAO
-
Gets User LoginCredential using activationKey
- getLoginCredentialByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getLoginCredentialByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getLogLines() - Method in class org.openmrs.logging.MemoryAppender
-
- getLogLines() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getLongitude() - Method in interface org.openmrs.Address
-
- getLongitude() - Method in class org.openmrs.Location
-
- getLongitude() - Method in class org.openmrs.PersonAddress
-
- getLoser() - Method in class org.openmrs.person.PersonMergeLog
-
- getLosingPersonMergeLog(Person, boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getLosingPersonMergeLog(Person, boolean) - Method in interface org.openmrs.api.PersonService
-
Gets the PersonMergeLog
where person p is the loser.
- getLosingPersonMergeLogs(Person) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getLosingPersonMergeLogs(Person) - Method in interface org.openmrs.api.db.PersonDAO
-
Finds the PersonMergeLog by loser
- getLow() - Method in class org.openmrs.util.DoubleRange
-
- getLowAbsolute() - Method in class org.openmrs.ConceptNumeric
-
- getLowCritical() - Method in class org.openmrs.ConceptNumeric
-
- getLowNormal() - Method in class org.openmrs.ConceptNumeric
-
- getMailProperties() - Static method in class org.openmrs.api.context.Context
-
- getMandatoryModules() - Static method in class org.openmrs.module.ModuleUtil
-
Returns all modules that are marked as mandatory.
- getMappedConcept() - Method in class org.openmrs.ConceptProposal
-
- getMappingFiles() - Method in class org.openmrs.module.Module
-
- getMaxConceptId() - Method in interface org.openmrs.api.ConceptService
-
Gets the highest concept-id used by a concept.
- getMaxConceptId() - Method in interface org.openmrs.api.db.ConceptDAO
-
- getMaxConceptId() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getMaxConceptId() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getMaxElements() - Method in class org.openmrs.collection.CollectionPart
-
- getMaxEndDatetime() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getMaximumDailyDose() - Method in class org.openmrs.Drug
-
- getMaximumPropertyLength(Class<? extends OpenmrsObject>, String) - Method in interface org.openmrs.api.AdministrationService
-
- getMaximumPropertyLength(Class<? extends OpenmrsObject>, String) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- getMaximumPropertyLength(Class<? extends OpenmrsObject>, String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- getMaximumPropertyLength(Class<? extends OpenmrsObject>, String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getMaximumSearchResults() - Static method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
Fetch the max results value from the global properties table
- getMaxOccurs() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getMaxOccurs() - Method in interface org.openmrs.customdatatype.RepeatingCustomValueDescriptor
-
Implementation should never return a number <= 0.
- getMaxOccurs() - Method in class org.openmrs.FormField
-
- getMaxStartDatetime() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getMaxTokens() - Method in class org.openmrs.layout.LayoutTemplate
-
- getMediaType() - Method in class org.openmrs.module.Extension
-
Sets the content type of this extension.
- getMedicationDispense(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAO
-
- getMedicationDispense(Integer) - Method in interface org.openmrs.api.db.MedicationDispenseDAO
-
Gets a MedicationDispense by id
- getMedicationDispense(Integer) - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- getMedicationDispense(Integer) - Method in interface org.openmrs.api.MedicationDispenseService
-
Gets a MedicationDispense by id
- getMedicationDispenseByCriteria(MedicationDispenseCriteria) - Method in class org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAO
-
- getMedicationDispenseByCriteria(MedicationDispenseCriteria) - Method in interface org.openmrs.api.db.MedicationDispenseDAO
-
Gets all MedicationDispense results that match the given criteria
- getMedicationDispenseByCriteria(MedicationDispenseCriteria) - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- getMedicationDispenseByCriteria(MedicationDispenseCriteria) - Method in interface org.openmrs.api.MedicationDispenseService
-
Gets all MedicationDispense results that match the given criteria
- getMedicationDispenseByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAO
-
- getMedicationDispenseByUuid(String) - Method in interface org.openmrs.api.db.MedicationDispenseDAO
-
Gets a MedicationDispense based on the uuid
- getMedicationDispenseByUuid(String) - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- getMedicationDispenseByUuid(String) - Method in interface org.openmrs.api.MedicationDispenseService
-
Gets a MedicationDispense based on the uuid
- getMedicationDispenseDAO() - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- getMedicationDispenseId() - Method in class org.openmrs.MedicationDispense
-
- getMedicationDispenseService() - Static method in class org.openmrs.api.context.Context
-
- getMedicationDispenseService() - Method in class org.openmrs.api.context.ServiceContext
-
- getMemberIds() - Method in class org.openmrs.Cohort
-
- getMemberSetIds(Connection, String) - Static method in class org.openmrs.util.UpgradeUtil
-
- getMemberships(boolean) - Method in class org.openmrs.Cohort
-
- getMemberships() - Method in class org.openmrs.Cohort
-
- getMemoryAppender() - Static method in class org.openmrs.logging.OpenmrsLoggingUtil
-
Gets the in-memory log appender.
- getMemoryAppender() - Static method in class org.openmrs.util.OpenmrsUtil
-
- getMessage(String, Object[], String, Locale) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getMessage(String, Object[], Locale) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getMessage(String) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getMessage(String) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getMessage(String, Object[], Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getMessage(String, Object[], String, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getMessage(String) - Method in interface org.openmrs.messagesource.MessageSourceService
-
Get the message with the given code from the current user's selected locale.
- getMessage() - Method in class org.openmrs.messagesource.PresentationMessage
-
Returns the text of the message.
- getMessage(String, Object...) - Static method in class org.openmrs.util.OpenmrsUtil
-
Utility method for getting the translation for the passed code
- getMessagePreparator() - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
- getMessagePreparator() - Method in interface org.openmrs.notification.MessageService
-
- getMessages() - Method in class org.openmrs.module.Module
-
- getMessageSender() - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
- getMessageSender() - Method in interface org.openmrs.notification.MessageService
-
- getMessageService() - Static method in class org.openmrs.api.context.Context
-
Get the message service.
- getMessageService() - Method in class org.openmrs.api.context.ServiceContext
-
- getMessageSources() - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getMessageSources() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getMessageSources() - Method in interface org.openmrs.messagesource.MessageSourceService
-
- getMessageSourceService() - Static method in class org.openmrs.api.context.Context
-
- getMessageSourceService() - Method in class org.openmrs.api.context.ServiceContext
-
Gets the MessageSourceService used in the context.
- getMessageState() - Method in class org.openmrs.hl7.HL7InArchive
-
- getMessageState() - Method in class org.openmrs.hl7.HL7InQueue
-
- getMetadata() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
- getMiddleName() - Method in class org.openmrs.Person
-
Convenience method to get the middle name attribute on this person's preferred PersonName
- getMiddleName() - Method in class org.openmrs.PersonName
-
- getMildSeverityConcept() - Method in class org.openmrs.AllergyProperties
-
- getMimeType() - Method in class org.openmrs.obs.ComplexData
-
Get the data MIME type
- getMinConceptId() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getMinEndDatetime() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getMinimumDailyDose() - Method in class org.openmrs.Drug
-
- getMinOccurs() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getMinOccurs() - Method in interface org.openmrs.customdatatype.RepeatingCustomValueDescriptor
-
Implementations should never return null.
- getMinOccurs() - Method in class org.openmrs.FormField
-
- getMinStartDatetime() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getModerateSeverityConcept() - Method in class org.openmrs.AllergyProperties
-
- getModule() - Method in class org.openmrs.module.AdvicePoint
-
- getModule() - Method in class org.openmrs.module.ModuleClassLoader
-
- getModule() - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- getModule() - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- getModuleActivator() - Method in class org.openmrs.module.Module
-
- getModuleById(String) - Static method in class org.openmrs.module.ModuleFactory
-
- getModuleByPackage(String) - Static method in class org.openmrs.module.ModuleFactory
-
- getModuleClassLoader(Module) - Static method in class org.openmrs.module.ModuleFactory
-
Get a module's classloader
- getModuleClassLoader(String) - Static method in class org.openmrs.module.ModuleFactory
-
Get a module's classloader via the module id
- getModuleClassLoaderMap() - Static method in class org.openmrs.module.ModuleFactory
-
Return all current classloaders keyed on module object
- getModuleClassLoaders() - Static method in class org.openmrs.module.ModuleFactory
-
Returns all module classloaders This method will not return null
- getModuleClassLoadersForPackage(String) - Static method in class org.openmrs.module.ModuleFactory
-
- getModuleForPath(String) - Static method in class org.openmrs.module.ModuleUtil
-
Gets the module that should handle a path.
- getModuleId() - Method in class org.openmrs.module.Extension
-
Get this extension's module id
- getModuleId() - Method in exception org.openmrs.module.MandatoryModuleException
-
The id (or ids) of the module that is mandatory
- getModuleId() - Method in class org.openmrs.module.Module
-
- getModuleId() - Method in class org.openmrs.module.ModuleConditionalResource.ModuleAndVersion
-
- getModuleId() - Method in class org.openmrs.module.UpdateFileParser
-
- getModuleIdAsPath() - Method in class org.openmrs.module.Module
-
- getModuleMappingResources() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
- getModuleName() - Method in class org.openmrs.util.OpenmrsJacksonLocaleModule
-
- getModuleOpenmrsServices(String) - Static method in class org.openmrs.api.context.Context
-
- getModuleOpenmrsServices(String) - Method in class org.openmrs.api.context.ServiceContext
-
Gets a list of services implementing the
OpenmrsService
interface, for a given
module.
- getModulePackagesWithMappedClasses() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
Gets packages with mapped classes from all modules.
- getModuleRepository() - Static method in class org.openmrs.module.ModuleUtil
-
Gets the folder where modules are stored.
- getModules() - Method in class org.openmrs.module.ModuleConditionalResource
-
- getModules() - Method in exception org.openmrs.module.OpenmrsCoreModuleException
-
The module ids that caused this exception
- getModulesInStartupOrder(Collection<Module>) - Static method in class org.openmrs.module.ModuleFactory
-
Sort modules in startup order based on required and aware-of dependencies
- getModuleWebFolder(String) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Retrieves a path to a folder that stores web files of a module.
- getMostRecentStateInEachWorkflow() - Method in class org.openmrs.PatientProgram
-
- getMovedEncounters() - Method in class org.openmrs.person.PersonMergeLogData
-
- getMovedIndependentObservations() - Method in class org.openmrs.person.PersonMergeLogData
-
- getMovedPrograms() - Method in class org.openmrs.person.PersonMergeLogData
-
- getMovedUsers() - Method in class org.openmrs.person.PersonMergeLogData
-
- getMovedVisits() - Method in class org.openmrs.person.PersonMergeLogData
-
- getMutablePropertyNames() - Method in class org.openmrs.api.db.hibernate.ImmutableEntityInterceptor
-
Subclasses can override this to return fields that are allowed to be edited, returning null
or an empty array implies the entity is immutable
- getMutablePropertyNames() - Method in class org.openmrs.api.db.hibernate.ImmutableObsInterceptor
-
- getMutablePropertyNames() - Method in class org.openmrs.api.db.hibernate.ImmutableOrderInterceptor
-
- getName() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getName() - Method in class org.openmrs.Cohort
-
- getName(Locale) - Method in class org.openmrs.Concept
-
Returns a name in the given locale.
- getName() - Method in class org.openmrs.Concept
-
Returns concept name, the look up for the appropriate name is done in the following order;
First name found in any locale that is explicitly marked as preferred while searching
available locales in order of preference (the locales are traversed in their order as they
are listed in the 'locale.allowed.list' including english global property).
- getName(Locale, ConceptNameType, ConceptNameTag) - Method in class org.openmrs.Concept
-
Returns concept name depending of locale, type (short, fully specified, etc) and tag.
- getName(Locale, boolean) - Method in class org.openmrs.Concept
-
Returns a name in the given locale.
- getName() - Method in class org.openmrs.ConceptName
-
- getName() - Method in class org.openmrs.FormResource
-
gets the name of the resource
- getName() - Method in class org.openmrs.ImplementationId
-
A descriptive name for this implementation (e.g.
- getName() - Method in class org.openmrs.module.Module
-
- getName() - Method in class org.openmrs.notification.Template
-
- getName() - Method in interface org.openmrs.OpenmrsMetadata
-
- getName() - Method in class org.openmrs.OrderFrequency
-
- getName() - Method in interface org.openmrs.patient.IdentifierValidator
-
- getName() - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
-
- getName() - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
-
- getName() - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
-
- getName() - Method in class org.openmrs.Privilege
-
- getName() - Method in class org.openmrs.Provider
-
- getName() - Method in class org.openmrs.Role
-
- getName() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getNamedProcedureCall(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Gets a ProcedureCall based on a named template
- getNamedQuery(String) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Create a Query
instance for the named query string defined in the metadata.
- getNameMappings() - Method in class org.openmrs.layout.LayoutTemplate
-
- getNames(Locale) - Method in class org.openmrs.Concept
-
Returns all names available in a specific locale.
- getNames() - Method in class org.openmrs.Concept
-
- getNames(boolean) - Method in class org.openmrs.Concept
-
- getNames() - Method in class org.openmrs.Person
-
- getNames() - Method in class org.openmrs.User
-
- getNamespaceUris() - Method in class org.openmrs.liquibase.AbstractSnapshotTuner
-
- getNaturalComparator() - Static method in class org.openmrs.util.NaturalStrings
-
Returns a comparator that compares contained numbers based on their numeric values and
compares other parts using the current locale's order rules.
- getNaturalComparator(Collator) - Static method in class org.openmrs.util.NaturalStrings
-
Returns a comparator that compares contained numbers based on their numeric values and
compares other parts using the given collator.
- getNaturalComparatorAscii() - Static method in class org.openmrs.util.NaturalStrings
-
Returns a comparator that compares contained numbers based on their numeric values and
compares other parts based on each character's Unicode value.
- getNaturalComparatorIgnoreCaseAscii() - Static method in class org.openmrs.util.NaturalStrings
-
Returns a comparator that compares contained numbers based on their numeric values and
compares other parts based on each character's Unicode value while ignore upper/lower case
differences.
- getNestedOrderGroups() - Method in class org.openmrs.OrderGroup
-
Gets the nested order groups to other order groups, to maintain linkages
between groups and support group nesting
- getNewOrderNumber(OrderContext) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getNewOrderNumber(OrderContext) - Method in interface org.openmrs.api.OrderNumberGenerator
-
Generates a new order number.
- getNewTag(String, ArrayList<String>) - Static method in class org.openmrs.util.FormUtil
-
Generates a new, unique tag name for any given string
- getNextConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Finds the next concept in the dictionary that has the next largest concept id
- getNextConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getNextConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getNextConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getNextExecution(TaskDefinition) - Static method in class org.openmrs.scheduler.SchedulerUtil
-
Gets the next execution time based on the initial start time (possibly years ago, depending
on when the task was configured in OpenMRS) and the repeat interval of execution.
- getNextExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
-
Convenience method that asks SchedulerUtil for it's next execution time.
- getNextHL7InQueue() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- getNextHL7InQueue() - Method in interface org.openmrs.hl7.db.HL7DAO
-
- getNextHL7InQueue() - Method in interface org.openmrs.hl7.HL7Service
-
Get the first queue item in the database
- getNextHL7InQueue() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getNextOrderNumberSeedSequenceValue() - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getNextOrderNumberSeedSequenceValue() - Method in interface org.openmrs.api.db.OrderDAO
-
Gets the next available order number seed
- getNextOrderNumberSeedSequenceValue() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getNextOrderNumberSeedSequenceValue() - Method in interface org.openmrs.api.OrderService
-
Gets the next available order number seed
- getNextVisit(Visit, Collection<VisitType>, Date) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getNextVisit(Visit, Collection<VisitType>, Date) - Method in interface org.openmrs.api.db.VisitDAO
-
Gets the next active visit which matches the specified visit types
- getNK1List(ORU_R01) - Method in class org.openmrs.hl7.handler.ORUR01Handler
-
finds NK1 segments in an ORU_R01 message. all HAPI-rendered Messages have at least one NK1
segment but if the original message truly does not contain an NK1, the setID will be null on
the generated NK1
- getNode(T) - Method in class org.openmrs.util.Graph
-
- getNodes() - Method in class org.openmrs.util.Graph
-
- getNonCoded() - Method in class org.openmrs.CodedOrFreeText
-
Gets the manually written string name of the concept
- getNonCodedAllergen() - Method in class org.openmrs.Allergen
-
- getNonCodedDrugConcept() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getNonCodedDrugConcept() - Method in interface org.openmrs.api.OrderService
-
Gets the non coded drug concept, i.e the concept that matches the uuid specified as the value
for the global property {@link OpenmrsConstants#GP_DRUG_ORDER_DRUG_OTHER
- getNonLayoutToken() - Method in class org.openmrs.layout.address.AddressTemplate
-
- getNonLayoutToken() - Method in class org.openmrs.layout.LayoutTemplate
-
- getNonLayoutToken() - Method in class org.openmrs.layout.name.NameTemplate
-
- getNonRetiredStateCount() - Method in class org.openmrs.ProgramWorkflow
-
Gets the number of states which are not retired
- getNonVoidedEncounters() - Method in class org.openmrs.Visit
-
Gets a list of non voided encounters
- getNumberOfFailedTransfers() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
Gets the number of failed transfers during migration, this could be that the system couldn't
write them to the file system or couldn't be deleted from the database.
- getNumberOfRepeats() - Method in class org.openmrs.ServiceOrder
-
Gets numberOfRepeats of a particular order
- getNumberTransferred() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- getNumRefills() - Method in class org.openmrs.DrugOrder
-
Gets numRefills
- getNumResults() - Method in class org.openmrs.logic.LogicTransform
-
Get number of
Result
object should be returned by the current criteria.
- getObject() - Method in class org.openmrs.api.cache.OpenmrsCacheManagerFactoryBean
-
- getObject(Class<T>, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getObject(Class<T>, Integer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves the saved object of the passed type from the database by it's id
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.CohortEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptAnswerEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptAttributeTypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptClassEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptDatatypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptNameEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptNumericEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ConceptSourceEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.DrugEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.EncounterEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.EncounterTypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.FormEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.LocationAttributeTypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.LocationEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.LocationTagEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.OpenmrsPropertyEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.OrderEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.PatientEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.PatientIdentifierTypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.PersonAttributeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.PersonAttributeTypeEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ProgramWorkflowEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.ProgramWorkflowStateEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.UserEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.VisitEditor
-
- getObjectById(Integer) - Method in class org.openmrs.propertyeditor.VisitTypeEditor
-
- getObjectByUuid(Class<T>, String) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getObjectByUuid(Class<T>, String) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves the saved object of the passed type from the database by it's uuid
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.CohortEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptAnswerEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptAttributeTypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptClassEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptDatatypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptNameEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptNumericEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ConceptSourceEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.DrugEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.EncounterEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.EncounterTypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.FormEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.LocationAttributeTypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.LocationEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.LocationTagEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.OpenmrsPropertyEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.OrderEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.PatientEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.PatientIdentifierTypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.PersonAttributeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.PersonAttributeTypeEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ProgramWorkflowEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.ProgramWorkflowStateEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.UserEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.VisitEditor
-
- getObjectByUuid(String) - Method in class org.openmrs.propertyeditor.VisitTypeEditor
-
- getObs(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObs(Integer) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObs(Integer) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObs(Integer) - Method in interface org.openmrs.api.ObsService
-
Get an observation
- getObs() - Method in class org.openmrs.ConceptProposal
-
- getObs() - Method in class org.openmrs.Encounter
-
- getObs(Obs, String) - Method in interface org.openmrs.obs.ComplexObsHandler
-
Fetches the ComplexData from the location indicated from Obs.value_complex, attaches
ComplexData onto the Obs and returns the Obs.
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.AbstractHandler
-
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.BinaryDataHandler
-
Currently supports the following views: org.openmrs.obs.ComplexObsHandler#RAW_VIEW
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.BinaryStreamHandler
-
Returns the same ComplexData for all views.
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.ImageHandler
-
Currently supports all views and puts the Image file data into the ComplexData object
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.MediaHandler
-
Currently supports all views and puts the media file data into the ComplexData object
- getObs(Obs, String) - Method in class org.openmrs.obs.handler.TextHandler
-
- getObsAtTopLevel(boolean) - Method in class org.openmrs.Encounter
-
Returns a Set<Obs> of all root-level Obs of an Encounter, including obsGroups
- getObsByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObsByUuid(String) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObsByUuid(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObsByUuid(String) - Method in interface org.openmrs.api.ObsService
-
Get Obs by its UUID
- getObsConcept() - Method in class org.openmrs.ConceptProposal
-
- getObsDatetime() - Method in class org.openmrs.Obs
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, boolean, String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, List<Visit>, boolean, String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, boolean, String) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, List<Visit>, boolean, String) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<Visit>, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationCount(List<ConceptName>, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean) - Method in interface org.openmrs.api.ObsService
-
This method fetches the count of observations according to the criteria in the given
arguments.
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.ObsService
-
- getObservationCount(List<ConceptName>, boolean) - Method in interface org.openmrs.api.ObsService
-
Gets the number of observations(including voided ones) that are using the specified
conceptNames as valueCodedName answers
- getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<Visit>, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.ObsService
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, List<Visit>, Integer, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, List<Visit>, Integer, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.db.ObsDAO
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, List<Visit>, Integer, Integer, Date, Date, boolean, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservations(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
This implementation queries the obs table comparing the given searchString
with
the patient's identifier, encounterId, and obsId
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in interface org.openmrs.api.ObsService
-
This method fetches observations according to the criteria in the given arguments.
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.ObsService
-
- getObservations(String) - Method in interface org.openmrs.api.ObsService
-
This method searches the obs table based on the given searchString
.
- getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, List<Visit>, Integer, Integer, Date, Date, boolean, String) - Method in interface org.openmrs.api.ObsService
-
- getObservationsByPerson(Person) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationsByPerson(Person) - Method in interface org.openmrs.api.ObsService
-
Get all Observations for the given person, sorted by obsDatetime ascending.
- getObservationsByPersonAndConcept(Person, Concept) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getObservationsByPersonAndConcept(Person, Concept) - Method in interface org.openmrs.api.ObsService
-
Get all nonvoided observations for the given patient with the given concept as the question
concept (conceptId)
- getObsGroup() - Method in class org.openmrs.Obs
-
An obs grouping occurs when the question (#getConcept()) is a set.
- getObsId() - Method in class org.openmrs.Obs
-
- getObsService() - Static method in class org.openmrs.api.context.Context
-
- getObsService() - Method in class org.openmrs.api.context.ServiceContext
-
- getOnsetDate() - Method in class org.openmrs.Condition
-
Gets the onset date of the condition
- getOpenmrsLogLocation() - Static method in class org.openmrs.logging.OpenmrsLoggingUtil
-
Returns the location of the OpenMRS log file.
- getOpenmrsLogLocation() - Static method in class org.openmrs.util.OpenmrsUtil
-
- getOpenmrsPlatformVersion() - Method in class org.openmrs.module.ModuleConditionalResource
-
- getOpenmrsProperty(String) - Static method in class org.openmrs.util.OpenmrsConstants
-
- getOpenMRSVersionInTestMode() - Static method in class org.openmrs.util.OpenmrsUtil
-
Gets OpenMRS version name under test mode.
- getOperator() - Method in interface org.openmrs.logic.LogicExpression
-
Get the operator for the current LogicExpression
- getOperator() - Method in class org.openmrs.OrderSet
-
Gets the operator
- getOrder(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrder(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrder(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrder(Integer) - Method in interface org.openmrs.api.OrderService
-
Get order by internal primary key identifier
- getOrder() - Method in class org.openmrs.module.Extension
-
If multiple extensions are added to the same extension point, set the order
of those extensions by overriding this property.
- getOrder() - Method in class org.openmrs.Obs
-
- getOrder() - Method in class org.openmrs.OrderAttribute
-
- getOrderableConcepts(String, List<Locale>, boolean, Integer, Integer) - Method in interface org.openmrs.api.ConceptService
-
An Orderable concept is one where its conceptClass has a mapping in the order_type_class_map
table.
- getOrderableConcepts(String, List<Locale>, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getOrderAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderAttributeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderAttributeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderAttributeByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Fetches a given order attribute using the provided uuid
- getOrderAttributeId() - Method in class org.openmrs.OrderAttribute
-
- getOrderAttributeTypeById(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderAttributeTypeById(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderAttributeTypeById(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderAttributeTypeById(Integer) - Method in interface org.openmrs.api.OrderService
-
Fetches order attribute type using provided Id
- getOrderAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderAttributeTypeByName(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderAttributeTypeByName(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderAttributeTypeByName(String) - Method in interface org.openmrs.api.OrderService
-
Retrieves an order attribute type object based on the name provided
- getOrderAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderAttributeTypeByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Fetches order attribute type using provided uuid
- getOrderAttributeTypeId() - Method in class org.openmrs.OrderAttributeType
-
- getOrderByOrderNumber(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderByOrderNumber(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderByOrderNumber(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderByOrderNumber(String) - Method in interface org.openmrs.api.OrderService
-
Gets the order identified by a given order number
- getOrderByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Get Order by its UUID
- getOrderedFormFields() - Method in class org.openmrs.Form
-
- getOrderer() - Method in class org.openmrs.Order
-
- getOrderFrequencies(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFrequencies(String, Locale, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFrequencies(boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderFrequencies(String, Locale, boolean, boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderFrequencies(boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderFrequencies(String, Locale, boolean, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderFrequencies(boolean) - Method in interface org.openmrs.api.OrderService
-
Gets all order frequencies
- getOrderFrequencies(String, Locale, boolean, boolean) - Method in interface org.openmrs.api.OrderService
-
Gets all non retired order frequencies associated to concepts that match the specified search
phrase
- getOrderFrequency(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFrequency(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderFrequency(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderFrequency(Integer) - Method in interface org.openmrs.api.OrderService
-
Gets OrderFrequency that matches the specified orderFrequencyId
- getOrderFrequencyByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFrequencyByConcept(Concept) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderFrequencyByConcept(Concept) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderFrequencyByConcept(Concept) - Method in interface org.openmrs.api.OrderService
-
Gets an OrderFrequency that matches the specified concept
- getOrderFrequencyByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFrequencyByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderFrequencyByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderFrequencyByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Gets OrderFrequency that matches the specified uuid
- getOrderFrequencyId() - Method in class org.openmrs.OrderFrequency
-
Get the orderFrequencyId
- getOrderFrequencyIdForConceptId(Connection, Integer) - Static method in class org.openmrs.util.UpgradeUtil
-
- getOrderFromDatabase(Order, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderFromDatabase(Order, boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
Get the fresh order from the database
- getOrderGroup(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroup(Integer) - Method in interface org.openmrs.api.OrderService
-
Fetches the OrderGroup by Id.
- getOrderGroup() - Method in class org.openmrs.Order
-
- getOrderGroup() - Method in class org.openmrs.OrderGroupAttribute
-
- getOrderGroupAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupAttributeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupAttributeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupAttributeByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Fetches a given order group attribute using the provided uuid
- getOrderGroupAttributeId() - Method in class org.openmrs.OrderGroupAttribute
-
- getOrderGroupAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupAttributeType(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupAttributeType(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupAttributeType(Integer) - Method in interface org.openmrs.api.OrderService
-
Fetches order group attribute type using provided Id
- getOrderGroupAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupAttributeTypeByName(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupAttributeTypeByName(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupAttributeTypeByName(String) - Method in interface org.openmrs.api.OrderService
-
Retrieves an order group attribute type object based on the name provided
- getOrderGroupAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupAttributeTypeByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Fetches order group attribute type using provided uuid
- getOrderGroupAttributeTypeId() - Method in class org.openmrs.OrderGroupAttributeType
-
- getOrderGroupById(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupById(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Fetches the OrderGroup By Uuid.
- getOrderGroupId() - Method in class org.openmrs.OrderGroup
-
Gets the orderGroupId
- getOrderGroupReason() - Method in class org.openmrs.OrderGroup
-
Gets the order group reason which denotes the reason why the group was
ordered
- getOrderGroups() - Method in class org.openmrs.Encounter
-
Takes in a list of orders and pulls out the orderGroups within them
- getOrderGroupsByEncounter(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupsByEncounter(Encounter) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupsByEncounter(Encounter) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupsByEncounter(Encounter) - Method in interface org.openmrs.api.OrderService
-
Fetches all order groups for the specified encounter
- getOrderGroupsByPatient(Patient) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderGroupsByPatient(Patient) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderGroupsByPatient(Patient) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderGroupsByPatient(Patient) - Method in interface org.openmrs.api.OrderService
-
Fetches all order groups for the specified patient
- getOrderHistoryByConcept(Patient, Concept) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderHistoryByConcept(Patient, Concept) - Method in interface org.openmrs.api.OrderService
-
Gets all Order objects that use this Concept for a given patient.
- getOrderHistoryByOrderNumber(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderHistoryByOrderNumber(String) - Method in interface org.openmrs.api.OrderService
-
Gets the order matching the specified order number and its previous orders in the ordering
they occurred, i.e if this order has a previous order, fetch it and if it also has a previous
order then fetch it until the original one with no previous order is reached
- getOrderId() - Method in class org.openmrs.Order
-
- getOrderNumber() - Method in class org.openmrs.Order
-
- getOrderNumber() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getOrderOfHandler(Class<?>) - Static method in class org.openmrs.util.HandlerUtil
-
Utility method to return the order attribute of the
Handler
annotation on the passed
class.
- getOrderReason() - Method in class org.openmrs.Order
-
- getOrderReasonNonCoded() - Method in class org.openmrs.Order
-
- getOrders(OrderType, List<Patient>, List<Concept>, List<User>, List<Encounter>) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrders(OrderSearchCriteria) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrders(Patient, CareSetting, List<OrderType>, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrders(Patient, Visit, CareSetting, List<OrderType>, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrders() - Method in class org.openmrs.api.db.hibernate.QueryResult
-
- getOrders(OrderType, List<Patient>, List<Concept>, List<User>, List<Encounter>) - Method in interface org.openmrs.api.db.OrderDAO
-
This searches for orders given the parameters.
- getOrders(Patient, CareSetting, List<OrderType>, boolean, boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrders(OrderSearchCriteria) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrders(Patient, Visit, CareSetting, List<OrderType>, boolean, boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrders(Patient, CareSetting, OrderType, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrders(Patient, Visit, CareSetting, OrderType, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrders(OrderSearchCriteria) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrders(Patient, CareSetting, OrderType, boolean) - Method in interface org.openmrs.api.OrderService
-
Gets all Orders that match the specified parameters excluding discontinuation orders
- getOrders(OrderSearchCriteria) - Method in interface org.openmrs.api.OrderService
-
Get all orders that match a variety of (nullable) criteria contained in the parameter object.
- getOrders(Patient, Visit, CareSetting, OrderType, boolean) - Method in interface org.openmrs.api.OrderService
-
- getOrders() - Method in class org.openmrs.Encounter
-
- getOrders() - Method in class org.openmrs.OrderGroup
-
Gets the orders
- getOrderService() - Static method in class org.openmrs.api.context.Context
-
- getOrderService() - Method in class org.openmrs.api.context.ServiceContext
-
- getOrderSet(Integer) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSet(Integer) - Method in interface org.openmrs.api.OrderSetService
-
Gets a specific OrderSet with the matched orderSet Id.
- getOrderSet() - Method in class org.openmrs.OrderGroup
-
Gets the orderSet
- getOrderSet() - Method in class org.openmrs.OrderSetAttribute
-
- getOrderSet() - Method in class org.openmrs.OrderSetMember
-
Gets the orderSet for the member
- getOrderSetAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetAttributeByUuid(String) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetAttributeByUuid(String) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetAttributeByUuid(String) - Method in interface org.openmrs.api.OrderSetService
-
Get order set attribute by uuid
- getOrderSetAttributeId() - Method in class org.openmrs.OrderSetAttribute
-
- getOrderSetAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetAttributeType(Integer) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetAttributeType(Integer) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetAttributeType(Integer) - Method in interface org.openmrs.api.OrderSetService
-
Get order set attribute type from the database by a given internal id
- getOrderSetAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetAttributeTypeByName(String) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetAttributeTypeByName(String) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetAttributeTypeByName(String) - Method in interface org.openmrs.api.OrderSetService
-
Retrieves an order set attribute type object based on the name provided
- getOrderSetAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetAttributeTypeByUuid(String) - Method in interface org.openmrs.api.OrderSetService
-
Get order set attribute type by uuid
- getOrderSetAttributeTypeId() - Method in class org.openmrs.OrderSetAttributeType
-
- getOrderSetById(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetById(Integer) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetByUniqueUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetByUniqueUuid(String) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetByUuid(String) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetByUuid(String) - Method in interface org.openmrs.api.OrderSetService
-
Gets a specific OrderSet with the matched orderSet uuid.
- getOrderSetId() - Method in class org.openmrs.OrderSet
-
Gets the orderSetId
- getOrderSetMemberByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSetMemberByUuid(String) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSetMemberByUuid(String) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSetMemberByUuid(String) - Method in interface org.openmrs.api.OrderSetService
-
Get OrderSetMember by uuid
- getOrderSetMemberId() - Method in class org.openmrs.OrderSetMember
-
Gets the orderSetMemberId
- getOrderSetMembers() - Method in class org.openmrs.OrderSet
-
Gets the orderSetMembers
- getOrderSets(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- getOrderSets(boolean) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- getOrderSets(boolean) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- getOrderSets(boolean) - Method in interface org.openmrs.api.OrderSetService
-
Gets all OrderSets that match the specified parameters excluding discontinuation orderSets.
- getOrderSetService() - Static method in class org.openmrs.api.context.Context
-
- getOrderSetService() - Method in class org.openmrs.api.context.ServiceContext
-
- getOrderSubtypes(OrderType, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderSubtypes(OrderType, boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrdersWithoutOrderGroups() - Method in class org.openmrs.Encounter
-
Takes in a list of orders and filters out the orders which have orderGroups
- getOrderTemplate() - Method in class org.openmrs.OrderSetMember
-
Gets the orderTemplate
- getOrderTemplateType() - Method in class org.openmrs.OrderSetMember
-
Returns the orderTemplateType
- getOrderType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderType(Integer) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderType(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderType() - Method in class org.openmrs.api.OrderContext
-
- getOrderType(Integer) - Method in interface org.openmrs.api.OrderService
-
Get OrderType by orderTypeId
- getOrderType() - Method in class org.openmrs.Order
-
- getOrderType() - Method in class org.openmrs.OrderSetMember
-
Gets the orderType
- getOrderTypeByConcept(Concept) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderTypeByConcept(Concept) - Method in interface org.openmrs.api.OrderService
-
Gets the order type mapped to a given concept
- getOrderTypeByConceptClass(ConceptClass) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderTypeByConceptClass(ConceptClass) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderTypeByConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderTypeByConceptClass(ConceptClass) - Method in interface org.openmrs.api.OrderService
-
Gets the order type mapped to a given concept class
- getOrderTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderTypeByName(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderTypeByName(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderTypeByName(String) - Method in interface org.openmrs.api.OrderService
-
Gets OrderType that matches the specified name
- getOrderTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderTypeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderTypeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderTypeByUuid(String) - Method in interface org.openmrs.api.OrderService
-
Get OrderType by uuid
- getOrderTypeId() - Method in class org.openmrs.OrderType
-
- getOrderTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getOrderTypes(boolean) - Method in interface org.openmrs.api.db.OrderDAO
-
- getOrderTypes(boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getOrderTypes(boolean) - Method in interface org.openmrs.api.OrderService
-
Get all order types, if includeRetired is set to true then retired ones will be included
otherwise not
- getOrderTypes() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getOrdinal() - Method in class org.openmrs.notification.Template
-
- getOriginalText() - Method in class org.openmrs.ConceptProposal
-
- getOtherNonCodedConcept() - Method in class org.openmrs.AllergyProperties
-
- getOtherNonCodedConceptUuid() - Static method in class org.openmrs.Allergen
-
Returns other non coded concept uuid constant.
- getOutcome() - Method in class org.openmrs.PatientProgram
-
- getOutcomesConcept() - Method in class org.openmrs.Program
-
- getOutFile(File, Date, User) - Static method in class org.openmrs.util.OpenmrsUtil
-
Gets an out File object.
- getOutputFileToWrite(Obs) - Method in class org.openmrs.obs.handler.AbstractHandler
-
Returns a
File
for the given obs complex data to be written to.
- getOutputStream() - Method in class org.openmrs.web.filter.GZIPResponseWrapper
-
- getOverrideContent(String) - Method in class org.openmrs.module.Extension
-
If this method returns a non-null value then the return value will be used as the default
content for this extension at this extension point
- getOwner() - Method in interface org.openmrs.attribute.Attribute
-
- getOwner() - Method in class org.openmrs.attribute.BaseAttribute
-
- getPackageName() - Method in class org.openmrs.module.Module
-
- getPackagesFromFile(File) - Static method in class org.openmrs.module.ModuleUtil
-
This loops over all FILES in this jar to get the package names.
- getPackagesWithMappedClasses() - Method in class org.openmrs.module.Module
-
Packages to scan for classes with JPA annotated classes.
- getPageNumber() - Method in class org.openmrs.FormField
-
- getParameterClass() - Method in class org.openmrs.logic.rule.RuleParameterInfo
-
- getParameterList(String) - Method in interface org.openmrs.logic.LogicService
-
Fetches the parameters expected by a given rule
- getParameterList() - Method in interface org.openmrs.logic.Rule
-
Returns the list of arguments.
- getParameterMap() - Method in class org.openmrs.module.Extension
-
Get all of the parameters given to this extension point
- getParent() - Method in class org.openmrs.FormField
-
- getParent() - Method in class org.openmrs.OrderType
-
- getParentLocation() - Method in class org.openmrs.Location
-
- getParentMessageSource() - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getParentMessageSource() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getParentOrderGroup() - Method in class org.openmrs.OrderGroup
-
Gets the parent order group to maintain linkages between groups and support group nesting
- getPassphrase() - Method in class org.openmrs.ImplementationId
-
This text is a long text string that is used to validate who uses an implementation id.
- getPassword() - Method in class org.openmrs.api.context.UsernamePasswordCredentials
-
- getPath() - Method in class org.openmrs.module.ModuleConditionalResource
-
- getPathForResource(Module, String) - Static method in class org.openmrs.module.ModuleUtil
-
Takes a global path and returns the local path within the specified module.
- getPatient() - Method in class org.openmrs.Allergy
-
- getPatient(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatient(Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatient(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatient(Integer) - Method in interface org.openmrs.api.PatientService
-
Get patient by internal identifier
- getPatient() - Method in class org.openmrs.Condition
-
Gets the patient associated with the condition
- getPatient() - Method in class org.openmrs.Diagnosis
-
Gets the patient associated with the diagnosis
- getPatient() - Method in class org.openmrs.Encounter
-
- getPatient(Integer) - Method in interface org.openmrs.logic.LogicContext
-
Gets the patient object for the given patient id (this patient must be in the cohort of this context)
- getPatient() - Method in class org.openmrs.MedicationDispense
-
- getPatient() - Method in class org.openmrs.Order
-
- getPatient() - Method in class org.openmrs.OrderGroup
-
Gets the patient
- getPatient() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getPatient() - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- getPatient() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getPatient() - Method in class org.openmrs.PatientIdentifier
-
- getPatient() - Method in class org.openmrs.PatientProgram
-
- getPatient() - Method in class org.openmrs.Visit
-
- getPatientAttributeQuery(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientAttributeQueryWithOrParser(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientByExample(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
This default implementation simply looks at the OpenMRS internal id (patient_id).
- getPatientByExample(Patient) - Method in interface org.openmrs.api.PatientService
-
This method tries to find a patient in the database given the attributes on the given
patientToMatch
object.
- getPatientByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientByUuid(String) - Method in interface org.openmrs.api.PatientService
-
Get patient by universally unique identifier.
- getPatientId() - Method in class org.openmrs.CohortMembership
-
- getPatientId() - Method in class org.openmrs.Patient
-
- getPatientIdentifier(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifier(Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifier(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifier() - Method in exception org.openmrs.api.PatientIdentifierException
-
- getPatientIdentifier(Integer) - Method in interface org.openmrs.api.PatientService
-
Returns a patient identifier that matches the given patientIndentifier id
- getPatientIdentifier() - Method in class org.openmrs.Patient
-
Convenience method to get the first "preferred" identifier for a patient.
- getPatientIdentifier(PatientIdentifierType) - Method in class org.openmrs.Patient
-
Returns the first (preferred) patient identifier matching a
PatientIdentifierType
Otherwise, returns the first non-voided identifier
Otherwise, null
- getPatientIdentifier(Integer) - Method in class org.openmrs.Patient
-
Returns the first (preferred) patient identifier matching identifierTypeId
- getPatientIdentifier(String) - Method in class org.openmrs.Patient
-
Returns the (preferred) patient identifier matching identifierTypeName
Otherwise
returns that last PatientIdenitifer
- getPatientIdentifierByProgram(PatientProgram) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifierByProgram(PatientProgram) - Method in interface org.openmrs.api.db.PatientDAO
-
Gets a List of Patient Identifiers associated to a program
- getPatientIdentifierByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifierByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifierByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifierByUuid(String) - Method in interface org.openmrs.api.PatientService
-
Get patient identifier by universally unique identifier.
- getPatientIdentifierId() - Method in class org.openmrs.PatientIdentifier
-
- getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in interface org.openmrs.api.PatientService
-
Get all patientIdentifiers that match all of the given criteria Voided identifiers are not
returned
- getPatientIdentifiers(PatientIdentifierType) - Method in class org.openmrs.Patient
-
Returns only the non-voided identifiers for this patient.
- getPatientIdentifiersByPatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifiersByPatientProgram(PatientProgram) - Method in interface org.openmrs.api.PatientService
-
Get all patientIdentifiers that are associated to the patient program
- getPatientIdentifierType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifierType(Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifierType(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifierType(Integer) - Method in interface org.openmrs.api.PatientService
-
Get patientIdentifierType by internal identifier
- getPatientIdentifierTypeByName(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifierTypeByName(String) - Method in interface org.openmrs.api.PatientService
-
Get patientIdentifierType by exact name
- getPatientIdentifierTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifierTypeByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifierTypeByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifierTypeByUuid(String) - Method in interface org.openmrs.api.PatientService
-
Get patient identifierType by universally unique identifier
- getPatientIdentifierTypeId() - Method in class org.openmrs.PatientIdentifierType
-
- getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in interface org.openmrs.api.PatientService
-
- getPatientNameQuery(String, boolean) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientNameQuery(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientNameQueryWithOrParser(String, boolean) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientNameQueryWithOrParser(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPatientOrPromotePerson(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatientOrPromotePerson(Integer) - Method in interface org.openmrs.api.PatientService
-
Get patient by internal identifier.
- getPatientProgram(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientProgram(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns a PatientProgram given that PatientPrograms primary key patientProgramId
A null value is returned if no PatientProgram exists with this patientProgramId.
- getPatientProgram(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientProgram(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a PatientProgram given that PatientPrograms primary key patientProgramId
A null value is returned if no PatientProgram exists with this patientProgramId.
- getPatientProgram() - Method in class org.openmrs.PatientIdentifier
-
Gets patient program associated to the identifier in context
- getPatientProgram() - Method in class org.openmrs.PatientProgramAttribute
-
- getPatientProgram() - Method in class org.openmrs.PatientState
-
- getPatientProgramAttributeByAttributeName(List<Integer>, String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientProgramAttributeByAttributeName(List<Integer>, String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientProgramAttributeByAttributeName(List<Integer>, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientProgramAttributeByAttributeName(List<Integer>, String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getPatientProgramAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientProgramAttributeByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientProgramAttributeByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientProgramAttributeByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getPatientProgramAttributeId() - Method in class org.openmrs.PatientProgramAttribute
-
- getPatientProgramByAttributeNameAndValue(String, String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientProgramByAttributeNameAndValue(String, String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientProgramByAttributeNameAndValue(String, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientProgramByAttributeNameAndValue(String, String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getPatientProgramByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientProgramByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientProgramByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientProgramByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get a patient program by its uuid.
- getPatientProgramId() - Method in class org.openmrs.PatientProgram
-
- getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientPrograms(Cohort, Collection<Program>) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientPrograms(Cohort, Collection<Program>) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns PatientPrograms that match the input parameters.
- getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientPrograms(Cohort, Collection<Program>) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns PatientPrograms that match the input parameters.
- getPatientPrograms(Cohort, Collection<Program>) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getPatients(String, List<PatientIdentifierType>, boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatients(String, boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatients(String, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- getPatients(String, Integer, Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatients(String, boolean, Integer, Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatients(String, List<PatientIdentifierType>, boolean, Integer, Integer) - Method in interface org.openmrs.api.db.PatientDAO
-
- getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatients(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatients(String, Integer, Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatients(String, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatients(String, String, List<PatientIdentifierType>, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in interface org.openmrs.api.PatientService
-
Get patients based on given criteria The identifier is matched with the regex
OpenmrsConstants.PATIENT_IDENTIFIER_REGEX
All parameters are optional and
nullable.
- getPatients(String) - Method in interface org.openmrs.api.PatientService
-
Generic search on patients based on the given string.
- getPatients(String, Integer, Integer) - Method in interface org.openmrs.api.PatientService
-
Generic search on patients based on the given string and returns a specific number of them
from the specified starting position.
- getPatients(String, boolean, Integer, Integer) - Method in interface org.openmrs.api.PatientService
-
- getPatients(String, String, List<PatientIdentifierType>, boolean, Integer, Integer) - Method in interface org.openmrs.api.PatientService
-
Get a limited size of patients from a given start index based on given criteria The
identifier is matched with the regex OpenmrsConstants.PATIENT_IDENTIFIER_REGEX
All parameters are optional and nullable.
- getPatients() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getPatientService() - Static method in class org.openmrs.api.context.Context
-
- getPatientService() - Method in class org.openmrs.api.context.ServiceContext
-
- getPatientState(Integer) - Method in class org.openmrs.PatientProgram
-
Returns the
PatientState
associated with this PatientProgram that has an id that
matches the passed
patientStateId
- getPatientStateByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getPatientStateByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getPatientStateByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPatientStateByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get a program state by its uuid.
- getPatientStateId() - Method in class org.openmrs.PatientState
-
- getPeople(String, Boolean, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPeople(String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPeople(String, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPeople(String, Boolean, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPeople(String, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPeople(String, Boolean, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPeople(String, Boolean) - Method in interface org.openmrs.api.PersonService
-
Find a person matching the searchPhrase search string
- getPeople(String, Boolean, Boolean) - Method in interface org.openmrs.api.PersonService
-
- getPerson(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPerson(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPerson(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPerson(Integer) - Method in interface org.openmrs.api.PersonService
-
Gets a person by internal id
- getPerson() - Method in class org.openmrs.Obs
-
Get the person object that this obs is acting on.
- getPerson() - Method in class org.openmrs.Patient
-
Returns the person represented
- getPerson() - Method in class org.openmrs.PersonAddress
-
- getPerson() - Method in class org.openmrs.PersonAttribute
-
- getPerson() - Method in class org.openmrs.PersonName
-
- getPerson() - Method in class org.openmrs.Provider
-
- getPerson() - Method in class org.openmrs.User
-
- getPersonA() - Method in class org.openmrs.Relationship
-
- getPersonAddress() - Method in class org.openmrs.Person
-
Convenience method to get the
PersonAddress
object that is marked as "preferred".
- getPersonAddressByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAddressByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAddressByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAddressByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Get PersonAddress by its UUID
- getPersonAddressId() - Method in class org.openmrs.PersonAddress
-
- getPersonAttribute(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAttribute(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAttribute(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttribute(Integer) - Method in interface org.openmrs.api.PersonService
-
Get a PersonAttribute from the database with the given PersonAttributeid
- getPersonAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAttributeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAttributeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Get PersonAttribute by its UUID
- getPersonAttributeId() - Method in class org.openmrs.PersonAttribute
-
- getPersonAttributeQuery(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonAttributeQueryWithOrParser(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAttributeType(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAttributeType(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeType(Integer) - Method in interface org.openmrs.api.PersonService
-
Get the PersonAttributeType given the type's PersonAttributeTypeId
- getPersonAttributeTypeByName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeTypeByName(String) - Method in interface org.openmrs.api.PersonService
-
Get the PersonAttributeType given the type's name
- getPersonAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeTypeByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Gets a person attribute type with the given uuid.
- getPersonAttributeTypeId() - Method in class org.openmrs.PersonAttributeType
-
- getPersonAttributeTypes(String, String, Integer, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonAttributeTypes(String, String, Integer, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonAttributeTypes(String, String, Integer, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeTypes(OpenmrsConstants.PERSON_TYPE, PersonService.ATTR_VIEW_TYPE) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonAttributeTypes(String, String, Integer, Boolean) - Method in interface org.openmrs.api.PersonService
-
Find person attribute types matching the given parameters.
- getPersonAttributeTypes(OpenmrsConstants.PERSON_TYPE, PersonService.ATTR_VIEW_TYPE) - Method in interface org.openmrs.api.PersonService
-
Gets the types defined for the given person type (person, user, patient) and the given type
of view (one person vs many person objects)
- getPersonB() - Method in class org.openmrs.Relationship
-
- getPersonByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Get Person by its UUID
- getPersonChangedBy() - Method in class org.openmrs.Person
-
- getPersonCreator() - Method in class org.openmrs.Person
-
- getPersonDateChanged() - Method in class org.openmrs.Person
-
- getPersonDateCreated() - Method in class org.openmrs.Person
-
- getPersonDateVoided() - Method in class org.openmrs.Person
-
- getPersonId() - Method in class org.openmrs.Obs
-
The person id of the person on this object.
- getPersonId() - Method in class org.openmrs.Person
-
- getPersonMergeLog(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonMergeLog(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
Gets a PersonMergeLog
object from the model by id
- getPersonMergeLogByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonMergeLogByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
Gets a PersonMergeLog object from the model using UUID
- getPersonMergeLogByUuid(String, boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonMergeLogByUuid(String, boolean) - Method in interface org.openmrs.api.PersonService
-
Gets a PersonMergeLog object from the model using the UUID identifier.
- getPersonMergeLogData() - Method in class org.openmrs.person.PersonMergeLog
-
- getPersonMergeLogId() - Method in class org.openmrs.person.PersonMergeLog
-
- getPersonName(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonName(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonName(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonName(Integer) - Method in interface org.openmrs.api.PersonService
-
Get PersonName by its personNameId
- getPersonName() - Method in class org.openmrs.Person
-
Convenience method to get the
PersonName
object that is marked as "preferred".
- getPersonName() - Method in class org.openmrs.User
-
- getPersonNameByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getPersonNameByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getPersonNameByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getPersonNameByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Get PersonName by its UUID
- getPersonNameId() - Method in class org.openmrs.PersonName
-
- getPersonNameQuery(String, boolean) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonNameQuery(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonNameQueryWithOrParser(String, boolean) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonNameQueryWithOrParser(String, boolean, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
- getPersonService() - Static method in class org.openmrs.api.context.Context
-
- getPersonService() - Method in class org.openmrs.api.context.ServiceContext
-
- getPersonVoided() - Method in class org.openmrs.Person
-
- getPersonVoidedBy() - Method in class org.openmrs.Person
-
- getPersonVoidReason() - Method in class org.openmrs.Person
-
- getPoint() - Method in class org.openmrs.module.AdvicePoint
-
- getPointId() - Method in class org.openmrs.module.Extension
-
Get the point id
- getPossibleAddressValues(Address, String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getPossibleAddressValues(Address, String) - Method in interface org.openmrs.api.LocationService
-
Given an Address object, returns all the possible values for the specified AddressField.
- getPossibleNextStates(PatientProgram) - Method in class org.openmrs.ProgramWorkflow
-
- getPossibleOutcomes(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPossibleOutcomes(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get all possible outcome concepts for a program.
- getPossibleValues() - Method in interface org.openmrs.Attributable
-
- getPossibleValues() - Method in class org.openmrs.Concept
-
Deprecated.
- getPossibleValues() - Method in class org.openmrs.Location
-
Deprecated.
- getPossibleValues() - Method in class org.openmrs.User
-
Deprecated.
- getPossibleValues() - Method in class org.openmrs.util.AttributableDate
-
Deprecated.
- getPostalCode() - Method in interface org.openmrs.Address
-
- getPostalCode() - Method in class org.openmrs.Location
-
- getPostalCode() - Method in class org.openmrs.PersonAddress
-
- getPredicates() - Method in class org.openmrs.api.db.hibernate.QueryResult
-
- getPreferred() - Method in class org.openmrs.PatientIdentifier
-
- getPreferred() - Method in class org.openmrs.PersonAddress
-
- getPreferred() - Method in class org.openmrs.PersonName
-
- getPreferred() - Method in class org.openmrs.RelationshipType
-
- getPreferredHandler(Class<H>, Class<T>) - Static method in class org.openmrs.util.HandlerUtil
-
Retrieves the preferred Handler for a given handlerType and type.
- getPreferredHandlerClassname() - Method in class org.openmrs.attribute.BaseAttributeType
-
- getPreferredHandlerClassname() - Method in interface org.openmrs.customdatatype.CustomValueDescriptor
-
May be null.
- getPreferredHandlerClassname() - Method in class org.openmrs.FormResource
-
- getPreferredHandlerClassname() - Method in class org.openmrs.GlobalProperty
-
- getPreferredName(Locale) - Method in class org.openmrs.Concept
-
Returns the name which is explicitly marked as preferred for a given locale.
- getPrefix() - Method in class org.openmrs.PersonName
-
- getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
-
- getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
- getPresentation(String, Locale) - Method in interface org.openmrs.messagesource.MutableMessageSource
-
Gets the PresentationMessage for a particular locale.
- getPresentationLocales() - Method in interface org.openmrs.api.AdministrationService
-
Gets the list of locales for which localized messages are available for the user interface
(presentation layer).
- getPresentationLocales() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getPresentations() - Method in class org.openmrs.messagesource.impl.CachedMessageSource
-
- getPresentations() - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getPresentations() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
Returns all available messages.
- getPresentations() - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
Returns all available messages.
- getPresentations() - Method in interface org.openmrs.messagesource.MutableMessageSource
-
Gets all of the available messages, packaged as PresentationMessages.
- getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
-
- getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
- getPresentationsInLocale(Locale) - Method in interface org.openmrs.messagesource.MutableMessageSource
-
Gets alll the available messages in a particular locale, packaged as PresentationMessages.
- getPrevConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Finds the previous concept in the dictionary that has the next lowest concept id
- getPrevConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getPrevConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getPrevConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getPreviousOrder() - Method in class org.openmrs.Order
-
Gets the previous related order.
- getPreviousOrderGroup() - Method in class org.openmrs.OrderGroup
-
Gets the previous order group to other order groups, to maintain linkages
between groups and support group nesting
- getPreviousVersion() - Method in class org.openmrs.Condition
-
Gets the previous version of the condition
- getPreviousVersion() - Method in class org.openmrs.Obs
-
When ObsService updates an obs, it voids the old version, creates a new Obs with the updates,
and adds a reference to the previousVersion in the new Obs. getPreviousVersion returns the
last version of this Obs.
- getPrimaryDiagnoses(Encounter) - Method in interface org.openmrs.api.DiagnosisService
-
- getPrimaryDiagnoses(Encounter) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Finds the primary diagnoses for a given encounter
The diagnosis order is identified using the integer rank value.
- getPriorCauseOfDeath() - Method in class org.openmrs.person.PersonMergeLogData
-
- getPriorDateOfBirth() - Method in class org.openmrs.person.PersonMergeLogData
-
- getPriorDateOfDeath() - Method in class org.openmrs.person.PersonMergeLogData
-
- getPriorDateOfDeathEstimated() - Method in class org.openmrs.person.PersonMergeLogData
-
- getPriorGender() - Method in class org.openmrs.person.PersonMergeLogData
-
- getPriority() - Method in class liquibase.ext.datatype.core.MySQLBooleanType
-
- getPriority() - Method in class liquibase.ext.datatype.core.PostgreSQLBlobType
-
- getPriority() - Method in class liquibase.ext.datatype.core.PostgreSQLUuidType
-
- getPriority() - Method in class liquibase.ext.logging.slf4j.Slf4JLogService
-
- getPrivilege(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getPrivilege(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getPrivilege(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getPrivilege(String) - Method in interface org.openmrs.api.UserService
-
Returns Privilege in the system with given String privilege
- getPrivilege() - Method in class org.openmrs.Privilege
-
- getPrivilegeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getPrivilegeByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getPrivilegeByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getPrivilegeByUuid(String) - Method in interface org.openmrs.api.UserService
-
Get Privilege by its UUID
- getPrivileges() - Method in class org.openmrs.module.Module
-
- getPrivileges() - Static method in class org.openmrs.module.ModuleFactory
-
Get a list of required Privileges defined by the modules
- getPrivileges() - Method in class org.openmrs.Role
-
- getPrivileges() - Method in class org.openmrs.User
-
Get all privileges this user has.
- getProficientLocales() - Method in class org.openmrs.User
-
Returns a list of Locales for which the User is considered proficient.
- getProgram(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgram(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Retrieves a
Program
from the database by primary key programId
- getProgram(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgram(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgram(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a program given that programs primary key programId
A null value is
returned if no program exists with this programId.
- getProgram() - Method in class org.openmrs.PatientProgram
-
- getProgram() - Method in class org.openmrs.ProgramWorkflow
-
- getProgramAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramAttributeType(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getProgramAttributeType(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramAttributeType(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getProgramAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getProgramAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramAttributeTypeByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- getProgramAttributeTypeId() - Method in class org.openmrs.ProgramAttributeType
-
- getProgramByName(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramByName(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a program given the program's exact name
A null value is returned if
there is no program with this name
- getProgramByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getProgramByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get a program by its uuid.
- getProgramId() - Method in class org.openmrs.Program
-
- getPrograms(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getPrograms(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns programs that match the given string.
- getProgramsByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramsByConcept(Concept) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns a list of Programs that are using a particular concept.
- getProgramsByConcept(Concept) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramsByConcept(Concept) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a list of Programs that are using a particular concept.
- getProgramsByName(String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramsByName(String, boolean) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Retrieves the Programs from the dB which have the given name.
- getProgramWorkflow() - Method in class org.openmrs.ConceptStateConversion
-
- getProgramWorkflow() - Method in class org.openmrs.ProgramWorkflowState
-
- getProgramWorkflowId() - Method in class org.openmrs.ProgramWorkflow
-
- getProgramWorkflowsByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramWorkflowsByConcept(Concept) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns a list of ProgramWorkflows that are using a particular concept.
- getProgramWorkflowsByConcept(Concept) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramWorkflowsByConcept(Concept) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a list of ProgramWorkflows that are using a particular concept.
- getProgramWorkflowService() - Static method in class org.openmrs.api.context.Context
-
- getProgramWorkflowService() - Method in class org.openmrs.api.context.ServiceContext
-
- getProgramWorkflowState() - Method in class org.openmrs.ConceptStateConversion
-
- getProgramWorkflowStateId() - Method in class org.openmrs.ProgramWorkflowState
-
- getProgramWorkflowStatesByConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getProgramWorkflowStatesByConcept(Concept) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Returns a list of ProgramWorkflowStates that are using a particular concept.
- getProgramWorkflowStatesByConcept(Concept) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getProgramWorkflowStatesByConcept(Concept) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Returns a list of ProgramWorkflowStates that are using a particular concept.
- getProperties() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the data map used to provide the task with runtime data.
- getProperty(String) - Method in class org.openmrs.api.cache.OpenmrsCacheConfiguration
-
- getProperty() - Method in class org.openmrs.GlobalProperty
-
- getProperty(String) - Method in class org.openmrs.scheduler.TaskDefinition
-
Get task configuration property.
- getProperty(String) - Static method in class org.openmrs.util.ConfigUtil
-
Returns the value of the given configuration property.
- getProperty(String, String) - Static method in class org.openmrs.util.ConfigUtil
-
Returns the value of the given configuration property.
- getPropertyArray() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getPropertyValue() - Method in class org.openmrs.GlobalProperty
-
- getProposedConcepts(String) - Method in interface org.openmrs.api.ConceptService
-
Find matching proposed concepts
- getProposedConcepts(String) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getProposedConcepts(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getProposedConcepts(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getProvidedPackages() - Method in class org.openmrs.module.ModuleClassLoader
-
Contains all class packages provided by the module, including those contained in jars.
- getProvider(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProvider(Integer) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProvider(Integer) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProvider(Integer) - Method in interface org.openmrs.api.ProviderService
-
Gets a provider by its provider id
- getProvider() - Method in class org.openmrs.EncounterProvider
-
- getProvider() - Method in class org.openmrs.ProviderAttribute
-
- getProviderAttribute(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderAttribute(Integer) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderAttribute(Integer) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderAttribute(Integer) - Method in interface org.openmrs.api.ProviderService
-
Get a provider attribute by it's providerAttributeID
- getProviderAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderAttributeByUuid(String) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderAttributeByUuid(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderAttributeByUuid(String) - Method in interface org.openmrs.api.ProviderService
-
Get a provider attribute by its providerAttributeUuid
- getProviderAttributeId() - Method in class org.openmrs.ProviderAttribute
-
- getProviderAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderAttributeType(Integer) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderAttributeType(Integer) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderAttributeType(Integer) - Method in interface org.openmrs.api.ProviderService
-
Gets a provider attribute type by it's id
- getProviderAttributeTypeByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderAttributeTypeByName(String) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderAttributeTypeByName(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderAttributeTypeByName(String) - Method in interface org.openmrs.api.ProviderService
-
Get a provider attribute type by its name
- getProviderAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderAttributeTypeByUuid(String) - Method in interface org.openmrs.api.ProviderService
-
Get a provider attribute type by its uuid
- getProviderAttributeTypeId() - Method in class org.openmrs.ProviderAttributeType
-
- getProviderByIdentifier(String) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderByIdentifier(String) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderByIdentifier(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderByIdentifier(String) - Method in interface org.openmrs.api.ProviderService
-
Gets a provider with a matching identifier, this method performs a case insensitive search
- getProviderByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviderByUuid(String) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviderByUuid(String) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviderByUuid(String) - Method in interface org.openmrs.api.ProviderService
-
- getProviderId() - Method in class org.openmrs.Provider
-
- getProviders(String, Map<ProviderAttributeType, String>, Integer, Integer, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProviders(String, Map<ProviderAttributeType, String>, Integer, Integer, boolean) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProviders(String, Integer, Integer, Map<ProviderAttributeType, Object>, boolean) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviders(String, Integer, Integer, Map<ProviderAttributeType, Object>) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProviders(String, Integer, Integer, Map<ProviderAttributeType, Object>, boolean) - Method in interface org.openmrs.api.ProviderService
-
- getProviders(String, Integer, Integer, Map<ProviderAttributeType, Object>) - Method in interface org.openmrs.api.ProviderService
-
- getProviders() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getProvidersByPerson(Person, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- getProvidersByPerson(Person, boolean) - Method in interface org.openmrs.api.db.ProviderDAO
-
- getProvidersByPerson(Person, boolean) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProvidersByPerson(Person) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getProvidersByPerson(Person) - Method in interface org.openmrs.api.ProviderService
-
Gets the Providers for the given person.
- getProvidersByPerson(Person, boolean) - Method in interface org.openmrs.api.ProviderService
-
Gets the Providers for the given person including or excluding retired.
- getProvidersByRole(EncounterRole) - Method in class org.openmrs.Encounter
-
Gets unvoided providers who had the given role in this encounter.
- getProvidersByRole(EncounterRole, boolean) - Method in class org.openmrs.Encounter
-
Gets providers who had the given role in this encounter.
- getProvidersByRoles() - Method in class org.openmrs.Encounter
-
Gets all unvoided providers, grouped by role.
- getProvidersByRoles(boolean) - Method in class org.openmrs.Encounter
-
Gets all providers, grouped by role.
- getProviderService() - Static method in class org.openmrs.api.context.Context
-
- getProviderService() - Method in class org.openmrs.api.context.ServiceContext
-
Gets the provider service.
- getPublished() - Method in class org.openmrs.Form
-
- getPublishedForms() - Method in interface org.openmrs.api.FormService
-
Returns all published forms (not including retired ones)
- getPublishedForms() - Method in class org.openmrs.api.impl.FormServiceImpl
-
- getQuantity() - Method in class org.openmrs.DrugOrder
-
Gets the quantity
- getQuantity() - Method in class org.openmrs.MedicationDispense
-
- getQuantityUnits() - Method in class org.openmrs.DrugOrder
-
- getQuantityUnits() - Method in class org.openmrs.MedicationDispense
-
- getQuery() - Method in class org.openmrs.api.db.FullTextQueryAndEntityClass
-
Gets the query
- getQuery() - Method in class org.openmrs.api.db.hibernate.search.TermsFilterFactory
-
- getRanDate() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getRandomToken() - Static method in class org.openmrs.util.Security
-
This method will generate a random string
- getRank() - Method in class org.openmrs.Diagnosis
-
Gets the diagnosis rank.
- getReaction(Concept) - Method in class org.openmrs.Allergy
-
Gets the reaction with a given concept
- getReaction() - Method in class org.openmrs.AllergyReaction
-
- getReactionNonCoded() - Method in class org.openmrs.Allergy
-
- getReactionNonCoded() - Method in class org.openmrs.AllergyReaction
-
- getReactions() - Method in class org.openmrs.Allergy
-
- getRealObjectFromProxy(T) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
-
Gets an object as an instance of its persistent type if it is a hibernate proxy otherwise
returns the same passed in object
- getRealPath(ServletContext) - Static method in class org.openmrs.module.web.WebModuleUtil
-
- getRecipient(User) - Method in class org.openmrs.notification.Alert
-
Convenience method to find the AlertRecipient object within this alert that corresponds to
the given recipient
- getRecipient() - Method in class org.openmrs.notification.AlertRecipient
-
- getRecipients() - Method in class org.openmrs.notification.Alert
-
- getRecipients() - Method in class org.openmrs.notification.Message
-
- getRecipients() - Method in class org.openmrs.notification.Template
-
- getReferenceStringForValue(T) - Method in interface org.openmrs.customdatatype.CustomDatatype
-
Gets the reference string that would be persisted for the given typed value.
- getReferenceStringForValue(String) - Method in class org.openmrs.customdatatype.datatype.LongFreeTextDatatype
-
- getReferenceStringForValue(T) - Method in class org.openmrs.customdatatype.SerializingCustomDatatype
-
- getReferenceTermMappingsTo(ConceptReferenceTerm) - Method in interface org.openmrs.api.ConceptService
-
Fetches all the
ConceptReferenceTermMap
where the specified reference term is the
termB i.e mappings added to other terms pointing to it
- getReferenceTermMappingsTo(ConceptReferenceTerm) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getReferenceTermMappingsTo(ConceptReferenceTerm) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getReferenceTermMappingsTo(ConceptReferenceTerm) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getRegisteredComponent(String, Class<T>) - Static method in class org.openmrs.api.context.Context
-
- getRegisteredComponent(String, Class<T>) - Method in class org.openmrs.api.context.ServiceContext
-
Retrieves a bean that match the given type (including subclasses) and name.
- getRegisteredComponents(Class<T>) - Static method in class org.openmrs.api.context.Context
-
- getRegisteredComponents(Class<T>) - Method in class org.openmrs.api.context.ServiceContext
-
Retrieves all Beans which have been registered in the Spring ApplicationContext
that
match the given object type (including subclasses).
- getRegisteredTasks() - Method in interface org.openmrs.scheduler.SchedulerService
-
Get the list of tasks that are available to be scheduled.
- getRegisteredTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Get all registered tasks.
- getRegisteredTypeForObject(OpenmrsObject) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getRegisteredTypeForObject(OpenmrsObject) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Returns the registered class for the passed object, or null if none found For example, if the
supportedTypes property contains the CohortDefinition.class interface, and a particular
implementation of that interface is passed in, then this method would return
CohortDefinition.class.
- getRelatedObservations() - Method in class org.openmrs.Obs
-
Convenience method that returns related Obs If the Obs argument is not an ObsGroup: a
Set<Obs> will be returned containing all of the children of this Obs' parent that are
not ObsGroups themselves.
- getRelationship(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationship(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationship(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationship(Integer) - Method in interface org.openmrs.api.PersonService
-
Get relationship by internal relationship identifier
- getRelationshipByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationshipByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationshipByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Get Relationship by its UUID
- getRelationshipId() - Method in class org.openmrs.Relationship
-
- getRelationshipMap(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipMap(RelationshipType) - Method in interface org.openmrs.api.PersonService
-
Get all relationships for a given type of relationship mapped from the personA to all of the
personB's
- getRelationships(Person, Person, RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationships(Person, Person, RelationshipType, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationships(Person, Person, RelationshipType) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationships(Person, Person, RelationshipType, Date, Date) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationships(Person, Person, RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationships(Person, Person, RelationshipType, Date) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationships(Person, Person, RelationshipType, Date, Date) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationships(Person, Person, RelationshipType) - Method in interface org.openmrs.api.PersonService
-
Get relationships stored in the database that
- getRelationships(Person, Person, RelationshipType, Date) - Method in interface org.openmrs.api.PersonService
-
Get relationships stored in the database that are active on the passed date
- getRelationships(Person, Person, RelationshipType, Date, Date) - Method in interface org.openmrs.api.PersonService
-
Get relationships stored in the database that were active during the specified date range
- getRelationshipsByPerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipsByPerson(Person, Date) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipsByPerson(Person) - Method in interface org.openmrs.api.PersonService
-
Get list of relationships that include Person in person_id or relative_id Does not include
voided relationships
- getRelationshipsByPerson(Person, Date) - Method in interface org.openmrs.api.PersonService
-
Get list of relationships that include Person in person_id or relative_id.
- getRelationshipType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationshipType(Integer) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationshipType(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipType(Integer) - Method in interface org.openmrs.api.PersonService
-
Get relationshipType by internal identifier
- getRelationshipType() - Method in class org.openmrs.Relationship
-
- getRelationshipTypeByName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipTypeByName(String) - Method in interface org.openmrs.api.PersonService
-
Find relationshipType by exact name match
- getRelationshipTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationshipTypeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationshipTypeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipTypeByUuid(String) - Method in interface org.openmrs.api.PersonService
-
Gets the relationship type with the given uuid.
- getRelationshipTypeId() - Method in class org.openmrs.RelationshipType
-
- getRelationshipTypes(String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getRelationshipTypes(String, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
-
- getRelationshipTypes(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipTypes(String, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getRelationshipTypes(String, Boolean) - Method in interface org.openmrs.api.PersonService
-
Find relationshipTypes by exact name match and/or preferred status
- getRelationshipTypes(String) - Method in interface org.openmrs.api.PersonService
-
Get relationshipTypes by searching through the names and loosely matching to the given
searchString
- getRepeatInterval() - Method in class org.openmrs.scheduler.TaskDefinition
-
Gets the number of seconds until task is executed again.
- getRequireAll(Class<?>) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
Returns whether or not to require that the user have all of the privileges in order to be
"authorized" for this class
- getRequireAll(Method) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
-
Returns whether or not to require that the user have all of the privileges in order to be
"authorized" for this method
- getRequired() - Method in class org.openmrs.FormField
-
- getRequired() - Method in class org.openmrs.PatientIdentifierType
-
- getRequireDatabaseVersion() - Method in class org.openmrs.module.Module
-
- getRequiredElements() - Method in class org.openmrs.layout.LayoutTemplate
-
- getRequiredInput() - Method in exception org.openmrs.util.InputRequiredException
-
The user prompts and datatype for each question that the user has to provide input for
- getRequiredModules() - Method in class org.openmrs.module.Module
-
This list of strings is just what is included in the config.xml file, the full package names:
e.g. org.openmrs.module.formentry
- getRequiredModulesMap() - Method in class org.openmrs.module.Module
-
Get the modules that are required for this module.
- getRequiredModuleVersion(String) - Method in class org.openmrs.module.Module
-
Convenience method to get the version of this given module that is required
- getRequireOpenmrsVersion() - Method in class org.openmrs.module.Module
-
- getResource() - Method in class org.openmrs.web.filter.util.CustomResourceLoader
-
- getResourceAsStream(String) - Method in class org.openmrs.util.OpenmrsClassLoader
-
Searches all known module classloaders first, then parent classloaders
- getResourceBundle(Locale) - Method in class org.openmrs.web.filter.util.CustomResourceLoader
-
- getResourceFromApi(JarFile, String, String, String) - Static method in class org.openmrs.module.ModuleUtil
-
Get a resource as from the module's api jar.
- getResourceInputStream(URL) - Static method in class org.openmrs.util.OpenmrsUtil
-
Opens input stream for given resource.
- getResourceInputStream(String, String, String) - Static method in class org.openmrs.web.filter.initialization.TestInstallUtil
-
- getResources(String) - Method in class org.openmrs.util.OpenmrsClassLoader
-
Searches all known module classloaders first, then parent classloaders
- getResultDate() - Method in class org.openmrs.logic.result.Result
-
Returns the data of the result (not to be confused with a data value).
- getResultObject() - Method in class org.openmrs.logic.result.Result
-
Get the result object
- getRetired() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getRetired() - Method in class org.openmrs.Concept
-
- getRetired() - Method in interface org.openmrs.Retireable
-
- getRetired() - Method in class org.openmrs.User
-
- getRetiredBy() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getRetiredBy() - Method in class org.openmrs.Concept
-
- getRetiredBy() - Method in interface org.openmrs.Retireable
-
- getRetiredBy() - Method in class org.openmrs.User
-
- getRetireReason() - Method in class org.openmrs.BaseOpenmrsMetadata
-
- getRetireReason() - Method in class org.openmrs.Concept
-
- getRetireReason() - Method in interface org.openmrs.Retireable
-
- getRetireReason() - Method in class org.openmrs.User
-
- getRevisionObs(Obs) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getRevisionObs(Obs) - Method in interface org.openmrs.api.db.ObsDAO
-
- getRevisionObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- getRevisionObs(Obs) - Method in interface org.openmrs.api.ObsService
-
Get Revision Obs for initial Obs
- getRevisionOrder(Order) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- getRevisionOrder(Order) - Method in interface org.openmrs.api.db.OrderDAO
-
- getRevisionOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getRevisionOrder(Order) - Method in interface org.openmrs.api.OrderService
-
Get revision order for the given order, it is the order with the changes that was created as
a replacement for the specified order.
- getRewrites() - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- getRightOperand() - Method in interface org.openmrs.logic.LogicExpression
-
Get the right operand of the LogicExpression.
- getRole(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getRole(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getRole(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getRole(String) - Method in interface org.openmrs.api.UserService
-
Returns role object with given string role
- getRole() - Method in class org.openmrs.Provider
-
Gets the role concept
- getRole() - Method in class org.openmrs.Role
-
- getRoleByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getRoleByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getRoleByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getRoleByUuid(String) - Method in interface org.openmrs.api.UserService
-
Get Role by its UUID
- getRoles() - Method in class org.openmrs.User
-
- getRootLocations(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- getRootLocations(boolean) - Method in interface org.openmrs.api.db.LocationDAO
-
- getRootLocations(boolean) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- getRootLocations(boolean) - Method in interface org.openmrs.api.LocationService
-
Returns all root locations (i.e. those who have no parentLocation), optionally including
retired ones.
- getRootToken() - Method in interface org.openmrs.logic.LogicCriteria
-
Method to get the root token of the current LogicCriteria.
- getRootToken() - Method in interface org.openmrs.logic.LogicExpression
-
Method to get the root token of the current LogicCriteria.
- getRoute() - Method in class org.openmrs.DrugOrder
-
Gets the route
- getRoute() - Method in class org.openmrs.MedicationDispense
-
- getRoute() - Method in class org.openmrs.SimpleDosingInstructions
-
- getRule(String) - Method in interface org.openmrs.logic.LogicService
-
Gets the rule registered under a given token
- getRunStatus() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- getRuntimeProperties() - Static method in class org.openmrs.api.context.Context
-
Get the runtime properties that this OpenMRS instance was started with
- getRuntimeProperties(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Finds and loads the runtime properties file for a specific OpenMRS application.
- getRuntimeProperties() - Static method in class org.openmrs.web.Listener
-
Finds and loads the runtime properties
- getRuntimePropertiesFileNameInTestMode() - Static method in class org.openmrs.util.OpenmrsUtil
-
- getRuntimePropertiesFilePathName(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Gets the full path and name of the runtime properties file.
- getRuntimeProperty(String) - Static method in class org.openmrs.util.ConfigUtil
-
Returns the value of the given OpenMRS runtime property
- getSalt() - Method in class org.openmrs.api.db.LoginCredential
-
- getSatisfiedByAny() - Method in class org.openmrs.notification.Alert
-
- getSavedConceptDatatype(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
Gets the value of conceptDatatype currently saved in the database for the given concept,
bypassing any caches.
- getSavedConceptDatatype(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getSavedConceptName(ConceptName) - Method in interface org.openmrs.api.db.ConceptDAO
-
Gets the persisted copy of the conceptName currently saved in the database for the given
conceptName, bypassing any caches.
- getSavedConceptName(ConceptName) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getSavedEncounterDatetime(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
-
Gets the value of encounterDatetime currently saved in the database for the given encounter,
bypassing any caches.
- getSavedEncounterDatetime(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getSavedEncounterLocation(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
-
Gets the location of the encounter
- getSavedEncounterLocation(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- getSavedInitVector() - Static method in class org.openmrs.util.Security
-
retrieve the stored init vector from runtime properties
- getSavedPersonAttributeTypeName(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getSavedPersonAttributeTypeName(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
-
Gets the value of name currently saved in the database for the given personAttributeType,
bypassing any caches.
- getSavedPersonAttributeTypeSearchable(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getSavedPersonAttributeTypeSearchable(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
-
Gets the value of the searchable property currently saved in the database for the given personAttributeType,
bypassing any caches.
- getSavedSecretKey() - Static method in class org.openmrs.util.Security
-
retrieve the secret key from runtime properties
- getSavedStatus(Obs) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- getSavedStatus(Obs) - Method in interface org.openmrs.api.db.ObsDAO
-
Gets the value of status currently saved in the database for the given obs, bypassing any caches.
- getScheduledDate() - Method in class org.openmrs.Order
-
- getScheduledTasks() - Method in interface org.openmrs.scheduler.SchedulerService
-
Get scheduled tasks.
- getScheduledTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Get all scheduled tasks.
- getSchedulerDAO() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Gets the scheduler data access object.
- getSchedulerService() - Static method in class org.openmrs.api.context.Context
-
- getSchedulerService() - Method in class org.openmrs.api.context.ServiceContext
-
- getSchemaName() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- getSchemaName() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnStatement
-
- getScrollableResult(SessionFactory, Class<T>, int) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
-
Creates a ScrollableResults instance for the given entity type with the specified fetch size.
- getSearchable() - Method in class org.openmrs.PersonAttributeType
-
- getSearchFactory() - Method in class org.openmrs.api.db.DelegatingFullTextSession
-
- getSearchLocales(Locale, User) - Method in interface org.openmrs.api.AdministrationService
-
Returns a list of locales used by the user when searching.
- getSearchLocales() - Method in interface org.openmrs.api.AdministrationService
-
Returns a list of locales used by the user when searching.
- getSearchLocales(Locale, User) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getSearchLocales() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getSearchMapping() - Method in class org.openmrs.api.db.hibernate.search.LuceneAnalyzerFactory
-
- getSecondsUntilNextExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
-
Convenience method to calculate the seconds until the next execution time.
- getSecretAnswer() - Method in class org.openmrs.api.db.LoginCredential
-
- getSecretQuestion() - Method in class org.openmrs.api.db.LoginCredential
-
- getSecretQuestion(User) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getSecretQuestion(User) - Method in interface org.openmrs.api.UserService
-
Returns secret question for the given user.
- getSelectMultiple() - Method in class org.openmrs.Field
-
- getSender() - Method in class org.openmrs.notification.Message
-
- getSender() - Method in class org.openmrs.notification.Template
-
- getSentDate() - Method in class org.openmrs.notification.Message
-
- getSerializationClass() - Method in class org.openmrs.api.db.SerializedObject
-
- getSerializationService() - Static method in class org.openmrs.api.context.Context
-
- getSerializationService() - Method in class org.openmrs.api.context.ServiceContext
-
- getSerializedAttributeValues() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getSerializedData() - Method in class org.openmrs.api.db.SerializedObject
-
- getSerializedMergedData() - Method in class org.openmrs.person.PersonMergeLog
-
- getSerializedObject(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getSerializedObject(Integer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves the raw SerializedObject from the database by id
- getSerializedObjectByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getSerializedObjectByUuid(String) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Retrieves the raw Serialized Object from the database by uuid
- getSerializer(Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
-
- getSerializer(Class<? extends OpenmrsSerializer>) - Method in interface org.openmrs.api.SerializationService
-
Returns the serializer that matches the passed class, or null if no such serializer exists.
- getSerializerDefaultWhitelistHierarchyTypes() - Static method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getSerializers() - Method in class org.openmrs.api.impl.SerializationServiceImpl
-
- getSerializers() - Method in interface org.openmrs.api.SerializationService
-
Gets the list of OpenmrsSerializers that have been registered with this service.
- getSerializerWhitelistTypes() - Method in interface org.openmrs.api.AdministrationService
-
Returns a list of packages and/or individual classes including hierarchy of OpenmrsObject, OpenmmrsMetadata,
OpenmrsData and other common OpenMRS classes as well as any whitelists defined through GPs with the
'.serializer.whitelist.types' suffix that are considered to be safe for deserializing.
- getSerializerWhitelistTypes() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getService(Class<? extends T>) - Static method in class org.openmrs.api.context.Context
-
Used for getting services not in the previous get*Service() calls
- getService(Class<? extends T>) - Method in class org.openmrs.api.context.ServiceContext
-
Returns the current proxy that is stored for the Class cls
- getServiceClass() - Method in exception org.openmrs.api.ServiceNotFoundException
-
- getServlet(String) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Finds the servlet defined by the servlet name
- getServletContext() - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- getServletContext() - Method in class org.openmrs.module.web.ModuleServlet.SimpleServletConfig
-
- getServletName() - Method in class org.openmrs.module.web.ModuleServlet.SimpleServletConfig
-
- getServletNames() - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- getSession() - Method in class org.openmrs.api.db.hibernate.search.SearchQuery
-
- getSessionFactory() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Get the session factory which created this session.
- getSet() - Method in class org.openmrs.Concept
-
- getSetMembers() - Method in class org.openmrs.Concept
-
Get all the concept members of current concept
- getSetMembers(boolean) - Method in class org.openmrs.Concept
-
If includeRetired is true, then the returned object is the list of all the concept
set members of current concept, else retired concept set members are excluded.
- getSetsContainingConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Find all sets that the given concept is a member of
- getSetsContainingConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- getSetsContainingConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- getSetsContainingConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getSevereSeverityConcept() - Method in class org.openmrs.AllergyProperties
-
- getSeverity() - Method in class org.openmrs.Allergy
-
- getShortestName(Locale, Boolean) - Method in class org.openmrs.Concept
-
Returns the short form name for a locale, or if none has been identified, the shortest name
available in the locale.
- getShortNameInLocale(Locale) - Method in class org.openmrs.Concept
-
Gets the explicitly specified short name for a locale.
- getShortNames() - Method in class org.openmrs.Concept
-
Gets a collection of short names for this concept from all locales.
- getSimilarPeople(String, Integer, String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getSimilarPeople(String, Integer, String) - Method in interface org.openmrs.api.db.PersonDAO
-
- getSimilarPeople(String, Integer, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getSimilarPeople(String, Integer, String) - Method in interface org.openmrs.api.PersonService
-
Find a similar person given the attributes.
- getSingleResultOrNull(Query) - Static method in class org.openmrs.api.db.hibernate.JpaUtils
-
Tries to get a single result from a JPA query, similar to Hibernate's uniqueResult.
- getSize() - Method in class org.openmrs.Cohort
-
- getSizeMappings() - Method in class org.openmrs.layout.LayoutTemplate
-
- getSnapshotCombinations() - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getSnapshotFilenames(String) - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getSnapshotVersions() - Method in class org.openmrs.liquibase.ChangeLogVersions
-
- getSortColumn() - Method in class org.openmrs.logic.LogicTransform
-
- getSortedStates() - Method in class org.openmrs.ProgramWorkflow
-
- getSortWeight() - Method in class org.openmrs.ConceptAnswer
-
- getSortWeight() - Method in class org.openmrs.ConceptSet
-
- getSortWeight() - Method in class org.openmrs.FormField
-
- getSortWeight() - Method in class org.openmrs.Order
-
Gets the sortWeight for an order if it is ordered as an OrderGroup.
- getSortWeight() - Method in class org.openmrs.PersonAttributeType
-
- getSoundexPersonNameQuery(String, Integer, boolean, String) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
The method creates a Lucene search query for a Person based on a soundex search on the givenName, familyNames and middleName
- getSoundexPersonNameSearchOnNNames(String[], Integer, boolean, String) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
This method creates a Lucene search query for a Person based on a soundex search on n>3 names
- getSoundexPersonNameSearchOnThreeNames(String, String, String, Integer, boolean, String) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
This method creates a Lucene search query for a Person based on a soundex search on the first name
- getSoundexPersonNameSearchOnTwoNames(String, String, Integer, boolean, String) - Method in class org.openmrs.api.db.hibernate.PersonLuceneQuery
-
This method creates a Lucene search query for a Person based on a soundex search
- getSpeciality() - Method in class org.openmrs.Provider
-
Gets the speciality concept
- getSpecialTokens() - Method in class org.openmrs.layout.LayoutSupport
-
- getSpecificName() - Method in class org.openmrs.CodedOrFreeText
-
Gets the specific name of the coded concept
- getSpecimenSource() - Method in class org.openmrs.ServiceOrder
-
- getSqldiff() - Method in class org.openmrs.module.Module
-
- getSqlDiffs(Module) - Static method in class org.openmrs.module.SqlDiffFileParser
-
Get the diff map.
- getStartBeforeModules() - Method in class org.openmrs.module.Module
-
Gets names of modules which should start after this
- getStartBeforeModulesMap() - Method in class org.openmrs.module.Module
-
Gets modules which should start after this
- getStartDate() - Method in class org.openmrs.CohortMembership
-
- getStartDate() - Method in class org.openmrs.PatientState
-
- getStartDate() - Method in class org.openmrs.PersonAddress
-
- getStartDate() - Method in class org.openmrs.Relationship
-
If not null, this indicates that the relationship started on a particular date
- getStartDatetime() - Method in class org.openmrs.Visit
-
- getStarted() - Method in class org.openmrs.scheduler.TaskDefinition
-
Gets the flag that indicates whether the task has been started.
- getStartedModuleById(String) - Static method in class org.openmrs.module.ModuleFactory
-
- getStartedModules() - Static method in class org.openmrs.module.ModuleFactory
-
Returns the modules that have been successfully started
- getStartedModulesInOrder() - Static method in class org.openmrs.module.ModuleFactory
-
- getStartedModulesMap() - Static method in class org.openmrs.module.ModuleFactory
-
Returns the modules that have been successfully started in the form of a map<ModuleId,
Module>
- getStartOnStartup() - Method in class org.openmrs.scheduler.TaskDefinition
-
Gets the flag that indicates whether the task should startup as soon as the scheduler starts.
- getStartTime() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the start time for when the task should be executed.
- getStartTimePattern() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the date format used to set the start time.
- getStartupErrorMessage() - Method in class org.openmrs.module.Module
-
- getState(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getState(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Retrieves a ProgramWorkflowState
from the database by its primary key.
- getState(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getState(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get ProgramWorkflowState
by internal identifier.
- getState() - Method in class org.openmrs.ConceptProposal
-
- getState() - Method in class org.openmrs.PatientState
-
- getState(Integer) - Method in class org.openmrs.ProgramWorkflow
-
- getState(Concept) - Method in class org.openmrs.ProgramWorkflow
-
- getState(String) - Method in class org.openmrs.ProgramWorkflow
-
- getState() - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
-
- getState() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- getState() - Method in class org.openmrs.util.OpenmrsMemento
-
- getStateByName(String) - Method in class org.openmrs.ProgramWorkflow
-
- getStateByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getStateByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getStateByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getStateByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get a state by its uuid.
- getStateProvince() - Method in interface org.openmrs.Address
-
- getStateProvince() - Method in class org.openmrs.Location
-
- getStateProvince() - Method in class org.openmrs.PersonAddress
-
- getStates() - Method in class org.openmrs.PatientProgram
-
- getStates(boolean) - Method in class org.openmrs.ProgramWorkflow
-
Returns a Set<
ProgramWorkflowState
> including all non-retired ProgramWorkflowStates
and all retired ProgramWorkflowStates in this ProgramWorkflow if
includeRetired
is true
- getStates() - Method in class org.openmrs.ProgramWorkflow
-
- getStatistics() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Get the statistics for this session.
- getStatus() - Method in class org.openmrs.MedicationDispense
-
- getStatus() - Method in class org.openmrs.Obs
-
Similar to FHIR's Observation.status.
- getStatus(Integer) - Method in interface org.openmrs.scheduler.SchedulerService
-
Checks the status of a scheduled task.
- getStatus(Integer) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
- getStatusReason() - Method in class org.openmrs.MedicationDispense
-
- getStopDatetime() - Method in class org.openmrs.Visit
-
- getStrength() - Method in class org.openmrs.Drug
-
Gets the strength
- getStrength() - Method in class org.openmrs.DrugIngredient
-
- getSubject() - Method in class org.openmrs.notification.Message
-
- getSubject() - Method in class org.openmrs.notification.Template
-
- getSubstitutionReason() - Method in class org.openmrs.MedicationDispense
-
- getSubstitutionType() - Method in class org.openmrs.MedicationDispense
-
- getSubtype() - Method in class org.openmrs.api.db.SerializedObject
-
- getSubtypes(OrderType, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getSubtypes(OrderType, boolean) - Method in interface org.openmrs.api.OrderService
-
Returns all descendants of a given order type for example Given TEST will get back LAB TEST
and RADIOLOGY TEST; and Given LAB TEST, will might get back SEROLOGY, MICROBIOLOGY, and
CHEMISTRY
- getSummary() - Method in class org.openmrs.customdatatype.CustomDatatype.Summary
-
- getSupportedType() - Method in class org.openmrs.api.db.hibernate.ImmutableEntityInterceptor
-
Returns the class handled by the interceptor
- getSupportedType() - Method in class org.openmrs.api.db.hibernate.ImmutableObsInterceptor
-
- getSupportedType() - Method in class org.openmrs.api.db.hibernate.ImmutableOrderInterceptor
-
- getSupportedTypes() - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- getSupportedTypes() - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
- getSupportedTypes() - Method in class org.openmrs.logging.OpenmrsConfigurationFactory
-
- getSupportedViews() - Method in interface org.openmrs.obs.ComplexObsHandler
-
Supported views getter
- getSupportedViews() - Method in class org.openmrs.obs.handler.AbstractHandler
-
- getSupportedViews() - Method in class org.openmrs.obs.handler.BinaryDataHandler
-
- getSupportedViews() - Method in class org.openmrs.obs.handler.BinaryStreamHandler
-
- getSupportedViews() - Method in class org.openmrs.obs.handler.ImageHandler
-
- getSupportedViews() - Method in class org.openmrs.obs.handler.MediaHandler
-
- getSupportedViews() - Method in class org.openmrs.obs.handler.TextHandler
-
- getSynonyms(Locale) - Method in class org.openmrs.Concept
-
Gets the synonyms in the given locale.
- getSynonyms() - Method in class org.openmrs.Concept
-
Gets all the non-retired synonyms.
- getSystemId() - Method in class org.openmrs.User
-
- getSystemInformation() - Method in interface org.openmrs.api.AdministrationService
-
Get a map of all the System Information.
- getSystemInformation() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getSystemProperty(String) - Static method in class org.openmrs.util.ConfigUtil
-
Returns the value of the given OpenMRS system property
- getSystemVariables() - Method in interface org.openmrs.api.AdministrationService
-
Get a listing or important variables used in openmrs
- getSystemVariables() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- getSystemVariables() - Method in interface org.openmrs.scheduler.SchedulerService
-
Return SchedulerConstants
- getSystemVariables() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Get system variables.
- getTableName() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- getTableName() - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnStatement
-
- getTableName() - Method in class org.openmrs.Field
-
- getTableNames() - Method in class org.openmrs.liquibase.CoreDataTuner
-
- getTag() - Method in class org.openmrs.ConceptNameTag
-
Returns the textual representation of this ConceptNameTag.
- getTags() - Method in class org.openmrs.ConceptName
-
Returns the tags which have been attached to this ConceptName.
- getTags() - Method in class org.openmrs.Location
-
- getTags(String) - Method in interface org.openmrs.logic.LogicService
-
Performs a partial match search for token tags among all known tokens.
- getTask(Integer) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
Get task by internal identifier
- getTask(Integer) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
-
Get task by internal identifier
- getTask(Integer) - Method in interface org.openmrs.scheduler.SchedulerService
-
Get the task with the given identifier.
- getTask(Integer) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Get the task with the given identifier.
- getTaskByName(String) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
Get task by public name.
- getTaskByName(String) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
-
Get task by public name.
- getTaskByName(String) - Method in interface org.openmrs.scheduler.SchedulerService
-
Get the task with the given name.
- getTaskByName(String) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Get the task with the given name.
- getTaskByUuid(String) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
- getTaskByUuid(String) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
-
- getTaskByUuid(String) - Method in interface org.openmrs.scheduler.SchedulerService
-
- getTaskByUuid(String) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
- getTaskClass() - Method in class org.openmrs.scheduler.TaskDefinition
-
Get the schedulable object to be executed.
- getTaskDefinition() - Method in interface org.openmrs.scheduler.Task
-
Returns the task definition associated with this task.
- getTaskDefinition() - Method in class org.openmrs.scheduler.tasks.AbstractTask
-
- getTaskDefinition() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
-
- getTaskInstance() - Method in class org.openmrs.scheduler.TaskDefinition
-
Gets the runnable task instance associated with this definition.
- getTasks() - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
Find all tasks in the database
- getTasks() - Method in interface org.openmrs.scheduler.db.SchedulerDAO
-
Find all tasks in the database
- getTemplate(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
-
- getTemplate(Integer) - Method in interface org.openmrs.api.db.TemplateDAO
-
Get message template by id
- getTemplate(Integer) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Get template by identifier.
- getTemplate(Integer) - Method in interface org.openmrs.notification.MessageService
-
- getTemplate() - Method in class org.openmrs.notification.Template
-
- getTemplatePrefix() - Method in class org.openmrs.web.filter.initialization.InitializationFilter
-
- getTemplatePrefix() - Method in class org.openmrs.web.filter.startuperror.StartupErrorFilter
-
- getTemplatePrefix() - Method in class org.openmrs.web.filter.StartupFilter
-
- getTemplatePrefix() - Method in class org.openmrs.web.filter.update.UpdateFilter
-
- getTemplates() - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
-
- getTemplates() - Method in interface org.openmrs.api.db.TemplateDAO
-
Get all message templates
- getTemplatesByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
-
- getTemplatesByName(String) - Method in interface org.openmrs.api.db.TemplateDAO
-
Get message template by name
- getTemplatesByName(String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Get templates by name.
- getTemplatesByName(String) - Method in interface org.openmrs.notification.MessageService
-
- getTenantIdentifier() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Obtain the tenant identifier associated with this session.
- getTermA() - Method in class org.openmrs.ConceptReferenceTermMap
-
- getTermB() - Method in class org.openmrs.ConceptReferenceTermMap
-
- getTerminal() - Method in class org.openmrs.ProgramWorkflowState
-
- getTestSpecimenSources() - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- getTestSpecimenSources() - Method in interface org.openmrs.api.OrderService
-
- getText() - Method in class org.openmrs.notification.Alert
-
- getTextSummary(String) - Method in interface org.openmrs.customdatatype.CustomDatatype
-
Converts a reference string to a short (generally < 100 characters) plain-text representation of its value.
- getTextSummary(String) - Method in class org.openmrs.customdatatype.datatype.LongFreeTextDatatype
-
- getTextSummary(String) - Method in class org.openmrs.customdatatype.SerializingCustomDatatype
-
- getTimeFormat() - Static method in class org.openmrs.api.context.Context
-
Gets the simple time format for the current user's locale.
- getTimeFormat(Locale) - Static method in class org.openmrs.util.OpenmrsUtil
-
Get the current user's time format Will look similar to "hh:mm a".
- getTimeZoneOffset(String, Date) - Static method in class org.openmrs.hl7.HL7Util
-
Gets the timezone string for this given fullString.
- getTitle() - Method in class org.openmrs.obs.ComplexData
-
Get the title for this ComplexData
- getToDate() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getTokens(String) - Method in interface org.openmrs.logic.LogicService
-
Fetch all known (registered) tokens matching a given string
- getTokensWithTag(String) - Method in interface org.openmrs.logic.LogicService
-
Gets all tokens associated with this tag.
- getTokenTags(String) - Method in interface org.openmrs.logic.LogicService
-
Gets all tags associated with this token.
- getToNode() - Method in class org.openmrs.util.Graph.Edge
-
- getToolContext(String) - Method in class org.openmrs.web.filter.StartupFilter
-
Gets tool context for specified locale parameter.
- getTotalElements() - Method in class org.openmrs.collection.CollectionPart
-
- getTransaction() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Get the Transaction
instance associated with this session.
- getTransferStatus() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- getTransform() - Method in interface org.openmrs.logic.LogicExpression
-
Get the transformation expression applied to the LogicExpression
- getTransformOperator() - Method in class org.openmrs.logic.LogicTransform
-
- getTransientWeight() - Method in class org.openmrs.ConceptSearchResult
-
Getter for transientWeight
- getTrueConcept() - Method in interface org.openmrs.api.ConceptService
-
Returns the TRUE concept
- getTrueConcept() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getTTL() - Method in interface org.openmrs.logic.Rule
-
Gets the time (in seconds) during which the Rule's results are considered to be valid.
- getType() - Method in class org.openmrs.api.db.hibernate.search.SearchQuery
-
- getType() - Method in class org.openmrs.api.db.SerializedObject
-
- getType() - Method in class org.openmrs.Location
-
- getType() - Method in class org.openmrs.MedicationDispense
-
- getTypeHelper() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Convenience access to the TypeHelper
associated with this session's
SessionFactory
.
- getUniqueDiagnoses(Patient, Date) - Method in interface org.openmrs.api.DiagnosisService
-
Gets unique diagnoses since date, sorted in reverse chronological order
- getUniqueDiagnoses(Patient, Date) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Gets unique diagnoses since date, sorted in reverse chronological order
- getUniqueEntityByUUID(SessionFactory, Class<T>, String) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
-
Retrieves a unique entity by its UUID.
- getUniqueId() - Method in class org.openmrs.ConceptSource
-
- getUniquenessBehavior() - Method in class org.openmrs.PatientIdentifierType
-
- getUniqueNonNullColumnValues(String, String, Class<T>, Connection) - Static method in class org.openmrs.util.DatabaseUtil
-
Gets all unique values excluding nulls in the specified column and table
- getUnits() - Method in class org.openmrs.ConceptNumeric
-
- getUnits() - Method in class org.openmrs.DrugIngredient
-
- getUnits() - Method in class org.openmrs.logic.Duration
-
- getUnits() - Method in class org.openmrs.order.DrugSuggestion
-
- getUnknownConcept() - Method in class org.openmrs.AllergyProperties
-
- getUnknownConcept() - Method in interface org.openmrs.api.ConceptService
-
Returns the UNKNOWN concept
- getUnknownConcept() - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- getUnknownProvider() - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- getUnknownProvider() - Method in interface org.openmrs.api.ProviderService
-
- getUnRetiredOrderSetMembers() - Method in class org.openmrs.OrderSet
-
Fetches the list of orderSetMembers that are not retired
- getUnrunDatabaseChanges(LiquibaseProvider) - Static method in class org.openmrs.util.DatabaseUpdater
-
Returns a list of Liquibase change sets were not run yet.
- getUnrunDatabaseChanges(String...) - Static method in class org.openmrs.util.DatabaseUpdater
-
Looks at the specified liquibase change log files and returns all changesets in the files that
have not been run on the database yet.
- getUnrunDatabaseChanges(LiquibaseProvider) - Method in class org.openmrs.web.filter.update.DatabaseUpdaterWrapper
-
- getUnrunLiquibaseUpdateFileNames(String, String, LiquibaseProvider) - Method in class org.openmrs.liquibase.ChangeLogDetective
-
Returns a list of Liquibase update files that contain un-run change sets.
- getUpdateFileNames(List<String>) - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getUpdateFilterModel() - Method in class org.openmrs.web.filter.initialization.InitializationFilter
-
- getUpdateFilterModel() - Method in class org.openmrs.web.filter.startuperror.StartupErrorFilter
-
- getUpdateFilterModel() - Method in class org.openmrs.web.filter.StartupFilter
-
The model that is used as the backer for all pages in this startup wizard.
- getUpdateFilterModel() - Method in class org.openmrs.web.filter.update.UpdateFilter
-
- getUpdateURL() - Method in class org.openmrs.module.Module
-
- getUpdateVersion() - Method in class org.openmrs.module.Module
-
- getUpdateVersions() - Method in class org.openmrs.liquibase.ChangeLogVersions
-
- getUpdateVersionsGreaterThan(String) - Method in class org.openmrs.liquibase.ChangeLogVersionFinder
-
- getUrgency() - Method in class org.openmrs.Order
-
- getURL(URL) - Static method in class org.openmrs.module.ModuleUtil
-
Downloads the contents of a URL and copies them to a string (Borrowed from oreilly)
- getUrlPatterns() - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- getURLStream(URL) - Static method in class org.openmrs.module.ModuleUtil
-
Downloads the contents of a URL and copies them to a string (Borrowed from oreilly)
- getUser() - Method in interface org.openmrs.api.context.Authenticated
-
- getUser() - Method in class org.openmrs.api.context.BasicAuthenticated
-
- getUser(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUser(Integer) - Method in interface org.openmrs.api.db.UserDAO
-
- getUser(Integer) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUser(Integer) - Method in interface org.openmrs.api.UserService
-
Get user by internal user identifier.
- getUserByActivationKey(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUserByActivationKey(String) - Method in interface org.openmrs.api.UserService
-
Gets a user with the specified activation key
- getUserByEmail(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUserByEmail(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getUserByUsername(String) - Method in interface org.openmrs.api.db.ContextDAO
-
Gets a user given the username.
- getUserByUsername(String) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- getUserByUsername(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUserByUsername(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getUserByUsername(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUserByUsername(String) - Method in interface org.openmrs.api.UserService
-
Get user by username (user's login identifier)
- getUserByUsernameOrEmail(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUserByUsernameOrEmail(String) - Method in interface org.openmrs.api.UserService
-
Gets a user by username or email
- getUserByUuid(String) - Method in interface org.openmrs.api.db.ContextDAO
-
Gets a user given the uuid.
- getUserByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- getUserByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUserByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
-
- getUserByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUserByUuid(String) - Method in interface org.openmrs.api.UserService
-
Get user by the given uuid.
- getUserContext() - Static method in class org.openmrs.api.context.Context
-
Gets the user context from the thread local.
- getUserContext() - Method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- getUserDefaultLocation() - Static method in class org.openmrs.util.LocationUtility
-
Convenience method that returns the default location of the authenticated user.
- getUserId() - Method in class org.openmrs.api.db.LoginCredential
-
- getUserId() - Method in class org.openmrs.User
-
- getUserIdByName(String, Connection) - Static method in class org.openmrs.web.filter.util.FilterUtil
-
This is a utility method that can be used for retrieving user id by given user name and sql
connection
- getUsername() - Method in class org.openmrs.api.context.UsernamePasswordCredentials
-
- getUsername() - Method in class org.openmrs.User
-
- getUserProperties() - Method in class org.openmrs.User
-
- getUserProperty(String) - Method in class org.openmrs.User
-
Get prop property from this user's properties.
- getUserProperty(String, String) - Method in class org.openmrs.User
-
Get prop property from this user's properties.
- getUsers(String, List<Role>, boolean, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUsers(String, List<Role>, boolean, Integer, Integer) - Method in interface org.openmrs.api.db.UserDAO
-
- getUsers(String, List<Role>, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUsers(String, List<Role>, boolean, Integer, Integer) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUsers(String, List<Role>, boolean) - Method in interface org.openmrs.api.UserService
-
Return a list of users sorted by personName (see
PersonByNameComparator
) if any part
of the search matches first/last/system id and the user has one at least one of the given
roles
assigned to them
- getUsers(String, List<Role>, boolean, Integer, Integer) - Method in interface org.openmrs.api.UserService
-
Return a batch of users of a specific size sorted by personName (see
PersonByNameComparator
) if any part of the search matches first/last/system id and
the user has one at least one of the given
roles
assigned to them.
- getUsersByName(String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUsersByName(String, String, boolean) - Method in interface org.openmrs.api.db.UserDAO
-
- getUsersByName(String, String, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUsersByName(String, String, boolean) - Method in interface org.openmrs.api.UserService
-
Search for a list of users by exact first name and last name.
- getUsersByPerson(Person, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUsersByPerson(Person, boolean) - Method in interface org.openmrs.api.db.UserDAO
-
- getUsersByPerson(Person, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUsersByPerson(Person, boolean) - Method in interface org.openmrs.api.UserService
-
Get all user accounts that belong to a given person.
- getUsersByRole(Role) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- getUsersByRole(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- getUsersByRole(Role) - Method in interface org.openmrs.api.UserService
-
Get users by role granted
- getUserService() - Static method in class org.openmrs.api.context.Context
-
- getUserService() - Method in class org.openmrs.api.context.ServiceContext
-
- getUuid() - Method in class org.openmrs.BaseOpenmrsObject
-
- getUuid() - Method in interface org.openmrs.OpenmrsObject
-
- getUuid() - Method in class org.openmrs.OrderFrequency
-
Get the uuid
- getUuidFromIdentifiers(CX[]) - Method in interface org.openmrs.hl7.HL7Service
-
finds a UUID from an array of identifiers
- getUuidFromIdentifiers(CX[]) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- getValidator() - Method in class org.openmrs.PatientIdentifierType
-
- getValidators(Object) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
Fetches all validators that are registered
- getValidIdentifier(String) - Method in interface org.openmrs.patient.IdentifierValidator
-
- getValidIdentifier(String) - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
-
- getValidIdentifier(String) - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
-
- getValidIdentifier(String) - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
-
Override to disallow identifiers that are not exactly VERHOEFF_UNDECORATED_ID_LENGTH long.
- getValue() - Method in class org.openmrs.api.db.ClobDatatypeStorage
-
- getValue() - Method in class org.openmrs.attribute.BaseAttribute
-
- getValue() - Method in class org.openmrs.ConceptStopWord
-
- getValue() - Method in interface org.openmrs.customdatatype.SingleCustomValue
-
Convenience method to get the typed version of the serializedValue.
- getValue() - Method in class org.openmrs.FormResource
-
- getValue() - Method in class org.openmrs.GlobalProperty
-
- getValue() - Method in class org.openmrs.PersonAttribute
-
- getValueAsBoolean() - Method in class org.openmrs.Obs
-
Coerces a value to a Boolean representation
- getValueAsString(Locale) - Method in class org.openmrs.Obs
-
Convenience method for obtaining the observation's value as a string If the Obs is complex,
returns the title of the complexData denoted by the section of getValueComplex() before the
first bar '|' character; or returns the entire getValueComplex() if the bar '|' character is
missing.
- getValueBoolean() - Method in class org.openmrs.Obs
-
Returns the boolean value if the concept of this obs is of boolean datatype
- getValueCoded() - Method in class org.openmrs.Obs
-
- getValueCodedName() - Method in class org.openmrs.Obs
-
Gets the specific name used for the coded value.
- getValueComplex() - Method in class org.openmrs.Obs
-
Get the value for the ComplexData.
- getValueDate() - Method in class org.openmrs.Obs
-
- getValueDatetime() - Method in class org.openmrs.Obs
-
- getValueDrug() - Method in class org.openmrs.Obs
-
- getValueGroupId() - Method in class org.openmrs.Obs
-
- getValueModifier() - Method in class org.openmrs.Obs
-
- getValueName() - Method in exception org.openmrs.hl7.handler.ProposingConceptException
-
- getValueNumeric() - Method in class org.openmrs.Obs
-
- getValueReference() - Method in class org.openmrs.attribute.BaseAttribute
-
- getValueReference() - Method in interface org.openmrs.customdatatype.SingleCustomValue
-
- getValueReference() - Method in class org.openmrs.FormResource
-
- getValueReference() - Method in class org.openmrs.GlobalProperty
-
- getValueReferences(Map<T, U>) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
Uses the appropriate datatypes to convert all values in the input map to their valueReference equivalents.
- getValueText() - Method in class org.openmrs.Obs
-
- getValueTime() - Method in class org.openmrs.Obs
-
- getVerificationStatus() - Method in class org.openmrs.Condition
-
Gets the verification status of the condition
- getVersion() - Method in class org.openmrs.Concept
-
- getVersion() - Method in class org.openmrs.ConceptReferenceTerm
-
- getVersion() - Method in class org.openmrs.Form
-
- getVersion() - Method in class org.openmrs.module.Module
-
- getVersion() - Method in class org.openmrs.module.ModuleConditionalResource.ModuleAndVersion
-
- getViewPrivilege() - Method in class org.openmrs.EncounterType
-
Gets privilege which can view this type of encounters
- getViewPrivilege() - Method in class org.openmrs.GlobalProperty
-
Gets privilege which can view this globalProperty
- getVisit(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisit(Integer) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisit(Integer) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisit(Integer) - Method in interface org.openmrs.api.VisitService
-
Gets a visit by its visit id.
- getVisit() - Method in class org.openmrs.Encounter
-
Gets the visit.
- getVisit() - Method in class org.openmrs.parameter.OrderSearchCriteria
-
- getVisit() - Method in class org.openmrs.VisitAttribute
-
- getVisitAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitAttributeByUuid(String) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitAttributeByUuid(String) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitAttributeByUuid(String) - Method in interface org.openmrs.api.VisitService
-
- getVisitAttributeId() - Method in class org.openmrs.VisitAttribute
-
- getVisitAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitAttributeType(Integer) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitAttributeType(Integer) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitAttributeType(Integer) - Method in interface org.openmrs.api.VisitService
-
- getVisitAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitAttributeTypeByUuid(String) - Method in interface org.openmrs.api.VisitService
-
- getVisitAttributeTypeId() - Method in class org.openmrs.VisitAttributeType
-
- getVisitByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitByUuid(String) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitByUuid(String) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitByUuid(String) - Method in interface org.openmrs.api.VisitService
-
Gets a visit by its UUID.
- getVisitDAO() - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitId() - Method in class org.openmrs.Visit
-
- getVisits(Collection<VisitType>, Collection<Patient>, Collection<Location>, Collection<Concept>, Date, Date, Date, Date, Map<VisitAttributeType, String>, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisits(VisitSearchCriteria) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisits(Collection<VisitType>, Collection<Patient>, Collection<Location>, Collection<Concept>, Date, Date, Date, Date, Map<VisitAttributeType, String>, boolean, boolean) - Method in interface org.openmrs.api.db.VisitDAO
-
Gets the visits matching the specified arguments
- getVisits(VisitSearchCriteria) - Method in interface org.openmrs.api.db.VisitDAO
-
Gets the visits matching the specified search criteria
- getVisits(Collection<VisitType>, Collection<Patient>, Collection<Location>, Collection<Concept>, Date, Date, Date, Date, Map<VisitAttributeType, Object>, boolean, boolean) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisits(VisitSearchCriteria) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisits(Collection<VisitType>, Collection<Patient>, Collection<Location>, Collection<Concept>, Date, Date, Date, Date, Map<VisitAttributeType, Object>, boolean, boolean) - Method in interface org.openmrs.api.VisitService
-
Gets the visits matching the specified arguments
- getVisits(VisitSearchCriteria) - Method in interface org.openmrs.api.VisitService
-
Gets the visits matching the specified search criteria
- getVisits() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getVisitsByPatient(Patient) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitsByPatient(Patient, boolean, boolean) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitsByPatient(Patient) - Method in interface org.openmrs.api.VisitService
-
Gets all unvoided visits for the specified patient
- getVisitsByPatient(Patient, boolean, boolean) - Method in interface org.openmrs.api.VisitService
-
Gets all visits for the specified patient
- getVisitService() - Static method in class org.openmrs.api.context.Context
-
- getVisitService() - Method in class org.openmrs.api.context.ServiceContext
-
Gets the visit service.
- getVisitType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitType(Integer) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitType(Integer) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitType(Integer) - Method in interface org.openmrs.api.VisitService
-
Gets a visit type by its visit type id.
- getVisitType() - Method in class org.openmrs.Visit
-
- getVisitTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitTypeByUuid(String) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitTypeByUuid(String) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitTypeByUuid(String) - Method in interface org.openmrs.api.VisitService
-
Gets a visit type by its UUID.
- getVisitTypeId() - Method in class org.openmrs.VisitType
-
- getVisitTypes(String) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- getVisitTypes(String) - Method in interface org.openmrs.api.db.VisitDAO
-
- getVisitTypes(String) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- getVisitTypes(String) - Method in interface org.openmrs.api.VisitService
-
Gets all visit types whose names are similar to or contain the given search phrase.
- getVisitTypes() - Method in class org.openmrs.parameter.EncounterSearchCriteria
-
- getVisitTypes() - Method in class org.openmrs.parameter.VisitSearchCriteria
-
- getVoided() - Method in class org.openmrs.BaseOpenmrsData
-
- getVoided() - Method in class org.openmrs.ConceptName
-
Returns whether the ConceptName has been voided.
- getVoided() - Method in class org.openmrs.ConceptNameTag
-
Returns whether the ConceptName has been voided.
- getVoided() - Method in interface org.openmrs.Voidable
-
- getVoidedBy() - Method in class org.openmrs.BaseOpenmrsData
-
- getVoidedBy() - Method in class org.openmrs.ConceptName
-
Returns the User who voided this ConceptName.
- getVoidedBy() - Method in class org.openmrs.ConceptNameTag
-
Returns the User who voided this ConceptName.
- getVoidedBy() - Method in interface org.openmrs.Voidable
-
- getVoidedRelationships() - Method in class org.openmrs.person.PersonMergeLogData
-
- getVoidReason() - Method in class org.openmrs.BaseOpenmrsData
-
- getVoidReason() - Method in class org.openmrs.ConceptName
-
Returns the reason this ConceptName was voided.
- getVoidReason() - Method in class org.openmrs.ConceptNameTag
-
Returns the reason this ConceptName was voided.
- getVoidReason() - Method in interface org.openmrs.Voidable
-
- getWasSubstituted() - Method in class org.openmrs.MedicationDispense
-
- getWeight() - Method in class org.openmrs.RelationshipType
-
- getWinner() - Method in class org.openmrs.person.PersonMergeLog
-
- getWinningPersonMergeLogs(Person) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- getWinningPersonMergeLogs(Person) - Method in interface org.openmrs.api.db.PersonDAO
-
Gets the PersonMergeLog objects by winner
- getWinningPersonMergeLogs(Person, boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- getWinningPersonMergeLogs(Person, boolean) - Method in interface org.openmrs.api.PersonService
-
Gets PersonMergeLog
objects by winning person p.
- getWord() - Method in class org.openmrs.ConceptSearchResult
-
- getWorkflow(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getWorkflow(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Retrieves a ProgramWorkflow
from the database by its primary key.
- getWorkflow(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getWorkflow(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get ProgramWorkflow
by internal identifier.
- getWorkflow(Integer) - Method in class org.openmrs.Program
-
Get the workflow with the specified ID
- getWorkflowByName(String) - Method in class org.openmrs.Program
-
- getWorkflowByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- getWorkflowByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- getWorkflowByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- getWorkflowByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Get ProgramWorkflow by its UUID
- getWorkflows() - Method in class org.openmrs.Program
-
Get only the non-retired workflows
- getWriter() - Method in class org.openmrs.web.filter.GZIPResponseWrapper
-
- getXmlToken(String) - Static method in class org.openmrs.util.FormUtil
-
Converts a string into a valid XML token (tag name)
- getXstream() - Method in class org.openmrs.serialization.SimpleXStreamSerializer
-
Expose the xstream object, so that module can config with xstream as need
- GLOBAL_PROPERTIES_OF_PERSON_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Array of all core global property names that represent comma-separated lists of
PersonAttributeTypes.
- GLOBAL_PROPERTY_ADDRESS_TEMPLATE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_ALLOW_OVERLAPPING_VISITS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_APPLICATION_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_COMPLEX_OBS_DIR - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_CONCEPTS_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_LOCALE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_LOCALE_DEFAULT_VALUE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_LOCATION_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_MIN_SEARCH_CHARACTERS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_PATIENT_IDENTIFIER_VALIDATOR - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_SERIALIZER - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_THEME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_WEEK_START_DAY - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DEFAULT_WEEK_START_DAY_DEFAULT_VALUE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DRUG_FREQUENCIES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DRUG_ORDER_REQUIRE_DRUG - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_DRUG_ORDER_REQUIRE_OUTPATIENT_QUANTITY - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_ENABLE_VISITS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_ENCOUNTER_FORM_OBS_SORT_ORDER - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_ENCOUNTER_TYPES_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_FALSE_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_FORMS_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_GZIP_ACCEPT_COMPRESSED_REQUESTS_FOR_PATHS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_GZIP_ENABLED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_HL7_ARCHIVE_DIRECTORY - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_IGNORE_MISSING_NONLOCAL_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_IMPLEMENTATION_ID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_LAYOUT_NAME_FORMAT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_LAYOUT_NAME_TEMPLATE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_LOCALE_ALLOWED_LIST - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_LOCATION_WIDGET_TYPE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_LOG_LEVEL - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_MEDICAL_RECORD_OBSERVATIONS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_MIN_SEARCH_CHARACTERS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_NEWPATIENTFORM_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_NEWPATIENTFORM_SHOW_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_HEADER_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_IMPORTANT_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_PREFIX - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_REGEX - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_SEARCH_MATCH_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_SEARCH_PATTERN - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_SUFFIX - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_IDENTIFIER_TYPES_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_LISTING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_NAME_REGEX - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_ANYWHERE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_EXACT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_SOUNDEX - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_START - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PATIENT_VIEWING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_ATRIBUTE_TYPES_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_ATTRIBUTE_SEARCH_MATCH_ANYWHERE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_ATTRIBUTE_SEARCH_MATCH_EXACT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_ATTRIBUTE_SEARCH_MATCH_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_SEARCH_MAX_RESULTS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PERSON_SEARCH_MAX_RESULTS_DEFAULT_VALUE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PROBLEM_LIST - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_PROVIDER_SEARCH_MATCH_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_REPORT_BUG_URL - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_SHOW_PATIENT_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_TRUE_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_UNKNOWN_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_USER_HEADER_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_USER_LISTING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_USER_REQUIRE_EMAIL_AS_USERNAME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GLOBAL_PROPERTY_USER_VIEWING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GlobalLocaleList - Class in org.openmrs.api.impl
-
A utility class which caches the current list of allowed locales, rebuilding the list whenever
the global properties are updated.
- GlobalLocaleList() - Constructor for class org.openmrs.api.impl.GlobalLocaleList
-
- GlobalProperty - Class in org.openmrs
-
Global properties are simple key-value pairs persisted in the database GPs can be thought of as
something similar to environment variables used in operating systems.
- GlobalProperty() - Constructor for class org.openmrs.GlobalProperty
-
Default empty constructor
- GlobalProperty(String) - Constructor for class org.openmrs.GlobalProperty
-
Constructor defining the key for this GP
- GlobalProperty(String, String) - Constructor for class org.openmrs.GlobalProperty
-
Constructor defining the key and value of this GP
- GlobalProperty(String, String, String) - Constructor for class org.openmrs.GlobalProperty
-
Constructor defining key/value/description for this GP
- GlobalProperty(String, String, String, Class<? extends CustomDatatype<?>>, String) - Constructor for class org.openmrs.GlobalProperty
-
Constructor defining key/value/description/customDatatype/datatypeConfig
- globalPropertyChanged(GlobalProperty) - Method in interface org.openmrs.api.GlobalPropertyListener
-
Called after a global property is created or updated
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandler
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.GlobalLocaleList
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.PersonNameGlobalPropertyListener
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.layout.address.AddressSupport
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.layout.name.NameSupport
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.logging.LoggingConfigurationGlobalPropertyListener
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.util.ConfigUtil
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.util.LocaleUtility
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.util.LocationUtility
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.web.WebUtil
-
- globalPropertyDeleted(String) - Method in interface org.openmrs.api.GlobalPropertyListener
-
Called after a global property is deleted
- globalPropertyDeleted(String) - Method in class org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandler
-
- globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.GlobalLocaleList
-
- globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.PersonNameGlobalPropertyListener
-
- globalPropertyDeleted(String) - Method in class org.openmrs.layout.address.AddressSupport
-
- globalPropertyDeleted(String) - Method in class org.openmrs.layout.name.NameSupport
-
- globalPropertyDeleted(String) - Method in class org.openmrs.logging.LoggingConfigurationGlobalPropertyListener
-
- globalPropertyDeleted(String) - Method in class org.openmrs.util.ConfigUtil
-
- globalPropertyDeleted(String) - Method in class org.openmrs.util.LocaleUtility
-
- globalPropertyDeleted(String) - Method in class org.openmrs.util.LocationUtility
-
- globalPropertyDeleted(String) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- globalPropertyDeleted(String) - Method in class org.openmrs.web.WebUtil
-
- GlobalPropertyListener - Interface in org.openmrs.api
-
This interface allows code to be run when global properties are created, edited, or deleted.
- GP_ALLERGEN_OTHER_NON_CODED_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name of other non coded allergen, stored in allergen coded allergen
when other non coded allergen is represented
- GP_ALLERGY_ALLERGEN_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name of the allowed concept classes for the allergen field of the allergy
management form.
- GP_ALLERGY_REACTION_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name of the allowed concept classes for the reaction field of the allergy
management form.
- GP_ALLOWED_FAILED_LOGINS_BEFORE_LOCKOUT - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_ALLOWED_LOGIN_ATTEMPTS_PER_IP - Static variable in class org.openmrs.web.WebConstants
-
Global property name for the number of times one IP can fail at logging in before being
locked out.
- GP_CASE_SENSITIVE_DATABASE_STRING_COMPARISON - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_CONCEPT_DRUG_DOSAGE_FORM_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name of the allowed concept classes for the dosage form field of the concept drug management form.
- GP_CONCEPT_DRUG_ROUTE_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name of the allowed concept classes for the route field of the concept drug management form.
- GP_DASHBOARD_CONCEPTS - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_DASHBOARD_MAX_NUMBER_OF_ENCOUNTERS_TO_SHOW - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for optional configuration of the maximum number of encounters to
display on the encounter tab of the patient dashboard
- GP_DASHBOARD_METADATA_CASE_CONVERSION - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name to display program, workflow and states in a specific case
- GP_DASHBOARD_PROVIDER_DISPLAY_ENCOUNTER_ROLES - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the encounter roles to display on the provider column of the patient
dashboard under the encounters tab.
- GP_DEFAULT_CONCEPT_MAP_TYPE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the default ConceptMapType which is set automatically when no other is set manually.
- GP_DISABLE_VALIDATION - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_DRUG_DISPENSING_UNITS_CONCEPT_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_DRUG_DOSING_UNITS_CONCEPT_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_DRUG_ORDER_DRUG_OTHER - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_DRUG_ROUTES_CONCEPT_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
Specifies the uuid of the concept set where its members represent the possible drug routes
- GP_DURATION_UNITS_CONCEPT_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_ENABLE_CONCEPT_MAP_TYPE_MANAGEMENT - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for enabling/disabling concept map type management
- GP_ENCOUNTER_TYPE_TO_VISIT_TYPE_MAPPING - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for mapping encounter types to visit types.
- GP_GRAPH_COLOR_ABSOLUTE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for absolute color for patient graphs.
- GP_GRAPH_COLOR_CRITICAL - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for critical color for patient graphs.
- GP_GRAPH_COLOR_NORMAL - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for normal color for patient graphs.
- GP_HOST_URL - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_LOG_LAYOUT - Static variable in class org.openmrs.util.OpenmrsConstants
-
It specifies a log layout pattern used by the OpenMRS file appender.
- GP_LOG_LOCATION - Static variable in class org.openmrs.util.OpenmrsConstants
-
It points to a directory where 'openmrs.log' is stored.
- GP_LOGIN_URL - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that defines the default url
responsible for authentication if user is not logged in.
- GP_MAIL_SMTP_STARTTLS_ENABLE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_NEXT_ORDER_NUMBER_SEED - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_NUMBER_OF_DAYS_TO_AUTO_RETIRE_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property that stores the number of days for users to be deactivated.
- GP_ORDER_NUMBER_GENERATOR_BEAN_ID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_PASSWORD_CANNOT_MATCH_USERNAME_OR_SYSTEMID - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of whether user passwords can match username
or system id.
- GP_PASSWORD_CUSTOM_REGEX - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of a regular expression that passwords must
adhere to
- GP_PASSWORD_MINIMUM_LENGTH - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of whether user passwords have a minimum
length requirement Allowable values are any integer
- GP_PASSWORD_REQUIRES_DIGIT - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of whether user passwords must contain digits.
- GP_PASSWORD_REQUIRES_NON_DIGIT - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of whether user passwords require non-digits.
- GP_PASSWORD_REQUIRES_UPPER_AND_LOWER_CASE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name that allows specification of whether user passwords must contain both
upper and lower case characters.
- GP_PASSWORD_RESET_URL - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property that stores the base url for the password reset.
- GP_PASSWORD_RESET_VALIDTIME - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property that stores the duration for which the password reset token is valid
- GP_SEARCH_DATE_DISPLAY_FORMAT - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property for the Date format to be used to display date under search widgets and auto-completes
- GP_SEARCH_INDEX_VERSION - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_SEARCH_WIDGET_BATCH_SIZE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the maximum number of search results that are returned by a single
ajax call
- GP_SEARCH_WIDGET_DELAY_INTERVAL - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the time interval in milliseconds between key up and triggering the
search off
- GP_SEARCH_WIDGET_IN_SERIAL_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the mode the search widgets should run in, this depends on the speed
of the network's connection
- GP_SEARCH_WIDGET_MAXIMUM_RESULTS - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the maximum number of results to return from a single search in the
search widgets
- GP_SERIALIZER_WHITELIST_HIERARCHY_TYPES_PREFIX - Static variable in interface org.openmrs.api.AdministrationService
-
- GP_SUFFIX_SERIALIZER_WHITELIST_TYPES - Static variable in interface org.openmrs.api.AdministrationService
-
- GP_TEST_SPECIMEN_SOURCES_CONCEPT_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_UNKNOWN_PROVIDER_UUID - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_UNLOCK_ACCOUNT_WAITING_TIME - Static variable in class org.openmrs.util.OpenmrsConstants
-
- GP_VISIT_ASSIGNMENT_HANDLER - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the handler that assigns visits to encounters
- GP_VISIT_TYPES_TO_AUTO_CLOSE - Static variable in class org.openmrs.util.OpenmrsConstants
-
Global property name for the visit type(s) to automatically close
- Graph<T> - Class in org.openmrs.util
-
- Graph() - Constructor for class org.openmrs.util.Graph
-
- Graph.Edge - Class in org.openmrs.util
-
- GreaterThan - Class in org.openmrs.logic.op
-
The GreaterThan operator will return result that have a greater value than the operand.
- GreaterThan() - Constructor for class org.openmrs.logic.op.GreaterThan
-
- GreaterThanEquals - Class in org.openmrs.logic.op
-
The GreaterThanEquals operator will return result that have a greater value than or equals to the
operand.
- GreaterThanEquals() - Constructor for class org.openmrs.logic.op.GreaterThanEquals
-
- groupMembers - Variable in class org.openmrs.Obs
-
The list of obs grouped under this obs.
- gt(Operand) - Method in interface org.openmrs.logic.LogicCriteria
-
- gt(int) - Method in interface org.openmrs.logic.LogicCriteria
-
- gt(float) - Method in interface org.openmrs.logic.LogicCriteria
-
- gt(double) - Method in interface org.openmrs.logic.LogicCriteria
-
Add a
GreaterThan
expression to the current LogicCriteria
- GT - Static variable in interface org.openmrs.logic.op.ComparisonOperator
-
- GT - Static variable in interface org.openmrs.logic.op.Operator
-
- gt(Integer) - Method in class org.openmrs.logic.result.Result
-
- gte(Operand) - Method in interface org.openmrs.logic.LogicCriteria
-
- gte(int) - Method in interface org.openmrs.logic.LogicCriteria
-
- gte(float) - Method in interface org.openmrs.logic.LogicCriteria
-
- gte(double) - Method in interface org.openmrs.logic.LogicCriteria
-
- GTE - Static variable in interface org.openmrs.logic.op.ComparisonOperator
-
- GTE - Static variable in interface org.openmrs.logic.op.Operator
-
- GZIPFilter - Class in org.openmrs.web.filter
-
Filter that compresses output with gzip (assuming that browser supports gzip).
- GZIPFilter() - Constructor for class org.openmrs.web.filter.GZIPFilter
-
- GZIPRequestStream - Class in org.openmrs.web.filter
-
Wraps Request Stream for GZipFilter
- GZIPRequestStream(HttpServletRequest) - Constructor for class org.openmrs.web.filter.GZIPRequestStream
-
- GZIPRequestWrapper - Class in org.openmrs.web.filter
-
Wraps Request for GZipFilter
- GZIPRequestWrapper(HttpServletRequest) - Constructor for class org.openmrs.web.filter.GZIPRequestWrapper
-
- GZIPResponseStream - Class in org.openmrs.web.filter
-
Wraps Response Stream for GZipFilter
- GZIPResponseStream(HttpServletResponse) - Constructor for class org.openmrs.web.filter.GZIPResponseStream
-
- GZIPResponseWrapper - Class in org.openmrs.web.filter
-
Wraps Response for GZipFilter
- GZIPResponseWrapper(HttpServletResponse) - Constructor for class org.openmrs.web.filter.GZIPResponseWrapper
-
- safeDate(Date) - Static method in class org.openmrs.util.OpenmrsUtil
-
- SAME_AS_MAP_TYPE_UUID - Static variable in class org.openmrs.ConceptMapType
-
- sanitizeLocales(String) - Static method in class org.openmrs.web.WebUtil
-
Convenient method that parses the given string object, that contains locale parameters which
are separated by comma.
- save(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Persist the given transient instance, first assigning a generated identifier.
- save(String, Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Persist the given transient instance, first assigning a generated identifier.
- save(OrderSet) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- save(OrderSet) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- save(Diagnosis) - Method in interface org.openmrs.api.DiagnosisService
-
Saves a diagnosis
- save(Diagnosis) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Saves a diagnosis
- save(T, String) - Method in interface org.openmrs.customdatatype.CustomDatatype
-
The OpenMRS service layer calls this method when a custom value of this datatype is saved (created or edited).
- save(String, String) - Method in class org.openmrs.customdatatype.datatype.LongFreeTextDatatype
-
- save(T, String) - Method in class org.openmrs.customdatatype.SerializingCustomDatatype
-
- saveAddressTemplate(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- saveAddressTemplate(String) - Method in interface org.openmrs.api.LocationService
-
Saved default address template to global properties
- saveAlert(Alert) - Method in interface org.openmrs.notification.AlertService
-
Save the given alert
in the database
- saveAlert(Alert) - Method in interface org.openmrs.notification.db.AlertDAO
-
- saveAlert(Alert) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
-
- saveAlert(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- saveAllergies(Patient, Allergies) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- saveAllergies(Patient, Allergies) - Method in interface org.openmrs.api.db.PatientDAO
-
Saves patient allergies to the database.
- saveAllergy(Allergy) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- saveAllergy(Allergy) - Method in interface org.openmrs.api.db.PatientDAO
-
Saves an allergy to the database
- saveAllergy(Allergy) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- saveAllergy(Allergy) - Method in interface org.openmrs.api.PatientService
-
Creates an AllergyListItem to the Patient's Allergy Active List.
- saveAttributesIfNecessary(Customizable<?>) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
To be called by service save methods for customizable implementations.
- saveCauseOfDeathObs(Patient, Date, Concept, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- saveCauseOfDeathObs(Patient, Date, Concept, String) - Method in interface org.openmrs.api.PatientService
-
Convenience method that saves the Obs that indicates when and why the patient died (including
any "other" reason there might be)
- saveClobDatatypeStorage(ClobDatatypeStorage) - Method in interface org.openmrs.api.DatatypeService
-
Creates or updates a clob storage object
- saveClobDatatypeStorage(ClobDatatypeStorage) - Method in interface org.openmrs.api.db.DatatypeDAO
-
Creates or updates a clob storage object
- saveClobDatatypeStorage(ClobDatatypeStorage) - Method in class org.openmrs.api.db.hibernate.HibernateDatatypeDAO
-
- saveClobDatatypeStorage(ClobDatatypeStorage) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
- saveCohort(Cohort) - Method in interface org.openmrs.api.CohortService
-
Save a cohort to the database (create if new, or update if changed) This method will throw an
exception if any patientIds in the Cohort don't exist.
- saveCohort(Cohort) - Method in interface org.openmrs.api.db.CohortDAO
-
Saves a Cohort to the database
- saveCohort(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- saveCohort(Cohort) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- saveCohortMembership(CohortMembership) - Method in interface org.openmrs.api.db.CohortDAO
-
- saveCohortMembership(CohortMembership) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
- saveConcept(Concept) - Method in interface org.openmrs.api.ConceptService
-
Save or update the given
Concept
or
ConceptNumeric
in the database
If this is a new concept, the returned concept will have a new
Concept.getConceptId()
inserted into it that was generated by the database
- saveConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptAttributeType(ConceptAttributeType) - Method in interface org.openmrs.api.ConceptService
-
Creates or updates the given concept attribute type in the database
- saveConceptAttributeType(ConceptAttributeType) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptAttributeType(ConceptAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptAttributeType(ConceptAttributeType) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptClass(ConceptClass) - Method in interface org.openmrs.api.ConceptService
-
Creates or updates a concept class
- saveConceptClass(ConceptClass) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptClass(ConceptClass) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptMapType(ConceptMapType) - Method in interface org.openmrs.api.ConceptService
-
Saves or updates the specified concept map type in the database
- saveConceptMapType(ConceptMapType) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptMapType(ConceptMapType) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptMapType(ConceptMapType) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptNameTag(ConceptNameTag) - Method in interface org.openmrs.api.ConceptService
-
Creates a new Concept name tag if none exists.
- saveConceptNameTag(ConceptNameTag) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptNameTag(ConceptNameTag) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptNameTag(ConceptNameTag) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.ConceptService
-
Saves/updates/proposes a concept proposal
- saveConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptProposal(ConceptProposal) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptReferenceTerm(ConceptReferenceTerm) - Method in interface org.openmrs.api.ConceptService
-
Stores the specified concept reference term to the database
- saveConceptReferenceTerm(ConceptReferenceTerm) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptReferenceTerm(ConceptReferenceTerm) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptReferenceTerm(ConceptReferenceTerm) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptSource(ConceptSource) - Method in interface org.openmrs.api.ConceptService
-
Create a new ConceptSource
- saveConceptSource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptSource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptSource(ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- saveConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Save ConceptStateConversion to database (create if new or update if changed)
- saveConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- saveConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Save ConceptStateConversion to database (create if new or update if changed)
- saveConceptStopWord(ConceptStopWord) - Method in interface org.openmrs.api.ConceptService
-
Save the given
ConceptStopWord
in the database
If this is a new concept stop word, the returned concept stop word will have a new
ConceptStopWord.getConceptStopWordId()
inserted into it that was
generated by the database
- saveConceptStopWord(ConceptStopWord) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveConceptStopWord(ConceptStopWord) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveConceptStopWord(ConceptStopWord) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveCondition(Condition) - Method in interface org.openmrs.api.ConditionService
-
Saves a condition
- saveCondition(Condition) - Method in interface org.openmrs.api.db.ConditionDAO
-
Saves the condition.
- saveCondition(Condition) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
Saves the condition.
- saveCondition(Condition) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
Saves a condition
- saveDiagnosis(Diagnosis) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
Saves the diagnosis
- saveDiagnosis(Diagnosis) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
Saves the diagnosis.
- saveDiagnosisAttributeType(DiagnosisAttributeType) - Method in interface org.openmrs.api.db.DiagnosisDAO
-
- saveDiagnosisAttributeType(DiagnosisAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
- saveDiagnosisAttributeType(DiagnosisAttributeType) - Method in interface org.openmrs.api.DiagnosisService
-
Creates or updates the given diagnosis attribute type in the database
- saveDiagnosisAttributeType(DiagnosisAttributeType) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
- saveDocument(Document, File) - Static method in class org.openmrs.util.OpenmrsUtil
-
Save the given xml document to the given outfile
- saveDrug(Drug) - Method in interface org.openmrs.api.ConceptService
-
Save or update the given Drug
in the database.
- saveDrug(Drug) - Method in interface org.openmrs.api.db.ConceptDAO
-
- saveDrug(Drug) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
- saveDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- saveEncounter(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
-
Saves an encounter
- saveEncounter(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- saveEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
-
Saves a new encounter or updates an existing encounter.
- saveEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- saveEncounterRole(EncounterRole) - Method in interface org.openmrs.api.db.EncounterDAO
-
Saves an encounter role
- saveEncounterRole(EncounterRole) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- saveEncounterRole(EncounterRole) - Method in interface org.openmrs.api.EncounterService
-
Saves a new encounter role or updates an existing encounter role.
- saveEncounterRole(EncounterRole) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- saveEncounterType(EncounterType) - Method in interface org.openmrs.api.db.EncounterDAO
-
Save an Encounter Type
- saveEncounterType(EncounterType) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
- saveEncounterType(EncounterType) - Method in interface org.openmrs.api.EncounterService
-
Save a new Encounter Type or update an existing Encounter Type.
- saveEncounterType(EncounterType) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- saveErrorTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
-
- saveField(Field) - Method in interface org.openmrs.api.db.FormDAO
-
- saveField(Field) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- saveField(Field) - Method in interface org.openmrs.api.FormService
-
Creates or updates the given Field
- saveField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- saveFieldType(FieldType) - Method in interface org.openmrs.api.db.FormDAO
-
Save the given field type to the database
- saveFieldType(FieldType) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- saveFieldType(FieldType) - Method in interface org.openmrs.api.FormService
-
Saves the given field type to the database
- saveFieldType(FieldType) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- saveForm(Form) - Method in interface org.openmrs.api.db.FormDAO
-
- saveForm(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
Returns the form object originally passed in, which will have been persisted.
- saveForm(Form) - Method in interface org.openmrs.api.FormService
-
Create or update the given Form in the database
- saveForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- saveFormField(FormField) - Method in interface org.openmrs.api.db.FormDAO
-
- saveFormField(FormField) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- saveFormField(FormField) - Method in interface org.openmrs.api.FormService
-
Creates or updates the given FormField
- saveFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- saveFormResource(FormResource) - Method in interface org.openmrs.api.db.FormDAO
-
- saveFormResource(FormResource) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
- saveFormResource(FormResource) - Method in interface org.openmrs.api.FormService
-
Saves or updates the given form resource
- saveFormResource(FormResource) - Method in class org.openmrs.api.impl.FormServiceImpl
-
- saveGlobalProperties(List<GlobalProperty>) - Method in interface org.openmrs.api.AdministrationService
-
Save the given list of global properties to the database.
- saveGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- saveGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.AdministrationService
-
Save the given global property to the database
- saveGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.db.AdministrationDAO
-
- saveGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- saveGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- SaveHandler<O extends OpenmrsObject> - Interface in org.openmrs.api.handler
-
This is the super interface for all save* actions that take place on all services.
- saveHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- saveHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- saveHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
-
Save the given hl7 in archive to the database
- saveHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- saveHL7InError(HL7InError) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- saveHL7InError(HL7InError) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- saveHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
-
Save the given error item to the database
- saveHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- saveHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- saveHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- saveHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
-
Save the given hl7InQueue
to the database
- saveHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- saveHL7Source(HL7Source) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
- saveHL7Source(HL7Source) - Method in interface org.openmrs.hl7.db.HL7DAO
-
- saveHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
-
Save the given hl7Source
to the database
- saveHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- saveIfDirty(SingleCustomValue<?>) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
- saveLocation(Location) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- saveLocation(Location) - Method in interface org.openmrs.api.db.LocationDAO
-
Create or update a location.
- saveLocation(Location) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- saveLocation(Location) - Method in interface org.openmrs.api.LocationService
-
Save location to database (create if new or update if changed)
- saveLocationAttributeType(LocationAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- saveLocationAttributeType(LocationAttributeType) - Method in interface org.openmrs.api.db.LocationDAO
-
- saveLocationAttributeType(LocationAttributeType) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- saveLocationAttributeType(LocationAttributeType) - Method in interface org.openmrs.api.LocationService
-
Creates or updates the given location attribute type in the database
- saveLocationTag(LocationTag) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- saveLocationTag(LocationTag) - Method in interface org.openmrs.api.db.LocationDAO
-
Create or update a location tag.
- saveLocationTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- saveLocationTag(LocationTag) - Method in interface org.openmrs.api.LocationService
-
Save location tag to database (create if new or update if changed)
- saveMedicationDispense(MedicationDispense) - Method in class org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAO
-
- saveMedicationDispense(MedicationDispense) - Method in interface org.openmrs.api.db.MedicationDispenseDAO
-
Saves a MedicationDispense
- saveMedicationDispense(MedicationDispense) - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- saveMedicationDispense(MedicationDispense) - Method in interface org.openmrs.api.MedicationDispenseService
-
Saves a MedicationDispense
- saveObject(T) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- saveObject(T, OpenmrsSerializer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- saveObject(T) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Saves an object to the database in serialized form
- saveObject(T, OpenmrsSerializer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
-
Saves an object to the database, in serialized form, using the specified
OpenmrsSerializer
- saveObs(Obs) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- saveObs(Obs) - Method in interface org.openmrs.api.db.ObsDAO
-
- saveObs(Obs, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- saveObs(Obs, String) - Method in interface org.openmrs.api.ObsService
-
Save the given obs to the database.
- saveObs(Obs) - Method in interface org.openmrs.obs.ComplexObsHandler
-
Save a complex obs.
- saveObs(Obs) - Method in class org.openmrs.obs.handler.BinaryDataHandler
-
TODO should this support a StringReader too?
- saveObs(Obs) - Method in class org.openmrs.obs.handler.BinaryStreamHandler
-
- saveObs(Obs) - Method in class org.openmrs.obs.handler.ImageHandler
-
- saveObs(Obs) - Method in class org.openmrs.obs.handler.MediaHandler
-
- saveObs(Obs) - Method in class org.openmrs.obs.handler.TextHandler
-
- saveOrder(Order) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrder(Order) - Method in interface org.openmrs.api.db.OrderDAO
-
- saveOrder(Order, OrderContext) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrder(Order, OrderContext) - Method in interface org.openmrs.api.OrderService
-
Save or update the given order
in the database.
- saveOrderAttributeType(OrderAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrderAttributeType(OrderAttributeType) - Method in interface org.openmrs.api.db.OrderDAO
-
- saveOrderAttributeType(OrderAttributeType) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderAttributeType(OrderAttributeType) - Method in interface org.openmrs.api.OrderService
-
Creates or updates the given order attribute type in the database
- saveOrderFrequency(OrderFrequency) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrderFrequency(OrderFrequency) - Method in interface org.openmrs.api.db.OrderDAO
-
- saveOrderFrequency(OrderFrequency) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderFrequency(OrderFrequency) - Method in interface org.openmrs.api.OrderService
-
Creates or updates the given order frequency in the database
- saveOrderGroup(OrderGroup) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrderGroup(OrderGroup) - Method in interface org.openmrs.api.db.OrderDAO
-
Saves an orderGroup to the database
- saveOrderGroup(OrderGroup) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderGroup(OrderGroup, OrderContext) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderGroup(OrderGroup) - Method in interface org.openmrs.api.OrderService
-
Saves the orderGroup.
- saveOrderGroup(OrderGroup, OrderContext) - Method in interface org.openmrs.api.OrderService
-
Saves an order group with a specific order context
- saveOrderGroupAttributeType(OrderGroupAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrderGroupAttributeType(OrderGroupAttributeType) - Method in interface org.openmrs.api.db.OrderDAO
-
- saveOrderGroupAttributeType(OrderGroupAttributeType) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderGroupAttributeType(OrderGroupAttributeType) - Method in interface org.openmrs.api.OrderService
-
Creates or updates the given order group attribute type in the database
- saveOrderSet(OrderSet) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- saveOrderSet(OrderSet) - Method in interface org.openmrs.api.OrderSetService
-
Save or update the given orderSet
in the database.
- saveOrderSetAttributeType(OrderSetAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
- saveOrderSetAttributeType(OrderSetAttributeType) - Method in interface org.openmrs.api.db.OrderSetDAO
-
- saveOrderSetAttributeType(OrderSetAttributeType) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- saveOrderSetAttributeType(OrderSetAttributeType) - Method in interface org.openmrs.api.OrderSetService
-
Creates or updates the given order set attribute type
- saveOrderType(OrderType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
- saveOrderType(OrderType) - Method in interface org.openmrs.api.db.OrderDAO
-
- saveOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
-
Creates or updates the given order type in the database
- saveOrUpdate(Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
- saveOrUpdate(String, Object) - Method in class org.openmrs.api.db.hibernate.DbSession
-
- saveOrUpdate(T) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO
-
- saveOrUpdate(T) - Method in interface org.openmrs.api.db.OpenmrsObjectDAO
-
Save or update a persistent in the database
- savePatient(Patient) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- savePatient(Patient) - Method in interface org.openmrs.api.db.PatientDAO
-
- savePatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- savePatient(Patient) - Method in interface org.openmrs.api.PatientService
-
Saved the given patient
to the database
- savePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- savePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.db.PatientDAO
-
- savePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- savePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
-
Saved the given patientIndentifier
to the database
- savePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
- savePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.db.PatientDAO
-
- savePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- savePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
-
Create or update a PatientIdentifierType
- savePatientProgram(PatientProgram) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- savePatientProgram(PatientProgram) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Save patientProgram to database (create if new or update if changed)
- savePatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- savePatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Save patientProgram to database (create if new or update if changed)
- savePerson(Person) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- savePerson(Person) - Method in interface org.openmrs.api.db.PersonDAO
-
- savePerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- savePerson(Person) - Method in interface org.openmrs.api.PersonService
-
Creates or updates a Person in the database
- savePersonAddress(PersonAddress) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- savePersonAddress(PersonAddress) - Method in interface org.openmrs.api.db.PersonDAO
-
- savePersonAddress(PersonAddress) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- savePersonAddress(PersonAddress) - Method in interface org.openmrs.api.PersonService
-
Inserts or updates the given personAddress object in the database
- savePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- savePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
-
- savePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- savePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
-
Save the given person attribute type in the database.
- savePersonMergeLog(PersonMergeLog) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- savePersonMergeLog(PersonMergeLog) - Method in interface org.openmrs.api.db.PersonDAO
-
Saves a PersonMergeLog
object to the database
- savePersonMergeLog(PersonMergeLog) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- savePersonMergeLog(PersonMergeLog) - Method in interface org.openmrs.api.PersonService
-
- savePersonName(PersonName) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- savePersonName(PersonName) - Method in interface org.openmrs.api.db.PersonDAO
-
- savePersonName(PersonName) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- savePersonName(PersonName) - Method in interface org.openmrs.api.PersonService
-
Inserts or updates the given personName object in the database
- savePrivilege(Privilege) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- savePrivilege(Privilege) - Method in interface org.openmrs.api.db.UserDAO
-
- savePrivilege(Privilege) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- savePrivilege(Privilege) - Method in interface org.openmrs.api.UserService
-
Save the given privilege in the database
- saveProgram(Program) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- saveProgram(Program) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
Saves a Program to the database
- saveProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- saveProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Save program
to database (create if new or update if changed)
- saveProgramAttributeType(ProgramAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
- saveProgramAttributeType(ProgramAttributeType) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
-
- saveProgramAttributeType(ProgramAttributeType) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- saveProgramAttributeType(ProgramAttributeType) - Method in interface org.openmrs.api.ProgramWorkflowService
-
- saveProvider(Provider) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- saveProvider(Provider) - Method in interface org.openmrs.api.db.ProviderDAO
-
Saves/Updates a given Provider
- saveProvider(Provider) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- saveProvider(Provider) - Method in interface org.openmrs.api.ProviderService
-
- saveProviderAttributeType(ProviderAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- saveProviderAttributeType(ProviderAttributeType) - Method in interface org.openmrs.api.db.ProviderDAO
-
- saveProviderAttributeType(ProviderAttributeType) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
- saveProviderAttributeType(ProviderAttributeType) - Method in interface org.openmrs.api.ProviderService
-
Save the provider attribute type
- saveRelationship(Relationship) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- saveRelationship(Relationship) - Method in interface org.openmrs.api.db.PersonDAO
-
- saveRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- saveRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
-
Create or update a relationship between people.
- saveRelationshipType(RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
- saveRelationshipType(RelationshipType) - Method in interface org.openmrs.api.db.PersonDAO
-
- saveRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- saveRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
-
Inserts or updates the given relationship type object in the database
- saveRetrospectiveOrder(Order, OrderContext) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- saveRetrospectiveOrder(Order, OrderContext) - Method in interface org.openmrs.api.OrderService
-
Save or update the given retrospective order
in the database.
- saveRole(Role) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- saveRole(Role) - Method in interface org.openmrs.api.db.UserDAO
-
- saveRole(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- saveRole(Role) - Method in interface org.openmrs.api.UserService
-
Save the given role in the database
- saveState() - Static method in class org.openmrs.util.OpenmrsClassLoader
-
This method should be called before destroying the instance
- saveTaskDefinition(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
-
Create the given task
- saveTaskDefinition(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Save a task in the database.
- saveToMemento() - Method in interface org.openmrs.scheduler.SchedulerService
-
Save the state of the scheduler service to Memento
- saveToMemento() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Saves and stops all active tasks
- saveUser(User, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- saveUser(User, String) - Method in interface org.openmrs.api.db.UserDAO
-
- saveUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- saveUser(User) - Method in interface org.openmrs.api.UserService
-
Updates a given user
in the database.
- saveUserProperties(Map<String, String>) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- saveUserProperties(Map<String, String>) - Method in interface org.openmrs.api.UserService
-
Replaces all user properties with the given map of properties for the current user
- saveUserProperty(String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- saveUserProperty(String, String) - Method in interface org.openmrs.api.UserService
-
Saves the current key/value as a user property for the current user.
- saveVisit(Visit) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- saveVisit(Visit) - Method in interface org.openmrs.api.db.VisitDAO
-
- saveVisit(Visit) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- saveVisit(Visit) - Method in interface org.openmrs.api.VisitService
-
Creates or updates the given visit in the database.
- saveVisitAttributeType(VisitAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- saveVisitAttributeType(VisitAttributeType) - Method in interface org.openmrs.api.db.VisitDAO
-
- saveVisitAttributeType(VisitAttributeType) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- saveVisitAttributeType(VisitAttributeType) - Method in interface org.openmrs.api.VisitService
-
Creates or updates the given visit attribute type in the database
- saveVisitType(VisitType) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- saveVisitType(VisitType) - Method in interface org.openmrs.api.db.VisitDAO
-
- saveVisitType(VisitType) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- saveVisitType(VisitType) - Method in interface org.openmrs.api.VisitService
-
Creates or updates the given visit type in the database.
- scheduleIfNotRunning(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
-
Schedules a task for execution if not already running
- scheduleIfNotRunning(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
- SCHEDULER_ADMIN_EMAIL_ENABLED_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
Scheduler admin email enable property - Tell us whether we can send mail or not
- SCHEDULER_ADMIN_EMAIL_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
Scheduler admin email property - Used to email administrator if a task fails
- SCHEDULER_DEFAULT_DELAY - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
- SCHEDULER_DEFAULT_FROM - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
The default 'from' address for emails send by the schedule
- SCHEDULER_DEFAULT_PASSWORD - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
- SCHEDULER_DEFAULT_SUBJECT - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
The default 'subject' for emails send by the schedule
- SCHEDULER_DEFAULT_USERNAME - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
- SCHEDULER_MILLIS_PER_SECOND - Static variable in class org.openmrs.scheduler.SchedulerConstants
-
- SchedulerConstants - Class in org.openmrs.scheduler
-
- SchedulerDAO - Interface in org.openmrs.scheduler.db
-
Scheduler-related database methods.
- SchedulerException - Exception in org.openmrs.scheduler
-
- SchedulerException() - Constructor for exception org.openmrs.scheduler.SchedulerException
-
- SchedulerException(Throwable) - Constructor for exception org.openmrs.scheduler.SchedulerException
-
- SchedulerException(String) - Constructor for exception org.openmrs.scheduler.SchedulerException
-
- SchedulerException(String, Throwable) - Constructor for exception org.openmrs.scheduler.SchedulerException
-
- SchedulerFormValidator - Class in org.openmrs.validator
-
- SchedulerFormValidator() - Constructor for class org.openmrs.validator.SchedulerFormValidator
-
- SchedulerService - Interface in org.openmrs.scheduler
-
Defines methods required to schedule a task.
- SchedulerUtil - Class in org.openmrs.scheduler
-
- scheduleTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
-
Start a scheduled task as specified in a TaskDefinition.
- scheduleTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Schedule the given task according to the given schedule.
- SchemaOnlyTuner - Class in org.openmrs.liquibase
-
This class (a) changes selected data types in Liquibase schema-only snapshots and (b) discards
change sets for the tables 'liquibasechangelog' and 'liquibasechangeloglock'.
- SchemaOnlyTuner() - Constructor for class org.openmrs.liquibase.SchemaOnlyTuner
-
- SCHEME - Static variable in class org.openmrs.api.context.UsernamePasswordCredentials
-
- SEARCH_INDEX_VERSION - Static variable in class org.openmrs.util.OpenmrsConstants
-
Indicates the version of the search index.
- SearchQuery<T> - Class in org.openmrs.api.db.hibernate.search
-
Wraps around a query to provide common result methods.
- SearchQuery(Session, Class<T>) - Constructor for class org.openmrs.api.db.hibernate.search.SearchQuery
-
- seconds(Double) - Static method in class org.openmrs.logic.Duration
-
Returns a duration for the given number of seconds
- seconds(int) - Static method in class org.openmrs.logic.Duration
-
Returns a duration for the given number of seconds
- Security - Class in org.openmrs.util
-
OpenMRS's security class deals with the hashing of passwords.
- SEE_LIST - Static variable in class org.openmrs.Allergies
-
- send(Message) - Method in class org.openmrs.notification.mail.MailMessageSender
-
Send the message.
- send(Message) - Method in interface org.openmrs.notification.MessageSender
-
- SendEmailTask - Class in org.openmrs.scheduler.tasks
-
Implementation of the stateful task that sends an email.
- SendEmailTask() - Constructor for class org.openmrs.scheduler.tasks.SendEmailTask
-
- sendError(int, String) - Method in class org.openmrs.web.filter.GZIPResponseWrapper
-
- sendMessage(Message) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send the message.
- sendMessage(String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send a message using the given parameters.
- sendMessage(Message, Integer) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send a message to a user that is identified by the given identifier.
- sendMessage(Message, User) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send message to a single user.
- sendMessage(Message, Collection<User>) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send message to a collection of recipients.
- sendMessage(Message, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Send a message to a group of users identified by their role.
- sendMessage(Message, Role) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Sends a message to a group of users identifier by their role.
- sendMessage(Message) - Method in interface org.openmrs.notification.MessageService
-
TODO Auto generated method comment
- sendMessage(Message, String) - Method in interface org.openmrs.notification.MessageService
-
- sendMessage(Message, Integer) - Method in interface org.openmrs.notification.MessageService
-
- sendMessage(Message, User) - Method in interface org.openmrs.notification.MessageService
-
- sendMessage(Message, Role) - Method in interface org.openmrs.notification.MessageService
-
- sendMessage(Message, Collection<User>) - Method in interface org.openmrs.notification.MessageService
-
- sendMessage(String, String, String, String) - Method in interface org.openmrs.notification.MessageService
-
- sendSchedulerError(Throwable) - Static method in class org.openmrs.scheduler.SchedulerUtil
-
Sends an email with system information and the given exception
- SerializableComplexObsHandler - Interface in org.openmrs.obs
-
Interface for handling complex obs.
- SerializationException - Exception in org.openmrs.serialization
-
Represents an Exception that has occurred during object Serialization or Deserialization within
OpenMRS
- SerializationException() - Constructor for exception org.openmrs.serialization.SerializationException
-
Default Constructor
- SerializationException(Throwable) - Constructor for exception org.openmrs.serialization.SerializationException
-
Inherited Constructor
- SerializationException(String) - Constructor for exception org.openmrs.serialization.SerializationException
-
Inherited Constructor
- SerializationException(String, Throwable) - Constructor for exception org.openmrs.serialization.SerializationException
-
Inherited Constructor
- SerializationService - Interface in org.openmrs.api
-
Contains methods for retrieving registered Serializer instances, and for
persisting/retrieving/deleting objects using serialization
- SerializationServiceImpl - Class in org.openmrs.api.impl
-
Contains methods for retrieving registered OpenmrsSerializer instances, and for
persisting/retrieving/deleting objects using serialization
- SerializationServiceImpl() - Constructor for class org.openmrs.api.impl.SerializationServiceImpl
-
- serialize(Object, Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
-
- serialize(Object, Class<? extends OpenmrsSerializer>) - Method in interface org.openmrs.api.SerializationService
-
Serialize the passed object into an identifying string that can be retrieved later using the
passed
OpenmrsSerializer
class
- serialize() - Method in interface org.openmrs.Attributable
-
Turn the current object into an identifying string that can be retrieved later
- serialize() - Method in class org.openmrs.Concept
-
Turns this concept into a very simple serialized string
- serialize(T) - Method in class org.openmrs.customdatatype.datatype.BaseOpenmrsDatatype
-
- serialize(Boolean) - Method in class org.openmrs.customdatatype.datatype.BooleanDatatype
-
- serialize(Date) - Method in class org.openmrs.customdatatype.datatype.DateDatatype
-
- serialize(Float) - Method in class org.openmrs.customdatatype.datatype.FloatDatatype
-
- serialize(String) - Method in class org.openmrs.customdatatype.datatype.FreeTextDatatype
-
- serialize(String) - Method in class org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype
-
- serialize(String) - Method in class org.openmrs.customdatatype.datatype.SpecifiedTextOptionsDatatype
-
- serialize(T) - Method in class org.openmrs.customdatatype.SerializingCustomDatatype
-
- serialize() - Method in class org.openmrs.Location
-
- serialize(Object) - Method in interface org.openmrs.serialization.OpenmrsSerializer
-
Turn the current object into an identifying string that can be retrieved later
- serialize(Object) - Method in class org.openmrs.serialization.SimpleXStreamSerializer
-
- serialize() - Method in class org.openmrs.User
-
- serialize() - Method in class org.openmrs.util.AttributableDate
-
- serializedAttributeValues(Map<VisitAttributeType, String>) - Method in class org.openmrs.parameter.VisitSearchCriteriaBuilder
-
Sets the serialized attribute values to filter visits by in the search criteria.
- SerializedObject - Class in org.openmrs.api.db
-
Object representation of a Serialized Object as stored in the database.
- SerializedObject() - Constructor for class org.openmrs.api.db.SerializedObject
-
Default Constructor
- SerializedObjectDAO - Interface in org.openmrs.api.db
-
The SerializedObjectDAO is meant to be used as a means for persisting objects for which a typical
relational table model is impractical.
- serializeFormData(String) - Method in interface org.openmrs.obs.SerializableComplexObsHandler
-
Transforms the incoming data from one format to another.
- serializeSimpleConfiguration(Map<String, String>) - Static method in class org.openmrs.customdatatype.CustomDatatypeUtil
-
Converts a simple String-based configuration to a serialized form.
- SerializingCustomDatatype<T> - Class in org.openmrs.customdatatype
-
- SerializingCustomDatatype() - Constructor for class org.openmrs.customdatatype.SerializingCustomDatatype
-
- serialVersionUID - Static variable in class org.openmrs.Allergy
-
- serialVersionUID - Static variable in class org.openmrs.AllergyReaction
-
- serialVersionUID - Static variable in exception org.openmrs.api.APIAuthenticationException
-
- serialVersionUID - Static variable in exception org.openmrs.api.APIException
-
- serialVersionUID - Static variable in exception org.openmrs.api.CannotStopDiscontinuationOrderException
-
- serialVersionUID - Static variable in exception org.openmrs.api.CannotStopInactiveOrderException
-
- serialVersionUID - Static variable in exception org.openmrs.api.CannotUnvoidOrderException
-
- serialVersionUID - Static variable in exception org.openmrs.api.context.ContextAuthenticationException
-
- serialVersionUID - Static variable in exception org.openmrs.api.EditedOrderDoesNotMatchPreviousException
-
- serialVersionUID - Static variable in exception org.openmrs.api.ValidationException
-
- serialVersionUID - Static variable in class org.openmrs.Cohort
-
- serialVersionUID - Static variable in class org.openmrs.CohortMembership
-
- serialVersionUID - Static variable in class org.openmrs.Concept
-
- serialVersionUID - Static variable in class org.openmrs.ConceptAnswer
-
- serialVersionUID - Static variable in class org.openmrs.ConceptClass
-
- serialVersionUID - Static variable in class org.openmrs.ConceptComplex
-
- serialVersionUID - Static variable in class org.openmrs.ConceptDatatype
-
- serialVersionUID - Static variable in class org.openmrs.ConceptMap
-
- serialVersionUID - Static variable in class org.openmrs.ConceptName
-
- serialVersionUID - Static variable in class org.openmrs.ConceptNameTag
-
- serialVersionUID - Static variable in class org.openmrs.ConceptNumeric
-
- serialVersionUID - Static variable in class org.openmrs.ConceptProposal
-
- serialVersionUID - Static variable in class org.openmrs.ConceptSet
-
- serialVersionUID - Static variable in class org.openmrs.ConceptSource
-
- serialVersionUID - Static variable in class org.openmrs.ConceptStateConversion
-
- serialVersionUID - Static variable in class org.openmrs.Drug
-
- serialVersionUID - Static variable in class org.openmrs.DrugIngredient
-
- serialVersionUID - Static variable in class org.openmrs.DrugOrder
-
- serialVersionUID - Static variable in class org.openmrs.DrugReferenceMap
-
- serialVersionUID - Static variable in class org.openmrs.Encounter
-
- serialVersionUID - Static variable in class org.openmrs.EncounterProvider
-
- serialVersionUID - Static variable in class org.openmrs.EncounterType
-
- serialVersionUID - Static variable in class org.openmrs.Field
-
- serialVersionUID - Static variable in class org.openmrs.FieldAnswer
-
- serialVersionUID - Static variable in class org.openmrs.FieldType
-
- serialVersionUID - Static variable in class org.openmrs.Form
-
- serialVersionUID - Static variable in class org.openmrs.FormField
-
- serialVersionUID - Static variable in exception org.openmrs.hl7.handler.ProposingConceptException
-
- serialVersionUID - Static variable in class org.openmrs.ImplementationId
-
- serialVersionUID - Static variable in class org.openmrs.Location
-
- serialVersionUID - Static variable in class org.openmrs.LocationTag
-
- serialVersionUID - Static variable in exception org.openmrs.module.MandatoryModuleException
-
- serialVersionUID - Static variable in exception org.openmrs.module.ModuleException
-
- serialVersionUID - Static variable in exception org.openmrs.module.OpenmrsCoreModuleException
-
- serialVersionUID - Static variable in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- serialVersionUID - Static variable in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- serialVersionUID - Static variable in class org.openmrs.obs.ComplexData
-
- serialVersionUID - Static variable in class org.openmrs.Obs
-
- serialVersionUID - Static variable in class org.openmrs.Order
-
- serialVersionUID - Static variable in class org.openmrs.OrderGroup
-
- serialVersionUID - Static variable in class org.openmrs.OrderSet
-
- serialVersionUID - Static variable in class org.openmrs.OrderSetMember
-
- serialVersionUID - Static variable in class org.openmrs.OrderType
-
- serialVersionUID - Static variable in class org.openmrs.Patient
-
- serialVersionUID - Static variable in class org.openmrs.PatientIdentifier
-
- serialVersionUID - Static variable in class org.openmrs.PatientIdentifierType
-
- serialVersionUID - Static variable in class org.openmrs.PatientProgram
-
- serialVersionUID - Static variable in class org.openmrs.PatientState
-
- serialVersionUID - Static variable in class org.openmrs.Person
-
- serialVersionUID - Static variable in class org.openmrs.PersonAddress
-
- serialVersionUID - Static variable in class org.openmrs.PersonAttribute
-
- serialVersionUID - Static variable in class org.openmrs.PersonAttributeType
-
- serialVersionUID - Static variable in class org.openmrs.PersonName
-
- serialVersionUID - Static variable in class org.openmrs.Privilege
-
- serialVersionUID - Static variable in class org.openmrs.Program
-
- serialVersionUID - Static variable in class org.openmrs.Relationship
-
- serialVersionUID - Static variable in class org.openmrs.RelationshipType
-
- serialVersionUID - Static variable in class org.openmrs.Role
-
- serialVersionUID - Static variable in class org.openmrs.ServiceOrder
-
- serialVersionUID - Static variable in class org.openmrs.TestOrder
-
- serialVersionUID - Static variable in class org.openmrs.User
-
- serialVersionUID - Static variable in exception org.openmrs.util.DatabaseUpdateException
-
- serialVersionUID - Static variable in exception org.openmrs.util.InputRequiredException
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.openmrs.module.web.ModuleServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.openmrs.module.web.OpenmrsJspServlet
-
- ServiceContext - Class in org.openmrs.api.context
-
Represents an OpenMRS Service Context
, which returns the services represented
throughout the system.
- ServiceNotFoundException - Exception in org.openmrs.api
-
- ServiceNotFoundException(Class<T>) - Constructor for exception org.openmrs.api.ServiceNotFoundException
-
- ServiceOrder - Class in org.openmrs
-
Provides properties for several order types like TestOrder , ReferralOrder
and others depending on the openmrs implementation use case as need arises
- ServiceOrder() - Constructor for class org.openmrs.ServiceOrder
-
Default Constructor
- ServiceOrder.Laterality - Enum in org.openmrs
-
- ServiceOrderValidator - Class in org.openmrs.validator
-
- ServiceOrderValidator() - Constructor for class org.openmrs.validator.ServiceOrderValidator
-
- servletNameMatches(String, String) - Static method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
Return true
if the specified servlet name matches the filterMapping otherwise
return false
.
- sessionCreated(HttpSessionEvent) - Method in class org.openmrs.web.Listener
-
This gets all Spring components that implement HttpSessionListener
and passes the HttpSession event to them whenever an HttpSession is created
- sessionDestroyed(HttpSessionEvent) - Method in class org.openmrs.web.Listener
-
This gets all Spring components that implement HttpSessionListener
and passes the HttpSession event to them whenever an HttpSession is destroyed
- sessionFactory - Variable in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
- sessionFactory - Variable in class org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO
-
- sessionWithOptions() - Method in class org.openmrs.api.db.DelegatingFullTextSession
-
- sessionWithOptions() - Method in class org.openmrs.api.db.hibernate.DbSession
-
Obtain a Session
builder with the ability to grab certain information from this
session.
- set(int, Allergy) - Method in class org.openmrs.Allergies
-
- set(int, Result) - Method in class org.openmrs.logic.result.EmptyResult
-
- setAccessionNumber(String) - Method in class org.openmrs.Obs
-
- setAccessionNumber(String) - Method in class org.openmrs.Order
-
- setAccessionNumber(String) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setAction(Order.Action) - Method in class org.openmrs.Order
-
Sets the ation
- setAction(Order.Action) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setActivatedOnOrAfterDate(Date) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setActivatedOnOrBeforeDate(Date) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setActivationKey(String) - Method in class org.openmrs.api.db.LoginCredential
-
- setActivatorName(String) - Method in class org.openmrs.module.Module
-
- setActive(boolean) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- setActiveMessageSource(MutableMessageSource) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- setActiveMessageSource(MutableMessageSource) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
Sets the message source service which will actually provide services.
- setActiveMessageSource(MutableMessageSource) - Method in interface org.openmrs.messagesource.MessageSourceService
-
Sets the message source service which will actually provide services.
- setAdditionalDetail(String) - Method in class org.openmrs.Condition
-
Sets the additional detail of the condition
- setAddress1(String) - Method in interface org.openmrs.Address
-
- setAddress1(String) - Method in class org.openmrs.Location
-
- setAddress1(String) - Method in class org.openmrs.PersonAddress
-
- setAddress10(String) - Method in interface org.openmrs.Address
-
- setAddress10(String) - Method in class org.openmrs.Location
- setAddress10(String) - Method in class org.openmrs.PersonAddress
- setAddress11(String) - Method in interface org.openmrs.Address
-
- setAddress11(String) - Method in class org.openmrs.Location
- setAddress11(String) - Method in class org.openmrs.PersonAddress
- setAddress12(String) - Method in interface org.openmrs.Address
-
- setAddress12(String) - Method in class org.openmrs.Location
- setAddress12(String) - Method in class org.openmrs.PersonAddress
- setAddress13(String) - Method in interface org.openmrs.Address
-
- setAddress13(String) - Method in class org.openmrs.Location
- setAddress13(String) - Method in class org.openmrs.PersonAddress
- setAddress14(String) - Method in interface org.openmrs.Address
-
- setAddress14(String) - Method in class org.openmrs.Location
- setAddress14(String) - Method in class org.openmrs.PersonAddress
- setAddress15(String) - Method in interface org.openmrs.Address
-
- setAddress15(String) - Method in class org.openmrs.Location
- setAddress15(String) - Method in class org.openmrs.PersonAddress
- setAddress2(String) - Method in interface org.openmrs.Address
-
- setAddress2(String) - Method in class org.openmrs.Location
-
- setAddress2(String) - Method in class org.openmrs.PersonAddress
-
- setAddress3(String) - Method in interface org.openmrs.Address
-
- setAddress3(String) - Method in class org.openmrs.Location
-
- setAddress3(String) - Method in class org.openmrs.PersonAddress
-
- setAddress4(String) - Method in interface org.openmrs.Address
-
- setAddress4(String) - Method in class org.openmrs.Location
-
- setAddress4(String) - Method in class org.openmrs.PersonAddress
-
- setAddress5(String) - Method in interface org.openmrs.Address
-
- setAddress5(String) - Method in class org.openmrs.Location
-
- setAddress5(String) - Method in class org.openmrs.PersonAddress
-
- setAddress6(String) - Method in interface org.openmrs.Address
-
- setAddress6(String) - Method in class org.openmrs.Location
-
- setAddress6(String) - Method in class org.openmrs.PersonAddress
-
- setAddress7(String) - Method in interface org.openmrs.Address
-
- setAddress7(String) - Method in class org.openmrs.Location
- setAddress7(String) - Method in class org.openmrs.PersonAddress
- setAddress8(String) - Method in interface org.openmrs.Address
-
- setAddress8(String) - Method in class org.openmrs.Location
- setAddress8(String) - Method in class org.openmrs.PersonAddress
- setAddress9(String) - Method in interface org.openmrs.Address
-
- setAddress9(String) - Method in class org.openmrs.Location
- setAddress9(String) - Method in class org.openmrs.PersonAddress
- setAddresses(Set<PersonAddress>) - Method in class org.openmrs.Person
-
- setAddressTemplate(List<AddressTemplate>) - Method in class org.openmrs.layout.address.AddressSupport
-
- setAdministrationDAO(AdministrationDAO) - Method in interface org.openmrs.api.AdministrationService
-
Used by Spring to set the specific/chosen database access implementation
- setAdministrationDAO(AdministrationDAO) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- setAdministrationInstructions(String) - Method in class org.openmrs.SimpleDosingInstructions
-
- setAdministrationService(AdministrationService) - Method in class org.openmrs.api.context.ServiceContext
-
- setAdvicePoints(List<AdvicePoint>) - Method in class org.openmrs.module.Module
-
- setaIsToB(String) - Method in class org.openmrs.RelationshipType
-
- setAlert(Alert) - Method in class org.openmrs.notification.AlertRecipient
-
- setAlertDAO(AlertDAO) - Method in interface org.openmrs.notification.AlertService
-
Used by Spring to set the specific/chosen database access implementation
- setAlertDAO(AlertDAO) - Method in class org.openmrs.notification.impl.AlertServiceImpl
-
- setAlertId(Integer) - Method in class org.openmrs.notification.Alert
-
- setAlertRead(Boolean) - Method in class org.openmrs.notification.Alert
-
- setAlertRead(Boolean) - Method in class org.openmrs.notification.AlertRecipient
-
- setAlertService(AlertService) - Method in class org.openmrs.api.context.ServiceContext
-
- setAllergen(Allergen) - Method in class org.openmrs.Allergy
-
- setAllergenType(AllergenType) - Method in class org.openmrs.Allergen
-
- setAllergenType(AllergenType) - Method in class org.openmrs.Allergy
-
set the allergyType of the Allergy
- setAllergenType(String) - Method in class org.openmrs.Allergy
-
set the allergyType of the Allergy.
- setAllergies(Patient, Allergies) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- setAllergies(Patient, Allergies) - Method in interface org.openmrs.api.PatientService
-
Updates the patient's allergies
- setAllergies(Set<Allergy>) - Method in class org.openmrs.Encounter
-
Basic property setter for allergies
- setAllergy(Allergy) - Method in class org.openmrs.AllergyReaction
-
- setAllergyId(Integer) - Method in class org.openmrs.Allergy
-
- setAllergyReactionId(Integer) - Method in class org.openmrs.AllergyReaction
-
- setAllergyStatus(String) - Method in class org.openmrs.Patient
-
Sets the allergy status for a patient.
- setAllowDecimal(Boolean) - Method in class org.openmrs.ConceptNumeric
-
- setAllWorkflows(Set<ProgramWorkflow>) - Method in class org.openmrs.Program
-
- setAnswerConcept(Concept) - Method in class org.openmrs.ConceptAnswer
-
- setAnswerDrug(Drug) - Method in class org.openmrs.ConceptAnswer
-
- setAnswers(Collection<ConceptAnswer>) - Method in class org.openmrs.Concept
-
Set this Concept as having the given answers
; This method assumes that the
sort_weight has already been set.
- setAnswers(Set<FieldAnswer>) - Method in class org.openmrs.Field
-
- setApplicationContext(ApplicationContext) - Method in class org.openmrs.api.context.ServiceContext
-
- setApplicationContext(ApplicationContext) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
- setApplicationDataDirectory(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Can be used to override default application data directory.
- setAsNeeded(Boolean) - Method in class org.openmrs.DrugOrder
-
- setAsNeeded(Boolean) - Method in class org.openmrs.MedicationDispense
-
- setAsNeeded(Boolean) - Method in class org.openmrs.SimpleDosingInstructions
-
- setAsNeededCondition(String) - Method in class org.openmrs.DrugOrder
-
- setAsNeededCondition(String) - Method in class org.openmrs.SimpleDosingInstructions
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptAnswersEditor
-
loops over the textbox assigned to this property.
- setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptMapTypeEditor
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptReferenceTermEditor
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptSetsEditor
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.DateOrDatetimeEditor
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.OpenmrsPropertyEditor
-
- setAsText(String) - Method in class org.openmrs.propertyeditor.PersonEditor
-
Should set using id
Should set using uuid
- setAsText(String) - Method in class org.openmrs.propertyeditor.PrivilegeEditor
-
Should set using name
Should set using uuid
- setAsText(String) - Method in class org.openmrs.propertyeditor.ProgramEditor
-
Should set using concept id
Should set using concept uuid
Should set using program id
Should set using program uuid
- setAsText(String) - Method in class org.openmrs.propertyeditor.ProviderEditor
-
Should set using id
Should set using uuid
- setAsText(String) - Method in class org.openmrs.propertyeditor.RoleEditor
-
Should set using name
Should set using uuid
- setAsText(String) - Method in class org.openmrs.propertyeditor.WorkflowCollectionEditor
-
Takes a "program_id:list" where program_id is the id of the program that this collection is
for (or not present, if it's a new program) and list is a space-separated list of concept
ids.
- setAttachment(String) - Method in class org.openmrs.notification.Message
-
- setAttachmentContentType(String) - Method in class org.openmrs.notification.Message
-
- setAttachmentFileName(String) - Method in class org.openmrs.notification.Message
-
- setAttribute(String, Object) - Method in class org.openmrs.api.OrderContext
-
Adds the specified context attribute
- setAttribute(A) - Method in class org.openmrs.BaseCustomizableData
-
Convenience method that voids all existing attributes of the given type, and sets this new one.
- setAttribute(A) - Method in class org.openmrs.BaseCustomizableMetadata
-
Convenience method that voids all existing attributes of the given type, and sets this new one.
- setAttribute(PatientProgramAttribute) - Method in class org.openmrs.PatientProgram
-
- setAttributeName(String) - Method in class org.openmrs.Field
-
- setAttributes(Set<A>) - Method in class org.openmrs.BaseCustomizableData
-
- setAttributes(Set<A>) - Method in class org.openmrs.BaseCustomizableMetadata
-
- setAttributes(Set<ConceptAttribute>) - Method in class org.openmrs.Concept
-
- setAttributes(Set<PatientProgramAttribute>) - Method in class org.openmrs.PatientProgram
-
- setAttributes(Set<PersonAttribute>) - Method in class org.openmrs.Person
-
- setAttributeType(AT) - Method in class org.openmrs.attribute.BaseAttribute
-
- setAttributeType(PersonAttributeType) - Method in class org.openmrs.PersonAttribute
-
- setAuthenticatedUserId(Integer) - Static method in class org.openmrs.util.DatabaseUpdater
-
- setAuthenticationScheme(String) - Method in class org.openmrs.api.context.BasicAuthenticated
-
- setAuthor(String) - Method in class org.openmrs.module.Module
-
- setAuthor(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setAutoExpireDate(Date) - Method in class org.openmrs.Order
-
- setAutoExpireDateBasedOnDuration() - Method in class org.openmrs.DrugOrder
-
Sets autoExpireDate based on duration.
- setAutoExpireOnOrBeforeDate(Date) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setAwareOfModulesMap(Map<String, String>) - Method in class org.openmrs.module.Module
-
Sets the modules that this module is aware of.
- setBasename(String) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
Override to obtain a local reference to the basenames.
- setBasenames(String...) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
Override to obtain a local reference to the basenames.
- setBirthdate(Date) - Method in class org.openmrs.Person
-
- setBirthdateEstimated(Boolean) - Method in class org.openmrs.Person
-
- setBirthdateFromAge(int, Date) - Method in class org.openmrs.Person
-
Convenience method: sets a person's birth date from an age as of the given date Also sets
flag indicating that the birth date is inexact.
- setBirthtime(Date) - Method in class org.openmrs.Person
-
- setbIsToA(String) - Method in class org.openmrs.RelationshipType
-
- setBrandName(String) - Method in class org.openmrs.DrugOrder
-
Sets the brandName
- setBufferSize(int) - Method in class org.openmrs.logging.MemoryAppender.MemoryAppenderBuilder
-
- setBuild(Integer) - Method in class org.openmrs.Form
-
- setCacheMode(CacheMode) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Set the cache mode.
- setCacheSeconds(int) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
-
- setCanceledOrExpiredOnOrBeforeDate(Date) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setCareSetting(CareSetting) - Method in class org.openmrs.api.OrderContext
-
- setCareSetting(CareSetting) - Method in class org.openmrs.Order
-
Sets the careSetting
- setCareSetting(CareSetting) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setCareSettingId(Integer) - Method in class org.openmrs.CareSetting
-
- setCareSettingType(CareSetting.CareSettingType) - Method in class org.openmrs.CareSetting
-
- setCatalogName(String) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- setCategory(Concept) - Method in class org.openmrs.OrderSet
-
Sets the category
- setCauseOfDeath(Concept) - Method in class org.openmrs.Person
-
- setCauseOfDeathNonCoded(String) - Method in class org.openmrs.Person
-
This method sets the non coded cause of death with the value given as parameter
- setCertainty(ConditionVerificationStatus) - Method in class org.openmrs.Diagnosis
-
Sets the diagnosis certainty
- setChangedBy(Integer) - Method in class org.openmrs.api.db.hibernate.envers.OpenmrsRevisionEntity
-
- setChangedBy(User) - Method in class org.openmrs.api.db.LoginCredential
-
- setChangedBy(User) - Method in class org.openmrs.BaseConceptMap
-
- setChangedBy(User) - Method in class org.openmrs.BaseOpenmrsData
-
- setChangedBy(User) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setChangedBy(User) - Method in interface org.openmrs.Changeable
-
- setChangedBy(User) - Method in class org.openmrs.Concept
-
- setChangedBy(User) - Method in class org.openmrs.ConceptAnswer
-
Not currently used.
- setChangedBy(User) - Method in class org.openmrs.ConceptDescription
-
- setChangedBy(User) - Method in class org.openmrs.ConceptName
-
- setChangedBy(User) - Method in class org.openmrs.ConceptNameTag
-
- setChangedBy(User) - Method in class org.openmrs.ConceptProposal
-
- setChangedBy(User) - Method in class org.openmrs.ConceptSet
-
Not currently used.
- setChangedBy(User) - Method in class org.openmrs.DrugReferenceMap
-
- setChangedBy(User) - Method in class org.openmrs.FormResource
-
- setChangedBy(User) - Method in class org.openmrs.GlobalProperty
-
- setChangedBy(User) - Method in class org.openmrs.notification.Alert
-
- setChangedBy(User) - Method in interface org.openmrs.OpenmrsData
-
- setChangedBy(User) - Method in interface org.openmrs.OpenmrsMetadata
-
- setChangedBy(User) - Method in class org.openmrs.User
-
- setChangedOn(Date) - Method in class org.openmrs.api.db.hibernate.envers.OpenmrsRevisionEntity
-
- setChildLocations(Set<Location>) - Method in class org.openmrs.Location
-
- setChildRoles(Set<Role>) - Method in class org.openmrs.Role
-
- setCityVillage(String) - Method in interface org.openmrs.Address
-
- setCityVillage(String) - Method in class org.openmrs.Location
-
- setCityVillage(String) - Method in class org.openmrs.PersonAddress
-
- setClean() - Method in class org.openmrs.FieldAnswer
-
- setClinicalHistory(String) - Method in class org.openmrs.ServiceOrder
-
Sets the clinical history.
- setClinicalStatus(ConditionClinicalStatus) - Method in class org.openmrs.Condition
-
Sets the clinical status of the condition
- setCode(String) - Method in class org.openmrs.ConceptReferenceTerm
-
- setCode(String) - Method in class org.openmrs.messagesource.PresentationMessage
-
Sets the look-up key for the message.
- setCoded(Concept) - Method in class org.openmrs.CodedOrFreeText
-
Sets the coded concept
- setCodedAllergen(Concept) - Method in class org.openmrs.Allergen
-
- setCodeName(String) - Method in class org.openmrs.layout.LayoutTemplate
-
- setCohort(Cohort) - Method in class org.openmrs.CohortMembership
-
- setCohortDAO(CohortDAO) - Method in interface org.openmrs.api.CohortService
-
Sets the CohortDAO for this service to use
- setCohortDAO(CohortDAO) - Method in class org.openmrs.api.impl.CohortServiceImpl
-
- setCohortId(Integer) - Method in class org.openmrs.Cohort
-
- setCohortMemberId(Integer) - Method in class org.openmrs.CohortMembership
-
- setCohortService(CohortService) - Method in class org.openmrs.api.context.ServiceContext
-
- setColumnName(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
-
This is called by liquibase to set the parameter "columnName" onto this change.
- setColumns(List<ColumnConfig>) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- setCombination(Boolean) - Method in class org.openmrs.Drug
-
Sets whether or not this is a combination drug
- setComment(String) - Method in class org.openmrs.Allergy
-
- setComment(String) - Method in class org.openmrs.Obs
-
- setComments(String) - Method in class org.openmrs.Allergy
-
- setComments(String) - Method in class org.openmrs.ConceptProposal
-
- setComments(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setCommentToFulfiller(String) - Method in class org.openmrs.Order
-
- setComplete(boolean) - Method in class org.openmrs.customdatatype.CustomDatatype.Summary
-
- setComplexData(ComplexData) - Method in class org.openmrs.Obs
-
Set the ComplexData for this Obs.
- setConcept(Concept) - Method in class org.openmrs.ConceptAnswer
-
- setConcept(Concept) - Method in class org.openmrs.ConceptAttribute
-
- setConcept(Concept) - Method in class org.openmrs.ConceptDescription
-
- setConcept(Concept) - Method in class org.openmrs.ConceptMap
-
- setConcept(Concept) - Method in class org.openmrs.ConceptName
-
- setConcept(Concept) - Method in class org.openmrs.ConceptSearchResult
-
- setConcept(Concept) - Method in class org.openmrs.ConceptSet
-
- setConcept(Concept) - Method in class org.openmrs.ConceptStateConversion
-
- setConcept(Concept) - Method in class org.openmrs.Drug
-
Sets the concept this drug is tied to
- setConcept(Concept) - Method in class org.openmrs.Field
-
- setConcept(Concept) - Method in class org.openmrs.FieldAnswer
-
- setConcept(Concept) - Method in exception org.openmrs.hl7.handler.ProposingConceptException
-
- setConcept(Concept) - Method in class org.openmrs.MedicationDispense
-
- setConcept(Concept) - Method in class org.openmrs.Obs
-
- setConcept(Concept) - Method in class org.openmrs.Order
-
- setConcept(Concept) - Method in class org.openmrs.OrderFrequency
-
Sets the concept for the drugFrequency
- setConcept(Concept) - Method in class org.openmrs.OrderSetMember
-
Sets the concept
- setConcept(Concept) - Method in class org.openmrs.Program
-
- setConcept(Concept) - Method in class org.openmrs.ProgramWorkflow
-
- setConcept(Concept) - Method in class org.openmrs.ProgramWorkflowState
-
- setConceptAnswerId(Integer) - Method in class org.openmrs.ConceptAnswer
-
- setConceptAttributeId(Integer) - Method in class org.openmrs.ConceptAttribute
-
- setConceptAttributeTypeId(Integer) - Method in class org.openmrs.ConceptAttributeType
-
- setConceptClass(ConceptClass) - Method in class org.openmrs.Concept
-
- setConceptClasses(Collection<ConceptClass>) - Method in class org.openmrs.OrderType
-
- setConceptClassId(Integer) - Method in class org.openmrs.ConceptClass
-
- setConceptDAO(ConceptDAO) - Method in interface org.openmrs.api.ConceptService
-
Sets the data access object for Concepts.
- setConceptDAO(ConceptDAO) - Method in class org.openmrs.api.impl.ConceptServiceImpl
-
- setConceptDatatypeId(Integer) - Method in class org.openmrs.ConceptDatatype
-
- setConceptDescriptionId(Integer) - Method in class org.openmrs.ConceptDescription
-
- setConceptId(Integer) - Method in class org.openmrs.Concept
-
- setConceptMapId(Integer) - Method in class org.openmrs.ConceptMap
-
- setConceptMappings(Collection<ConceptMap>) - Method in class org.openmrs.Concept
-
- setConceptMapType(ConceptMapType) - Method in class org.openmrs.BaseConceptMap
-
- setConceptMapType(ConceptMapType) - Method in class org.openmrs.DrugReferenceMap
-
- setConceptMapTypeId(Integer) - Method in class org.openmrs.ConceptMapType
-
- setConceptName(ConceptName) - Method in class org.openmrs.ConceptSearchResult
-
- setConceptNameId(Integer) - Method in class org.openmrs.ConceptName
-
- setConceptNameTagId(Integer) - Method in class org.openmrs.ConceptNameTag
-
- setConceptNameType(ConceptNameType) - Method in class org.openmrs.ConceptName
-
- setConceptProposalId(Integer) - Method in class org.openmrs.ConceptProposal
-
- setConceptReferenceTerm(ConceptReferenceTerm) - Method in class org.openmrs.ConceptMap
-
- setConceptReferenceTerm(ConceptReferenceTerm) - Method in class org.openmrs.DrugReferenceMap
-
- setConceptReferenceTermId(Integer) - Method in class org.openmrs.ConceptReferenceTerm
-
- setConceptReferenceTermMapId(Integer) - Method in class org.openmrs.ConceptReferenceTermMap
-
- setConceptReferenceTermMaps(Set<ConceptReferenceTermMap>) - Method in class org.openmrs.ConceptReferenceTerm
-
- setConcepts(Collection<Concept>) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setConceptService(ConceptService) - Method in class org.openmrs.api.context.ServiceContext
-
- setConceptSet(Concept) - Method in class org.openmrs.ConceptSet
-
- setConceptSetId(Integer) - Method in class org.openmrs.ConceptSet
-
Sets the concept set identifier.
- setConceptSets(Collection<ConceptSet>) - Method in class org.openmrs.Concept
-
- setConceptSource(ConceptSource) - Method in class org.openmrs.ConceptReferenceTerm
-
- setConceptSourceId(Integer) - Method in class org.openmrs.ConceptSource
-
- setConceptStateConversionId(Integer) - Method in class org.openmrs.ConceptStateConversion
-
- setConceptStopWordId(Integer) - Method in class org.openmrs.ConceptStopWord
-
- setCondition(CodedOrFreeText) - Method in class org.openmrs.Condition
-
Sets the condition
- setCondition(Condition) - Method in class org.openmrs.Diagnosis
-
Sets diagnosis condition
- setConditionalResources(List<ModuleConditionalResource>) - Method in class org.openmrs.module.Module
-
- setConditionDAO(ConditionDAO) - Method in class org.openmrs.api.impl.ConditionServiceImpl
-
- setConditionId(Integer) - Method in class org.openmrs.Condition
-
Sets the condition id
- setConditions(Set<Condition>) - Method in class org.openmrs.Encounter
-
Basic property setter for conditions
- setConditionService(ConditionService) - Method in class org.openmrs.api.context.ServiceContext
-
- setConfig(Document) - Method in class org.openmrs.module.Module
-
- setConfiguration(String) - Method in interface org.openmrs.customdatatype.CustomDatatype
-
A
CustomValueDescriptor
defines both a datatype and its configuration (e.g. a regex for a RegexValidatedString datatype).
- setConfiguration(String) - Method in class org.openmrs.customdatatype.datatype.LongFreeTextDatatype
-
- setConfiguration(String) - Method in class org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype
-
- setConfiguration(String) - Method in class org.openmrs.customdatatype.SerializingCustomDatatype
-
Does nothing in the default implementation
- setContent(String) - Method in class org.openmrs.notification.Message
-
- setContent(String) - Method in class org.openmrs.notification.Template
-
- setContentLength(int) - Method in class org.openmrs.web.filter.GZIPResponseWrapper
-
- setContentType(String) - Method in class org.openmrs.notification.Message
-
- setContext(ServiceContext) - Static method in class org.openmrs.api.context.Context
-
- setContext(Context) - Method in class org.openmrs.scheduler.StatefulTask
-
Set the context for this task.
- setContextAttributes(Map<String, Object>) - Method in class org.openmrs.api.OrderContext
-
- setContextDAO(ContextDAO) - Method in class org.openmrs.api.context.Context
-
Used to set the context's DAO for the application.
- setCount(Integer) - Static method in class org.openmrs.hl7.HL7InQueueProcessor
-
- setCountry(String) - Method in interface org.openmrs.Address
-
- setCountry(String) - Method in class org.openmrs.layout.LayoutTemplate
-
- setCountry(String) - Method in class org.openmrs.Location
-
- setCountry(String) - Method in class org.openmrs.PersonAddress
-
- setCountyDistrict(String) - Method in interface org.openmrs.Address
-
- setCountyDistrict(String) - Method in class org.openmrs.Location
-
- setCountyDistrict(String) - Method in class org.openmrs.PersonAddress
-
- setCreator(User) - Method in class org.openmrs.BaseConceptMap
-
- setCreator(User) - Method in class org.openmrs.BaseOpenmrsData
-
- setCreator(User) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setCreator(User) - Method in class org.openmrs.Concept
-
- setCreator(User) - Method in class org.openmrs.ConceptAnswer
-
- setCreator(User) - Method in class org.openmrs.ConceptDescription
-
- setCreator(User) - Method in class org.openmrs.ConceptName
-
- setCreator(User) - Method in class org.openmrs.ConceptNameTag
-
- setCreator(User) - Method in class org.openmrs.ConceptProposal
-
- setCreator(User) - Method in class org.openmrs.ConceptSet
-
- setCreator(User) - Method in interface org.openmrs.Creatable
-
- setCreator(User) - Method in class org.openmrs.DrugReferenceMap
-
- setCreator(User) - Method in class org.openmrs.FieldAnswer
-
- setCreator(User) - Method in class org.openmrs.notification.Alert
-
- setCreator(User) - Method in class org.openmrs.Obs
-
- setCreator(User) - Method in class org.openmrs.User
-
- setDaemonToken(DaemonToken) - Method in interface org.openmrs.module.DaemonTokenAware
-
Allows to receive the daemon token.
- setDAO(ContextDAO) - Static method in class org.openmrs.api.context.Context
-
- setDao(DatatypeDAO) - Method in class org.openmrs.api.impl.DatatypeServiceImpl
-
Sets the dao
- setData(Map) - Method in class org.openmrs.notification.Template
-
- setDatatype(ConceptDatatype) - Method in class org.openmrs.Concept
-
- setDatatype(Result.Datatype) - Method in class org.openmrs.logic.result.Result
-
Changes the default datatype of the result
- setDatatypeClassname(String) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setDatatypeClassname(String) - Method in class org.openmrs.FormResource
-
- setDatatypeClassname(String) - Method in class org.openmrs.GlobalProperty
-
- setDatatypeConfig(String) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setDatatypeConfig(String) - Method in class org.openmrs.FormResource
-
- setDatatypeConfig(String) - Method in class org.openmrs.GlobalProperty
-
- setDatatypeService(DatatypeService) - Method in class org.openmrs.api.context.ServiceContext
-
Sets the datatype service
- setDateActivated(Date) - Method in class org.openmrs.Order
-
- setDateChanged(Date) - Method in class org.openmrs.api.db.LoginCredential
-
- setDateChanged(Date) - Method in class org.openmrs.BaseConceptMap
-
- setDateChanged(Date) - Method in class org.openmrs.BaseOpenmrsData
-
- setDateChanged(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setDateChanged(Date) - Method in interface org.openmrs.Changeable
-
- setDateChanged(Date) - Method in class org.openmrs.Concept
-
- setDateChanged(Date) - Method in class org.openmrs.ConceptAnswer
-
Not currently used.
- setDateChanged(Date) - Method in class org.openmrs.ConceptDescription
-
Sets the date when the description was changed.
- setDateChanged(Date) - Method in class org.openmrs.ConceptName
-
- setDateChanged(Date) - Method in class org.openmrs.ConceptNameTag
-
- setDateChanged(Date) - Method in class org.openmrs.ConceptProposal
-
- setDateChanged(Date) - Method in class org.openmrs.ConceptSet
-
Not currently used.
- setDateChanged(Date) - Method in class org.openmrs.DrugReferenceMap
-
- setDateChanged(Date) - Method in class org.openmrs.FormResource
-
- setDateChanged(Date) - Method in class org.openmrs.GlobalProperty
-
- setDateChanged(Date) - Method in class org.openmrs.notification.Alert
-
- setDateChanged(Date) - Method in class org.openmrs.notification.AlertRecipient
-
- setDateChanged(Date) - Method in interface org.openmrs.OpenmrsData
-
- setDateChanged(Date) - Method in interface org.openmrs.OpenmrsMetadata
-
- setDateChanged(Date) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setDateChanged(Date) - Method in class org.openmrs.User
-
- setDateCompleted(Date) - Method in class org.openmrs.PatientProgram
-
- setDateCreated(Date) - Method in class org.openmrs.BaseConceptMap
-
- setDateCreated(Date) - Method in class org.openmrs.BaseOpenmrsData
-
- setDateCreated(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setDateCreated(Date) - Method in class org.openmrs.Concept
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptAnswer
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptDescription
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptName
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptNameTag
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptProposal
-
- setDateCreated(Date) - Method in class org.openmrs.ConceptSet
-
- setDateCreated(Date) - Method in interface org.openmrs.Creatable
-
- setDateCreated(Date) - Method in class org.openmrs.DrugReferenceMap
-
- setDateCreated(Date) - Method in class org.openmrs.FieldAnswer
-
- setDateCreated(Date) - Method in class org.openmrs.hl7.HL7QueueItem
-
- setDateCreated(Date) - Method in class org.openmrs.notification.Alert
-
- setDateCreated(Date) - Method in class org.openmrs.Obs
-
- setDateCreated(Date) - Method in class org.openmrs.User
-
- setDateEnrolled(Date) - Method in class org.openmrs.PatientProgram
-
- setDateHandedOver(Date) - Method in class org.openmrs.MedicationDispense
-
- setDatePrepared(Date) - Method in class org.openmrs.MedicationDispense
-
- setDateRetired(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setDateRetired(Date) - Method in class org.openmrs.Concept
-
- setDateRetired(Date) - Method in interface org.openmrs.Retireable
-
- setDateRetired(Date) - Method in class org.openmrs.User
-
- setDateToExpire(Date) - Method in class org.openmrs.notification.Alert
-
- setDateVoided(Date) - Method in class org.openmrs.BaseOpenmrsData
-
- setDateVoided(Date) - Method in class org.openmrs.ConceptName
-
Sets the Data this ConceptName was voided.
- setDateVoided(Date) - Method in class org.openmrs.ConceptNameTag
-
Sets the Data this ConceptName was voided.
- setDateVoided(Date) - Method in interface org.openmrs.Voidable
-
- setDaysKept(Integer) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- setDead(Boolean) - Method in class org.openmrs.Person
-
- setDeathDate(Date) - Method in class org.openmrs.Person
-
- setDeathdateEstimated(Boolean) - Method in class org.openmrs.Person
-
- setDefaultLayoutFormat(String) - Method in class org.openmrs.layout.LayoutSupport
-
- setDefaultLocaleCache(Locale) - Static method in class org.openmrs.util.LocaleUtility
-
- setDefaultLocation(Location) - Static method in class org.openmrs.util.LocationUtility
-
- setDefaultReadOnly(boolean) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Change the default for entities and proxies loaded into this session from modifiable to
read-only mode, or from modifiable to read-only mode.
- setDefaultValue(String) - Method in class org.openmrs.Field
-
- setDefaultValue(Object) - Method in class org.openmrs.logic.rule.RuleParameterInfo
-
- setDegree(String) - Method in class org.openmrs.PersonName
-
- setDeletePrivilege(Privilege) - Method in class org.openmrs.GlobalProperty
-
Sets privilege which can delete this globalProperty
- setDescription(String) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setDescription(String) - Method in class org.openmrs.Cohort
-
- setDescription(String) - Method in class org.openmrs.ConceptDescription
-
- setDescription(String) - Method in class org.openmrs.ConceptNameTag
-
Sets the description of this tag.
- setDescription(String) - Method in class org.openmrs.GlobalProperty
-
- setDescription(String) - Method in class org.openmrs.ImplementationId
-
Text describing this implementation.
- setDescription(String) - Method in class org.openmrs.messagesource.PresentationMessage
-
- setDescription(String) - Method in class org.openmrs.module.Module
-
- setDescription(String) - Method in interface org.openmrs.OpenmrsMetadata
-
- setDescription(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setDescriptions(Collection<ConceptDescription>) - Method in class org.openmrs.Concept
-
Sets the collection of descriptions for this Concept.
- setDiagnoses(Set<Diagnosis>) - Method in class org.openmrs.Encounter
-
Sets a set of diagnoses for the current Encounter
- setDiagnosis(CodedOrFreeText) - Method in class org.openmrs.Diagnosis
-
Sets the diagnosis.
- setDiagnosis(Diagnosis) - Method in class org.openmrs.DiagnosisAttribute
-
- setDiagnosisAttributeId(Integer) - Method in class org.openmrs.DiagnosisAttribute
-
- setDiagnosisAttributeTypeId(Integer) - Method in class org.openmrs.DiagnosisAttributeType
-
- setDiagnosisDAO(DiagnosisDAO) - Method in class org.openmrs.api.impl.DiagnosisServiceImpl
-
Sets the diagnosis data access object
- setDiagnosisId(Integer) - Method in class org.openmrs.Diagnosis
-
Sets diagnosis id
- setDiagnosisService(DiagnosisService) - Method in class org.openmrs.api.context.ServiceContext
-
- setDisableValidation(Boolean) - Static method in class org.openmrs.validator.ValidateUtil
-
- setDispatcherServlet(DispatcherServlet) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Save the dispatcher servlet for use later (reinitializing things)
- setDispenseAsWritten(Boolean) - Method in class org.openmrs.DrugOrder
-
- setDispenser(Provider) - Method in class org.openmrs.MedicationDispense
-
- setDisplayName(String) - Method in class org.openmrs.layout.LayoutTemplate
-
- setDisplayPrecision(Integer) - Method in class org.openmrs.ConceptNumeric
-
- setDosageForm(Concept) - Method in class org.openmrs.Drug
-
- setDose(Double) - Method in class org.openmrs.DrugOrder
-
- setDose(Double) - Method in class org.openmrs.MedicationDispense
-
- setDose(String) - Method in class org.openmrs.order.DrugSuggestion
-
- setDose(Double) - Method in class org.openmrs.SimpleDosingInstructions
-
- setDoseLimitUnits(Concept) - Method in class org.openmrs.Drug
-
Sets the doseLimitUnits which represents the units of the existing maximumDailyDose and
minimumDailyDose
- setDoseUnits(Concept) - Method in class org.openmrs.DrugOrder
-
Sets the doseUnits of this drug order
- setDoseUnits(Concept) - Method in class org.openmrs.MedicationDispense
-
- setDoseUnits(Concept) - Method in class org.openmrs.SimpleDosingInstructions
-
- setDosing(DosingInstructions) - Method in class org.openmrs.DrugOrder
-
Set dosing instructions to drug order
- setDosingInstructions(DrugOrder) - Method in interface org.openmrs.DosingInstructions
-
Serialize dosing instructions into order
- setDosingInstructions(String) - Method in class org.openmrs.DrugOrder
-
Sets the dosingInstructions
- setDosingInstructions(DrugOrder) - Method in class org.openmrs.FreeTextDosingInstructions
-
- setDosingInstructions(String) - Method in class org.openmrs.MedicationDispense
-
- setDosingInstructions(DrugOrder) - Method in class org.openmrs.SimpleDosingInstructions
-
- setDosingType(Class<? extends DosingInstructions>) - Method in class org.openmrs.DrugOrder
-
Sets the dosingType
- setDownloadURL(String) - Method in class org.openmrs.module.Module
-
- setDrug(Drug) - Method in class org.openmrs.DrugIngredient
-
- setDrug(Drug) - Method in class org.openmrs.DrugOrder
-
Sets the drug
- setDrug(Drug) - Method in class org.openmrs.DrugReferenceMap
-
- setDrug(Drug) - Method in class org.openmrs.MedicationDispense
-
- setDrugId(Integer) - Method in class org.openmrs.Drug
-
Sets the internal identification number for this drug
- setDrugId(String) - Method in class org.openmrs.order.DrugSuggestion
-
- setDrugNonCoded(String) - Method in class org.openmrs.DrugOrder
-
- setDrugOrder(DrugOrder) - Method in class org.openmrs.MedicationDispense
-
- setDrugOrder(DrugOrder) - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- setDrugOrder(DrugOrder) - Method in class org.openmrs.parameter.MedicationDispenseCriteriaBuilder
-
- setDrugReferenceMapId(Integer) - Method in class org.openmrs.DrugReferenceMap
-
- setDrugReferenceMaps(Set<DrugReferenceMap>) - Method in class org.openmrs.Drug
-
- setDuration(Integer) - Method in class org.openmrs.DrugOrder
-
Sets the duration of a Drug Order
- setDuration(Integer) - Method in class org.openmrs.SimpleDosingInstructions
-
- setDurationUnits(Concept) - Method in class org.openmrs.DrugOrder
-
Sets the durationUnits of a Drug Order
- setDurationUnits(Concept) - Method in class org.openmrs.SimpleDosingInstructions
-
- setEditPrivilege(Privilege) - Method in class org.openmrs.EncounterType
-
Sets privilege which can edit this type of encounters
- setEditPrivilege(Privilege) - Method in class org.openmrs.GlobalProperty
-
Sets privilege which can edit this globalProperty
- setEditPrivilege(Privilege) - Method in class org.openmrs.PersonAttributeType
-
The privilege required in order to edit this attribute If editPrivilege
is null,
no extra permissions are required to edit this type
- setElementDefaults(Map<String, String>) - Method in class org.openmrs.layout.LayoutTemplate
-
- setElementRegex(Map<String, String>) - Method in class org.openmrs.layout.LayoutTemplate
-
Set the element regular expressions.
- setElementRegexFormats(Map<String, String>) - Method in class org.openmrs.layout.LayoutTemplate
-
Set the element formats.
- setEmail(String) - Method in class org.openmrs.User
-
- setEncounter(Encounter) - Method in class org.openmrs.Allergy
-
Basic property setter for encounter
- setEncounter(Encounter) - Method in class org.openmrs.ConceptProposal
-
- setEncounter(Encounter) - Method in class org.openmrs.Condition
-
Basic property setter for encounter
- setEncounter(Encounter) - Method in class org.openmrs.Diagnosis
-
Sets the encounter associated with this diagnosis.
- setEncounter(Encounter) - Method in class org.openmrs.EncounterProvider
-
- setEncounter(Encounter) - Method in class org.openmrs.MedicationDispense
-
- setEncounter(Encounter) - Method in class org.openmrs.Obs
-
- setEncounter(Encounter) - Method in class org.openmrs.Order
-
- setEncounter(Encounter) - Method in class org.openmrs.OrderGroup
-
Sets the encounter
- setEncounter(Encounter) - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- setEncounter(Encounter) - Method in class org.openmrs.parameter.MedicationDispenseCriteriaBuilder
-
- setEncounter(Encounter) - Method in class org.openmrs.PatientState
-
- setEncounterDAO(EncounterDAO) - Method in interface org.openmrs.api.EncounterService
-
Set the given dao
on this encounter service.
- setEncounterDAO(EncounterDAO) - Method in class org.openmrs.api.impl.EncounterServiceImpl
-
- setEncounterDatetime(Date) - Method in class org.openmrs.Encounter
-
- setEncounterId(Integer) - Method in class org.openmrs.Encounter
-
- setEncounterProviderId(Integer) - Method in class org.openmrs.EncounterProvider
-
- setEncounterProviders(Set<EncounterProvider>) - Method in class org.openmrs.Encounter
-
Basic property setter for encounterProviders.
- setEncounterRole(EncounterRole) - Method in class org.openmrs.EncounterProvider
-
- setEncounters(Set<Encounter>) - Method in class org.openmrs.Visit
-
- setEncounterService(EncounterService) - Method in class org.openmrs.api.context.ServiceContext
-
- setEncounterType(EncounterType) - Method in class org.openmrs.Encounter
-
- setEncounterType(EncounterType) - Method in class org.openmrs.Form
-
- setEncounterTypeId(Integer) - Method in class org.openmrs.EncounterType
-
- setEncounterTypes(Collection<EncounterType>) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setEndDate(Date) - Method in class org.openmrs.CohortMembership
-
OpenMRS treats a membership as active from its startDate to endDate inclusive of both.
- setEndDate(Date) - Method in class org.openmrs.Condition
-
Sets the end date
- setEndDate(Date) - Method in class org.openmrs.PatientState
-
- setEndDate(Date) - Method in class org.openmrs.PersonAddress
-
- setEndDate(Date) - Method in class org.openmrs.Relationship
-
- setEndReason(String) - Method in class org.openmrs.Condition
-
Sets the end reason
- setEnteredViaForms(Collection<Form>) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setError(String) - Method in class org.openmrs.hl7.HL7InError
-
- setErrorAtStartup(Throwable) - Static method in class org.openmrs.web.Listener
-
- setErrorDetails(String) - Method in class org.openmrs.hl7.HL7InError
-
- setErrorMessage(String) - Method in class org.openmrs.hl7.HL7InQueue
-
- setErrors(Errors) - Method in exception org.openmrs.api.ValidationException
-
- setEventListeners(EventListeners) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- setExcludeCanceledAndExpired(boolean) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setExcludeDiscontinueOrders(boolean) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setExcludeTerms(Set<Term>) - Method in class org.openmrs.api.db.hibernate.search.TermsFilterFactory
-
- setExecutionCount(int) - Static method in class org.openmrs.scheduler.tasks.TestTask
-
- setExtensionNames(Map<String, String>) - Method in class org.openmrs.module.Module
-
A map of pointId to classname.
- setExtensions(List<Extension>) - Method in class org.openmrs.module.Module
-
- setFamilyName(String) - Method in class org.openmrs.PersonName
-
- setFamilyName2(String) - Method in class org.openmrs.PersonName
-
- setFamilyNamePrefix(String) - Method in class org.openmrs.PersonName
-
- setFamilyNameSuffix(String) - Method in class org.openmrs.PersonName
-
- setField(Field) - Method in class org.openmrs.FieldAnswer
-
- setField(Field) - Method in class org.openmrs.FormField
-
- setFieldId(Integer) - Method in class org.openmrs.Field
-
- setFieldNumber(Integer) - Method in class org.openmrs.FormField
-
- setFieldPart(String) - Method in class org.openmrs.FormField
-
- setFieldType(FieldType) - Method in class org.openmrs.Field
-
- setFieldTypeId(Integer) - Method in class org.openmrs.FieldType
-
- setFile(File) - Method in class org.openmrs.module.Module
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.AddConceptMapTypesChangeset
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.ConvertOrderersToProviders
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.CreateDiscontinueOrders
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.DisableTriggersChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.DuplicateEncounterRoleNameChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.DuplicateEncounterTypeNameChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.DuplicateLocationAttributeTypeNameChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.EnableTriggersChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.EncryptSecretAnswersChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.GenerateUuid
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.MigrateAllergiesChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.MigrateConceptReferenceTermChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.MigrateDrugOrderFrequencyToCodedOrderFrequencyChangeset
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.MigrateDrugOrderUnitsToCodedDoseUnitsChangeset
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.ProgramValidatorChangeSet
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.UpdateCohortMemberIdsChangeset
-
- setFileOpener(ResourceAccessor) - Method in class org.openmrs.util.databasechange.UpdateLayoutAddressFormatChangeSet
-
- setFilterClass(String) - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- setFilterDefinition(ModuleFilterDefinition) - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- setFilterName(String) - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- setFilterName(String) - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- setFinalText(String) - Method in class org.openmrs.ConceptProposal
-
- setFlushMode(FlushMode) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Set the flush mode for this session.
- setForeignKey(Integer) - Method in class org.openmrs.PersonAttributeType
-
- setForm(Form) - Method in class org.openmrs.Encounter
-
- setForm(Form) - Method in class org.openmrs.FormField
-
- setForm(Form) - Method in class org.openmrs.FormResource
-
sets the form
- setFormat(String) - Method in exception org.openmrs.api.InvalidIdentifierFormatException
-
- setFormat(String) - Method in class org.openmrs.PatientIdentifierType
-
- setFormat(String) - Method in class org.openmrs.PersonAttributeType
-
- setFormat(String) - Static method in class org.openmrs.PersonName
-
- setFormatDescription(String) - Method in class org.openmrs.PatientIdentifierType
-
- setFormDAO(FormDAO) - Method in class org.openmrs.api.impl.FormServiceImpl
-
Method used to inject the data access object.
- setFormField(String, String) - Method in class org.openmrs.BaseFormRecordableOpenmrsData
-
- setFormField(String, String) - Method in class org.openmrs.Diagnosis
-
Sets the namespace and path of the form field that was used to capture the details in the form.
- setFormField(String, String) - Method in interface org.openmrs.FormRecordable
-
Sets the namespace and path of the form field that was used to capture the obs details in the
form.
- setFormField(String, String) - Method in class org.openmrs.Obs
-
- setFormField(String, String) - Method in class org.openmrs.Order
-
- setFormFieldId(Integer) - Method in class org.openmrs.FormField
-
- setFormFields(Set<FormField>) - Method in class org.openmrs.Form
-
- setFormId(Integer) - Method in class org.openmrs.Form
-
- setFormNamespaceAndPath(String) - Method in class org.openmrs.BaseFormRecordableOpenmrsData
-
Setter method
- setFormNamespaceAndPath(String) - Method in class org.openmrs.Diagnosis
-
Sets the form namespace and path
- setFormNamespaceAndPath(String) - Method in class org.openmrs.Order
-
Sets the form namespace and path
- setFormResourceId(Integer) - Method in class org.openmrs.FormResource
-
sets the form resource id
- setFormService(FormService) - Method in class org.openmrs.api.context.ServiceContext
-
- setFrequency(OrderFrequency) - Method in class org.openmrs.DrugOrder
-
Sets the frequency
- setFrequency(OrderFrequency) - Method in class org.openmrs.MedicationDispense
-
- setFrequency(String) - Method in class org.openmrs.order.DrugSuggestion
-
- setFrequency(OrderFrequency) - Method in class org.openmrs.ServiceOrder
-
Sets frequency of a particular order
- setFrequency(OrderFrequency) - Method in class org.openmrs.SimpleDosingInstructions
-
- setFrequencyPerDay(Double) - Method in class org.openmrs.OrderFrequency
-
- setFromDate(Date) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setFromNode(T) - Method in class org.openmrs.util.Graph.Edge
-
- setFulfillerComment(String) - Method in class org.openmrs.Order
-
Sets the comment received from the fulfiller for this order.
- setFulfillerStatus(Order.FulfillerStatus) - Method in class org.openmrs.Order
-
Sets the status of this order according to the value that was received from a fulfiller.
- setFulfillerStatus(Order.FulfillerStatus) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setFullySpecifiedName(ConceptName) - Method in class org.openmrs.Concept
-
Sets the specified name as the fully specified name for the locale and the current fully
specified (if any) ceases to be the fully specified name for the locale.
- setGender(String) - Method in class org.openmrs.Person
-
- setGivenName(String) - Method in class org.openmrs.PersonName
-
- setGlobalLocaleList(GlobalLocaleList) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
Used by spring to set the GlobalLocaleList on this implementation
- setGlobalParameter(String, Object) - Method in interface org.openmrs.logic.LogicContext
-
Assigns a value to a global parameters within this logic context
- setGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.module.Module
-
- setGlobalProperty(String, String) - Method in interface org.openmrs.api.AdministrationService
-
Save the given global property to the database.
- setGlobalProperty(String, String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- setGlobalPropertyListeners(List<GlobalPropertyListener>) - Method in class org.openmrs.api.EventListeners
-
This setter acts more like an "appender".
- setGlobalPropertyListenersToEmpty(boolean) - Method in class org.openmrs.api.EventListeners
-
Convenience method called by spring to reset the static list of event
listeners.
- setGroupMembers(Set<Obs>) - Method in class org.openmrs.Obs
-
Set the members of the obs group, if this obs is a group.
- setHandler(String) - Method in class org.openmrs.ConceptComplex
-
Set the ConceptComplexHandler.
- setHandler(ErrorHandler) - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- setHandlerConfig(String) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setHandlerConfig(String) - Method in class org.openmrs.FormResource
-
- setHandlerConfig(String) - Method in class org.openmrs.GlobalProperty
-
- setHandlerConfiguration(String) - Method in interface org.openmrs.customdatatype.CustomDatatypeHandler
-
An
AttributeType
will typically be configured with a handler and a configuration.
- setHandlers(Map<String, ComplexObsHandler>) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- setHandlers(Map<String, ComplexObsHandler>) - Method in interface org.openmrs.api.ObsService
-
Add the given map to this service's handlers.
- setHashedPassword(String) - Method in class org.openmrs.api.db.LoginCredential
-
- setHiAbsolute(Double) - Method in class org.openmrs.ConceptNumeric
-
- setHiCritical(Double) - Method in class org.openmrs.ConceptNumeric
-
- setHiddenConceptMapTypes(String) - Method in class org.openmrs.util.databasechange.AddConceptMapTypesChangeset
-
- setHigh(Double) - Method in class org.openmrs.util.DoubleRange
-
- setHiNormal(Double) - Method in class org.openmrs.ConceptNumeric
-
- setHl7Abbreviation(String) - Method in class org.openmrs.ConceptDatatype
-
- setHl7Code(String) - Method in class org.openmrs.ConceptSource
-
- setHL7DAO(HL7DAO) - Method in interface org.openmrs.hl7.HL7Service
-
Auto generated method comment
- setHL7DAO(HL7DAO) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
- setHL7Data(String) - Method in class org.openmrs.hl7.HL7QueueItem
-
- setHL7Handlers(Map<String, Application>) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
Sets the given handlers as router applications that are available to HAPI when it is parsing
an hl7 message.
- setHL7InArchiveId(int) - Method in class org.openmrs.hl7.HL7InArchive
-
- setHL7InErrorId(Integer) - Method in class org.openmrs.hl7.HL7InError
-
- setHL7InQueueId(Integer) - Method in class org.openmrs.hl7.HL7InQueue
-
- setHl7Service(HL7Service) - Method in class org.openmrs.api.context.ServiceContext
-
- setHL7Source(HL7Source) - Method in class org.openmrs.hl7.HL7QueueItem
-
- setHL7SourceId(Integer) - Method in class org.openmrs.hl7.HL7Source
-
- setHL7SourceKey(String) - Method in class org.openmrs.hl7.HL7QueueItem
-
- setId(Integer) - Method in class org.openmrs.Allergy
-
- setId(Integer) - Method in class org.openmrs.AllergyReaction
-
- setId(Integer) - Method in class org.openmrs.api.db.ClobDatatypeStorage
-
- setId(Integer) - Method in class org.openmrs.api.db.LoginCredential
-
- setId(Integer) - Method in class org.openmrs.api.db.SerializedObject
-
- setId(Integer) - Method in class org.openmrs.CareSetting
-
- setId(Integer) - Method in class org.openmrs.Cohort
-
- setId(Integer) - Method in class org.openmrs.CohortMembership
-
- setId(Integer) - Method in class org.openmrs.Concept
-
- setId(Integer) - Method in class org.openmrs.ConceptAnswer
-
- setId(Integer) - Method in class org.openmrs.ConceptAttribute
-
- setId(Integer) - Method in class org.openmrs.ConceptAttributeType
-
- setId(Integer) - Method in class org.openmrs.ConceptClass
-
- setId(Integer) - Method in class org.openmrs.ConceptDatatype
-
- setId(Integer) - Method in class org.openmrs.ConceptDescription
-
- setId(Integer) - Method in class org.openmrs.ConceptMap
-
- setId(Integer) - Method in class org.openmrs.ConceptMapType
-
- setId(Integer) - Method in class org.openmrs.ConceptName
-
- setId(Integer) - Method in class org.openmrs.ConceptNameTag
-
- setId(Integer) - Method in class org.openmrs.ConceptProposal
-
- setId(Integer) - Method in class org.openmrs.ConceptReferenceTerm
-
- setId(Integer) - Method in class org.openmrs.ConceptReferenceTermMap
-
- setId(Integer) - Method in class org.openmrs.ConceptSet
-
- setId(Integer) - Method in class org.openmrs.ConceptSource
-
- setId(Integer) - Method in class org.openmrs.ConceptStateConversion
-
- setId(Integer) - Method in class org.openmrs.ConceptStopWord
-
- setId(Integer) - Method in class org.openmrs.Condition
-
- setId(Integer) - Method in class org.openmrs.Diagnosis
-
Sets diagnosis identifier
- setId(Integer) - Method in class org.openmrs.DiagnosisAttribute
-
- setId(Integer) - Method in class org.openmrs.DiagnosisAttributeType
-
- setId(Integer) - Method in class org.openmrs.Drug
-
- setId(Integer) - Method in class org.openmrs.DrugIngredient
-
- setId(Integer) - Method in class org.openmrs.DrugReferenceMap
-
- setId(Integer) - Method in class org.openmrs.Encounter
-
- setId(Integer) - Method in class org.openmrs.EncounterProvider
-
- setId(Integer) - Method in class org.openmrs.EncounterRole
-
- setId(Integer) - Method in class org.openmrs.EncounterType
-
- setId(Integer) - Method in class org.openmrs.Field
-
- setId(Integer) - Method in class org.openmrs.FieldAnswer
-
- setId(Integer) - Method in class org.openmrs.FieldType
-
- setId(Integer) - Method in class org.openmrs.Form
-
- setId(Integer) - Method in class org.openmrs.FormField
-
- setId(Integer) - Method in class org.openmrs.FormResource
-
- setId(Integer) - Method in class org.openmrs.GlobalProperty
-
- setId(Integer) - Method in class org.openmrs.hl7.HL7InArchive
-
- setId(Integer) - Method in class org.openmrs.hl7.HL7InError
-
- setId(Integer) - Method in class org.openmrs.hl7.HL7InQueue
-
- setId(Integer) - Method in class org.openmrs.hl7.HL7Source
-
- setId(Integer) - Method in class org.openmrs.Location
-
- setId(Integer) - Method in class org.openmrs.LocationAttribute
-
- setId(Integer) - Method in class org.openmrs.LocationAttributeType
-
- setId(Integer) - Method in class org.openmrs.LocationTag
-
- setId(Integer) - Method in class org.openmrs.MedicationDispense
-
- setId(Integer) - Method in class org.openmrs.notification.Alert
-
- setId(Integer) - Method in class org.openmrs.notification.AlertRecipient
-
- setId(Integer) - Method in class org.openmrs.notification.Message
-
- setId(Integer) - Method in class org.openmrs.notification.Template
-
- setId(Integer) - Method in class org.openmrs.Obs
-
- setId(Integer) - Method in interface org.openmrs.OpenmrsObject
-
- setId(Integer) - Method in class org.openmrs.Order
-
- setId(Integer) - Method in class org.openmrs.OrderAttribute
-
- setId(Integer) - Method in class org.openmrs.OrderAttributeType
-
- setId(Integer) - Method in class org.openmrs.OrderFrequency
-
- setId(Integer) - Method in class org.openmrs.OrderGroup
-
- setId(Integer) - Method in class org.openmrs.OrderGroupAttribute
-
- setId(Integer) - Method in class org.openmrs.OrderGroupAttributeType
-
- setId(Integer) - Method in class org.openmrs.OrderSet
-
- setId(Integer) - Method in class org.openmrs.OrderSetAttribute
-
- setId(Integer) - Method in class org.openmrs.OrderSetAttributeType
-
- setId(Integer) - Method in class org.openmrs.OrderSetMember
-
- setId(Integer) - Method in class org.openmrs.OrderType
-
- setId(Integer) - Method in class org.openmrs.Patient
-
- setId(Integer) - Method in class org.openmrs.PatientIdentifier
-
- setId(Integer) - Method in class org.openmrs.PatientIdentifierType
-
- setId(Integer) - Method in class org.openmrs.PatientProgram
-
- setId(Integer) - Method in class org.openmrs.PatientProgramAttribute
-
- setId(Integer) - Method in class org.openmrs.PatientState
-
- setId(Integer) - Method in class org.openmrs.person.PersonMergeLog
-
- setId(Integer) - Method in class org.openmrs.Person
-
- setId(Integer) - Method in class org.openmrs.PersonAddress
-
- setId(Integer) - Method in class org.openmrs.PersonAttribute
-
- setId(Integer) - Method in class org.openmrs.PersonAttributeType
-
- setId(Integer) - Method in class org.openmrs.PersonName
-
- setId(Integer) - Method in class org.openmrs.Privilege
-
- setId(Integer) - Method in class org.openmrs.Program
-
- setId(Integer) - Method in class org.openmrs.ProgramAttributeType
-
- setId(Integer) - Method in class org.openmrs.ProgramWorkflow
-
- setId(Integer) - Method in class org.openmrs.ProgramWorkflowState
-
- setId(Integer) - Method in class org.openmrs.Provider
-
- setId(Integer) - Method in class org.openmrs.ProviderAttribute
-
- setId(Integer) - Method in class org.openmrs.ProviderAttributeType
-
- setId(Integer) - Method in class org.openmrs.Relationship
-
- setId(Integer) - Method in class org.openmrs.RelationshipType
-
- setId(Integer) - Method in class org.openmrs.Role
-
- setId(Integer) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set the task identifier.
- setId(Integer) - Method in class org.openmrs.User
-
- setId(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setId(Integer) - Method in class org.openmrs.Visit
-
- setId(Integer) - Method in class org.openmrs.VisitAttribute
-
- setId(Integer) - Method in class org.openmrs.VisitAttributeType
-
- setId(Integer) - Method in class org.openmrs.VisitType
-
- setIdentifier(String) - Method in class org.openmrs.PatientIdentifier
-
- setIdentifier(String) - Method in class org.openmrs.Provider
-
- setIdentifiers(Set<PatientIdentifier>) - Method in class org.openmrs.Patient
-
Update all identifiers for patient
- setIdentifierType(PatientIdentifierType) - Method in class org.openmrs.PatientIdentifier
-
- setIdentifierValidators(Map<Class<? extends IdentifierValidator>, IdentifierValidator>) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
ADDs identifierValidators, doesn't replace them
- setIdExceptions(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
-
Way to specify the table id columns that don't follow the table_name.table_name_id pattern
- setImplementationId(ImplementationId) - Method in interface org.openmrs.api.AdministrationService
-
Set the given implementationId
as this implementation's unique id
- setImplementationId(ImplementationId) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- setImplementationId(String) - Method in class org.openmrs.ImplementationId
-
This is the unique id for this implementation.
- setImplementationIdHttpClient(HttpClient) - Method in interface org.openmrs.api.AdministrationService
-
Used by Spring to set the http client for accessing the openmrs implementation service
- setImplementationIdHttpClient(HttpClient) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- setIncludeInactive(boolean) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets whether inactive visits should be included in the search criteria.
- setIncludeNullFulfillerStatus(Boolean) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setIncludeTerms(Set<Set<Term>>) - Method in class org.openmrs.api.db.hibernate.search.TermsFilterFactory
-
- setIncludeVoided(boolean) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setIncludeVoided(boolean) - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- setIncludeVoided(boolean) - Method in class org.openmrs.parameter.MedicationDispenseCriteriaBuilder
-
- setIncludeVoided(boolean) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setIncludeVoided(boolean) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets whether voided visits should be included in the search criteria.
- setIndexDate(Date) - Method in interface org.openmrs.logic.LogicContext
-
Changes the index date for this logic context
- setIndication(Concept) - Method in class org.openmrs.Visit
-
- setIndications(Collection<Concept>) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the collection of indications to be included in the search criteria.
- setIngredient(Concept) - Method in class org.openmrs.DrugIngredient
-
- setIngredients(Collection<DrugIngredient>) - Method in class org.openmrs.Drug
-
- setInheritedRoles(Set<Role>) - Method in class org.openmrs.Role
-
- setInitial(Boolean) - Method in class org.openmrs.ProgramWorkflowState
-
- setInitializationComplete(boolean) - Method in class org.openmrs.web.filter.initialization.InitializationFilter
-
- setInitParameters(Map<String, String>) - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
#param - A map of parameters to use to initialize the filter
- setInstallationStarted(boolean) - Static method in class org.openmrs.web.filter.initialization.InitializationFilter
-
- setInstructions(String) - Method in class org.openmrs.FreeTextDosingInstructions
-
- setInstructions(String) - Method in class org.openmrs.order.DrugSuggestion
-
- setInstructions(String) - Method in class org.openmrs.Order
-
- setInterpretation(Obs.Interpretation) - Method in class org.openmrs.Obs
-
- setInterpretJstl(Boolean) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- setIsHidden(Boolean) - Method in class org.openmrs.ConceptMapType
-
- setIsSet(Boolean) - Method in class org.openmrs.FieldType
-
- setIsStopped(boolean) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setJavaClassName(String) - Method in class org.openmrs.OrderType
-
- setLastExecutionTime(Date) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set the time the task was last executed
- setLastModified(Long) - Static method in class org.openmrs.web.controller.PseudoStaticContentController
-
- setLaterality(ServiceOrder.Laterality) - Method in class org.openmrs.ServiceOrder
-
Sets the laterality.
- setLatitude(String) - Method in interface org.openmrs.Address
-
- setLatitude(String) - Method in class org.openmrs.Location
-
- setLatitude(String) - Method in class org.openmrs.PersonAddress
-
- setLayout(Layout<? extends Serializable>) - Method in class org.openmrs.logging.MemoryAppender.MemoryAppenderBuilder
-
- setLayout(StringLayout) - Method in class org.openmrs.logging.MemoryAppender.MemoryAppenderBuilder
-
- setLayoutTemplates(List<T>) - Method in class org.openmrs.layout.LayoutSupport
-
- setLength(Long) - Method in class org.openmrs.obs.ComplexData
-
Set the data length
- setLineByLineFormat(List<String>) - Method in class org.openmrs.layout.LayoutTemplate
-
- setLoaded(boolean) - Method in class org.openmrs.hl7.HL7InArchive
-
sets the flag for hl7 data having been loaded from the filesystem
- setLocale(Locale) - Static method in class org.openmrs.api.context.Context
-
Convenience method.
- setLocale(Locale) - Method in class org.openmrs.api.context.UserContext
-
- setLocale(Locale) - Method in class org.openmrs.ConceptDescription
-
- setLocale(Locale) - Method in class org.openmrs.ConceptName
-
- setLocale(Locale) - Method in class org.openmrs.ConceptStopWord
-
- setLocale(Locale) - Method in class org.openmrs.messagesource.PresentationMessage
-
Sets the locale of the message.
- setLocale(Locale) - Method in class org.openmrs.web.filter.util.LocalizationTool
-
Its need to override base class method to be able to change its locale property outside the
class hierarchy
- setLocalePreferred(Boolean) - Method in class org.openmrs.ConceptName
-
- setLocalesAllowedListCache(List<Locale>) - Static method in class org.openmrs.util.LocaleUtility
-
- setLocation(Location) - Method in class org.openmrs.api.context.UserContext
-
- setLocation(Location) - Method in class org.openmrs.Encounter
-
- setLocation(Location) - Method in class org.openmrs.LocationAttribute
-
- setLocation(Location) - Method in class org.openmrs.MedicationDispense
-
- setLocation(Location) - Method in class org.openmrs.Obs
-
- setLocation(Location) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setLocation(Location) - Method in class org.openmrs.PatientIdentifier
-
- setLocation(Location) - Method in class org.openmrs.PatientProgram
-
- setLocation(Concept) - Method in class org.openmrs.ServiceOrder
-
Sets a location of the particular order
- setLocation(Location) - Method in class org.openmrs.Visit
-
- setLocationAttributeId(Integer) - Method in class org.openmrs.LocationAttribute
-
- setLocationAttributeTypeId(Integer) - Method in class org.openmrs.LocationAttributeType
-
- setLocationBehavior(PatientIdentifierType.LocationBehavior) - Method in class org.openmrs.PatientIdentifierType
-
- setLocationDAO(LocationDAO) - Method in class org.openmrs.api.impl.LocationServiceImpl
-
- setLocationDAO(LocationDAO) - Method in interface org.openmrs.api.LocationService
-
Set the data access object that the service will use to interact with the database.
- setLocationId(Integer) - Method in class org.openmrs.api.context.UserContext
-
- setLocationId(Integer) - Method in class org.openmrs.Location
-
- setLocations(Collection<Location>) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the collection of locations to be included in the search criteria.
- setLocationService(LocationService) - Method in class org.openmrs.api.context.ServiceContext
-
- setLocationTagId(Integer) - Method in class org.openmrs.LocationTag
-
- setLockReleased(Boolean) - Static method in class org.openmrs.web.filter.update.UpdateFilter
-
- setLogicParameters(Map<String, Object>) - Method in interface org.openmrs.logic.LogicCriteria
-
- setLogicService(LogicService) - Method in class org.openmrs.api.context.ServiceContext
-
- setLongitude(String) - Method in interface org.openmrs.Address
-
- setLongitude(String) - Method in class org.openmrs.Location
-
- setLongitude(String) - Method in class org.openmrs.PersonAddress
-
- setLoser(Person) - Method in class org.openmrs.person.PersonMergeLog
-
- setLow(Double) - Method in class org.openmrs.util.DoubleRange
-
- setLowAbsolute(Double) - Method in class org.openmrs.ConceptNumeric
-
- setLowCritical(Double) - Method in class org.openmrs.ConceptNumeric
-
- setLowNormal(Double) - Method in class org.openmrs.ConceptNumeric
-
- setMailSession(Session) - Method in class org.openmrs.notification.mail.MailMessageSender
-
Set javamail session.
- setMandatory(boolean) - Method in class org.openmrs.module.Module
-
- setMappedConcept(Concept) - Method in class org.openmrs.ConceptProposal
-
- setMappingFiles(List<String>) - Method in class org.openmrs.module.Module
-
- setMappingResources(String...) - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
Collect the mapping resources for future use because the mappingResources object is defined
as 'private' instead of 'protected'
- setMaxEndDatetime(Date) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the maximum end datetime to be included in the search criteria.
- setMaximumDailyDose(Double) - Method in class org.openmrs.Drug
-
- setMaxOccurs(Integer) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setMaxOccurs(Integer) - Method in class org.openmrs.FormField
-
- setMaxStartDatetime(Date) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the maximum start datetime to be included in the search criteria.
- setMaxTokens(int) - Method in class org.openmrs.layout.LayoutTemplate
-
- setMedicationDispenseDAO(MedicationDispenseDAO) - Method in class org.openmrs.api.impl.MedicationDispenseServiceImpl
-
- setMedicationDispenseId(Integer) - Method in class org.openmrs.MedicationDispense
-
- setMedicationDispenseService(MedicationDispenseService) - Method in class org.openmrs.api.context.ServiceContext
-
- setMemberIds(Set<Integer>) - Method in class org.openmrs.Cohort
-
- setMemberships(Collection<CohortMembership>) - Method in class org.openmrs.Cohort
-
- setMessage(String) - Method in class org.openmrs.messagesource.PresentationMessage
-
- setMessagePreparator(MessagePreparator) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Set the message preparator.
- setMessagePreparator(MessagePreparator) - Method in interface org.openmrs.notification.MessageService
-
- setMessages(Map<String, Properties>) - Method in class org.openmrs.module.Module
-
- setMessageSender(MessageSender) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
Set the message sender.
- setMessageSender(MessageSender) - Method in interface org.openmrs.notification.MessageService
-
- setMessageService(MessageService) - Method in class org.openmrs.api.context.ServiceContext
-
Sets the message service.
- setMessageSources(Set<MutableMessageSource>) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- setMessageSources(Set<MutableMessageSource>) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- setMessageSources(Set<MutableMessageSource>) - Method in interface org.openmrs.messagesource.MessageSourceService
-
- setMessageSourceService(MessageSourceService) - Method in class org.openmrs.api.context.ServiceContext
-
Sets the MessageSourceService used in the context.
- setMessageState(Integer) - Method in class org.openmrs.hl7.HL7InArchive
-
- setMessageState(Integer) - Method in class org.openmrs.hl7.HL7InQueue
-
- setMiddleName(String) - Method in class org.openmrs.PersonName
-
- setMimeType(String) - Method in class org.openmrs.obs.ComplexData
-
Set the data MIME type
- setMinEndDatetime(Date) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the minimum end datetime to be included in the search criteria.
- setMinimumDailyDose(Double) - Method in class org.openmrs.Drug
-
- setMinOccurs(Integer) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setMinOccurs(Integer) - Method in class org.openmrs.FormField
-
- setMinStartDatetime(Date) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the minimum start datetime to be included in the search criteria.
- setModule(Module) - Method in class org.openmrs.module.web.filter.ModuleFilterDefinition
-
- setModule(Module) - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- setModuleActivator(ModuleActivator) - Method in class org.openmrs.module.Module
-
- setModuleId(String) - Method in class org.openmrs.module.Extension
-
Set the module id of this extension
- setModuleId(String) - Method in class org.openmrs.module.Module
-
- setModuleId(String) - Method in class org.openmrs.module.ModuleConditionalResource.ModuleAndVersion
-
- setModules(List<ModuleConditionalResource.ModuleAndVersion>) - Method in class org.openmrs.module.ModuleConditionalResource
-
- setModuleService(List<Object>) - Method in class org.openmrs.api.context.ServiceContext
-
Allow other services to be added to our service layer
Classes will be found/loaded with the ModuleClassLoader
params
[0] = string representing the service interface
params
[1] = service instance
- setName(String) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setName(String) - Method in class org.openmrs.Cohort
-
- setName(String) - Method in class org.openmrs.ConceptName
-
- setName(String) - Method in class org.openmrs.FormResource
-
sets the name of the resource
- setName(String) - Method in class org.openmrs.ImplementationId
-
A descriptive name for this implementation (e.g.
- setName(String) - Method in class org.openmrs.module.Module
-
- setName(String) - Method in class org.openmrs.notification.Template
-
- setName(String) - Method in interface org.openmrs.OpenmrsMetadata
-
- setNameMappings(Map<String, String>) - Method in class org.openmrs.layout.LayoutTemplate
-
- setNames(Collection<ConceptName>) - Method in class org.openmrs.Concept
-
- setNames(Set<PersonName>) - Method in class org.openmrs.Person
-
- setNestedOrderGroups(Set<OrderGroup>) - Method in class org.openmrs.OrderGroup
-
Sets the nested order groups to other order groups, to maintain linkages
between groups and support group nesting.
- setNonCoded(String) - Method in class org.openmrs.CodedOrFreeText
-
Sets the manually written string concept name
- setNonCodedAllergen(String) - Method in class org.openmrs.Allergen
-
- setNumberOfRepeats(Integer) - Method in class org.openmrs.ServiceOrder
-
Sets numberOfRepeats of a particular order
- setNumRefills(Integer) - Method in class org.openmrs.DrugOrder
-
Sets numRefills
- setNumResults(Integer) - Method in class org.openmrs.logic.LogicTransform
-
Set number of
Result
object should be returned by the current criteria.
- setObs(Obs) - Method in class org.openmrs.ConceptProposal
-
- setObs(Set<Obs>) - Method in class org.openmrs.Encounter
-
- setObsConcept(Concept) - Method in class org.openmrs.ConceptProposal
-
- setObsDAO(ObsDAO) - Method in class org.openmrs.api.impl.ObsServiceImpl
-
- setObsDAO(ObsDAO) - Method in interface org.openmrs.api.ObsService
-
Set the given dao
on this obs service.
- setObsDatetime(Date) - Method in class org.openmrs.Obs
-
- setObsGroup(Obs) - Method in class org.openmrs.Obs
-
This method does NOT add this current obs to the list of obs in obsGroup.getGroupMembers().
- setObsId(Integer) - Method in class org.openmrs.Obs
-
- setObsService(ObsService) - Method in class org.openmrs.api.context.ServiceContext
-
- setOnsetDate(Date) - Method in class org.openmrs.Condition
-
Sets the onset date
- setOpenmrsPlatformVersion(String) - Method in class org.openmrs.module.ModuleConditionalResource
-
- setOperator(OrderSet.Operator) - Method in class org.openmrs.OrderSet
-
Sets the operator
- setOrder(Order) - Method in class org.openmrs.Obs
-
- setOrder(Order) - Method in class org.openmrs.OrderAttribute
-
- setOrderAttributeId(Integer) - Method in class org.openmrs.OrderAttribute
-
- setOrderAttributeTypeId(Integer) - Method in class org.openmrs.OrderAttributeType
-
- setOrderDAO(OrderDAO) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- setOrderDAO(OrderDAO) - Method in interface org.openmrs.api.OrderService
-
Setter for the Order data access object.
- setOrderer(Provider) - Method in class org.openmrs.Order
-
- setOrderFrequencyId(Integer) - Method in class org.openmrs.OrderFrequency
-
Sets the orderFrequencyId
- setOrderGroup(OrderGroup) - Method in class org.openmrs.Order
-
Sets the OrderGroup for that order.
- setOrderGroup(OrderGroup) - Method in class org.openmrs.OrderGroupAttribute
-
- setOrderGroupAttributeId(Integer) - Method in class org.openmrs.OrderGroupAttribute
-
- setOrderGroupAttributeTypeId(Integer) - Method in class org.openmrs.OrderGroupAttributeType
-
- setOrderGroupId(Integer) - Method in class org.openmrs.OrderGroup
-
Sets the orderGroupId
- setOrderGroupReason(Concept) - Method in class org.openmrs.OrderGroup
-
Sets the order group reason which denotes the reason why the group was
ordered
- setOrderId(Integer) - Method in class org.openmrs.Order
-
- setOrderNumber(String) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setOrderReason(Concept) - Method in class org.openmrs.Order
-
- setOrderReasonNonCoded(String) - Method in class org.openmrs.Order
-
- setOrders(List<Order>) - Method in class org.openmrs.api.db.hibernate.QueryResult
-
- setOrders(Set<Order>) - Method in class org.openmrs.Encounter
-
- setOrders(List<Order>) - Method in class org.openmrs.OrderGroup
-
Sets the orders
- setOrderService(OrderService) - Method in class org.openmrs.api.context.ServiceContext
-
- setOrderSet(OrderSet) - Method in class org.openmrs.OrderGroup
-
Sets the orderSet
- setOrderSet(OrderSet) - Method in class org.openmrs.OrderSetAttribute
-
- setOrderSet(OrderSet) - Method in class org.openmrs.OrderSetMember
-
Sets the orderSet for the member
- setOrderSetAttributeId(Integer) - Method in class org.openmrs.OrderSetAttribute
-
- setOrderSetAttributeTypeId(Integer) - Method in class org.openmrs.OrderSetAttributeType
-
- setOrderSetDAO(OrderSetDAO) - Method in class org.openmrs.api.impl.OrderSetServiceImpl
-
- setOrderSetDAO(OrderSetDAO) - Method in interface org.openmrs.api.OrderSetService
-
Setter for the OrderSet data access object.
- setOrderSetId(Integer) - Method in class org.openmrs.OrderSet
-
Sets the orderSetId
- setOrderSetMemberId(Integer) - Method in class org.openmrs.OrderSetMember
-
Sets the orderSetMemberId
- setOrderSetMembers(List<OrderSetMember>) - Method in class org.openmrs.OrderSet
-
Sets the orderSetMembers
- setOrderSetService(OrderSetService) - Method in class org.openmrs.api.context.ServiceContext
-
- setOrderTemplate(String) - Method in class org.openmrs.OrderSetMember
-
Sets the orderTemplate
- setOrderTemplateType(String) - Method in class org.openmrs.OrderSetMember
-
It takes in a name of a handler, which defines the schema of orderTemplate to be generated
- setOrderType(OrderType) - Method in class org.openmrs.api.OrderContext
-
- setOrderType(OrderType) - Method in class org.openmrs.Order
-
- setOrderType(OrderType) - Method in class org.openmrs.OrderSetMember
-
Sets the orderType
- setOrderTypeId(Integer) - Method in class org.openmrs.OrderType
-
- setOrderTypes(Collection<OrderType>) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setOrdinal(Integer) - Method in class org.openmrs.notification.Template
-
- setOriginalText(String) - Method in class org.openmrs.ConceptProposal
-
- setOtherNonCodedConceptUuid(String) - Static method in class org.openmrs.Allergen
-
Sets other non coded concept uuid constant.
- setOutcome(Concept) - Method in class org.openmrs.PatientProgram
-
- setOutcomesConcept(Concept) - Method in class org.openmrs.Program
-
- setOwner(OT) - Method in interface org.openmrs.attribute.Attribute
-
Sets the owner of this attribute
- setOwner(OwningType) - Method in class org.openmrs.attribute.BaseAttribute
-
- setPackageName(String) - Method in class org.openmrs.module.Module
-
- setPackagesToScan(String...) - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
-
Collect packages to scan that are set in core and for tests in modules.
- setPackagesWithMappedClasses(Set<String>) - Method in class org.openmrs.module.Module
-
- setPageNumber(Integer) - Method in class org.openmrs.FormField
-
- setParameterClass(Class) - Method in class org.openmrs.logic.rule.RuleParameterInfo
-
- setParameterMap(Map<String, String>) - Method in class org.openmrs.module.Extension
-
Parameters given at the extension point This method is usually called only during extension
initialization
- setParent(FormField) - Method in class org.openmrs.FormField
-
- setParent(OrderType) - Method in class org.openmrs.OrderType
-
- setParentLocation(Location) - Method in class org.openmrs.Location
-
- setParentMessageSource(MessageSource) - Method in class org.openmrs.messagesource.impl.DefaultMessageSourceServiceImpl
-
- setParentMessageSource(MessageSource) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
-
- setParentOrderGroup(OrderGroup) - Method in class org.openmrs.OrderGroup
-
Sets the parent order group to maintain linkages between groups and support group nesting
- setParser(GenericParser) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
Used by spring to inject the parser
- setPassphrase(String) - Method in class org.openmrs.ImplementationId
-
This text is a long text string that is used to validate who uses an implementation id.
- setPath(String) - Method in class org.openmrs.module.ModuleConditionalResource
-
- setPatient(Patient) - Method in class org.openmrs.Allergy
-
- setPatient(Patient) - Method in class org.openmrs.Condition
-
Sets the patient associated with the condition
- setPatient(Patient) - Method in class org.openmrs.Diagnosis
-
Sets patient with this diagnosis
- setPatient(Patient) - Method in class org.openmrs.Encounter
-
- setPatient(Patient) - Method in class org.openmrs.MedicationDispense
-
- setPatient(Patient) - Method in class org.openmrs.Order
-
- setPatient(Patient) - Method in class org.openmrs.OrderGroup
-
Sets the patient
- setPatient(Patient) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setPatient(Patient) - Method in class org.openmrs.parameter.MedicationDispenseCriteria
-
- setPatient(Patient) - Method in class org.openmrs.parameter.MedicationDispenseCriteriaBuilder
-
- setPatient(Patient) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setPatient(Patient) - Method in class org.openmrs.PatientIdentifier
-
- setPatient(Patient) - Method in class org.openmrs.PatientProgram
-
- setPatient(boolean) - Method in class org.openmrs.Person
-
This should only be set by the database layer by looking at whether a row exists in the
patient table
- setPatient(Patient) - Method in class org.openmrs.Visit
-
- setPatientDAO(PatientDAO) - Method in class org.openmrs.api.impl.PatientServiceImpl
-
- setPatientDAO(PatientDAO) - Method in interface org.openmrs.api.PatientService
-
Sets the DAO for this service.
- setPatientId(Integer) - Method in class org.openmrs.CohortMembership
-
- setPatientId(Integer) - Method in class org.openmrs.Patient
-
Sets the internal identifier for a patient.
- setPatientIdentifier(PatientIdentifier) - Method in exception org.openmrs.api.PatientIdentifierException
-
- setPatientIdentifierId(Integer) - Method in class org.openmrs.PatientIdentifier
-
- setPatientIdentifierTypeId(Integer) - Method in class org.openmrs.PatientIdentifierType
-
- setPatientProgram(PatientProgram) - Method in class org.openmrs.PatientIdentifier
-
This method sets the patient program on a patient Identifier
- setPatientProgram(PatientProgram) - Method in class org.openmrs.PatientProgramAttribute
-
- setPatientProgram(PatientProgram) - Method in class org.openmrs.PatientState
-
- setPatientProgramAttributeId(Integer) - Method in class org.openmrs.PatientProgramAttribute
-
- setPatientProgramId(Integer) - Method in class org.openmrs.PatientProgram
-
- setPatients(Collection<Patient>) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the collection of patients to be included in the search criteria.
- setPatientService(PatientService) - Method in class org.openmrs.api.context.ServiceContext
-
- setPatientStateId(Integer) - Method in class org.openmrs.PatientState
-
- setPerson(Person) - Method in class org.openmrs.Obs
-
Set the person object to this obs object.
- setPerson(Person) - Method in class org.openmrs.PersonAddress
-
- setPerson(Person) - Method in class org.openmrs.PersonAttribute
-
- setPerson(Person) - Method in class org.openmrs.PersonName
-
- setPerson(Person) - Method in class org.openmrs.Provider
-
- setPerson(Person) - Method in class org.openmrs.User
-
- setPersonA(Person) - Method in class org.openmrs.Relationship
-
- setPersonAddressId(Integer) - Method in class org.openmrs.PersonAddress
-
- setPersonAttributeId(Integer) - Method in class org.openmrs.PersonAttribute
-
- setPersonAttributeTypeId(Integer) - Method in class org.openmrs.PersonAttributeType
-
- setPersonB(Person) - Method in class org.openmrs.Relationship
-
- setPersonChangedBy(User) - Method in class org.openmrs.Person
-
- setPersonCreator(User) - Method in class org.openmrs.Person
-
- setPersonDAO(PersonDAO) - Method in class org.openmrs.api.impl.PersonServiceImpl
-
- setPersonDAO(PersonDAO) - Method in interface org.openmrs.api.PersonService
-
Sets the DAO for this service.
- setPersonDateChanged(Date) - Method in class org.openmrs.Person
-
- setPersonDateCreated(Date) - Method in class org.openmrs.Person
-
- setPersonDateVoided(Date) - Method in class org.openmrs.Person
-
- setPersonId(Integer) - Method in class org.openmrs.Obs
-
Set the person id on this obs object.
- setPersonId(Integer) - Method in class org.openmrs.Patient
-
Overrides the parent setPersonId(Integer) so that we can be sure patient id is also set
correctly.
- setPersonId(Integer) - Method in class org.openmrs.Person
-
- setPersonMergeLogData(PersonMergeLogData) - Method in class org.openmrs.person.PersonMergeLog
-
- setPersonMergeLogId(Integer) - Method in class org.openmrs.person.PersonMergeLog
-
- setPersonNameId(Integer) - Method in class org.openmrs.PersonName
-
- setPersonService(PersonService) - Method in class org.openmrs.api.context.ServiceContext
-
- setPersonVoided(Boolean) - Method in class org.openmrs.Person
-
- setPersonVoidedBy(User) - Method in class org.openmrs.Person
-
- setPersonVoidReason(String) - Method in class org.openmrs.Person
-
- setPointId(String) - Method in class org.openmrs.module.Extension
-
Set the point id
- setPostalCode(String) - Method in interface org.openmrs.Address
-
- setPostalCode(String) - Method in class org.openmrs.Location
-
- setPostalCode(String) - Method in class org.openmrs.PersonAddress
-
- setPredicates(List<Predicate>) - Method in class org.openmrs.api.db.hibernate.QueryResult
-
- setPreferred(Boolean) - Method in class org.openmrs.PatientIdentifier
-
- setPreferred(Boolean) - Method in class org.openmrs.PersonAddress
-
- setPreferred(Boolean) - Method in class org.openmrs.PersonName
-
- setPreferred(Boolean) - Method in class org.openmrs.RelationshipType
-
"Preferred" relationship types are those that should be shown as default types when
adding/editing a person's relationships
- setPreferredHandlerClassname(String) - Method in class org.openmrs.attribute.BaseAttributeType
-
- setPreferredHandlerClassname(String) - Method in class org.openmrs.FormResource
-
- setPreferredHandlerClassname(String) - Method in class org.openmrs.GlobalProperty
-
- setPreferredName(ConceptName) - Method in class org.openmrs.Concept
-
Sets the preferred name /in this locale/ to the specified conceptName and its Locale, if
there is an existing preferred name for this concept in the same locale, this one will
replace the old preferred name.
- setPrefix(String) - Method in class org.openmrs.PersonName
-
- setPreviousOrder(Order) - Method in class org.openmrs.Order
-
Sets the previous order.
- setPreviousOrderGroup(OrderGroup) - Method in class org.openmrs.OrderGroup
-
Sets the previous order group to other order groups, to maintain linkages
between groups and support group nesting
- setPreviousVersion(Condition) - Method in class org.openmrs.Condition
-
Sets the previous version of the condition
- setPreviousVersion(Obs) - Method in class org.openmrs.Obs
-
A previousVersion indicates that this Obs replaces an earlier one.
- setPriorCauseOfDeath(String) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPriorDateOfBirth(Date) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPriorDateOfBirthEstimated(boolean) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPriorDateOfDeath(Date) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPriorDateOfDeathEstimated(Boolean) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPriorGender(String) - Method in class org.openmrs.person.PersonMergeLogData
-
- setPrivilege(String) - Method in class org.openmrs.Privilege
-
- setPrivileges(List<Privilege>) - Method in class org.openmrs.module.Module
-
- setPrivileges(Set<Privilege>) - Method in class org.openmrs.Role
-
- setProbeParentLoaderLast(boolean) - Method in class org.openmrs.module.ModuleClassLoader
-
Allow the probe parent loader last variable to be set.
- setProgram(Program) - Method in class org.openmrs.PatientProgram
-
- setProgram(Program) - Method in class org.openmrs.ProgramWorkflow
-
- setProgramAttributeTypeId(Integer) - Method in class org.openmrs.ProgramAttributeType
-
- setProgramId(Integer) - Method in class org.openmrs.Program
-
- setProgramWorkflow(ProgramWorkflow) - Method in class org.openmrs.ConceptStateConversion
-
- setProgramWorkflow(ProgramWorkflow) - Method in class org.openmrs.ProgramWorkflowState
-
- setProgramWorkflowDAO(ProgramWorkflowDAO) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
-
- setProgramWorkflowDAO(ProgramWorkflowDAO) - Method in interface org.openmrs.api.ProgramWorkflowService
-
Setter for the ProgramWorkflow DataAccessObject (DAO).
- setProgramWorkflowId(Integer) - Method in class org.openmrs.ProgramWorkflow
-
- setProgramWorkflowService(ProgramWorkflowService) - Method in class org.openmrs.api.context.ServiceContext
-
- setProgramWorkflowState(ProgramWorkflowState) - Method in class org.openmrs.ConceptStateConversion
-
- setProgramWorkflowStateId(Integer) - Method in class org.openmrs.ProgramWorkflowState
-
- setProgressStatusMap(Map<String, Integer>) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- setProperties(Map<String, String>) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set the properties of the task.
- setProperty(String) - Method in class org.openmrs.GlobalProperty
-
- setProperty(String, String) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set task configuration property.
- setPropertyValue(String) - Method in class org.openmrs.GlobalProperty
-
- setProvider(EncounterRole, Provider) - Method in class org.openmrs.Encounter
-
Sets the provider for the given role.
- setProvider(Provider) - Method in class org.openmrs.EncounterProvider
-
- setProvider(Provider) - Method in class org.openmrs.ProviderAttribute
-
- setProviderAttributeId(Integer) - Method in class org.openmrs.ProviderAttribute
-
- setProviderAttributeTypeId(Integer) - Method in class org.openmrs.ProviderAttributeType
-
- setProviderDAO(ProviderDAO) - Method in class org.openmrs.api.impl.ProviderServiceImpl
-
Sets the data access object for Concepts.
- setProviderId(Integer) - Method in class org.openmrs.Provider
-
- setProviders(Collection<Provider>) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setProviderService(ProviderService) - Method in class org.openmrs.api.context.ServiceContext
-
Sets the provider service.
- setPublished(Boolean) - Method in class org.openmrs.Form
-
- setQuantity(Double) - Method in class org.openmrs.DrugOrder
-
Sets the quantity
- setQuantity(Double) - Method in class org.openmrs.MedicationDispense
-
- setQuantityUnits(Concept) - Method in class org.openmrs.DrugOrder
-
- setQuantityUnits(Concept) - Method in class org.openmrs.MedicationDispense
-
- setRanDate(Date) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setRank(Integer) - Method in class org.openmrs.Diagnosis
-
Sets diagnosis rank
- setReaction(Concept) - Method in class org.openmrs.AllergyReaction
-
- setReactionNonCoded(String) - Method in class org.openmrs.AllergyReaction
-
- setReactions(List<AllergyReaction>) - Method in class org.openmrs.Allergy
-
- setReadListener(ReadListener) - Method in class org.openmrs.web.filter.GZIPRequestStream
-
- setReadOnly(Object, boolean) - Method in class org.openmrs.api.db.hibernate.DbSession
-
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable
mode.
- setRecipient(User) - Method in class org.openmrs.notification.AlertRecipient
-
- setRecipients(Set<AlertRecipient>) - Method in class org.openmrs.notification.Alert
-
- setRecipients(String) - Method in class org.openmrs.notification.Message
-
Auto generated method comment
- setRecipients(String) - Method in class org.openmrs.notification.Template
-
- setRefreshingContext(boolean) - Static method in class org.openmrs.api.context.ServiceContext
-
- setRelationshipId(Integer) - Method in class org.openmrs.Relationship
-
- setRelationshipType(RelationshipType) - Method in class org.openmrs.Relationship
-
- setRelationshipTypeId(Integer) - Method in class org.openmrs.RelationshipType
-
- setRepeatInterval(Long) - Method in class org.openmrs.scheduler.TaskDefinition
-
Sets the number of seconds until task is executed again.
- setRequired(Boolean) - Method in class org.openmrs.FormField
-
- setRequired(boolean) - Method in class org.openmrs.logic.rule.RuleParameterInfo
-
- setRequired(Boolean) - Method in class org.openmrs.PatientIdentifierType
-
- setRequireDatabaseVersion(String) - Method in class org.openmrs.module.Module
-
- setRequiredElements(List<String>) - Method in class org.openmrs.layout.LayoutTemplate
-
- setRequiredModules(List<String>) - Method in class org.openmrs.module.Module
-
This is a convenience method to set all the required modules without any version requirements
- setRequiredModulesMap(Map<String, String>) - Method in class org.openmrs.module.Module
-
- setRequireOpenmrsVersion(String) - Method in class org.openmrs.module.Module
-
- setResultDate(Date) - Method in class org.openmrs.logic.result.Result
-
Changes the result date time — not to be confused with a value that is a date.
- setResultObject(Object) - Method in class org.openmrs.logic.result.Result
-
Set the result object
- setRetired(Boolean) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setRetired(Boolean) - Method in class org.openmrs.Concept
-
- setRetired(Boolean) - Method in interface org.openmrs.Retireable
-
- setRetired(Boolean) - Method in class org.openmrs.User
-
- setRetiredBy(User) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setRetiredBy(User) - Method in class org.openmrs.Concept
-
- setRetiredBy(User) - Method in interface org.openmrs.Retireable
-
- setRetiredBy(User) - Method in class org.openmrs.User
-
- setRetireReason(String) - Method in class org.openmrs.BaseOpenmrsMetadata
-
- setRetireReason(String) - Method in class org.openmrs.Concept
-
- setRetireReason(String) - Method in interface org.openmrs.Retireable
-
- setRetireReason(String) - Method in class org.openmrs.User
-
- setRewrites(Map<String, String>) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- setRole(Concept) - Method in class org.openmrs.Provider
-
Sets the role concept
- setRole(String) - Method in class org.openmrs.Role
-
- setRoles(Set<Role>) - Method in class org.openmrs.User
-
- setRoute(Concept) - Method in class org.openmrs.DrugOrder
-
Sets the route
- setRoute(Concept) - Method in class org.openmrs.MedicationDispense
-
- setRoute(Concept) - Method in class org.openmrs.SimpleDosingInstructions
-
- setRouter(MessageTypeRouter) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
-
Used by spring to inject the router
- setRunStatus(ChangeSet.RunStatus) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
-
- setRuntimeProperties(Properties) - Static method in class org.openmrs.api.context.Context
-
Set the runtime properties to be used by this OpenMRS instance
- setRuntimePropertiesFound(boolean) - Static method in class org.openmrs.web.Listener
-
- setSalt(String) - Method in class org.openmrs.api.db.LoginCredential
-
- setSatisfiedByAny(Boolean) - Method in class org.openmrs.notification.Alert
-
- setScheduledDate(Date) - Method in class org.openmrs.Order
-
- setScheduledTasks(Map<Integer, TimerSchedulerTask>) - Static method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
- setSchedulerDAO(SchedulerDAO) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Sets the scheduler data access object.
- setSchedulerService(SchedulerService) - Method in class org.openmrs.api.context.ServiceContext
-
Set the scheduler service.
- setSchemaName(String) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- setSearchable(Boolean) - Method in class org.openmrs.PersonAttributeType
-
- setSecretAnswer(String) - Method in class org.openmrs.api.db.LoginCredential
-
- setSecretQuestion(String) - Method in class org.openmrs.api.db.LoginCredential
-
- setSelectMultiple(Boolean) - Method in class org.openmrs.Field
-
- setSender(String) - Method in class org.openmrs.notification.Message
-
- setSender(String) - Method in class org.openmrs.notification.Template
-
- setSentDate(Date) - Method in class org.openmrs.notification.Message
-
- setSerializationClass(Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.db.SerializedObject
-
- setSerializationService(SerializationService) - Method in class org.openmrs.api.context.ServiceContext
-
- setSerializedAttributeValues(Map<VisitAttributeType, String>) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the map of serialized attribute values to be included in the search criteria.
- setSerializedData(String) - Method in class org.openmrs.api.db.SerializedObject
-
- setSerializedMergedData(String) - Method in class org.openmrs.person.PersonMergeLog
-
- setSerializerMap(Map<Class<? extends OpenmrsSerializer>, OpenmrsSerializer>) - Static method in class org.openmrs.api.impl.SerializationServiceImpl
-
- setSerializers(List<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
-
- setService(Class, Object) - Method in class org.openmrs.api.context.ServiceContext
-
Allow other services to be added to our service layer
- setServiceContext(ServiceContext) - Method in class org.openmrs.api.context.Context
-
Sets the service context.
- setServletContext(ServletContext) - Method in class org.openmrs.module.web.filter.ModuleFilterConfig
-
- setServletNames(List<String>) - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
-
Auto generated method comment
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
-
Sets the session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateConditionDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
Session factory to use for this DAO.
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateDatatypeDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateDiagnosisDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
-
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateMedicationDispenseDAO
-
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
-
Set session factory that allows us to connect to the database that Hibernate knows about.
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateOpenmrsObjectDAO
-
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateOrderSetDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
-
Hibernate Session Factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateProviderDAO
-
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateVisitDAO
-
- setSessionFactory(SessionFactory) - Method in interface org.openmrs.api.db.LocationDAO
-
Set the Hibernate SessionFactory to connect to the database.
- setSessionFactory(SessionFactory) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
-
Set session factory
- setSessionFactory(SessionFactory) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
-
Set session factory
- setSet(Boolean) - Method in class org.openmrs.Concept
-
- setSeverity(Concept) - Method in class org.openmrs.Allergy
-
- setShortName(ConceptName) - Method in class org.openmrs.Concept
-
Sets the specified name as the short name for the locale and the current shortName(if any)
ceases to be the short name for the locale.
- setSizeMappings(Map<String, String>) - Method in class org.openmrs.layout.LayoutTemplate
-
- setSortColumn(String) - Method in class org.openmrs.logic.LogicTransform
-
- setSortWeight(Double) - Method in class org.openmrs.ConceptAnswer
-
- setSortWeight(Double) - Method in class org.openmrs.ConceptSet
-
- setSortWeight(Float) - Method in class org.openmrs.FormField
-
- setSortWeight(Double) - Method in class org.openmrs.Order
-
Sets the sortWeight for an order if it is ordered as an OrderGroup.
- setSortWeight(Double) - Method in class org.openmrs.PersonAttributeType
-
- setSpeciality(Concept) - Method in class org.openmrs.Provider
-
Sets the speciality concept
- setSpecialTokens(List<String>) - Method in class org.openmrs.layout.LayoutSupport
-
- setSpecificName(ConceptName) - Method in class org.openmrs.CodedOrFreeText
-
Sets the specific name
- setSpecimenSource(Concept) - Method in class org.openmrs.ServiceOrder
-
- setSqldiff(Document) - Method in class org.openmrs.module.Module
-
- setSqlFile(String) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- setStartBeforeModulesMap(Map<String, String>) - Method in class org.openmrs.module.Module
-
Sets modules that must start after this module
- setStartDate(Date) - Method in class org.openmrs.CohortMembership
-
- setStartDate(Date) - Method in class org.openmrs.PatientState
-
- setStartDate(Date) - Method in class org.openmrs.PersonAddress
-
- setStartDate(Date) - Method in class org.openmrs.Relationship
-
- setStartDatetime(Date) - Method in class org.openmrs.Visit
-
- setStarted(Boolean) - Method in class org.openmrs.scheduler.TaskDefinition
-
Sets the flag that indicates whether the task has been started.
- setStartOnStartup(Boolean) - Method in class org.openmrs.scheduler.TaskDefinition
-
Sets the flag that indicates whether the task should startup as soon as the scheduler starts.
- setStartTime(Date) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set the start time for when the task should be executed.
- setStartTimePattern(String) - Method in class org.openmrs.scheduler.TaskDefinition
-
Sets the date format used to set the start time.
- setStartupErrorMessage(String) - Method in class org.openmrs.module.Module
-
- setStartupErrorMessage(String, Throwable) - Method in class org.openmrs.module.Module
-
Add the given exceptionMessage and throwable as the startup error for this module.
- setState(String) - Method in class org.openmrs.ConceptProposal
-
- setState(ProgramWorkflowState) - Method in class org.openmrs.PatientState
-
- setState(Object) - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
-
- setState(Object) - Method in class org.openmrs.util.OpenmrsMemento
-
- setStateProvince(String) - Method in interface org.openmrs.Address
-
- setStateProvince(String) - Method in class org.openmrs.Location
-
- setStateProvince(String) - Method in class org.openmrs.PersonAddress
-
- setStates(Set<PatientState>) - Method in class org.openmrs.PatientProgram
-
- setStates(Set<ProgramWorkflowState>) - Method in class org.openmrs.ProgramWorkflow
-
- setStaticDispatcherServlet(StaticDispatcherServlet) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Save the static content dispatcher servlet for use later when refreshing spring
- setStatus(Concept) - Method in class org.openmrs.MedicationDispense
-
- setStatus(Obs.Status) - Method in class org.openmrs.Obs
-
- setStatusReason(Concept) - Method in class org.openmrs.MedicationDispense
-
- setStopDatetime(Date) - Method in class org.openmrs.Visit
-
- setStrength(String) - Method in class org.openmrs.Drug
-
Sets the strength
- setStrength(Double) - Method in class org.openmrs.DrugIngredient
-
- setSubject(String) - Method in class org.openmrs.notification.Message
-
- setSubject(String) - Method in class org.openmrs.notification.Template
-
- setSubstitutionReason(Concept) - Method in class org.openmrs.MedicationDispense
-
- setSubstitutionType(Concept) - Method in class org.openmrs.MedicationDispense
-
- setSubtype(String) - Method in class org.openmrs.api.db.SerializedObject
-
- setSummary(String) - Method in class org.openmrs.customdatatype.CustomDatatype.Summary
-
- setSupportedTypes(List<Class<? extends OpenmrsObject>>) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
-
- setSystemId(String) - Method in class org.openmrs.User
-
- setTableName(String) - Method in class liquibase.ext.sqlgenerator.core.ModifyColumnChange
-
- setTableName(String) - Method in class org.openmrs.Field
-
- setTableNames(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
-
This is called by liquibase to set the parameter "tableNames" onto this change.
- setTag(String) - Method in class org.openmrs.ConceptNameTag
-
Sets the textual representation of this ConceptNametag.
- setTags(Collection<ConceptNameTag>) - Method in class org.openmrs.ConceptName
-
Set the tags which are attached to this ConceptName.
- setTags(Set<LocationTag>) - Method in class org.openmrs.Location
-
Set the tags which are attached to this Location.
- setTaskClass(String) - Method in class org.openmrs.scheduler.TaskDefinition
-
Set the schedulable object to be executed.
- setTaskInstance(Task) - Method in class org.openmrs.scheduler.TaskDefinition
-
Sets the runnable task instance associated with this definition.
- setTemplate(String) - Method in class org.openmrs.notification.Template
-
- setTemplateDAO(TemplateDAO) - Method in class org.openmrs.notification.impl.MessageServiceImpl
-
- setTermA(ConceptReferenceTerm) - Method in class org.openmrs.ConceptReferenceTermMap
-
- setTermB(ConceptReferenceTerm) - Method in class org.openmrs.ConceptReferenceTermMap
-
- setTerminal(Boolean) - Method in class org.openmrs.ProgramWorkflowState
-
- setText(String) - Method in class org.openmrs.notification.Alert
-
- setThreadsToNewClassLoader() - Static method in class org.openmrs.util.OpenmrsClassLoader
-
Sets the class loader, for all threads referencing a destroyed openmrs class loader,
to the current one.
- setToDate(Date) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setToNode(T) - Method in class org.openmrs.util.Graph.Edge
-
- setTransferStatus(Hl7InArchivesMigrateThread.Status) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
- setTransform(LogicTransform) - Method in interface org.openmrs.logic.LogicExpression
-
Set the transformation expression applied to the LogicExpression
- setTransientWeight(Double) - Method in class org.openmrs.ConceptSearchResult
-
Setter transientWeight
- setType(String) - Method in class org.openmrs.api.db.SerializedObject
-
- setType(Concept) - Method in class org.openmrs.Location
-
- setType(Concept) - Method in class org.openmrs.MedicationDispense
-
- setUniqueId(String) - Method in class org.openmrs.ConceptSource
-
- setUniquenessBehavior(PatientIdentifierType.UniquenessBehavior) - Method in class org.openmrs.PatientIdentifierType
-
- setUnits(String) - Method in class org.openmrs.ConceptNumeric
-
- setUnits(Concept) - Method in class org.openmrs.DrugIngredient
-
- setUnits(String) - Method in class org.openmrs.order.DrugSuggestion
-
- setUp() - Method in class org.openmrs.util.databasechange.AddConceptMapTypesChangeset
-
Get the comma separated value of the concept map types names passed in as values for
parameters
- setUp() - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.ConvertOrderersToProviders
-
- setUp() - Method in class org.openmrs.util.databasechange.CreateCodedOrderFrequencyForDrugOrderFrequencyChangeset
-
- setUp() - Method in class org.openmrs.util.databasechange.CreateDiscontinueOrders
-
- setUp() - Method in class org.openmrs.util.databasechange.DisableTriggersChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.DuplicateEncounterRoleNameChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.DuplicateEncounterTypeNameChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.DuplicateLocationAttributeTypeNameChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.EnableTriggersChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.EncryptSecretAnswersChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.GenerateUuid
-
Get the values of the parameters passed in and set them to the local variables on this class.
- setUp() - Method in class org.openmrs.util.databasechange.MigrateAllergiesChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.MigrateConceptReferenceTermChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.MigrateDrugOrderFrequencyToCodedOrderFrequencyChangeset
-
- setUp() - Method in class org.openmrs.util.databasechange.MigrateDrugOrderUnitsToCodedDoseUnitsChangeset
-
- setUp() - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.ProgramValidatorChangeSet
-
- setUp() - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
-
Get the values of the parameters passed in and set them to the local variables on this class.
- setUp() - Method in class org.openmrs.util.databasechange.UpdateCohortMemberIdsChangeset
-
- setUp() - Method in class org.openmrs.util.databasechange.UpdateLayoutAddressFormatChangeSet
-
- SETUP_PAGE_URL - Static variable in class org.openmrs.web.WebConstants
-
Page in the webapp used for initial setup of the database connection if no valid one exists
- setUpdatesRequired(boolean) - Static method in class org.openmrs.web.filter.update.UpdateFilter
-
- setUpdateURL(String) - Method in class org.openmrs.module.Module
-
- setUpdateVersion(String) - Method in class org.openmrs.module.Module
-
- setupLogAppenders() - Static method in class org.openmrs.util.OpenmrsUtil
-
- setupModule(Module.SetupContext) - Method in class org.openmrs.util.OpenmrsJacksonLocaleModule
-
- setupPageUrl - Variable in class org.openmrs.web.filter.initialization.InitializationWizardModel
-
- setupPageUrl - Variable in class org.openmrs.web.filter.update.UpdateFilterModel
-
- setupSearchIndex() - Method in interface org.openmrs.api.db.ContextDAO
-
Updates the search index if necessary.
- setupSearchIndex() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- setupXStreamSecurity(XStream, AdministrationService) - Static method in class org.openmrs.serialization.SimpleXStreamSerializer
-
Setups XStream security using AdministrationService.getSerializerWhitelistTypes()
- setUrgency(Order.Urgency) - Method in class org.openmrs.Order
-
- setUrlPatterns(List<String>) - Method in class org.openmrs.module.web.filter.ModuleFilterMapping
-
- setUser(User) - Method in class org.openmrs.api.context.BasicAuthenticated
-
- setUserActivationKey(LoginCredential) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
-
- setUserActivationKey(LoginCredential) - Method in interface org.openmrs.api.db.UserDAO
-
- setUserActivationKey(User) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- setUserActivationKey(User) - Method in interface org.openmrs.api.UserService
-
Sets a user's activation key
- setUserContext(UserContext) - Static method in class org.openmrs.api.context.Context
-
Sets the user context on the thread local so that the service layer can perform
authentication/authorization checks.
- setUserDAO(UserDAO) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- setUserDAO(UserDAO) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- setUserId(Integer) - Method in class org.openmrs.api.db.LoginCredential
-
- setUserId(Integer) - Method in class org.openmrs.User
-
- setUsername(String) - Method in class org.openmrs.User
-
- setUserProperties(Map<String, String>) - Method in class org.openmrs.User
-
- setUserProperty(User, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
-
- setUserProperty(User, String, String) - Method in interface org.openmrs.api.UserService
-
Adds the key
/value
pair to the given user
.
- setUserProperty(String, String) - Method in class org.openmrs.User
-
Convenience method.
- setUserService(UserService) - Method in class org.openmrs.api.context.ServiceContext
-
- setUseSystemClassLoader(boolean) - Static method in class org.openmrs.api.context.Context
-
- setUseSystemClassLoader(boolean) - Method in class org.openmrs.api.context.ServiceContext
-
Set this service context to use the system class loader if the
useSystemClassLoader
is set to true.
- setUuid(String) - Method in class org.openmrs.BaseOpenmrsObject
-
- setUuid(String) - Method in interface org.openmrs.OpenmrsObject
-
- setUuid(String) - Method in class org.openmrs.OrderFrequency
-
- setValidator(String) - Method in class org.openmrs.PatientIdentifierType
-
- setValue(String) - Method in class org.openmrs.api.db.ClobDatatypeStorage
-
- setValue(T) - Method in class org.openmrs.attribute.BaseAttribute
-
- setValue(String) - Method in class org.openmrs.ConceptStopWord
-
- setValue(T) - Method in interface org.openmrs.customdatatype.SingleCustomValue
-
Sets the typed value.
- setValue(T) - Method in class org.openmrs.FormResource
-
- setValue(T) - Method in class org.openmrs.GlobalProperty
-
- setValue(String) - Method in class org.openmrs.PersonAttribute
-
- setValueAsString(String) - Method in class org.openmrs.Obs
-
Sets the value for the obs from a string depending on the datatype of the question concept
- setValueBoolean(Boolean) - Method in class org.openmrs.logic.result.Result
-
Overrides the boolean representation of ths result without changing the default datatype
- setValueBoolean(Boolean) - Method in class org.openmrs.Obs
-
Sets the value of this obs to the specified valueBoolean if this obs has a boolean concept.
- setValueCoded(Concept) - Method in class org.openmrs.logic.result.Result
-
Overrides the coded representation of ths result without changing the default datatype
- setValueCoded(Concept) - Method in class org.openmrs.Obs
-
- setValueCodedName(ConceptName) - Method in class org.openmrs.Obs
-
Sets the specific name used for the coded value.
- setValueComplex(String) - Method in class org.openmrs.Obs
-
Set the value for the ComplexData.
- setValueDate(Date) - Method in class org.openmrs.Obs
-
- setValueDatetime(Date) - Method in class org.openmrs.logic.result.Result
-
Overrides the datetime representation of ths result without changing the default datatype
- setValueDatetime(Date) - Method in class org.openmrs.Obs
-
- setValueDrug(Drug) - Method in class org.openmrs.Obs
-
- setValueGroupId(Integer) - Method in class org.openmrs.Obs
-
- setValueModifier(String) - Method in class org.openmrs.Obs
-
- setValueName(String) - Method in exception org.openmrs.hl7.handler.ProposingConceptException
-
- setValueNumeric(Integer) - Method in class org.openmrs.logic.result.Result
-
Overrides the numeric representation of ths result without changing the default datatype
- setValueNumeric(Double) - Method in class org.openmrs.logic.result.Result
-
Overrides the numeric representation of ths result without changing the default datatype
- setValueNumeric(Double) - Method in class org.openmrs.Obs
-
- setValueReferenceInternal(String) - Method in class org.openmrs.attribute.BaseAttribute
-
- setValueReferenceInternal(String) - Method in interface org.openmrs.customdatatype.SingleCustomValue
-
Directly set the String value that OpenMRS should persist in the database
in a varchar column.
- setValueReferenceInternal(String) - Method in class org.openmrs.FormResource
-
- setValueReferenceInternal(String) - Method in class org.openmrs.GlobalProperty
-
- setValueText(String) - Method in class org.openmrs.logic.result.Result
-
Overrides the text representation of ths result without changing the default datatype
- setValueText(String) - Method in class org.openmrs.Obs
-
- setValueTime(Date) - Method in class org.openmrs.Obs
-
- setVerificationStatus(ConditionVerificationStatus) - Method in class org.openmrs.Condition
-
Sets the verification status of the condition
- setVersion(String) - Method in class org.openmrs.Concept
-
- setVersion(String) - Method in class org.openmrs.ConceptReferenceTerm
-
- setVersion(String) - Method in class org.openmrs.Form
-
- setVersion(String) - Method in class org.openmrs.module.Module
-
- setVersion(String) - Method in class org.openmrs.module.ModuleConditionalResource.ModuleAndVersion
-
- setViewPrivilege(Privilege) - Method in class org.openmrs.EncounterType
-
Sets privilege which can view this type of encounters
- setViewPrivilege(Privilege) - Method in class org.openmrs.GlobalProperty
-
Sets privilege which can view this globalProperty
- setVisibleConceptMapTypes(String) - Method in class org.openmrs.util.databasechange.AddConceptMapTypesChangeset
-
- setVisit(Visit) - Method in class org.openmrs.Encounter
-
Sets the visit
- setVisit(Visit) - Method in class org.openmrs.parameter.OrderSearchCriteriaBuilder
-
- setVisit(Visit) - Method in class org.openmrs.VisitAttribute
-
- setVisitAttributeId(Integer) - Method in class org.openmrs.VisitAttribute
-
- setVisitAttributeTypeId(Integer) - Method in class org.openmrs.VisitAttributeType
-
- setVisitDAO(VisitDAO) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
Method used to inject the visit data access object.
- setVisitId(Integer) - Method in class org.openmrs.Visit
-
- setVisits(Collection<Visit>) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setVisitService(VisitService) - Method in class org.openmrs.api.context.ServiceContext
-
Sets the visit service.
- setVisitType(VisitType) - Method in class org.openmrs.Visit
-
- setVisitTypeId(Integer) - Method in class org.openmrs.VisitType
-
- setVisitTypes(Collection<VisitType>) - Method in class org.openmrs.parameter.EncounterSearchCriteriaBuilder
-
- setVisitTypes(Collection<VisitType>) - Method in class org.openmrs.parameter.VisitSearchCriteria
-
Sets the collection of visit types to be included in the search criteria.
- setVoided(Boolean) - Method in class org.openmrs.BaseOpenmrsData
-
- setVoided(Boolean) - Method in class org.openmrs.ConceptName
-
Sets the voided status of this ConceptName.
- setVoided(Boolean) - Method in class org.openmrs.ConceptNameTag
-
Sets the voided status of the ConceptName.
- setVoided(Boolean) - Method in interface org.openmrs.Voidable
-
- setVoidedBy(User) - Method in class org.openmrs.BaseOpenmrsData
-
- setVoidedBy(User) - Method in class org.openmrs.ConceptName
-
Sets the User who voided this ConceptName.
- setVoidedBy(User) - Method in class org.openmrs.ConceptNameTag
-
Sets the User who voided this ConceptName.
- setVoidedBy(User) - Method in interface org.openmrs.Voidable
-
- setVoidReason(String) - Method in class org.openmrs.BaseOpenmrsData
-
- setVoidReason(String) - Method in class org.openmrs.ConceptName
-
Sets the reason this ConceptName was voided.
- setVoidReason(String) - Method in class org.openmrs.ConceptNameTag
-
Sets the reason this ConceptName was voided.
- setVoidReason(String) - Method in interface org.openmrs.Voidable
-
- setWasSubstituted(Boolean) - Method in class org.openmrs.MedicationDispense
-
- setWeight(Integer) - Method in class org.openmrs.RelationshipType
-
- setWinner(Person) - Method in class org.openmrs.person.PersonMergeLog
-
- setWord(String) - Method in class org.openmrs.ConceptSearchResult
-
- setWriteListener(WriteListener) - Method in class org.openmrs.web.filter.GZIPResponseStream
-
- SHORT_SERIALIZATION - Static variable in class org.openmrs.util.OpenmrsConstants
-
Marker put into the serialization session map to tell @Replace methods whether or not to do
just the very basic serialization
- shortenedStackTrace(String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Convert a stack trace into a shortened version for easier viewing and data storage, excluding
those lines we are least concerned with; should average about 60% reduction in stack trace
length
- ShortPasswordException - Exception in org.openmrs.api
-
Password exception when the length is less than the minimum allowed.
- ShortPasswordException() - Constructor for exception org.openmrs.api.ShortPasswordException
-
- ShortPasswordException(String) - Constructor for exception org.openmrs.api.ShortPasswordException
-
- shutdown() - Static method in class org.openmrs.api.context.Context
-
Stops the OpenMRS System Should be called after all activity has ended and application is
closing
- shutdown() - Method in interface org.openmrs.api.db.ContextDAO
-
Stops the OpenMRS System Should be called after all activity has ended and application is
closing
- shutdown() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- shutdown() - Static method in class org.openmrs.module.ModuleUtil
-
Stops the module system by calling stopModule for all modules that are currently started
- shutdown() - Static method in class org.openmrs.scheduler.SchedulerUtil
-
Shutdown the scheduler service that is statically associated with the Context class.
- shutdown() - Method in interface org.openmrs.scheduler.Task
-
Callback method used to clean up resources used during the tasks execution.
- shutdown() - Method in class org.openmrs.scheduler.tasks.AbstractTask
-
- shutdown() - Method in class org.openmrs.scheduler.tasks.HelloWorldTask
-
- shutdown() - Method in class org.openmrs.scheduler.tasks.SendEmailTask
-
- shutdown() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
-
- shutdown() - Method in class org.openmrs.scheduler.tasks.TestTask
-
- shutdown() - Method in class org.openmrs.scheduler.timer.TimerSchedulerTask
-
Shutdown the timer task and invoke the task's shutdown() callback method.
- shutdownAllTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Shutdown all running tasks.
- shutdownModules(ServletContext) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Reverses all activities done by startModule(org.openmrs.module.Module) Normal stop/shutdown
is done by ModuleFactory
- shutdownMysqlCancellationTimer() - Static method in class org.openmrs.util.MemoryLeakUtil
-
- shutdownTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
-
Cancel a scheduled task.
- shutdownTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
-
Stops a running task.
- simpleDatatypes - Static variable in class org.openmrs.hl7.HL7Constants
-
- SimpleDosingInstructions - Class in org.openmrs
-
- SimpleDosingInstructions() - Constructor for class org.openmrs.SimpleDosingInstructions
-
- SimpleServletConfig(String, ServletContext, Map<String, String>) - Constructor for class org.openmrs.module.web.ModuleServlet.SimpleServletConfig
-
- SimpleXStreamSerializer - Class in org.openmrs.serialization
-
This serializer uses the xstream library to serialize and deserialize objects.
- SimpleXStreamSerializer() - Constructor for class org.openmrs.serialization.SimpleXStreamSerializer
-
Default Constructor
- SimpleXStreamSerializer(XStream) - Constructor for class org.openmrs.serialization.SimpleXStreamSerializer
-
- SimpleXStreamSerializer(XStream, AdministrationService) - Constructor for class org.openmrs.serialization.SimpleXStreamSerializer
-
- SimpleXStreamSerializer(AdministrationService) - Constructor for class org.openmrs.serialization.SimpleXStreamSerializer
-
- SingleCustomValue<D extends CustomValueDescriptor> - Interface in org.openmrs.customdatatype
-
- size() - Method in class org.openmrs.Allergies
-
- size() - Method in class org.openmrs.Cohort
-
- size() - Method in class org.openmrs.messagesource.PresentationMessageMap
-
- size() - Method in class org.openmrs.util.ThreadSafeCircularFifoQueue
-
- sizeMappings - Variable in class org.openmrs.layout.LayoutTemplate
-
- skipFilter(HttpServletRequest) - Method in class org.openmrs.web.filter.initialization.InitializationFilter
-
- skipFilter(HttpServletRequest) - Method in class org.openmrs.web.filter.startuperror.StartupErrorFilter
-
- skipFilter(HttpServletRequest) - Method in class org.openmrs.web.filter.StartupFilter
-
If this returns true, this filter fails early and quickly.
- skipFilter(HttpServletRequest) - Method in class org.openmrs.web.filter.update.UpdateFilter
-
- skipSame(String) - Method in class org.openmrs.api.db.hibernate.search.LuceneQuery
-
Skip elements, values of which repeat in the given field.
- skipSame(String, LuceneQuery<?>) - Method in class org.openmrs.api.db.hibernate.search.LuceneQuery
-
Skip elements, values of which repeat in the given field.
- Slf4JLogger - Class in liquibase.ext.logging.slf4j
-
Simple layer to ensure liquibase logs get written to our standard loggers
- Slf4JLogger(Class<?>, LogMessageFilter) - Constructor for class liquibase.ext.logging.slf4j.Slf4JLogger
-
- Slf4JLogService - Class in liquibase.ext.logging.slf4j
-
An implementation of LogService
to use SLF4J for Liquibase logging
- Slf4JLogService() - Constructor for class liquibase.ext.logging.slf4j.Slf4JLogService
-
- SNOMED_CT_CONCEPT_SOURCE_HL7_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_DAYS_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_HOURS_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_MINUTES_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_MONTHS_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_RECURRING_INTERVAL_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_SECONDS_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_WEEKS_CODE - Static variable in class org.openmrs.Duration
-
- SNOMED_CT_YEARS_CODE - Static variable in class org.openmrs.Duration
-
- sortWeight - Variable in class org.openmrs.FormField
-
- SOUNDEX_ANALYZER - Static variable in class org.openmrs.api.db.hibernate.search.LuceneAnalyzers
-
- SourceMySqldiffFile - Class in org.openmrs.util.databasechange
-
Executes (aka "source"s) the given file on the current database.
- SourceMySqldiffFile() - Constructor for class org.openmrs.util.databasechange.SourceMySqldiffFile
-
- SPANISH_LANGUAGE - Static variable in class org.openmrs.util.OpenmrsConstants
-
- specialTokens - Variable in class org.openmrs.layout.LayoutSupport
-
- SpecifiedTextOptionsDatatype - Class in org.openmrs.customdatatype.datatype
-
- SpecifiedTextOptionsDatatype() - Constructor for class org.openmrs.customdatatype.datatype.SpecifiedTextOptionsDatatype
-
- SPECIMEN_UUID - Static variable in class org.openmrs.ConceptClass
-
- specimenSource - Variable in class org.openmrs.ServiceOrder
-
- SQL_LEVEL_ACCESS - Static variable in class org.openmrs.util.PrivilegeConstants
-
- SqlDiffFileParser - Class in org.openmrs.module
-
This class will parse an xml sql diff file
- stacktrace - Variable in class org.openmrs.web.filter.startuperror.StartupErrorFilterModel
-
- start() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- START_ANALYZER - Static variable in class org.openmrs.api.db.hibernate.search.LuceneAnalyzers
-
- startDate - Variable in class org.openmrs.layout.LayoutTemplate
-
- started() - Method in class org.openmrs.module.BaseModuleActivator
-
- started() - Method in interface org.openmrs.module.ModuleActivator
-
Called after a module is started, the application context has been refreshed and the module's
service methods are ready to be called.
- startedModules - Static variable in class org.openmrs.module.ModuleFactory
-
- startExecuting() - Method in class org.openmrs.scheduler.tasks.AbstractTask
-
Callback method that tells the task that it has started executing.
- startModule(Module) - Static method in class org.openmrs.api.context.Daemon
-
- startModule(Module, boolean, AbstractRefreshableApplicationContext) - Static method in class org.openmrs.api.context.Daemon
-
This method should not be called directly.
- startModule(Module) - Static method in class org.openmrs.module.ModuleFactory
-
- startModule(Module, boolean, AbstractRefreshableApplicationContext) - Static method in class org.openmrs.module.ModuleFactory
-
- startModule(Module, ServletContext, boolean) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Performs the webapp specific startup needs for modules Normal startup is done in
ModuleFactory.startModule(Module)
If delayContextRefresh is true, the spring context
is not rerun.
- startModuleInternal(Module) - Static method in class org.openmrs.module.ModuleFactory
-
This method should not be called directly.
- startModuleInternal(Module, boolean, AbstractRefreshableApplicationContext) - Static method in class org.openmrs.module.ModuleFactory
-
This method should not be called directly.
- startModules() - Static method in class org.openmrs.module.ModuleFactory
-
Try to start all of the loaded modules that have the global property moduleId.started is
set to "true" or the property does not exist.
- startOpenmrs(ServletContext) - Static method in class org.openmrs.web.Listener
-
Do the work of starting openmrs.
- startOpenmrs(ServletContext) - Static method in class org.openmrs.web.WebDaemon
-
Start openmrs in a new thread that is authenticated as the daemon user.
- startRefreshingContext() - Method in class org.openmrs.api.context.ServiceContext
-
Should be called right before any spring context refresh This forces all calls to
getService to wait until doneRefreshingContext
is called
- startup(Properties) - Static method in class org.openmrs.api.context.Context
-
Starts the OpenMRS System Should be called prior to any kind of activity
- startup(String, String, String, Properties) - Static method in class org.openmrs.api.context.Context
-
Starts the OpenMRS System in a _non-webapp_ environment
Note: This method calls
Context.openSession()
, so you must call
Context.closeSession()
somewhere on the same thread of this application so as to not
leak memory.
- startup(Properties) - Method in interface org.openmrs.api.db.ContextDAO
-
Starts the OpenMRS System
Should be called prior to any kind of activity
- startup(Properties) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
-
- startup(Properties) - Static method in class org.openmrs.module.ModuleUtil
-
Start up the module system with the given properties.
- startup(Properties) - Static method in class org.openmrs.scheduler.SchedulerUtil
-
Start the scheduler given the following start up properties.
- startup(Properties) - Static method in class org.openmrs.util.OpenmrsUtil
-
Initialize global settings Find and load modules
- StartupErrorFilter - Class in org.openmrs.web.filter.startuperror
-
This is the second filter that is processed.
- StartupErrorFilter() - Constructor for class org.openmrs.web.filter.startuperror.StartupErrorFilter
-
- StartupErrorFilterModel - Class in org.openmrs.web.filter.startuperror
-
The
UpdateFilter
uses this model object to hold all properties that are edited by the
user in the wizard.
- StartupErrorFilterModel(Throwable) - Constructor for class org.openmrs.web.filter.startuperror.StartupErrorFilterModel
-
Default constructor that sets up some of the properties
- StartupFilter - Class in org.openmrs.web.filter
-
Abstract class used when a small wizard is needed before Spring, jsp, etc has been started up.
- StartupFilter() - Constructor for class org.openmrs.web.filter.StartupFilter
-
- StateConversionValidator - Class in org.openmrs.validator
-
- StateConversionValidator() - Constructor for class org.openmrs.validator.StateConversionValidator
-
- StatefulTask - Class in org.openmrs.scheduler
-
Stateful task
- StatefulTask() - Constructor for class org.openmrs.scheduler.StatefulTask
-
- statesInWorkflow(ProgramWorkflow, boolean) - Method in class org.openmrs.PatientProgram
-
- StaticDispatcherServlet - Class in org.openmrs.web
-
This class is only used to get access to the dispatcher servlet that handles static content.
- StaticDispatcherServlet() - Constructor for class org.openmrs.web.StaticDispatcherServlet
-
- stop(long, TimeUnit) - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- stop() - Method in class org.openmrs.util.MemoryAppender
-
Deprecated.
- STOP_WORDS() - Static method in class org.openmrs.util.OpenmrsConstants
-
These words are ignored in concept and patient searches
- stopAndCloseApplicationContext() - Method in class org.openmrs.web.DispatcherServlet
-
Stops and closes the application context created by this dispatcher servlet.
- stopAndCloseApplicationContext() - Method in class org.openmrs.web.StaticDispatcherServlet
-
- stopExecuting() - Method in class org.openmrs.scheduler.tasks.AbstractTask
-
Callback method that tells the task that it has stopped executing.
- stopMigration() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
-
convenience method to set transfer status and active flag to stop migration
- stopModule(Module) - Static method in class org.openmrs.module.ModuleFactory
-
Runs through the advice and extension points and removes from api.
- stopModule(Module, boolean) - Static method in class org.openmrs.module.ModuleFactory
-
Runs through the advice and extension points and removes from api.
- stopModule(Module, boolean, boolean) - Static method in class org.openmrs.module.ModuleFactory
-
Runs through the advice and extension points and removes from api.
- stopModule(Module, ServletContext) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Reverses all visible activities done by startModule(org.openmrs.module.Module)
- stopModule(Module, ServletContext, boolean) - Static method in class org.openmrs.module.web.WebModuleUtil
-
Reverses all visible activities done by startModule(org.openmrs.module.Module)
- stopped() - Method in class org.openmrs.module.BaseModuleActivator
-
- stopped() - Method in interface org.openmrs.module.ModuleActivator
-
Called after a module is stopped
- stopVisits(Date) - Method in class org.openmrs.api.impl.VisitServiceImpl
-
- stopVisits(Date) - Method in interface org.openmrs.api.VisitService
-
- storeLocale(String) - Static method in class org.openmrs.web.filter.util.FilterUtil
-
Stores selected by user locale into DB as admin's user property and as system default locale
- storeProperties(Properties, File, String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Convenience method to replace Properties.store(), which isn't UTF-8 compliant
NOTE: In Java 6, you will be able to pass the load() and store() methods a UTF-8
Reader/Writer object as an argument, making this method unnecessary.
- storeProperties(Properties, OutputStream, String) - Static method in class org.openmrs.util.OpenmrsUtil
-
Convenience method to replace Properties.store(), which isn't UTF-8 compliant NOTE: In Java
6, you will be able to pass the load() and store() methods a UTF-8 Reader/Writer object as an
argument.
- stream - Variable in class org.openmrs.web.filter.GZIPRequestWrapper
-
- stream - Variable in class org.openmrs.web.filter.GZIPResponseWrapper
-
- stringStartsWith(String, String[]) - Static method in class org.openmrs.util.OpenmrsUtil
-
Tests if the given String starts with any of the specified prefixes
- stripFilename(String) - Static method in class org.openmrs.web.WebUtil
-
Strips out the path from a string if "C:\documents\file.doc", will return "file.doc" if
"file.doc", will return "file.doc" if "/home/file.doc" will return "file.doc"
- STRUCTURED_NUMERIC_UUID - Static variable in class org.openmrs.ConceptDatatype
-
- subList(int, int) - Method in class org.openmrs.Allergies
-
- subtract(Cohort, Cohort) - Static method in class org.openmrs.Cohort
-
Subtracts a cohort from a cohort
- SUFFIXES - Static variable in class org.openmrs.logging.OpenmrsConfigurationFactory
-
- Summary(String, boolean) - Constructor for class org.openmrs.customdatatype.CustomDatatype.Summary
-
- SUPERUSER - Static variable in class org.openmrs.util.RoleConstants
-
- superuserrole - Variable in class org.openmrs.web.filter.update.UpdateFilterModel
-
- supports(ComparisonOperator) - Method in class org.openmrs.logic.Duration
-
- supports(ComparisonOperator) - Method in interface org.openmrs.logic.op.Operand
-
Sanity check for this Operand vs a given operator.
- supports(Class<?>) - Method in class org.openmrs.validator.AlertValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.AllergyValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.BaseAttributeValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.CohortValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptAttributeTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptClassValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptDatatypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptDrugValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptMapTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptNameTagValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptReferenceTermValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptSourceValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConceptValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ConditionValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.DiagnosisValidator
-
Should support Diagnosis class
- supports(Class<?>) - Method in class org.openmrs.validator.DrugOrderValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.DrugValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.EncounterTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.EncounterValidator
-
Returns whether or not this validator supports validating a given class.
- supports(Class<?>) - Method in class org.openmrs.validator.FieldTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.FieldValidator
-
Returns whether or not this validator supports validating a given class.
- supports(Class<?>) - Method in class org.openmrs.validator.FormValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.HL7SourceValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ImplementationIdValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.LocationAttributeTypeValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.LocationTagValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.LocationValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ObsValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.OrderFrequencyValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.OrderTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.OrderValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.PatientIdentifierTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.PatientIdentifierValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PatientProgramValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PatientValidator
-
Returns whether or not this validator supports validating a given class.
- supports(Class<?>) - Method in class org.openmrs.validator.PersonAddressValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PersonAttributeTypeValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PersonMergeLogValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.PersonNameValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PersonValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.PrivilegeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ProgramValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ProviderAttributeTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ProviderValidator
-
Returns whether or not this validator supports validating a given class.
- supports(Class<?>) - Method in class org.openmrs.validator.RelationshipTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.RelationshipValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.RequireNameValidator
-
- supports(Class<?>) - Method in class org.openmrs.validator.RoleValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.SchedulerFormValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.ServiceOrderValidator
-
Determines if the object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.StateConversionValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.UserValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.VisitAttributeTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.VisitTypeValidator
-
Determines if the command object being submitted is a valid type
- supports(Class<?>) - Method in class org.openmrs.validator.VisitValidator
-
- supportsPropertyName(String) - Method in interface org.openmrs.api.GlobalPropertyListener
-
Asks this listener whether it wants to be notified about the given property name
- supportsPropertyName(String) - Method in class org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandler
-
- supportsPropertyName(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
-
- supportsPropertyName(String) - Method in class org.openmrs.api.impl.GlobalLocaleList
-
- supportsPropertyName(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
-
- supportsPropertyName(String) - Method in class org.openmrs.api.impl.PersonNameGlobalPropertyListener
-
- supportsPropertyName(String) - Method in class org.openmrs.layout.address.AddressSupport
-
- supportsPropertyName(String) - Method in class org.openmrs.layout.name.NameSupport
-
- supportsPropertyName(String) - Method in class org.openmrs.logging.LoggingConfigurationGlobalPropertyListener
-
- supportsPropertyName(String) - Method in class org.openmrs.util.ConfigUtil
-
- supportsPropertyName(String) - Method in class org.openmrs.util.LocaleUtility
-
- supportsPropertyName(String) - Method in class org.openmrs.util.LocationUtility
-
- supportsPropertyName(String) - Method in class org.openmrs.web.controller.PseudoStaticContentController
-
- supportsPropertyName(String) - Method in class org.openmrs.web.WebUtil
-
- supportsView(String) - Method in interface org.openmrs.obs.ComplexObsHandler
-
View support check
- supportsView(String) - Method in class org.openmrs.obs.handler.AbstractHandler
-
- SYMPTOM_FINDING_UUID - Static variable in class org.openmrs.ConceptClass
-
- SYMPTOM_UUID - Static variable in class org.openmrs.ConceptClass
-
- systemVariables - Variable in class org.openmrs.api.impl.AdministrationServiceImpl
-
Static-ish variable used to cache the system variables.