A B C D E F G H I J K L M N O P Q R S T U V W Y _

A

AbstractHandler - Class in org.openmrs.obs.handler
Abstract handler for some convenience methods Files are stored in the location specified by the global property: "obs.complex_obs_dir"
AbstractHandler() - Constructor for class org.openmrs.obs.handler.AbstractHandler
Constructor initializes formats for alternative file names to protect from unintentionally overwriting existing files.
AbstractPatientDataProducer - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
AbstractPatientDataProducer() - Constructor for class org.openmrs.reporting.AbstractPatientDataProducer
Deprecated.  
AbstractPatientDataProducer(Integer, String, String, String, String, User, Date, User, Date, Boolean, User, Date, String) - Constructor for class org.openmrs.reporting.AbstractPatientDataProducer
Deprecated.  
AbstractPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
AbstractPatientFilter() - Constructor for class org.openmrs.reporting.AbstractPatientFilter
Deprecated.  
AbstractPatientFilter(Integer, String, String, String, String, User, Date, User, Date, Boolean, User, Date, String) - Constructor for class org.openmrs.reporting.AbstractPatientFilter
Deprecated.  
AbstractReportObject - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
AbstractReportObject() - Constructor for class org.openmrs.reporting.AbstractReportObject
Deprecated.  
AbstractReportObject(Integer, String, String, String, String, User, Date, User, Date, Boolean, User, Date, String) - Constructor for class org.openmrs.reporting.AbstractReportObject
Deprecated.  
AbstractReportObjectEditor - Class in org.openmrs.propertyeditor
Deprecated. see reportingcompatibility module
AbstractReportObjectEditor() - Constructor for class org.openmrs.propertyeditor.AbstractReportObjectEditor
Deprecated. Public constructor
AbstractTask - Class in org.openmrs.scheduler.tasks
Base class for all other task classes.
AbstractTask() - Constructor for class org.openmrs.scheduler.tasks.AbstractTask
Default constructor
AbstractTask(TaskDefinition) - Constructor for class org.openmrs.scheduler.tasks.AbstractTask
Constructor
accessionNumber - Variable in class org.openmrs.Obs
 
Action - Class in org.openmrs.arden
 
Action(String) - Constructor for class org.openmrs.arden.Action
 
ACTION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
action(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
ACTION
ACTION - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
action_if_then_else2() - Method in class org.openmrs.arden.ArdenBaseParser
 
ACTION_OP - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ACTION_OP - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
action_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
action_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
activateOptions() - Method in class org.openmrs.util.MemoryAppender
 
Activator - Interface in org.openmrs.module
Deprecated. replaced by BaseModuleActivator
ACTIVE_LIST_TYPE - Static variable in class org.openmrs.activelist.Allergy
 
ACTIVE_LIST_TYPE - Static variable in class org.openmrs.activelist.Problem
 
ActiveListDAO - Interface in org.openmrs.api.db
Database methods for the ActiveListService
activeListId - Variable in class org.openmrs.activelist.ActiveListItem
 
ActiveListItem - Class in org.openmrs.activelist
TODO
ActiveListItem() - Constructor for class org.openmrs.activelist.ActiveListItem
 
ActiveListItem(Integer) - Constructor for class org.openmrs.activelist.ActiveListItem
 
ActiveListItem(Person, ActiveListType, Concept, Date) - Constructor for class org.openmrs.activelist.ActiveListItem
 
ActiveListService - Interface in org.openmrs.api
Contains generic methods pertaining to Active Lists in the system
ActiveListServiceImpl - Class in org.openmrs.api.impl
Default implementation of the active list service.
ActiveListServiceImpl() - Constructor for class org.openmrs.api.impl.ActiveListServiceImpl
 
activeListType - Variable in class org.openmrs.activelist.ActiveListItem
 
ActiveListType - Class in org.openmrs.activelist
TODO
ActiveListType() - Constructor for class org.openmrs.activelist.ActiveListType
 
ActiveListType(Integer) - Constructor for class org.openmrs.activelist.ActiveListType
 
add(int, Result) - Method in class org.openmrs.logic.result.EmptyResult
 
add(Result) - Method in class org.openmrs.logic.result.EmptyResult
 
addAction(String) - Method in class org.openmrs.arden.MLMObject
 
addAdditionalPackage(String) - Method in class org.openmrs.module.ModuleClassLoader
Convenience method to add another package name to the list of packages provided by this module
addAddress(PersonAddress) - Method in class org.openmrs.Person
Convenience method to add the address to this person's address list if the address doesn't exist already.
addAdvice(Class, Advice) - Static method in class org.openmrs.api.context.Context
Adds an AOP advice object around the given Class cls
addAdvice(Class, Advice) - Method in class org.openmrs.api.context.ServiceContext
 
addAdvisor(Class, Advisor) - Static method in class org.openmrs.api.context.Context
Adds an AOP advisor around the given Class cls
addAdvisor(Class, Advisor) - Method in class org.openmrs.api.context.ServiceContext
 
addAll(Collection<? extends Result>) - Method in class org.openmrs.logic.result.EmptyResult
 
addAll(int, Collection<? extends Result>) - Method in class org.openmrs.logic.result.EmptyResult
 
addAllAdditionalPackages(Collection<String>) - Method in class org.openmrs.module.ModuleClassLoader
Convenience method to add a bunch of package names to the list of packages provided by this module
addAnswer(ConceptAnswer) - Method in class org.openmrs.Concept
Add the given ConceptAnswer to the list of answers for this Concept
addAnswer(FieldAnswer) - Method in class org.openmrs.Field
Adds a field answer to the list of field answers
addAnswerToList(Object) - Method in class org.openmrs.arden.Comparison
 
addArgument(String, String, Class) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
addArgument(SearchArgument) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
addAttribute(PersonAttribute) - Method in class org.openmrs.Person
Convenience method to add the attribute to this person's attribute list if the attribute doesn't exist already.

Voids any current attribute with type = newAttribute.getAttributeType()

NOTE: This effectively limits persons to only one attribute of any given type **
addCalculatedColumn(String, String) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Append a calculated column
addCalculatedColumn(String, String) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Append a calculated column
addCall(String, String, String) - Method in class org.openmrs.arden.MLMObject
 
addChildLocation(Location) - Method in class org.openmrs.Location
 
addClassifiers(TableRowClassifier...) - Method in class org.openmrs.reporting.CompoundClassifier
Deprecated.  
addCohortColumn(String, Integer, Integer, Integer, String, String) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Append a cohort column
addCohortColumn(String, Integer, Integer, Integer, String, String) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Append a cohort column
addColumn(String) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
addColumns(Collection<String>) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
addCompOperator(String, Integer, String) - Method in class org.openmrs.arden.MLMObject
 
AddConcept(String) - Method in class org.openmrs.arden.MLMObject
 
addConceptColumn(String, String, Integer, String, String[]) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Append a concept based column
addConceptMapping(ConceptMap) - Method in class org.openmrs.Concept
Add the given ConceptMap object to this concept's list of concept mappings.
addConcludeVal(boolean) - Method in class org.openmrs.arden.MLMObject
 
addCutoff(Number, String) - Method in class org.openmrs.reporting.NumericRangeColumnClassifier
Deprecated.  
addDataSetDefinition(DataSetDefinition) - Method in class org.openmrs.report.ReportSchema
Deprecated.  
addDescription(ConceptDescription) - Method in class org.openmrs.Concept
Add the given description to the list of descriptions for this Concept
addErrorTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
addFormField(FormField) - Method in class org.openmrs.Form
Adds a FormField to the list of form fields
addGlobalProperty(String, String) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.saveGlobalProperty(GlobalProperty)
addGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.saveGlobalProperty(GlobalProperty)
addGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
addGlobalProperty(String, String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
addGlobalPropertyListener(GlobalPropertyListener) - Method in interface org.openmrs.api.AdministrationService
Allows code to be notified when a global property is created/edited/deleted.
addGlobalPropertyListener(GlobalPropertyListener) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
addGroupMember(Obs) - Method in class org.openmrs.Obs
Convenience method to add the given obs to this grouping.
addIdentifier(PatientIdentifier) - Method in class org.openmrs.Patient
Will add this PatientIdentifier if the patient doesn't contain it already
addIdentifiers(Collection<PatientIdentifier>) - Method in class org.openmrs.Patient
Will only add PatientIdentifiers in this list that this patient does not have already
addInterceptor(Interceptor) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
Adds the given interceptor to the list of interceptors to be applied to hibernate sessions.
addLastLabel(String) - Method in class org.openmrs.reporting.NumericRangeColumnClassifier
Deprecated.  
addLogicAssignment(String, String) - Method in class org.openmrs.arden.MLMObject
 
addMember(Integer) - Method in class org.openmrs.Cohort
 
addName(ConceptName) - Method in class org.openmrs.Concept
Add the given ConceptName to the list of names for this Concept
addName(PersonName) - Method in class org.openmrs.Person
Convenience method to add the name to this person's name list if the name doesn't exist already.
addName(PersonName) - Method in class org.openmrs.User
 
addObs(List<Obs>) - Method in class org.openmrs.arden.ArdenValue
 
addObs(Obs) - Method in class org.openmrs.Encounter
Add the given Obs to the list of obs for this Encounter.
addOrder(Order) - Method in class org.openmrs.Encounter
Add the given Order to the list of orders for this Encounter
addParameter(String) - Method in class org.openmrs.arden.Call
 
addParameter(String, String) - Method in class org.openmrs.arden.MLMObject
 
addParameter(Parameter) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Adds a SearchArgument as a Parameter where the SearchArgument name is set to the Parameter label and SearchArgument value is set to the Parameter name and SearchArgument propertyClass is set to the Parameter clazz
addParameterValue(Parameter, Object) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Add a parameter to the context with the given value with global scope
addParameterValue(Parameterizable, Parameter, Object) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Add a parameter to the context with the given value in the scope of the passed Parameterizable object
addPatientId(Integer) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Add a patient to the list to be run on
addPatientId(Integer) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Add a patient to the list to be run on
addPatientToCohort(Cohort, Patient) - Method in interface org.openmrs.api.CohortService
Adds a new patient to a Cohort.
addPatientToCohort(Cohort, Patient) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
addPresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
addPresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
addPresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
addPresentation(PresentationMessage) - Method in interface org.openmrs.messagesource.MutableMessageSource
Adds a presentation message to the source.
addPrivilege(Privilege) - Method in class org.openmrs.Role
Adds the given Privilege to the list of privileges
addProxyPrivilege(String) - Static method in class org.openmrs.api.context.Context
Convenience method.
addProxyPrivilege(String) - Method in class org.openmrs.api.context.UserContext
Gives the given privilege to all calls to hasPrivilege.
addRecipient(AlertRecipient) - Method in class org.openmrs.notification.Alert
Convenience method to add the given AlertRecipient to the list of recipients for this alert
addRecipient(User) - Method in class org.openmrs.notification.Alert
Convenience method to add the given user to this list of recipients for this alert
addRecipient(String) - Method in class org.openmrs.notification.Message
Add a new receiver of this message.
addReportElement(ReportElementDefinition) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated.  
Address - Interface in org.openmrs
Defines the standard fields for an Address in OpenMRS
addRole(Role) - Method in class org.openmrs.User
Add the given Role to the list of roles for this User
addRow(TableRow) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
addRows(Collection<TableRow>) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
addRule(String, Rule) - Method in interface org.openmrs.logic.LogicService
Registers a new rule with the logic service.
addRule(String, String[], Rule) - Method in interface org.openmrs.logic.LogicService
Registers a new rule with the logic service, associating the tags with the given token
addSearchItem(PatientSearch) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
addSetMember(Concept) - Method in class org.openmrs.Concept
Appends the concept to the end of the existing list of concept members for this Concept
addSetMember(Concept, int) - Method in class org.openmrs.Concept
Add the concept to the existing member to the list of set members in the given location.
addSimpleColumn(String, String) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Append a simple column
addSimpleColumn(String, String) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Append a simple column
addState(ProgramWorkflowState) - Method in class org.openmrs.ProgramWorkflow
Adds a new ProgramWorkflowState to this ProgramWorkflow
addStrategy(String, CohortDefinition) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Add the given cohort as a "column" to this definition with the given key.
addStrategy(String, String, CohortDefinition) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Add the given cohort as a "column" to this definition with the given key and the given description.
addTag(String) - Method in class org.openmrs.ConceptName
Adds a tag to the concept name.
addTag(String, String) - Method in class org.openmrs.ConceptName
Adds a tag to the concept name.
addTag(ConceptNameTag) - Method in class org.openmrs.ConceptName
Attaches a tag to the concept name.
addTag(LocationTag) - Method in class org.openmrs.Location
Attaches a tag to the Location.
addToCache(String, Object) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Add a value to the cache with a given key
AddToEvaluateList(String, String) - Method in class org.openmrs.arden.MLMObject
 
addTokenTag(String, String) - Method in interface org.openmrs.logic.LogicService
Adds a tag to the given token.
addToListMap(Map<K, List<V>>, K, V) - Static method in class org.openmrs.util.OpenmrsUtil
 
addToSetMap(Map<K, Set<V>>, K, V) - Static method in class org.openmrs.util.OpenmrsUtil
Allows easy manipulation of a Map
addWorkflow(ProgramWorkflow) - Method in class org.openmrs.Program
Adds a new ProgramWorkflow to this Program
AdministrationDAO - Interface in org.openmrs.api.db
Database methods for the AdministrationService
AdministrationService - Interface in org.openmrs.api
Contains methods pertaining to doing some administrative tasks in OpenMRS
AdministrationServiceImpl - Class in org.openmrs.api.impl
Default implementation of the administration services.
AdministrationServiceImpl() - Constructor for class org.openmrs.api.impl.AdministrationServiceImpl
Default empty constructor
ADTA28Handler - Class in org.openmrs.hl7.handler
 
ADTA28Handler() - Constructor for class org.openmrs.hl7.handler.ADTA28Handler
 
AdvicePoint - Class in org.openmrs.module
 
AdvicePoint() - Constructor for class org.openmrs.module.AdvicePoint
 
AdvicePoint(String, Class<?>) - Constructor for class org.openmrs.module.AdvicePoint
 
AdvicePoint(Module, String, String) - Constructor for class org.openmrs.module.AdvicePoint
 
AFTER - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AFTER - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
after(String) - Method in class org.openmrs.arden.ArdenClause
 
after(Date) - Method in interface org.openmrs.logic.LogicCriteria
Add a In expression to the current LogicCriteria
After - Class in org.openmrs.logic.op
The After operator works with a date object to tests whether an expression will yield result after a certain date position.

Example:
- logicService.parse("'CD4 COUNT'").after(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations after 12/04/2009
After() - Constructor for class org.openmrs.logic.op.After
 
AFTER - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
AFTER - Static variable in interface org.openmrs.logic.op.Operator
 
afterPropertiesSet() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
afterTransactionBegin(Transaction) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
afterTransactionCompletion(Transaction) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
age_code() - Method in class org.openmrs.arden.ArdenBaseParser
 
AGE_MAX - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AGE_MAX - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
age_max_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
AGE_MIN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AGE_MIN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
age_min_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
ageFromBirthdate(Date) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. this method is not currently used within OpenMRS and is a duplicate of Person.getAge(Date)
aggregate(DataTable) - Method in class org.openmrs.reporting.CountAggregator
Deprecated.  
aggregate(DataTable) - Method in interface org.openmrs.reporting.TableRowAggregator
Deprecated.  
AGO - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AGO - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
Alert - Class in org.openmrs.notification
Alerts are the simplest form of communication.
Alert() - Constructor for class org.openmrs.notification.Alert
Default empty constructor
Alert(Integer) - Constructor for class org.openmrs.notification.Alert
Initializes an alert with the given alert id
Alert(String, Collection<User>) - Constructor for class org.openmrs.notification.Alert
Convenience constructor to create an alert with the given text and for the given users
Alert(String, User) - Constructor for class org.openmrs.notification.Alert
Convenience constructor to create an alert with the given text and for the given users
AlertDAO - Interface in org.openmrs.notification.db
Database methods for the AlertService
AlertRecipient - Class in org.openmrs.notification
This class is essentially a wrapper for the user object.
AlertRecipient() - Constructor for class org.openmrs.notification.AlertRecipient
Default empty constructor
AlertRecipient(Alert) - Constructor for class org.openmrs.notification.AlertRecipient
Initializes a recipient with the given alert
AlertRecipient(Alert, User) - Constructor for class org.openmrs.notification.AlertRecipient
Initializes a recipient with the given alert and recipient/user
AlertRecipient(User, Boolean) - Constructor for class org.openmrs.notification.AlertRecipient
Initializes a recipient with the given user
AlertReminderTask - Class in org.openmrs.scheduler.tasks
Sample implementation of task that shows how to send emails to users/roles via message service.
AlertReminderTask() - Constructor for class org.openmrs.scheduler.tasks.AlertReminderTask
 
AlertService - Interface in org.openmrs.notification
Contains methods pertaining to creating/deleting/voiding Alerts in the system Use:
AlertServiceImpl - Class in org.openmrs.notification.impl
This class should not be instantiated by itself.
AlertServiceImpl() - Constructor for class org.openmrs.notification.impl.AlertServiceImpl
Default constructor
Allergy - Class in org.openmrs.activelist
TODO
Allergy() - Constructor for class org.openmrs.activelist.Allergy
 
Allergy(Integer) - Constructor for class org.openmrs.activelist.Allergy
 
Allergy(Patient, Concept, Date, AllergyType, Concept, AllergySeverity) - Constructor for class org.openmrs.activelist.Allergy
 
AllergySeverity - Enum in org.openmrs.activelist
 
AllergyType - Enum in org.openmrs.activelist
 
allowAdmin() - Static method in class org.openmrs.module.ModuleUtil
 
allowAutoUpdate() - Static method in class org.openmrs.util.DatabaseUpdater
Indicates whether automatic database updates are allowed by this server.
AMPERSAND - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AMPERSAND - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
AND - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AND - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
and(LogicCriteria) - Method in interface org.openmrs.logic.LogicCriteria
Append the LogicCriteria using the And operator
And - Class in org.openmrs.logic.op
The And operator is a conjunction operator to combine two or more LogicCriteria objects.

Example:
- logicService.parse("'CD4 COUNT'").and(logicService.parse("'WEIGHT (KG)'"));
The above will give us a criteria to check if there's "CD4 COUNT" and "WEIGHT (KG)" observations
And() - Constructor for class org.openmrs.logic.op.And
 
AND - Static variable in interface org.openmrs.logic.op.LogicalOperator
 
AND - Static variable in interface org.openmrs.logic.op.Operator
 
ANONYMOUS_ROLE - Static variable in class org.openmrs.util.OpenmrsConstants
 
ANY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ANY - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
any_reserved_word() - Method in class org.openmrs.arden.ArdenBaseParser
 
APIAuthenticationException - Exception in org.openmrs.api
Represents often fatal errors that occur within the API infrastructure involving a user's lack of privileges.
APIAuthenticationException() - Constructor for exception org.openmrs.api.APIAuthenticationException
Default empty constructor.
APIAuthenticationException(String) - Constructor for exception org.openmrs.api.APIAuthenticationException
Common constructor taking in a message to give the user some context as to where/why the authentication failed.
APIAuthenticationException(String, Throwable) - Constructor for exception org.openmrs.api.APIAuthenticationException
Common constructor taking in a message to give the user some context as to where/why the authentication failed.
APIAuthenticationException(Throwable) - Constructor for exception org.openmrs.api.APIAuthenticationException
Constructor giving the user a further cause exception reason that caused this authentication failure
APIException - Exception in org.openmrs.api
Represents often fatal errors that occur within the API infrastructure.
APIException() - Constructor for exception org.openmrs.api.APIException
Default empty constructor.
APIException(String) - Constructor for exception org.openmrs.api.APIException
General constructor to give the end user a helpful message that relates to why this error occurred.
APIException(String, Throwable) - Constructor for exception org.openmrs.api.APIException
General constructor to give the end user a helpful message and to also propagate the parent error exception message.
APIException(Throwable) - Constructor for exception org.openmrs.api.APIException
Constructor used to simply chain a parent exception cause to an APIException.
APOSTROPHE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
APOSTROPHE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
append(LoggingEvent) - Method in class org.openmrs.util.MemoryAppender
 
appendCriteria(Operator, LogicCriteria) - Method in interface org.openmrs.logic.LogicCriteria
Append a LogicCriteria with another LogicCriteria using an operator
appendExpression(Operator, Operand) - Method in interface org.openmrs.logic.LogicCriteria
Create a new LogicExpression using the operand and operator and then append them to the current LogicCriteria
appendExpression(Operator, String) - Method in interface org.openmrs.logic.LogicCriteria
 
appendExpression(Operator, double) - Method in interface org.openmrs.logic.LogicCriteria
 
APPLICATION_DATA_DIRECTORY - Static variable in class org.openmrs.util.OpenmrsConstants
The directory that will store filesystem data about openmrs like module omods, generated data exports, etc.
APPLICATION_DATA_DIRECTORY_RUNTIME_PROPERTY - Static variable in class org.openmrs.util.OpenmrsConstants
The name of the runtime property that a user can set that will specify where openmrs's application directory is
applyLogLevel(String, String) - Static method in class org.openmrs.util.OpenmrsUtil
Set the log4j log level for class logClass to logLevel.
applyLogLevels() - Static method in class org.openmrs.util.OpenmrsUtil
Set the org.openmrs log4j logger's level if global property log.level.openmrs ( OpenmrsConstants.GLOBAL_PROPERTY_LOG_LEVEL ) exists.
applyReportXmlMacros(String) - Method in interface org.openmrs.api.ReportService
Deprecated. Applies the report xml macros to the input, and returns it.
applyReportXmlMacros(String) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
applyTransform(Operator) - Method in interface org.openmrs.logic.LogicCriteria
Apply a transformation operator to a logic expression
ARDEN_CURLY_BRACKETS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ARDEN_CURLY_BRACKETS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
arden_version_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseLexer - Class in org.openmrs.arden
 
ArdenBaseLexer(InputStream) - Constructor for class org.openmrs.arden.ArdenBaseLexer
 
ArdenBaseLexer(Reader) - Constructor for class org.openmrs.arden.ArdenBaseLexer
 
ArdenBaseLexer(InputBuffer) - Constructor for class org.openmrs.arden.ArdenBaseLexer
 
ArdenBaseLexer(LexerSharedInputState) - Constructor for class org.openmrs.arden.ArdenBaseLexer
 
ArdenBaseParser - Class in org.openmrs.arden
 
ArdenBaseParser(TokenBuffer, int) - Constructor for class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseParser(TokenBuffer) - Constructor for class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseParser(TokenStream, int) - Constructor for class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseParser(TokenStream) - Constructor for class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseParser(ParserSharedInputState) - Constructor for class org.openmrs.arden.ArdenBaseParser
 
ArdenBaseParserTokenTypes - Interface in org.openmrs.arden
 
ArdenBaseTreeParser - Class in org.openmrs.arden
 
ArdenBaseTreeParser() - Constructor for class org.openmrs.arden.ArdenBaseTreeParser
 
ArdenBaseTreeParserTokenTypes - Interface in org.openmrs.arden
 
ArdenClause - Class in org.openmrs.arden
Arden Clauses are represented by ArdenClause classes.
ArdenClause() - Constructor for class org.openmrs.arden.ArdenClause
 
ArdenClause.Predicate - Enum in org.openmrs.arden
 
ArdenDataSource - Interface in org.openmrs.arden
 
ArdenRule - Interface in org.openmrs.arden
 
ArdenService - Interface in org.openmrs.arden
 
ArdenServiceImpl - Class in org.openmrs.arden.impl
Arden-related services
ArdenServiceImpl() - Constructor for class org.openmrs.arden.impl.ArdenServiceImpl
 
ArdenValue - Class in org.openmrs.arden
 
ArdenValue() - Constructor for class org.openmrs.arden.ArdenValue
 
ArdenValue(Patient, Locale) - Constructor for class org.openmrs.arden.ArdenValue
 
ARE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ARE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
areCompatible(Locale, Locale) - Static method in class org.openmrs.util.LocaleUtility
Compatible is a looser matching than that provided by Locale.equals().
as_func_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
asOf(Date) - Method in interface org.openmrs.logic.LogicCriteria
Add a AsOf expression to the current LogicCriteria
AsOf - Class in org.openmrs.logic.op
The AsOf operator works with a date object to test whether an expression will yield result after a certain date position

Example:
- logicService.parse("'CD4 COUNT'").asOf(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations as of 12/04/2009
AsOf() - Constructor for class org.openmrs.logic.op.AsOf
 
ASOF - Static variable in interface org.openmrs.logic.op.Operator
 
assemble(Serializable, Object) - Method in class org.openmrs.util.HibernateEnumType
 
AT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
at(String) - Method in class org.openmrs.arden.ArdenClause
 
Attributable<E> - Interface in org.openmrs
Classes marked with this interface are able to be special values for a PersonAttribute.
AttributableDate - Class in org.openmrs.util
This class is a stand in for using "java.util.Date" as a PersonAttribute format.
AttributableDate() - Constructor for class org.openmrs.util.AttributableDate
Default empty constructor
AttributableDate(long) - Constructor for class org.openmrs.util.AttributableDate
Convenience constructor allowing creation of an AttributableDate with the given time
Auditable - Interface in org.openmrs
In OpenMRS, the convention is to track basic audit information for each object related to who initially created the object and when, and who last changed the object and when.
AuditableInterceptor - Class in org.openmrs.api.db.hibernate
This class looks for Auditable that are being inserted into the database.
AuditableInterceptor() - Constructor for class org.openmrs.api.db.hibernate.AuditableInterceptor
 
AuditableSaveHandler - Class in org.openmrs.api.handler
This class deals with any object that implements Auditable.
AuditableSaveHandler() - Constructor for class org.openmrs.api.handler.AuditableSaveHandler
 
authenticate(String, String) - Static method in class org.openmrs.api.context.Context
Used to authenticate user within the context
authenticate(String, String, ContextDAO) - Method in class org.openmrs.api.context.UserContext
Authenticate the user to this UserContext.
authenticate(String, String) - Method in interface org.openmrs.api.db.ContextDAO
Authenticate user with the given username and password.
authenticate(String, String) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
authenticate() - Method in class org.openmrs.scheduler.tasks.AbstractTask
Deprecated. this method is not used anymore. All threads are run as the Daemon user
AUTHENTICATED_ROLE - Static variable in class org.openmrs.util.OpenmrsConstants
 
AUTHOR - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AUTHOR - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
author_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
AuthorizationAdvice - Class in org.openmrs.aop
This class provides the authorization AOP advice performed before every service layer method call.
AuthorizationAdvice() - Constructor for class org.openmrs.aop.AuthorizationAdvice
 
Authorized - Annotation Type in org.openmrs.annotation
Annotation used to describe service layer authorization attributes.
AuthorizedAnnotationAttributes - Class in org.openmrs.annotation
Annotation attributes metadata implementation used for authorization method interception.
AuthorizedAnnotationAttributes() - Constructor for class org.openmrs.annotation.AuthorizedAnnotationAttributes
 
AUTO_ROLES() - Static method in class org.openmrs.util.OpenmrsConstants
These roles are given to a user automatically and cannot be assigned
AUTO_UPDATE_DATABASE_RUNTIME_PROPERTY - Static variable in class org.openmrs.util.OpenmrsConstants
The name of the runtime property that a user can set that will specify whether the database is automatically updated on startup
AVERAGE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AVERAGE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
average() - Method in interface org.openmrs.logic.LogicCriteria
Apply the Average operator to the LogicCriteria
Average - Class in org.openmrs.logic.op
The Average operator will calculate the average result from a collection of result returned by the logic expression

Example:
- logicService.parse("'CD4 COUNT'").average();
The above will give us a criteria to get the average result of the "CD4 COUNT" observations
Average() - Constructor for class org.openmrs.logic.op.Average
 
AVERAGE - Static variable in interface org.openmrs.logic.op.Operator
 
AVERAGE - Static variable in interface org.openmrs.logic.op.TransformOperator
 
AVG - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
AVG - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
avg() - Method in class org.openmrs.arden.ArdenClause
 

B

BaseHyphenatedIdentifierValidator - Class in org.openmrs.patient.impl
An abstract class for identifier validators for identifiers that have a hyphen before a single check digit.
BaseHyphenatedIdentifierValidator() - Constructor for class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
 
BaseModuleActivator - Class in org.openmrs.module
Must be extended by modules and referenced by the Module-Activator property in the module manifest, contains methods that let modules get notifications as the application is executing to allow modules to react in custom ways.
BaseModuleActivator() - Constructor for class org.openmrs.module.BaseModuleActivator
 
BaseOpenmrsData - Class in org.openmrs
In OpenMRS, we distinguish between data and metadata within our data model.
BaseOpenmrsData() - Constructor for class org.openmrs.BaseOpenmrsData
Default Constructor
BaseOpenmrsMetadata - Class in org.openmrs
In OpenMRS, we distinguish between data and metadata within our data model.
BaseOpenmrsMetadata() - Constructor for class org.openmrs.BaseOpenmrsMetadata
Default Constructor
BaseOpenmrsObject - Class in org.openmrs
This is the base implementation of the OpenmrsObject interface.
It implements the uuid variable that all objects are expected to have.
BaseOpenmrsObject() - Constructor for class org.openmrs.BaseOpenmrsObject
 
BaseOpenmrsService - Class in org.openmrs.api.impl
Default method implementations for the OpenmrsService.
BaseOpenmrsService() - Constructor for class org.openmrs.api.impl.BaseOpenmrsService
 
BaseRetireHandler - Class in org.openmrs.api.handler
This is the default class for all retire* actions that take place on all services.
BaseRetireHandler() - Constructor for class org.openmrs.api.handler.BaseRetireHandler
 
BaseUnretireHandler - Class in org.openmrs.api.handler
This is the super interface for all unretire* actions that take place on all services.
BaseUnretireHandler() - Constructor for class org.openmrs.api.handler.BaseUnretireHandler
 
BaseUnvoidHandler - Class in org.openmrs.api.handler
This is the super interface for all unvoid* actions that take place on all services.
BaseUnvoidHandler() - Constructor for class org.openmrs.api.handler.BaseUnvoidHandler
 
BaseVoidHandler - Class in org.openmrs.api.handler
This is the super interface for all void* actions that take place on all services.
BaseVoidHandler() - Constructor for class org.openmrs.api.handler.BaseVoidHandler
 
BE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
BE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
BECOMES - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
BECOMES - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
becomeUser(String) - Static method in class org.openmrs.api.context.Context
Become a different user.
becomeUser(String) - Method in class org.openmrs.api.context.UserContext
Change current authentication to become another user.
before(Method, Object[], Object) - Method in class org.openmrs.aop.AuthorizationAdvice
Allows us to check whether a user is authorized to access a particular method.
before(Method, Object[], Object) - Method in class org.openmrs.aop.RequiredDataAdvice
 
BEFORE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
BEFORE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
before(String) - Method in class org.openmrs.arden.ArdenClause
 
before(Date) - Method in interface org.openmrs.logic.LogicCriteria
Add a Before expression to the current LogicCriteria
Before - Class in org.openmrs.logic.op
The Before operator works with a date object to tests whether an expression will yield result before a certain date position.

Example:
- logicService.parse("'CD4 COUNT'").before(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations before 12/04/2009
Before() - Constructor for class org.openmrs.logic.op.Before
 
BEFORE - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
BEFORE - Static variable in interface org.openmrs.logic.op.Operator
 
beforeTransactionCompletion(Transaction) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
binary_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
binary_comp_opAST(AST, String, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
BlankIdentifierException - Exception in org.openmrs.api
Exception thrown when a Patient or PatientIdentifier is being saved with an empty or null PatientIdentifier.getIdentifier()
BlankIdentifierException() - Constructor for exception org.openmrs.api.BlankIdentifierException
Default empty constructor.
BlankIdentifierException(String) - Constructor for exception org.openmrs.api.BlankIdentifierException
General constructor to give the end user a helpful message that relates to why this error occurred.
BlankIdentifierException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.BlankIdentifierException
This is the preferred constructor.
BlankIdentifierException(String, Throwable) - Constructor for exception org.openmrs.api.BlankIdentifierException
Convenience constructor used to simply wrap around a different error cause
BlankIdentifierException(Throwable) - Constructor for exception org.openmrs.api.BlankIdentifierException
Constructor used to only wrap around a parent cause.
BOOLEAN - Static variable in class org.openmrs.ConceptDatatype
 
BOOLEAN_UUID - Static variable in class org.openmrs.ConceptDatatype
 
boolean_value() - Method in class org.openmrs.arden.ArdenBaseParser
 
BooleanConceptChangeSet - Class in org.openmrs.util.databasechange
Adds yes/no boolean concepts and changes all boolean obs values to match these concepts
BooleanConceptChangeSet() - Constructor for class org.openmrs.util.databasechange.BooleanConceptChangeSet
 
buildTokenTypeASTClassMap() - Method in class org.openmrs.arden.ArdenBaseParser
 

C

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.
CachingPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CachingPatientFilter() - Constructor for class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
calculateAge(Date) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the person's birthdate as of today
CalculatedColumn - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
CalculatedColumn() - Constructor for class org.openmrs.reporting.export.CalculatedColumn
Deprecated.  
CalculatedColumn(String, String) - Constructor for class org.openmrs.reporting.export.CalculatedColumn
Deprecated.  
calculateYearsBetween(Date, Date) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Calculate the years between two dates (age).
calendar - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
CALL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
CALL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
Call - Class in org.openmrs.arden
This class translates the CALL function of an MLM into a context.eval() of a rule
Call(String, String) - Constructor for class org.openmrs.arden.Call
 
call_phrase() - Method in class org.openmrs.arden.ArdenBaseParser
 
callSectionAST(AST, MLMObject, String, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
callStringAST(AST, String, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
canEvaluate(DataSetDefinition) - Method in class org.openmrs.report.CohortDataSetProvider
Deprecated.  
canEvaluate(DataSetDefinition) - Method in interface org.openmrs.report.DataSetProvider
Deprecated.  
canEvaluate(DataSetDefinition) - Method in class org.openmrs.report.RowPerObsDataSetProvider
Deprecated.  
canEvaluate(DataSetDefinition) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetProvider
Deprecated.  
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.
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
 
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.
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(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
changePassword(String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
changePassword(User, String) - Method in interface org.openmrs.api.UserService
Changes the user's password ** Restricted to Super User access**
changePassword(String, String) - Method in interface org.openmrs.api.UserService
Changes the current user's password.
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.
changeToState(PatientProgram, ProgramWorkflow, ProgramWorkflowState, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
changeToState(PatientProgram, ProgramWorkflow, ProgramWorkflowState, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use PatientProgram.transitionToState(ProgramWorkflowState, Date)
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
checkConsistancy() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
checkCoreDataset() - Static method in class org.openmrs.api.context.Context
Runs through the core data (e.g.
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) - 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
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
 
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
 
checkMandatoryModulesStarted() - Static method in class org.openmrs.module.ModuleUtil
Looks at the .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
 
checkPatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. use PatientIdentifierValidator.validateIdentifier(PatientIdentifier)
checkPatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
Deprecated. use PatientIdentifierValidator.validateIdentifier(PatientIdentifier)
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
This method is an enhancement of ModuleUtil.compareVersion(String, String) and adds support for wildcard characters and upperbounds.
citation_text() - Method in class org.openmrs.arden.ArdenBaseParser
 
citation_type() - Method in class org.openmrs.arden.ArdenBaseParser
 
CITATIONS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
CITATIONS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
citations_list() - Method in class org.openmrs.arden.ArdenBaseParser
 
citations_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
CIVIL_STATUS_CONCEPT_ID - Static variable in class org.openmrs.util.OpenmrsConstants
 
CLASS_DRUG - Static variable in class org.openmrs.hl7.HL7Constants
 
CLASS_DRUG - Static variable in class org.openmrs.util.FormConstants
Deprecated. 
classify(TableRow) - Method in class org.openmrs.reporting.CompoundClassifier
Deprecated.  
classify(TableRow) - Method in class org.openmrs.reporting.DateColumnClassifier
Deprecated.  
classify(TableRow) - Method in class org.openmrs.reporting.NumericRangeColumnClassifier
Deprecated.  
classify(TableRow) - Method in class org.openmrs.reporting.SimpleColumnClassifier
Deprecated.  
classify(TableRow) - Method in interface org.openmrs.reporting.TableRowClassifier
Deprecated.  
ClassLoaderFileOpener - Class in org.openmrs.util
Implementation of liquibase FileOpener interface so that the OpenmrsClassLoader will be used to find files (or any other classloader that is passed into the contructor).
ClassLoaderFileOpener(ClassLoader) - Constructor for class org.openmrs.util.ClassLoaderFileOpener
 
clause(ArdenClause) - Method in class org.openmrs.arden.ArdenClause
 
clear() - Method in class org.openmrs.logic.result.EmptyResult
 
clear() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
clear() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
clearCache() - Method in class org.openmrs.report.EvaluationContext
Deprecated. Clear the entire cache
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.
clone() - Method in class org.openmrs.PersonAddress
bitwise copy of the personAddress object.
cloneCompositionAsFilter(CohortSearchHistory) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Deep-copies this.parsedComposition, and converts to filters, in the context of history
cloneCompositionAsFilter(CohortSearchHistory, EvaluationContext) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Deep-copies this.parsedComposition, and converts to filters, in the context of history
close() - Method in class org.openmrs.util.MemoryAppender
 
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
 
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
 
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
This constructor does not check whether the database contains patients with the given ids, but
Cohort(String, String, Patient[]) - Constructor for class org.openmrs.Cohort
This constructor does not check whether the database contains patients with the given ids, but
Cohort(Collection) - Constructor for class org.openmrs.Cohort
This constructor does not check whether the database contains patients with the given ids, but
Cohort(String, String, Collection) - Constructor for class org.openmrs.Cohort
This constructor does not check whether the database contains patients with the given ids, but
Cohort(String) - Constructor for class org.openmrs.Cohort
Convenience contructor 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
CohortColumn - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
CohortColumn() - Constructor for class org.openmrs.reporting.export.CohortColumn
Deprecated.  
CohortColumn(String, Integer, Integer, Integer, String, String) - Constructor for class org.openmrs.reporting.export.CohortColumn
Deprecated.  
CohortDAO - Interface in org.openmrs.api.db
Database methods for cohort objects.
CohortDataSet - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
CohortDataSet() - Constructor for class org.openmrs.report.CohortDataSet
Deprecated.  
CohortDataSetDefinition - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
CohortDataSetDefinition() - Constructor for class org.openmrs.report.CohortDataSetDefinition
Deprecated. Default constructor
CohortDataSetProvider - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
CohortDataSetProvider() - Constructor for class org.openmrs.report.CohortDataSetProvider
Deprecated.  
CohortDefinition - Interface in org.openmrs.cohort
Deprecated. see reportingcompatibility module
CohortDefinition - Class in org.openmrs.reporting.data
Deprecated. see reportingcompatibility module
CohortDefinition() - Constructor for class org.openmrs.reporting.data.CohortDefinition
Deprecated. Default public constructor
cohortDefinition - Variable in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated.  
CohortDefinitionItemHolder - Class in org.openmrs.cohort
Deprecated. see reportingcompatibility module
CohortDefinitionItemHolder() - Constructor for class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated. Public constructor.
CohortDefinitionItemHolder(String, String, CohortDefinition) - Constructor for class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated. Public constructor.
CohortDefinitionProvider - Interface in org.openmrs.cohort
Deprecated. see reportingcompatibility module
CohortEditor - Class in org.openmrs.propertyeditor
 
CohortEditor() - Constructor for class org.openmrs.propertyeditor.CohortEditor
 
CohortFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CohortFilter() - Constructor for class org.openmrs.reporting.CohortFilter
Deprecated.  
CohortFilter(Cohort) - Constructor for class org.openmrs.reporting.CohortFilter
Deprecated.  
CohortHistoryCompositionFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CohortHistoryCompositionFilter() - Constructor for class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
cohortMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
CohortSearchHistory - Class in org.openmrs.cohort
Deprecated. see reportingcompatibility module
CohortSearchHistory() - Constructor for class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
CohortSearchHistory.CohortSearchHistoryItemHolder - Class in org.openmrs.cohort
Deprecated.  
CohortSearchHistory.CohortSearchHistoryItemHolder() - Constructor for class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
CohortService - Interface in org.openmrs.api
API methods related to Cohorts and CohortDefinitions A Cohort is a list of patient ids. A CohortDefinition is a search strategy which can be used to arrive at a cohort.
CohortServiceImpl - Class in org.openmrs.api.impl
API functions related to Cohorts
CohortServiceImpl() - Constructor for class org.openmrs.api.impl.CohortServiceImpl
 
CohortUtil - Class in org.openmrs.cohort
Deprecated. see reportingcompatibility module
CohortUtil() - Constructor for class org.openmrs.cohort.CohortUtil
Deprecated.  
collectFilters() - Method in class org.openmrs.module.ModuleClassLoader
Get and cache the filters for this module (not currently implemented)
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.
collectRequiredModuleImports() - Method in class org.openmrs.module.ModuleClassLoader
Get and cache the imports for this module.
COLON - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
COLON - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
columnName - Static variable in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
columnType - Static variable in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
COMMA - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
COMMA - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
comment - Variable in class org.openmrs.Obs
 
comments - Variable in class org.openmrs.activelist.ActiveListItem
 
compare(String, String) - Method in class org.openmrs.module.VersionComparator
 
compare(String, String) - Method in class org.openmrs.util.InsertedOrderComparator
Deprecated.  
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.
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.
compareTo(Problem) - Method in class org.openmrs.activelist.Problem
 
compareTo(ConceptAnswer) - Method in class org.openmrs.ConceptAnswer
 
compareTo(ConceptSet) - Method in class org.openmrs.ConceptSet
 
compareTo(ConceptWord) - Method in class org.openmrs.ConceptWord
 
compareTo(FormField) - Method in class org.openmrs.FormField
Sort order for the form fields in the schema.
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(PersonName) - Method in class org.openmrs.PersonName
TODO: the behavior of this method needs to be controlled by some sort of global property because an implementation can define how they want their names to look (which fields to show/hide)
compareTo(RenderingMode) - Method in class org.openmrs.report.RenderingMode
Deprecated. Higher sortWeight comes first
compareTo(DrugOrderPatientFilter) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
compareTo(PatientCharacteristicFilter) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
compareTo(DoubleRange) - Method in class org.openmrs.util.DoubleRange
first sorts according to low-bound (ascending) then according to high-bound (descending)
compareVersion(String, String) - Static method in class org.openmrs.module.ModuleUtil
Compares version to value version and value are strings like w.x.y.z 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
 
Comparison - Class in org.openmrs.arden
This class translates comparisons within MLM if statements into java
Comparison(String, Integer) - Constructor for class org.openmrs.arden.Comparison
 
ComparisonOperator - Interface in org.openmrs.logic.op
Marker interface to keep track of the ComparisonOperator sub type
compileFile(String, String) - Method in interface org.openmrs.arden.ArdenService
 
compileFile(String, String) - Method in class org.openmrs.arden.impl.ArdenServiceImpl
 
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.
CompoundClassifier - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CompoundClassifier(String) - Constructor for class org.openmrs.reporting.CompoundClassifier
Deprecated.  
CompoundPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CompoundPatientFilter() - Constructor for class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
CompoundPatientFilter(PatientSetService.BooleanOperator, List<PatientFilter>) - Constructor for class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
concept - Variable in class org.openmrs.activelist.ActiveListItem
 
concept(Concept) - Method in class org.openmrs.arden.ArdenClause
 
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
Convenience constructor with conceptid to save to Concept.setConceptId(Integer).
Concept(ConceptNumeric) - Constructor for class org.openmrs.Concept
Deprecated.  
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
 
CONCEPT_WORD_UPDATE_TASK_NAME - Static variable in class org.openmrs.api.impl.ConceptServiceImpl
 
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
 
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.
conceptAttrObsMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
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
 
ConceptClassEditor() - Constructor for class org.openmrs.propertyeditor.ConceptClassEditor
 
ConceptClassValidator - Class in org.openmrs.validator
Validates attributes on the ConceptClass object.
ConceptClassValidator() - Constructor for class org.openmrs.validator.ConceptClassValidator
 
ConceptColumn - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
ConceptColumn() - Constructor for class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
ConceptColumn(String, String, Integer, String, String[]) - Constructor for class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
ConceptComplex - Class in org.openmrs
Child class of Concept that has a ComplexObsHandler associated with the Concept.
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
ConceptDatatypeEditor - Class in org.openmrs.propertyeditor
 
ConceptDatatypeEditor() - Constructor for class org.openmrs.propertyeditor.ConceptDatatypeEditor
 
ConceptDatatypeValidator - Class in org.openmrs.validator
Validates attributes on the ConceptDatatype object.
ConceptDatatypeValidator() - Constructor for class org.openmrs.validator.ConceptDatatypeValidator
 
ConceptDerived - Class in org.openmrs
Represent a concept derived from multiple observations or non-observational data
ConceptDerived() - Constructor for class org.openmrs.ConceptDerived
 
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.
ConceptEditor - Class in org.openmrs.propertyeditor
 
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
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
 
ConceptName(String, String, String, Locale) - Constructor for class org.openmrs.ConceptName
Deprecated.  
ConceptNameEditor - Class in org.openmrs.propertyeditor
Used to get/set the ConceptName attribute of objects.
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.
conceptNameMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
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.
ConceptNameType - Enum in org.openmrs.api
The concept name type enumeration
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
 
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
 
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
 
ConceptService - Interface in org.openmrs.api
Contains methods pertaining to creating/updating/deleting/retiring Concepts, Drugs, Concept Proposals, and all other things 'Concept'.
conceptService - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
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
 
ConceptSetDerived - Class in org.openmrs
ConceptSetDerived
ConceptSetDerived() - Constructor for class org.openmrs.ConceptSetDerived
default constructor
ConceptSetDerived(Concept, Concept, Double) - Constructor for class org.openmrs.ConceptSetDerived
 
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
 
ConceptSourceEditor() - Constructor for class org.openmrs.propertyeditor.ConceptSourceEditor
 
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
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
Validates Concept objects.
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
 
ConceptWord - Class in org.openmrs
ConceptWord Concept words are the individual terms of which a concept name is composed.
ConceptWord() - Constructor for class org.openmrs.ConceptWord
default constructor
ConceptWord(String, Concept, ConceptName, Locale) - Constructor for class org.openmrs.ConceptWord
Convenience constructor
ConceptWord(String, Concept, ConceptName, Locale, String) - Constructor for class org.openmrs.ConceptWord
Deprecated. see ConceptWord.ConceptWord(String, Concept, ConceptName, Locale)
ConceptWord(Concept, ConceptName) - Constructor for class org.openmrs.ConceptWord
 
ConceptWordUpdateTask - Class in org.openmrs.scheduler.tasks
A utility class for updating concept words in a scheduled task.
ConceptWordUpdateTask() - Constructor for class org.openmrs.scheduler.tasks.ConceptWordUpdateTask
 
CONCLUDE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
CONCLUDE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
Conclude - Class in org.openmrs.arden
 
Conclude(boolean) - Constructor for class org.openmrs.arden.Conclude
 
conclude_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
concludeAST(AST, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
configure(Type, Properties, Dialect) - Method in class org.openmrs.api.db.hibernate.NativeIfNotAssignedIdentityGenerator
 
contains(Patient) - Method in class org.openmrs.Cohort
 
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 .

Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").contains("ADULTRETURN");
The above will give us a criteria to check if there's encounter ADULTRETURN for a certain patients
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
 
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
 
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.

The Context is split into a UserContext and ServiceContext.
Context() - Constructor for class org.openmrs.api.context.Context
Default public constructor
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) - 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
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.
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
 
convertPatientIdentifier(List<String>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
convertPatientIdentifier(List<String>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
convertPatientIdentifier(List<String>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
convertPatientIdentifier(List<String>) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
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
copy() - Method in class org.openmrs.DrugOrder
 
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.Relationship
Does a shallow copy of this Relationship.
copyAndDetachFromHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Creates a copy of this PatientSearch that doesn't depend on history, replacing references with actual PatientSearch elements from the provided history.
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.
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.
CORE_PRIVILEGES() - Static method in class org.openmrs.util.OpenmrsConstants
These are the privileges that are required by OpenMRS.
CORE_ROLES() - Static method in class org.openmrs.util.OpenmrsConstants
All roles returned by this method are inserted into the database if they do not exist already.
COUNT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
COUNT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
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
 
CountAggregator - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
CountAggregator() - Constructor for class org.openmrs.reporting.CountAggregator
Deprecated.  
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
create(String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated.  
create(String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated.  
create(String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated.  
create(String, String) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
create(String, String, String) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
create(String, String, String, String) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
createAlert(Alert) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.saveAlert(Alert)
createAlert(String, User) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.saveAlert(Alert)
createAlert(String, Collection<User>) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.saveAlert(Alert)
createAlert(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
createAlert(String, User) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
createAlert(String, Collection<User>) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
createCohort(Cohort) - Method in interface org.openmrs.api.CohortService
Deprecated. replaced by saveCohort(Cohort)
createCohort(Cohort) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated.  
createCompositionFilter(String) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
createCompositionSearch(String) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createCompositionSearch(Object[]) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createCompositionSearch(List<Object>) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveConcept(Concept)
createConcept(ConceptNumeric) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveConcept(Concept)
createConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.saveConcept(Concept)
createConcept(ConceptNumeric) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.saveConcept(Concept)
createConceptClass(ConceptClass) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptClass(ConceptClass)
createConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
createConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptDatatype(ConceptDatatype)
createConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
createConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptProposal(ConceptProposal)
createConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
createConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
createConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.saveConceptStateConversion(ConceptStateConversion)
createDrug(Drug) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveDrug(Drug)
createDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use #saveDrug(Drug)
createEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.saveEncounter(Encounter)
createEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.saveEncounter(Encounter)
createEncounterType(EncounterType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use EncounterService.saveEncounterType(EncounterType)
createEncounterType(EncounterType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
createField(Field) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveField(Field)
createField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
createFieldType(FieldType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use FormService.saveFieldType(FieldType)
createFieldType(FieldType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
createFilterSearch(Class) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createForm(Form) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveForm(Form)
createForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
createFormField(FormField) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveFormField(FormField)
createFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
createHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7InArchive(HL7InArchive)
createHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
createHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7InError(HL7InError)
createHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
createHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7InQueue(HL7InQueue)
createHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
createHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7Source(HL7Source)
createHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
createInstance(TaskDefinition) - Method in class org.openmrs.scheduler.TaskFactory
Creates a new instance of Schedulable used to run tasks.
createLocation(Location) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see LocationService.saveLocation(Location)
createLocation(Location) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
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.
createMimeType(MimeType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see ObsService.saveMimeType(MimeType)
createMimeType(MimeType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. use ObsService.saveMimeType(MimeType)
createNote(Note) - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
createNote(Note) - Method in interface org.openmrs.api.db.NoteDAO
Creates a new note record
createNote(Note) - Method in class org.openmrs.notification.impl.NoteServiceImpl
Creates a new note.
createNote(Note) - Method in interface org.openmrs.notification.NoteService
 
createObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
createObs(Obs) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.saveObs(Obs, String)
createObsGroup(Obs[]) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. This method should no longer need to be called on the api. This was meant as temporary until we created a true ObsGroup pojo.
createObsGroup(Obs[]) - Method in interface org.openmrs.api.ObsService
Deprecated. This method should no longer need to be called on the api. This was meant as temporary until we created a true ObsGroup pojo. Replaced by ObsService.saveObs(Obs, String)
createOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
createOrder(Order) - Method in interface org.openmrs.api.OrderService
Deprecated. use #saveOrder(Order)
createOrdersAndEncounter(Patient, Collection<Order>) - Method in class org.openmrs.api.impl.OrderServiceImpl
TODO: Refactor, generalize, or remove this method
createOrdersAndEncounter(Patient, Collection<Order>) - Method in interface org.openmrs.api.OrderService
Creates a collection of orders and an encounter to hold them.
createOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
createOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
Deprecated. use #saveOrderType(OrderType)
createOrUpdateProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
createOrUpdateProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.saveProgram(Program)
createPatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by #savePatient(Patient)
createPatient(Patient) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by #savePatient(Patient)
createPatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. replaced by PatientService.savePatientIdentifierType(PatientIdentifierType)
createPatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. replaced by PatientService.savePatientIdentifierType(PatientIdentifierType)
createPatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
createPatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.savePatientProgram(PatientProgram)
createPerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.savePerson(Person)
createPerson(Person) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #savePerson(Person)
createPersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.savePersonAttributeType(PersonAttributeType)
createPersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
Deprecated. PersonService.savePersonAttributeType(PersonAttributeType)
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
 
createPrivilege(Privilege) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.savePrivilege(Privilege)
createPrivilege(Privilege) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
createRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.saveRelationship(Relationship)
createRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #saveRelationship(Relationship)
createRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.saveRelationshipType(RelationshipType)
createRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced with #saveRelationshipType(RelationshipType)
createReport(Report) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
createReport(Report) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
createReport(Report) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
createReport(Report) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
createReportObject(AbstractReportObject) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
createReportObject(AbstractReportObject) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
createReportObject(AbstractReportObject) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
createReportObject(AbstractReportObject) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
createReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
createReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.saveReportObject(AbstractReportObject)
createReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.api.ReportService
Deprecated. use saveReportSchemaXml(reportSchemaXml)
createReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated. use saveReportSchemaXml(reportSchemaXml)
createRole(Role) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.saveRole(Role)
createRole(Role) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
createSavedCohortReference(int) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createSavedFilterReference(int) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createSavedSearchReference(int) - Static method in class org.openmrs.reporting.PatientSearch
Deprecated.  
createSearchHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
createSearchHistory(CohortSearchHistory) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.saveSearchHistory(CohortSearchHistory)
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.
createTribe(Tribe) - Method in interface org.openmrs.api.AdministrationService
Deprecated. The Tribe object is no longer supported. Install the Tribe module
createTribe(Tribe) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
createUser(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
createUser(User, String) - Method in interface org.openmrs.api.UserService
Deprecated. replaced by UserService.saveUser(User, String)
createWorkflow(ProgramWorkflow) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
createWorkflow(ProgramWorkflow) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use followed by @link #saveProgram(Program)
creator - Variable in class org.openmrs.BaseOpenmrsData
 
CsvReportRenderer - Class in org.openmrs.report.impl
Deprecated. see reportingcompatibility module
CsvReportRenderer() - Constructor for class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
currentDate - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
currentDrugOrderMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  

D

Daemon - Class in org.openmrs.api.context
This class allows certain tasks to run with elevated privileges.
Daemon() - Constructor for class org.openmrs.api.context.Daemon
 
DAEMON_USER_UUID - Static variable in class org.openmrs.api.context.Daemon
The uuid defined for the daemon user object
DAILY - Static variable in class org.openmrs.scheduler.Schedule
 
dao - Variable in class org.openmrs.api.impl.AdministrationServiceImpl
 
dao - Variable in class org.openmrs.api.impl.ObsServiceImpl
The data access object for the obs service
dao - Variable in class org.openmrs.api.impl.OrderServiceImpl
 
dao - Variable in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
dao - Variable in class org.openmrs.api.impl.UserServiceImpl
 
dao - Variable in class org.openmrs.hl7.impl.HL7ServiceImpl
 
DAOException - Exception in org.openmrs.api.db
Represents often fatal errors that occur within the database layer.
DAOException() - Constructor for exception org.openmrs.api.db.DAOException
 
DAOException(String) - Constructor for exception org.openmrs.api.db.DAOException
 
DAOException(String, Throwable) - Constructor for exception org.openmrs.api.db.DAOException
 
DAOException(Throwable) - Constructor for exception org.openmrs.api.db.DAOException
 
DATA - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
data(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
DATA - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
data_assignment() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_comment() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_elseif() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_elseifAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
data_if_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_if_then_else2() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
data_var_list() - Method in class org.openmrs.arden.ArdenBaseParser
 
DATABASE_BUSINESS_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
DATABASE_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
DATABASE_UPDATES_LOG_FILE - Static variable in class org.openmrs.util.DatabaseUpdater
 
DATABASE_VERSION - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. the database doesn't have just one main version now that we are using liquibase.
DATABASE_VERSION_EXPECTED - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. the database doesn't have just one main version now that we are using liquibase.
DatabaseUpdateException - Exception in org.openmrs.util
Used by the DatabaseUpdater to show that an error occurred while updating to the latest database setup.
DatabaseUpdateException() - Constructor for exception org.openmrs.util.DatabaseUpdateException
Generic constructor
DatabaseUpdateException(String, Throwable) - Constructor for exception org.openmrs.util.DatabaseUpdateException
Generic exception class constructor
DatabaseUpdateException(String) - Constructor for exception org.openmrs.util.DatabaseUpdateException
Generic exception class constructor
DatabaseUpdateException(Throwable) - Constructor for exception org.openmrs.util.DatabaseUpdateException
Generic exception class constructor
DatabaseUpdater - Class in org.openmrs.util
This class uses Liquibase to update the database.
DatabaseUpdater() - Constructor for class org.openmrs.util.DatabaseUpdater
 
DatabaseUpdater.ChangeSetExecutorCallback - Interface in org.openmrs.util
Interface used for callbacks when updating the database.
DatabaseUpdater.OpenMRSChangeSet - Class in org.openmrs.util
Represents each change in the liquibase-update-to-latest
DatabaseUpdater.OpenMRSChangeSet(ChangeSet, Database) - Constructor for class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
Create an OpenmrsChangeSet from the given changeset
DatabaseUtil - Class in org.openmrs.util
Utility class that provides database related methods
DatabaseUtil() - Constructor for class org.openmrs.util.DatabaseUtil
 
DataExportFunctions - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
DataExportFunctions(Patient) - Constructor for class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
DataExportFunctions(Integer) - Constructor for class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
DataExportFunctions() - Constructor for class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
DataExportReportObject - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
DataExportReportObject() - Constructor for class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Default Constructor
DataExportReportObjectEditor - Class in org.openmrs.propertyeditor
Deprecated. see reportingcompatibility module
DataExportReportObjectEditor() - Constructor for class org.openmrs.propertyeditor.DataExportReportObjectEditor
Deprecated. Public constructor
DataExportUtil - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
DataExportUtil() - Constructor for class org.openmrs.reporting.export.DataExportUtil
Deprecated.  
DataExportUtil.VelocityExceptionHandler - Class in org.openmrs.reporting.export
Deprecated. Private class used for velocity error masking
DataExportUtil.VelocityExceptionHandler() - Constructor for class org.openmrs.reporting.export.DataExportUtil.VelocityExceptionHandler
Deprecated.  
dataIfAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
DataSet<T> - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
DataSetDefinition - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
DatasetDefinition - Class in org.openmrs.reporting.data
Deprecated. see reportingcompatibility module
DatasetDefinition() - Constructor for class org.openmrs.reporting.data.DatasetDefinition
Deprecated. Default public constructor
DatasetDefinition(DataExportReportObject) - Constructor for class org.openmrs.reporting.data.DatasetDefinition
Deprecated. Default public constructor
datasetDefinition - Variable in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated.  
DataSetProvider - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
DataSetService - Interface in org.openmrs.api
Deprecated. see reportingcompatibility module
DataSetServiceImpl - Class in org.openmrs.report.impl
Deprecated. see reportingcompatibility module
DataSetServiceImpl() - Constructor for class org.openmrs.report.impl.DataSetServiceImpl
Deprecated. Default no-arg constructor
DataSetTransform - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
DataTable - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
DataTable() - Constructor for class org.openmrs.reporting.DataTable
Deprecated.  
DataTable(List<TableRow>) - Constructor for class org.openmrs.reporting.DataTable
Deprecated.  
DATE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DATE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
DATE - Static variable in class org.openmrs.ConceptDatatype
 
DATE_OPERATION_PATTERN - Static variable in class org.openmrs.report.EvaluationContext
Deprecated.  
date_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
DATE_UUID - Static variable in class org.openmrs.ConceptDatatype
 
dateAST(AST, GregorianCalendar) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
DateColumnClassifier - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
DateColumnClassifier(String, DateColumnClassifier.CombineMethod, String) - Constructor for class org.openmrs.reporting.DateColumnClassifier
Deprecated.  
DateColumnClassifier.CombineMethod - Enum in org.openmrs.reporting
Deprecated.  
dateFormatLong - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
dateFormatShort - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
dateFormatYmd - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
datepart() - Method in class org.openmrs.arden.ArdenBaseParser
 
dateStarted - Variable in class org.openmrs.Obs
 
dateStopped - Variable in class org.openmrs.Obs
 
DATETIME - Static variable in class org.openmrs.ConceptDatatype
 
DATETIME_UUID - Static variable in class org.openmrs.ConceptDatatype
 
dateToString() - Static method in class org.openmrs.util.FormUtil
 
dateToString(Date) - Static method in class org.openmrs.util.FormUtil
 
DAY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DAY - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
DAYS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DAYS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
Days(int) - Method in class org.openmrs.arden.ArdenClause
 
days(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of days
days(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of days
DAYS_PER_WEEK - Static variable in class org.openmrs.scheduler.Schedule
 
deepCopy(Object) - Method in class org.openmrs.util.HibernateEnumType
 
DEFAULT - Static variable in class org.openmrs.ConceptNameTag
Name to use when nothing else is available.
DEFAULT_DATE_FORMAT - Variable in class org.openmrs.scheduler.Schedule
Default TODO Move to constants or properties
DEFAULT_LOCALE - Static variable in class org.openmrs.util.LocaleUtility
Deprecated. use LocaleUtility.getDefaultLocale() now
DefaultArdenDataSource - Class in org.openmrs.arden
 
DefaultArdenDataSource() - Constructor for class org.openmrs.arden.DefaultArdenDataSource
 
deleteAlert(Alert) - Method in interface org.openmrs.notification.db.AlertDAO
 
deleteAlert(Alert) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
 
deleteCohort(Cohort) - Method in interface org.openmrs.api.db.CohortDAO
Removes a cohort from the database
deleteCohort(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
 
deleteConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #purgeConcept(Concept concept)
deleteConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use #purgeConcept(Concept concept)
deleteConceptClass(ConceptClass) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.purgeConceptClass(ConceptClass)
deleteConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
deleteConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use org.openmrs.api
deleteConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
deleteConceptSource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
 
deleteConceptSource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
deleteConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
deleteConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Completely remove a conceptStateConversion from the database (not reversible)
deleteConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
deleteConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.purgeConceptStateConversion(ConceptStateConversion)
deleteDirectory(File) - Static method in class org.openmrs.util.OpenmrsUtil
Recursively deletes files in the given dir folder
deleteEncounter(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
Purge an encounter from database.
deleteEncounter(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
deleteEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.purgeEncounter(Encounter)
deleteEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. Replaced by EncounterServiceImpl.purgeEncounter(Encounter)
deleteEncounterType(EncounterType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use EncounterService.purgeEncounterType(EncounterType)
deleteEncounterType(EncounterType) - Method in interface org.openmrs.api.db.EncounterDAO
Purge encounter type from database.
deleteEncounterType(EncounterType) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
deleteEncounterType(EncounterType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteField(Field) - Method in interface org.openmrs.api.db.FormDAO
Deletes a field from the database.
deleteField(Field) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
deleteField(Field) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.purgeField(Field)
deleteField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
deleteFieldType(FieldType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use FormService.purgeFieldType(FieldType)
deleteFieldType(FieldType) - Method in interface org.openmrs.api.db.FormDAO
Delete the given field type from the database
deleteFieldType(FieldType) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
deleteFieldType(FieldType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteForm(Form) - Method in interface org.openmrs.api.db.FormDAO
Delete form from database.
deleteForm(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
deleteForm(Form) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.purgeForm(Form)
deleteForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
deleteFormField(FormField) - Method in interface org.openmrs.api.db.FormDAO
Deletes a FormField from the database.
deleteFormField(FormField) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
deleteFormField(FormField) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.purgeFormField(FormField)
deleteFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
deleteGlobalProperty(String) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.purgeGlobalProperty(GlobalProperty)
deleteGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.db.AdministrationDAO
 
deleteGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
deleteGlobalProperty(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
deleteHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.db.HL7DAO
 
deleteHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.purgeHL7InArchive(HL7InArchive)
deleteHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
deleteHL7InError(HL7InError) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
deleteHL7InError(HL7InError) - Method in interface org.openmrs.hl7.db.HL7DAO
 
deleteHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.purgeHL7InError(HL7InError)
deleteHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
deleteHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
deleteHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.db.HL7DAO
 
deleteHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.purgeHL7InQueue(HL7InQueue)
deleteHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
deleteHL7Source(HL7Source) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
deleteHL7Source(HL7Source) - Method in interface org.openmrs.hl7.db.HL7DAO
 
deleteHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.purgeHL7Source(HL7Source)
deleteHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
deleteLocation(Location) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see LocationService.purgeLocation(Location)
deleteLocation(Location) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
deleteLocation(Location) - Method in interface org.openmrs.api.db.LocationDAO
Completely remove the location from the database.
deleteLocation(Location) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteLocationTag(LocationTag) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
deleteLocationTag(LocationTag) - Method in interface org.openmrs.api.db.LocationDAO
Completely remove the location tag from the database.
deleteMimeType(MimeType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see ObsService.purgeMimeType(MimeType)
deleteMimeType(MimeType) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
Deprecated.  
deleteMimeType(MimeType) - Method in interface org.openmrs.api.db.ObsDAO
Deprecated.  
deleteMimeType(MimeType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. use ObsService.purgeMimeType(MimeType)
deleteNote(Note) - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
deleteNote(Note) - Method in interface org.openmrs.api.db.NoteDAO
TODO: Couldn't find a voidNote method Delete note from database.
deleteObs(Obs) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
deleteObs(Obs) - Method in interface org.openmrs.api.db.ObsDAO
 
deleteObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. use #purgeObs(Obs)
deleteObs(Obs) - Method in interface org.openmrs.api.ObsService
Deprecated. use #purgeObs(Obs)
deleteOldLibCaches(File) - Static method in class org.openmrs.util.OpenmrsClassLoader
Deletes the old lib cache folders that might not have been deleted when OpenMRS closed
deleteOrder(Order) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
deleteOrder(Order) - Method in interface org.openmrs.api.db.OrderDAO
 
deleteOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
deleteOrder(Order) - Method in interface org.openmrs.api.OrderService
Deprecated. use #purgeOrder(Order)
deleteOrderType(OrderType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
deleteOrderType(OrderType) - Method in interface org.openmrs.api.db.OrderDAO
 
deleteOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
deleteOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
Deprecated. use #purgeOrderType(OrderType)
deletePatient(Patient) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
deletePatient(Patient) - Method in interface org.openmrs.api.db.PatientDAO
Delete patient from database.
deletePatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.purgePatient(Patient)
deletePatient(Patient) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.purgePatient(Patient)
deletePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
deletePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.db.PatientDAO
 
deletePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. replaced by PatientService.purgePatientIdentifierType(PatientIdentifierType)
deletePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
deletePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.db.PatientDAO
 
deletePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. replaced by PatientService.purgePatientIdentifierType(PatientIdentifierType)
deletePatientProgram(PatientProgram) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
deletePatientProgram(PatientProgram) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Completely remove a patientProgram from the database (not reversible) This method delegates to #purgePatientProgram(patientProgram, boolean) method
deletePerson(Person) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
deletePerson(Person) - Method in interface org.openmrs.api.db.PersonDAO
 
deletePerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.purgePerson(Person)
deletePerson(Person) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #purgePerson(Person)
deletePersonAndAttributes(SessionFactory, Person) - Static method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
Used by deletePerson, deletePatient, and deleteUser to remove all properties of a person before deleting them.
deletePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
deletePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
 
deletePersonAttributeType(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.purgePersonAttributeType(PersonAttributeType)
deletePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.purgePersonAttributeType(PersonAttributeType)
deletePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #purgePersonAttributeType(PersonAttributeType)
deletePersonAttributeType(Integer) - Method in interface org.openmrs.api.PersonService
Deprecated. use (@link #purgePersonAttributeType(PersonAttributeType))
deletePrivilege(Privilege) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.purgePrivilege(Privilege)
deletePrivilege(Privilege) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
deletePrivilege(Privilege) - Method in interface org.openmrs.api.db.UserDAO
 
deletePrivilege(Privilege) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteProgram(Program) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
deleteProgram(Program) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Completely remove a program from the database (not reversible) This method delegates to #purgeProgram(program, boolean) method
deleteRelationship(Relationship) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
deleteRelationship(Relationship) - Method in interface org.openmrs.api.db.PersonDAO
 
deleteRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.purgeRelationship(Relationship)
deleteRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #purgeRelationship(Relationship)
deleteRelationshipType(RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
deleteRelationshipType(RelationshipType) - Method in interface org.openmrs.api.db.PersonDAO
 
deleteRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.purgeRelationshipType(RelationshipType)
deleteRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #purgeRelationshipType(RelationshipType)
deleteReport(Report) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
deleteReport(Report) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
deleteReport(Report) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
deleteReport(Report) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
deleteReport(AbstractReportObject) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
deleteReport(AbstractReportObject) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.purgeReportObject(AbstractReportObject)
deleteReportObject(Integer) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
deleteReportObject(Integer) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
deleteReportObject(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
deleteReportObject(Integer) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
deleteReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
deleteReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.db.ReportObjectDAO
Deprecated. Auto generated method comment
deleteReportSchema(ReportSchema) - Method in interface org.openmrs.api.ReportService
Deprecated. Deletes a ReportSchema from the database.
deleteReportSchema(ReportSchema) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
deleteReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.api.ReportService
Deprecated. Delete the given ReportSchemaXml class from the db
deleteReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
deleteReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.report.db.ReportDAO
Deprecated.  
deleteReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
deleteRole(Role) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.purgeRole(Role)
deleteRole(Role) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
deleteRole(Role) - Method in interface org.openmrs.api.db.UserDAO
 
deleteRole(Role) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteSearchHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
deleteSearchHistory(CohortSearchHistory) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.purgeSearchHistory(CohortSearchHistory)
deleteTask(Integer) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Delete task from database.
deleteTask(TaskDefinition) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Delete task from database.
deleteTask(TaskDefinition) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Delete task from database.
deleteTask(Integer) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Delete task from database.
deleteTask(Integer) - Method in interface org.openmrs.scheduler.SchedulerService
Delete the task with the given identifier.
deleteTask(Integer) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Delete the task with the given identifier.
deleteTemplate(Template) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
deleteTemplate(Template) - Method in interface org.openmrs.api.db.TemplateDAO
Delete existing template.
deleteTribe(Tribe) - Method in interface org.openmrs.api.AdministrationService
Deprecated. The Tribe object is no longer supported. Install the Tribe module
deleteTribe(Tribe) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
deleteUser(User) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
deleteUser(User) - Method in interface org.openmrs.api.db.UserDAO
 
deleteUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
deleteUser(User) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.purgeUser(User)
delimitedStringToConceptList(String, String, Context) - Static method in class org.openmrs.util.OpenmrsUtil
 
delimitedStringToConceptMap(String, String) - Static method in class org.openmrs.util.OpenmrsUtil
 
delimitedStringToIntegerList(String, String) - Static method in class org.openmrs.util.OpenmrsUtil
 
DelimitedTextReportRenderer - Class in org.openmrs.report.impl
Deprecated. see reportingcompatibility module
DelimitedTextReportRenderer() - Constructor for class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
deserialize(String, Class<? extends T>, Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
 
deserialize(String, Class<? extends T>, Class<? extends OpenmrsSerializer>) - Method in interface org.openmrs.api.SerializationService
Deserialize the given string into a full object using the given OpenmrsSerializer class
deserialize(String, Class<? extends T>) - Method in interface org.openmrs.serialization.OpenmrsSerializer
Deserialize the given string into a full object
destroy() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
destroyInstance() - Static method in class org.openmrs.api.context.ServiceContext
Null out the current instance of the ServiceContext.
destroyInstance() - Static method in class org.openmrs.util.OpenmrsClassLoader
Destroy the current instance of the classloader.
DIGIT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DIGIT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
disassemble(Object) - Method in class org.openmrs.util.HibernateEnumType
 
discontinueAllOrders(Patient, Concept, Date) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.discontinueAllOrders(Patient, Concept, Date)
discontinueAllOrders(Patient, Concept, Date) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.discontinueAllOrders(Patient, Concept, Date)
discontinueAllOrders(Patient, Concept, Date) - Static method in class org.openmrs.order.OrderUtil
Discontinues all current orders for the given patient
discontinueDrugSet(Patient, String, Concept, Date) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.discontinueDrugSet(Patient, String, Concept, Date)
discontinueDrugSet(Patient, String, Concept, Date) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.discontinueDrugSet(Patient, String, Concept, Date)
discontinueDrugSet(Patient, String, Concept, Date) - Static method in class org.openmrs.order.OrderUtil
Discontinue orders for the given patient with the given drug sets ...
discontinueOrder(Order, Concept, Date) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
discontinueOrder(Order, Concept, Date) - Method in interface org.openmrs.api.OrderService
Mark the given order as discontinued.
dispose() - Method in class org.openmrs.module.ModuleClassLoader
 
distinct() - Method in interface org.openmrs.logic.LogicCriteria
Apply the Distinct operator to the LogicCriteria
Distinct - Class in org.openmrs.logic.op
The Distinct operator will filter out duplicate results and return a set of distinct results.

Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").distinct();
The above will give us a criteria to get all distinct encounter type from the system
Distinct() - Constructor for class org.openmrs.logic.op.Distinct
 
DISTINCT - Static variable in interface org.openmrs.logic.op.Operator
 
DISTINCT - Static variable in interface org.openmrs.logic.op.TransformOperator
 
DIV - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DIV - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
doAction() - Method in interface org.openmrs.arden.ArdenRule
 
doAction() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
DOCUMENT - Static variable in class org.openmrs.ConceptDatatype
 
DOCUMENT_UUID - Static variable in class org.openmrs.ConceptDatatype
 
doneRefreshingContext() - Method in class org.openmrs.api.context.ServiceContext
Should be called right after any spring context refresh This wakes up all calls to getService that were waiting because startRefreshingContext was called
DOT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
DOT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
DOTDOT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
doubleAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
DoubleRange - Class in org.openmrs.util
Represents a bounded or unbounded numeric range.
DoubleRange() - Constructor for class org.openmrs.util.DoubleRange
 
DoubleRange(Double, Double) - Constructor for class org.openmrs.util.DoubleRange
 
Drug - Class in org.openmrs
Drug
Drug() - Constructor for class org.openmrs.Drug
default constructor
Drug(Integer) - Constructor for class org.openmrs.Drug
constructor with id
DrugEditor - Class in org.openmrs.propertyeditor
Behaviors: Group vetted on 22/Aug/2008 at 2:22pm
DrugEditor() - Constructor for class org.openmrs.propertyeditor.DrugEditor
 
DrugIngredient - Class in org.openmrs
DrugIngredient
DrugIngredient() - Constructor for class org.openmrs.DrugIngredient
default constructor
DrugOrder - Class in org.openmrs
DrugOrder
DrugOrder() - Constructor for class org.openmrs.DrugOrder
default constructor
DrugOrder(Integer) - Constructor for class org.openmrs.DrugOrder
constructor with id
DrugOrderFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
DrugOrderFilter() - Constructor for class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
drugOrderMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
DrugOrderPatientFilter - Class in org.openmrs.reporting
Deprecated. Use org.openmrs.reporting.DrugOrderFilter instead
DrugOrderPatientFilter() - Constructor for class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
DrugOrderPatientFilterValidator - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
DrugOrderPatientFilterValidator() - Constructor for class org.openmrs.reporting.DrugOrderPatientFilterValidator
Deprecated.  
DrugOrderStopFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
DrugOrderStopFilter() - Constructor for class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
DrugOrderSupport - Class in org.openmrs.order
 
DrugOrderValidator - Class in org.openmrs.validator
Validates the DrugOrder class.
DrugOrderValidator() - Constructor for class org.openmrs.validator.DrugOrderValidator
 
DrugSuggestion - Class in org.openmrs.order
 
DrugSuggestion() - Constructor for class org.openmrs.order.DrugSuggestion
 
drugToString(Drug) - Static method in class org.openmrs.util.FormUtil
Turn the given drug into a string acceptable for hl7 and forms
DuplicateConceptNameException - Exception in org.openmrs.api
An error of this type is thrown when a concept name is found in the database when one tries to create a new one with the same preferred name in the same locale
DuplicateConceptNameException() - Constructor for exception org.openmrs.api.DuplicateConceptNameException
 
DuplicateConceptNameException(String) - Constructor for exception org.openmrs.api.DuplicateConceptNameException
 
duplicateForm(Form) - Method in interface org.openmrs.api.db.FormDAO
Creates new form from the given Form
duplicateForm(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
duplicateForm(Form) - Method in interface org.openmrs.api.FormService
Duplicate this form and form_fields associated with this form
duplicateForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
Duplicate this form and form_fields associated with this form
DuplicateIdentifierException - Exception in org.openmrs.api
 
DuplicateIdentifierException() - Constructor for exception org.openmrs.api.DuplicateIdentifierException
 
DuplicateIdentifierException(String) - Constructor for exception org.openmrs.api.DuplicateIdentifierException
 
DuplicateIdentifierException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.DuplicateIdentifierException
 
DuplicateIdentifierException(String, Throwable) - Constructor for exception org.openmrs.api.DuplicateIdentifierException
 
DuplicateIdentifierException(Throwable) - Constructor for exception org.openmrs.api.DuplicateIdentifierException
 
Duration - Class in org.openmrs.logic
Represents a duration of time — e.g., one year, two weeks, or 18 months.
Duration.Units - Enum in org.openmrs.logic
 
duration_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
duration_op(AST) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 

E

EARLIEST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EARLIEST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
earliest() - Method in class org.openmrs.logic.result.Result
 
ELSE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ELSE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
ELSEIF - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ELSEIF - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
EmptyReportObject - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
EmptyReportObject() - Constructor for class org.openmrs.reporting.EmptyReportObject
Deprecated.  
EmptyResult - Class in org.openmrs.logic.result
 
EmptyResult() - Constructor for class org.openmrs.logic.result.EmptyResult
 
emptyResult() - Static method in class org.openmrs.logic.result.Result
 
encodeString(String) - Static method in class org.openmrs.util.Security
This method will hash strToEncode using the preferred algorithm.
Encounter - Class in org.openmrs
An Encounter represents one visit or interaction of a patient with a healthcare worker.
Encounter() - Constructor for class org.openmrs.Encounter
default constructor
Encounter(Integer) - Constructor for class org.openmrs.Encounter
 
encounter - Variable in class org.openmrs.Obs
 
encounterCreated(Encounter) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. This method is no longer needed. When an encounter is created in the ROUR01 handler, it is created with all obs. Any AOP hooking should be done on the EncounterService.createEncounter(Encounter) method
encounterCreated(Encounter) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated. This method is no longer needed. When an encounter is created in the ROUR01 handler, it is created with all obs. Any AOP hooking should be done on the EncounterService.createEncounter(Encounter) method
EncounterDAO - Interface in org.openmrs.api.db
Encounter-related database functions
EncounterEditor - Class in org.openmrs.propertyeditor
 
EncounterEditor() - Constructor for class org.openmrs.propertyeditor.EncounterEditor
 
EncounterPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
EncounterPatientFilter() - Constructor for class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
EncounterService - Interface in org.openmrs.api
Services for Encounters and Encounter Types
encounterService - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
EncounterServiceImpl - Class in org.openmrs.api.impl
Default implementation of the EncounterService
EncounterServiceImpl() - Constructor for class org.openmrs.api.impl.EncounterServiceImpl
 
EncounterType - Class in org.openmrs
An EncounterType defines how a certain kind of Encounter.
EncounterType() - Constructor for class org.openmrs.EncounterType
default constructor
EncounterType(Integer) - Constructor for class org.openmrs.EncounterType
Constructor with id
EncounterType(String, String) - Constructor for class org.openmrs.EncounterType
Required values constructor.
EncounterTypeEditor - Class in org.openmrs.propertyeditor
 
EncounterTypeEditor() - Constructor for class org.openmrs.propertyeditor.EncounterTypeEditor
 
EncounterTypeValidator - Class in org.openmrs.validator
Validates attributes on the EncounterType object.
EncounterTypeValidator() - Constructor for class org.openmrs.validator.EncounterTypeValidator
 
END_OF_EXPRESSION - Static variable in class org.openmrs.report.EvaluationContext
Deprecated.  
endassignment() - Method in class org.openmrs.arden.ArdenBaseParser
 
endblock() - Method in class org.openmrs.arden.ArdenBaseParser
 
ENDBLOCK - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ENDBLOCK - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
endDate - Variable in class org.openmrs.activelist.ActiveListItem
 
ENDIF - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ENDIF - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
enrollPatientInProgram(Patient, Program, Date, Date, User) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
enrollPatientInProgram(Patient, Program, Date, Date, User) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use {new PatientProgram(...) followed by @link #savePatientProgram(PatientProgram)}
ensureCachedFilter(int) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
entrySet() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
EOF - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EOF - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
EQUAL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EQUAL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
equal(String) - Method in class org.openmrs.arden.ArdenClause
 
equals(Object) - Method in class org.openmrs.activelist.ActiveListItem
 
equals(Object) - Method in class org.openmrs.activelist.ActiveListType
 
equals(Object) - Method in class org.openmrs.activelist.Allergy
 
equals(Object) - Method in class org.openmrs.activelist.Problem
 
EQUALS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EQUALS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
equals(Object) - Method in class org.openmrs.Cohort
 
equals(Object) - Method in class org.openmrs.Concept
 
equals(Object) - Method in class org.openmrs.ConceptAnswer
 
equals(Object) - Method in class org.openmrs.ConceptClass
 
equals(Object) - Method in class org.openmrs.ConceptComplex
 
equals(Object) - Method in class org.openmrs.ConceptDatatype
 
equals(Object) - Method in class org.openmrs.ConceptDescription
 
equals(Object) - Method in class org.openmrs.ConceptMap
 
equals(Object) - Method in class org.openmrs.ConceptName
 
equals(Object) - Method in class org.openmrs.ConceptNameTag
 
equals(Object) - Method in class org.openmrs.ConceptNumeric
 
equals(Object) - Method in class org.openmrs.ConceptProposal
 
equals(Object) - Method in class org.openmrs.ConceptSet
 
equals(Object) - Method in class org.openmrs.ConceptSetDerived
 
equals(Object) - Method in class org.openmrs.ConceptSource
 
equals(Object) - Method in class org.openmrs.ConceptStateConversion
 
equals(Object) - Method in class org.openmrs.ConceptWord
 
equals(Object) - Method in class org.openmrs.Drug
Compares two Drug objects for similarity
equals(Object) - Method in class org.openmrs.DrugIngredient
 
equals(Object) - Method in class org.openmrs.DrugOrder
Compares two DrugOrder objects for similarity
equals(Object) - Method in class org.openmrs.Encounter
Compares two Encounter objects for similarity
equals(Object) - Method in class org.openmrs.EncounterType
Compares two EncounterType objects for similarity
equals(Object) - Method in class org.openmrs.Field
Compares two Field objects for similarity
equals(Object) - Method in class org.openmrs.FieldAnswer
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.FieldType
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.Form
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.FormField
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.GlobalProperty
 
equals(Object) - Method in class org.openmrs.hl7.HL7InQueue
 
equals(Object) - Method in class org.openmrs.ImplementationId
 
equals(Object) - Method in class org.openmrs.Location
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.LocationTag
Compares two LocationTag objects for similarity
equals(Object) - Method in class org.openmrs.logic.LogicTransform
 
EQUALS - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
Equals - Class in org.openmrs.logic.op
The Equals operator will test whether a result equals to an operand or not.

Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").equals("ADULTRETURN");
The above will give us a criteria to get only ADULTRETURN encounters
Equals() - Constructor for class org.openmrs.logic.op.Equals
 
EQUALS - Static variable in interface org.openmrs.logic.op.Operator
 
equals(Object) - Method in class org.openmrs.logic.result.Result
 
equals(Object) - Method in class org.openmrs.MimeType
Deprecated. Compares two objects for similarity
equals(Object) - Method in class org.openmrs.module.Module
 
equals(Object) - Method in class org.openmrs.notification.Alert
 
equals(Object) - Method in class org.openmrs.notification.AlertRecipient
 
equals(Object) - Method in class org.openmrs.Obs
Compares two Obs for similarity.
equals(Object) - Method in class org.openmrs.Order
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.OrderType
 
equals(Object) - Method in class org.openmrs.Patient
Compares two objects for similarity This must pass through to the parent object (org.openmrs.Person) in order to get similarity of person/patient objects
equals(Object) - Method in class org.openmrs.PatientIdentifier
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.PatientIdentifierType
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.PatientProgram
 
equals(Object) - Method in class org.openmrs.PatientState
 
equals(Object) - Method in class org.openmrs.Person
 
equals(Object) - Method in class org.openmrs.PersonAddress
Compares this address to the given object/address for similarity.
equals(Object) - Method in class org.openmrs.PersonAttribute
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.PersonAttributeType
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.PersonName
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.Privilege
 
equals(Object) - Method in class org.openmrs.Program
 
equals(Object) - Method in class org.openmrs.ProgramWorkflow
 
equals(Object) - Method in class org.openmrs.ProgramWorkflowState
 
equals(Object) - Method in class org.openmrs.Relationship
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.RelationshipType
Compares two RelationshipTypes for similarity
equals(Object, Object) - Static method in class org.openmrs.reporting.AbstractReportObject
Deprecated. Helper function that does a null-safe test for equality between two objects.
equals(Object) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
equals(Object) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
equals(Object) - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
equals(Object) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
equals(Object) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Compares the object IDs and indicates whether the given object is equal to this object.
equals(Object, Object) - Static method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated. Helper function that does a null-safe test for equality between two objects.
equals(Object) - Method in class org.openmrs.Role
 
equals(Object) - Method in class org.openmrs.scheduler.TaskDefinition
 
equals(Object) - Method in class org.openmrs.Tribe
Deprecated.  
equals(Object) - Method in class org.openmrs.User
Compares two objects for similarity
equals(Object) - Method in class org.openmrs.util.DoubleRange
 
equals(Object, Object) - Method in class org.openmrs.util.HibernateEnumType
 
equalsContent(PatientIdentifier) - Method in class org.openmrs.PatientIdentifier
Compares this PatientIdentifier object to the given otherIdentifier.
equalsContent(PersonAddress) - Method in class org.openmrs.PersonAddress
Compares this PersonAddress object to the given otherAddress.
equalsContent(PersonAttribute) - Method in class org.openmrs.PersonAttribute
Compares this PersonAttribute object to the given otherAttribute.
equalsContent(PersonName) - Method in class org.openmrs.PersonName
Compares this PersonName object to the given otherName.
equalTo(Operand) - Method in interface org.openmrs.logic.LogicCriteria
 
equalTo(int) - Method in interface org.openmrs.logic.LogicCriteria
 
equalTo(float) - Method in interface org.openmrs.logic.LogicCriteria
 
equalTo(double) - Method in interface org.openmrs.logic.LogicCriteria
 
equalTo(String) - Method in interface org.openmrs.logic.LogicCriteria
Add a Equals expression to the current LogicCriteria
escape(String) - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
escape(String) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
escape(String) - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
escapeSqlWildcards(String, SessionFactory) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
 
escapeSqlWildcards(String, Connection) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
Escapes all sql wildcards in the given string, returns the same string if it doesn't contain any sql wildcards
eval(Patient, ArdenClause) - Method in interface org.openmrs.arden.ArdenDataSource
 
eval(Patient, ArdenClause) - Method in class org.openmrs.arden.DefaultArdenDataSource
 
eval(Integer, String) - Method in interface org.openmrs.logic.LogicContext
Evaluate a rule for a single patient
eval(Integer, String, Map<String, Object>) - Method in interface org.openmrs.logic.LogicContext
Evaluate a rule with parameters for a single patient
eval(Integer, LogicCriteria, Map<String, Object>) - Method in interface org.openmrs.logic.LogicContext
Evaluate a rule with criteria and parameters for a single patient
eval(Integer, String) - Method in interface org.openmrs.logic.LogicService
Evaluates a rule for a given patient, given the token for the rule.
eval(Integer, String, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Evaluates a rule for a given patient, given a token and parameters for the rule.
eval(Integer, LogicCriteria) - Method in interface org.openmrs.logic.LogicService
Evaluates a query for a given patient
eval(Integer, LogicCriteria, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Evaluates a query for a given patient
eval(Integer, Map<String, Object>, String...) - Method in interface org.openmrs.logic.LogicService
Evaluates multiple logic expressions for a single patient.
eval(Integer, Map<String, Object>, LogicCriteria...) - Method in interface org.openmrs.logic.LogicService
Evaluates multiple LogicCriteria for a single patient.
eval(Patient, String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.eval(Integer, String)
eval(Patient, String, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.eval(Integer, String, Map)
eval(Patient, LogicCriteria) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.eval(Integer, LogicCriteria)
eval(Patient, LogicCriteria, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.eval(Integer, LogicCriteria, Map)
eval(Cohort, String) - Method in interface org.openmrs.logic.LogicService
Evaluates a query over a list of patients
eval(Cohort, String, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Evaluates a query over a list of patients
eval(Cohort, LogicCriteria) - Method in interface org.openmrs.logic.LogicService
Evaluates a query over a list of patients
eval(Cohort, LogicCriteria, Map<String, Object>) - Method in interface org.openmrs.logic.LogicService
Evaluates a query over a list of patients
eval(Cohort, List<LogicCriteria>) - Method in interface org.openmrs.logic.LogicService
Evaluates a collection of queries for a set of patients
eval(LogicContext, Integer, Map<String, Object>) - Method in interface org.openmrs.logic.Rule
Evaluate rule for a given patient and applying the given criteria.
evaluate(CohortDefinition, EvaluationContext) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in interface org.openmrs.api.DataSetService
Deprecated. Evaluate a data set definition to get turn it into a DataSet
evaluate(CohortDefinition, EvaluationContext) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
evaluate(ReportSchema, Cohort, EvaluationContext) - Method in interface org.openmrs.api.ReportService
Deprecated. This method evaluates a ReportSchema object for the given EvaluationContext and input Cohort.
evaluate() - Method in interface org.openmrs.arden.ArdenRule
 
evaluate() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
evaluate(CohortDefinition, EvaluationContext) - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated. Computes the list of patients who currently meet the given definition CohortService ensures that this method is only called with a CohortDefinition of a class this provider is registered for.
evaluate(CohortDefinition, EvaluationContext) - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
evaluate(CohortDefinition, EvaluationContext) - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated. Note that this method does *not* set a CohortDefinition or EvaluationContext in the Cohort that it returns, although that Cohort may have had those properties set when it was originally evaluated.
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in class org.openmrs.report.CohortDataSetProvider
Deprecated.  
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in interface org.openmrs.report.DataSetProvider
Deprecated. Evaluate a dataset on a given input cohort (which may be null, and may be ignored by some data sets)
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
evaluate(ReportSchema, Cohort, EvaluationContext) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in class org.openmrs.report.RowPerObsDataSetProvider
Deprecated.  
evaluate(DataSetDefinition, Cohort, EvaluationContext) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetProvider
Deprecated.  
evaluateExpression(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. This method will parse the passed expression and return a value based on the following criteria:
Any string that matches a parameter within the EvaluationContext will be replaced by the value of that parameter ** CURRENTLY REPLACEMENT PARAMETERS MUST EXIST IN THE GLOBAL SCOPE If this date is followed by an expression, it will attempt to evaluate this by incrementing/decrementing days/weeks/months/years as specified Examples: Given 2 parameters: report.startDate = java.util.Date with value of [2007-01-10] report.gender = "male" The following should result:

EvaluationContext - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
EvaluationContext() - Constructor for class org.openmrs.report.EvaluationContext
Deprecated.  
EVENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EVENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
event_any() - Method in class org.openmrs.arden.ArdenBaseParser
 
event_factor() - Method in class org.openmrs.arden.ArdenBaseParser
 
event_list() - Method in class org.openmrs.arden.ArdenBaseParser
 
event_or() - Method in class org.openmrs.arden.ArdenBaseParser
 
eventAST(AST) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
EventListeners - Class in org.openmrs.api
Holds all OpenMRS event listeners
EventListeners() - Constructor for class org.openmrs.api.EventListeners
 
evictFromSession(Object) - Static method in class org.openmrs.api.context.Context
Used to clear a cached object out of a session in the middle of a unit of work.
evictFromSession(Object) - Method in interface org.openmrs.api.db.ContextDAO
Used to clear a cached object out of a session in the middle of a unit of work.
evictFromSession(Object) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
evoke_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
evoke_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
exceptionThrown(Exception) - Method in class org.openmrs.reporting.ReportObjectWrapperExceptionListener
Deprecated.  
ExceptionUtil - Class in org.openmrs.util
Utility methods for dealing with exceptions
ExceptionUtil() - Constructor for class org.openmrs.util.ExceptionUtil
 
execute() - Method in interface org.openmrs.scheduler.Task
Executes the task defined in the task definition.
execute() - Method in class org.openmrs.scheduler.tasks.AbstractTask
 
execute() - Method in class org.openmrs.scheduler.tasks.AlertReminderTask
Send alert reminder email to user(s) associated with the alert.
execute() - Method in class org.openmrs.scheduler.tasks.CheckInternetConnectivityTask
 
execute() - Method in class org.openmrs.scheduler.tasks.ConceptWordUpdateTask
 
execute() - Method in class org.openmrs.scheduler.tasks.GenerateDataExportTask
Deprecated. Process the next form entry in the database and then remove the form entry from the database.
execute() - Method in class org.openmrs.scheduler.tasks.HelloWorldTask
Illustrates stateless functionality as simply as possible.
execute() - Method in class org.openmrs.scheduler.tasks.ProcessHL7InQueueTask
Process the next form entry in the database and then remove the form entry from the database.
execute() - Method in class org.openmrs.scheduler.tasks.SendEmailTask
Process the next form entry in the database and then remove the form entry from the database.
execute() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
 
execute() - Method in class org.openmrs.scheduler.tasks.TestTask
 
execute(Database) - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
 
execute(Database) - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
 
execute(Database) - Method in class org.openmrs.util.databasechange.GenerateUuid
Does the work of adding UUIDs to all rows.
execute(Database) - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
execute(Database) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
Does the work of executing the file on mysql
executeChangelog() - Static method in class org.openmrs.util.DatabaseUpdater
Convenience method to run the changesets using Liquibase to bring the database up to a version compatible with the code
executeChangelog(String, Map<String, Object>) - Static method in class org.openmrs.util.DatabaseUpdater
Run changesets on database using Liquibase to get the database up to the most recent version
executeChangelog(String, Map<String, Object>, DatabaseUpdater.ChangeSetExecutorCallback) - Static method in class org.openmrs.util.DatabaseUpdater
Executes the given changelog file.
executeChangelog(String, String, Map<String, Object>, DatabaseUpdater.ChangeSetExecutorCallback) - Static method in class org.openmrs.util.DatabaseUpdater
Deprecated. use DatabaseUpdater.executeChangelog(String, String, Map, ChangeSetExecutorCallback, ClassLoader)
executeChangelog(String, String, Map<String, Object>, DatabaseUpdater.ChangeSetExecutorCallback, ClassLoader) - Static method in class org.openmrs.util.DatabaseUpdater
This code was borrowed from the liquibase jar so that we can call the given callback function.
executeScheduledTask(Task) - Static method in class org.openmrs.api.context.Daemon
Executes the given task in a new thread that is authenticated as the daemon user.
executeSQL(String, boolean) - Method in interface org.openmrs.api.AdministrationService
Runs the sql on the database.
executeSQL(String, boolean) - Method in interface org.openmrs.api.db.AdministrationDAO
 
executeSQL(String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
executeSQL(String, boolean) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
executing(ChangeSet, int) - Method in interface org.openmrs.util.DatabaseUpdater.ChangeSetExecutorCallback
This method is called after each changeset is executed.
EXIST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EXIST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
EXISTS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EXISTS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
exists() - Method in interface org.openmrs.logic.LogicCriteria
 
Exists - Class in org.openmrs.logic.op
The Exists operator test whether a criteria will exist for person or not.

Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").equals("ADULTRETURN").exists();
The above will give us a criteria to test whether ADULTRETURN encounter exists or not
Exists() - Constructor for class org.openmrs.logic.op.Exists
 
EXISTS - Static variable in interface org.openmrs.logic.op.Operator
 
EXISTS - Static variable in interface org.openmrs.logic.op.TransformOperator
 
exists() - Method in class org.openmrs.logic.result.Result
 
exitFromCare(Patient, Date, Concept) - Method in class org.openmrs.api.impl.PatientServiceImpl
This is the way to establish that a patient has left the care center.
exitFromCare(Patient, Date, Concept) - Method in interface org.openmrs.api.PatientService
Convenience method to establish that a patient has left the care center.
expandJar(File, File, String, boolean) - Static method in class org.openmrs.module.ModuleUtil
Expand the given fileToExpand jar to the tmpModuleFile directory If name is null, the entire jar is expanded.
expandURL(URL, File) - Static method in class org.openmrs.util.OpenmrsClassLoader
Expand the given URL into the given folder
EXPLANATION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
EXPLANATION - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
explanation_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
ExportColumn - Interface in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
exportXml(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
Deprecated.  
exportXml(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
Deprecated.  
exportXml(Cohort) - Method in interface org.openmrs.api.db.PatientSetDAO
Deprecated.  
exportXml(Integer) - Method in interface org.openmrs.api.db.PatientSetDAO
Deprecated.  
exportXml(Cohort) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
exportXml(Integer) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
exportXml(Cohort) - Method in interface org.openmrs.api.PatientSetService
Export a set of patients to an XML
exportXml(Integer) - Method in interface org.openmrs.api.PatientSetService
 
expr() - Method in class org.openmrs.arden.ArdenBaseParser
expressions
expr_and() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_andAST(AST, String, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
expr_comparison() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_comparisonAST(AST, String, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
expr_duration() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_factor() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_factor_atom() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_function() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_functionAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
expr_not() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_notAST(AST, String, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
expr_or() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_orAST(AST, String, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
expr_plus() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_power() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_range() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_sort() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_string() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_times() - Method in class org.openmrs.arden.ArdenBaseParser
 
expr_where() - Method in class org.openmrs.arden.ArdenBaseParser
 
exprAST(AST, String, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
exprStringAST(AST, String, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
Extension - Class in org.openmrs.module
An extension is a small snippet of code that is run at certain "extension points" throughout the user interface
Extension() - Constructor for class org.openmrs.module.Extension
default constructor
Extension.MEDIA_TYPE - Enum in org.openmrs.module
All media types allowed by the module extension system.
extensionIdSeparator - Static variable in class org.openmrs.module.Extension
String separating the pointId and media type in an extension id
extensionMap - Static variable in class org.openmrs.module.ModuleFactory
 

F

FALSE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
FALSE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
FEEDBACK_EMAIL_ADDRESS - Static variable in class org.openmrs.notification.NotificationConstants
 
FEEDBACK_EMAIL_SUBJECT - Static variable in class org.openmrs.notification.NotificationConstants
 
Field - Class in org.openmrs
Field
Field() - Constructor for class org.openmrs.Field
default constructor
Field(Integer) - Constructor for class org.openmrs.Field
constructor with id
field - Variable in class org.openmrs.FormField
 
FIELD_TYPE_CONCEPT - Static variable in class org.openmrs.util.FormConstants
 
FIELD_TYPE_DATABASE - Static variable in class org.openmrs.util.FormConstants
 
FIELD_TYPE_MISC_SET - Static variable in class org.openmrs.util.FormConstants
 
FIELD_TYPE_SECTION - Static variable in class org.openmrs.util.FormConstants
 
FIELD_TYPE_TERM_SET - Static variable in class org.openmrs.util.FormConstants
 
fieldAccess - Static variable in class org.openmrs.aop.RequiredDataAdvice
 
FieldAnswer - Class in org.openmrs
FieldAnswer
FieldAnswer() - Constructor for class org.openmrs.FieldAnswer
default constructor
fieldNumber - Variable in class org.openmrs.FormField
 
fieldPart - Variable in class org.openmrs.FormField
 
FieldType - Class in org.openmrs
FieldType
FieldType() - Constructor for class org.openmrs.FieldType
default constructor
FieldType(Integer) - Constructor for class org.openmrs.FieldType
constructor with id
FieldTypeValidator - Class in org.openmrs.validator
Validates attributes on the FieldType object.
FieldTypeValidator() - Constructor for class org.openmrs.validator.FieldTypeValidator
 
file2url(File) - Static method in class org.openmrs.module.ModuleUtil
Utility method to convert a File object to a local URL.
FILENAME - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
FILENAME - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
filter(Cohort, EvaluationContext) - Method in interface org.openmrs.reporting.PatientFilter
Deprecated. Determine all patients in _input_ who also match some criteria.
filter(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.CachingPatientFilter
Deprecated. Subclasses should implement PatientFilter.filter("all patients", evalContext) in this method
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
filterImpl(EvaluationContext) - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
filterInverse(Cohort, EvaluationContext) - Method in interface org.openmrs.reporting.PatientFilter
Deprecated. Determine all patients in _input_ who do *not* match some criteria
filterInverse(Cohort, EvaluationContext) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
finalize() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Called when garbage collecting this class
findConceptAnswers(String, Locale, Concept, boolean) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getConceptAnswers(String, Locale, Concept)
findConceptAnswers(String, Locale, Concept, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptAnswers(String, Locale, Concept)
findConcepts(String, Locale, boolean) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, Locale, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, Locale, boolean, int, int) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>) - Method in interface org.openmrs.api.ConceptService
Searches on given phrase via the concept word table within a sorted list of Locales
findConcepts(String, Locale, boolean, int, int) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, Locale, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, Locale, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findConcepts(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
findDrugs(String, boolean) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getDrugs(String)
findDrugs(String, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. Use ConceptServiceImpl.getDrugs(String)
findDuplicatePatients(Set<String>) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. use PatientServiceImpl.getDuplicatePatientsByAttributes(List)
findDuplicatePatients(Set<String>) - Method in interface org.openmrs.api.PatientService
Deprecated. use PatientService.getDuplicatePatientsByAttributes(List)
findEncounterTypes(String) - Method in interface org.openmrs.api.db.EncounterDAO
Find Encounter Types matching the given name.
findEncounterTypes(String) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
findEncounterTypes(String) - Method in interface org.openmrs.api.EncounterService
Find Encounter Types with name matching the beginning of the search string.
findEncounterTypes(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
findFields(String) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getFields(String)
findFields(Concept) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getFieldsByConcept(Concept)
findFields(String) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
findFields(Concept) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
findForms(String, boolean, boolean) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getForms(String, Boolean, Collection, Boolean, Collection, Collection)
findForms(String, boolean, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
findLibrary(String) - Method in class org.openmrs.module.ModuleClassLoader
 
findLocations(String) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by LocationService.getLocations(String)
findLocations(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. use LocationService.getLocations(name)
findMatchingConceptProposals(String) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getConceptProposals(String)
findMatchingConceptProposals(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptProposals(String)
findNameTaggedWith(ConceptNameTag) - Method in class org.openmrs.Concept
A convenience method to get the concept-name (if any) which has a particular tag.
findObsByGroupId(Integer) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. -- should use obs.getGroupMembers
findObsByGroupId(Integer) - Method in interface org.openmrs.api.ObsService
Deprecated. should use Obs.getGroupMembers() or ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
findObservations(String, boolean, Integer) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
findObservations(String, boolean, Integer) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(String)
findObsValueColumnName(Concept) - Static method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
findPatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated.  
findPatient(Patient) - Method in interface org.openmrs.api.PatientService
Deprecated. use #getPatientByExample(Patient)
findPatients(String, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated.  
findPatients(String, boolean) - Method in interface org.openmrs.api.PatientService
Deprecated. use #getPatients(String)
findPeople(String, boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPeople(String, Boolean)
findPeople(String, boolean, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPeople(String, Boolean)
findPeople(String, boolean, List<String>) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPeople(String, Boolean)
findPeople(String, boolean) - Method in interface org.openmrs.api.PersonService
Deprecated. @see #getPeople(...)
findPeople(String, boolean, String) - Method in interface org.openmrs.api.PersonService
Deprecated. @see #getPeople(...)
findPeople(String, boolean, List<String>) - Method in interface org.openmrs.api.PersonService
Deprecated. @see #getPeople(...)
findPossibleValues(String) - Method in interface org.openmrs.Attributable
Search for possible values of this object using the given search string
findPossibleValues(String) - Method in class org.openmrs.Concept
 
findPossibleValues(String) - Method in class org.openmrs.Location
 
findPossibleValues(String) - Method in class org.openmrs.util.AttributableDate
 
findPrograms(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
findPrograms(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Returns programs that match the given string.
findProposedConcepts(String) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getProposedConcepts(String)
findProposedConcepts(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated.  
findRelationshipType(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getRelationshipTypeByName(String)
findRelationshipType(String) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getRelationshipTypeByName(String)
findResource(String) - Method in class org.openmrs.module.ModuleClassLoader
If a resource is found within a jar, that jar URL is converted to a temporary file and a URL to that is returned
findResource(String, ModuleClassLoader, Set<String>) - Method in class org.openmrs.module.ModuleClassLoader
Find a resource (image, file, etc) in the module structure
findResource(String) - Method in class org.openmrs.util.OpenmrsClassLoader
 
findResources(String) - Method in class org.openmrs.module.ModuleClassLoader
 
findResources(List<URL>, String, ModuleClassLoader, Set<String>) - Method in class org.openmrs.module.ModuleClassLoader
Find all occurrences of a resource (image, file, etc) in the module structure
findResources(String) - Method in class org.openmrs.util.OpenmrsClassLoader
 
findTags(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.getTags(String)
findToken(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.getTokens(String)
findUsers(String, List<String>, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
findUsers(String, String, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
findUsers(String, List<String>, boolean) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getUsers(String, List, boolean)
findUsers(String, String, boolean) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getUsersByName(String, String, boolean)
FIRST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
FIRST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
first() - Method in class org.openmrs.arden.ArdenClause
 
first(double) - Method in class org.openmrs.arden.ArdenClause
 
first() - Method in interface org.openmrs.logic.LogicCriteria
Apply the First operator to the LogicCriteria
first(Integer) - Method in interface org.openmrs.logic.LogicCriteria
 
first(String) - Method in interface org.openmrs.logic.LogicCriteria
 
first(Integer, String) - Method in interface org.openmrs.logic.LogicCriteria
 
First - Class in org.openmrs.logic.op
The First operator will return a subset result of the entire result returned by the criteria

Example:
- logicService.parse("'CD4 COUNT'").first(2);
The above will give us a criteria to get the first two "CD4 COUNT" observations
First() - Constructor for class org.openmrs.logic.op.First
 
FIRST - Static variable in interface org.openmrs.logic.op.Operator
 
FIRST - Static variable in interface org.openmrs.logic.op.TransformOperator
 
flushInstance() - Static method in class org.openmrs.util.OpenmrsClassLoader
All objects depending on the old classloader should be restarted here Should be called after destoryInstance() and after the service is restarted
flushSession() - Static method in class org.openmrs.api.context.Context
Forces any changes made so far in this unit of work to be written to the database
flushSession() - Method in interface org.openmrs.api.db.ContextDAO
 
flushSession() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
folderContains(File, String) - Static method in class org.openmrs.util.OpenmrsUtil
Look for a file named filename in folder
Form - Class in org.openmrs
Form
Form() - Constructor for class org.openmrs.Form
default constructor
Form(Integer) - Constructor for class org.openmrs.Form
Constructor with id
form - Variable in class org.openmrs.FormField
 
Format - Class in org.openmrs.util
 
Format() - Constructor for class org.openmrs.util.Format
 
format(double) - Static method in class org.openmrs.util.Format
 
format(Double) - Static method in class org.openmrs.util.Format
 
format(Date) - Static method in class org.openmrs.util.Format
 
format(Date, Format.FORMAT_TYPE) - Static method in class org.openmrs.util.Format
 
format(Date, Locale, Format.FORMAT_TYPE) - Static method in class org.openmrs.util.Format
 
format(Throwable) - Static method in class org.openmrs.util.Format
 
Format.FORMAT_TYPE - Enum in org.openmrs.util
 
formatDate(String, Date) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Format the given date according to the type ('short', 'long', 'ymd')
formatPercentage(double) - Static method in class org.openmrs.util.Format
 
formatPercentage(Number) - Static method in class org.openmrs.util.Format
 
formats - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
formatTextBoxDate(Date) - Static method in class org.openmrs.util.Format
 
FormConstants - Class in org.openmrs.util
Constants relating to forms
FormConstants() - Constructor for class org.openmrs.util.FormConstants
 
FormDAO - Interface in org.openmrs.api.db
Database access functions for the Form, FormField, and Field objects
FormEditor - Class in org.openmrs.propertyeditor
 
FormEditor() - Constructor for class org.openmrs.propertyeditor.FormEditor
 
FormField - Class in org.openmrs
The FormField object relates/orders the fields on a form A form can have many 0 to n fields associated with it in a hierarchical manor.
FormField() - Constructor for class org.openmrs.FormField
default constructor
FormField(Integer) - Constructor for class org.openmrs.FormField
constructor with id
formFieldId - Variable in class org.openmrs.FormField
 
FormService - Interface in org.openmrs.api
This service contains methods relating to Form, FormField, and Field.
FormServiceImpl - Class in org.openmrs.api.impl
Default implementation of the FormService
FormServiceImpl() - Constructor for class org.openmrs.api.impl.FormServiceImpl
Default empty constructor
FormUtil - Class in org.openmrs.util
OpenMRS utilities related to forms.
FormUtil() - Constructor for class org.openmrs.util.FormUtil
 
FormValidator - Class in org.openmrs.validator
This checks a Form object to make sure that it passes all API requirements.
FormValidator() - Constructor for class org.openmrs.validator.FormValidator
 
FROM - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
FROM - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
from_of_func_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
from_of_func_opAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
fromDateHelper(Date, Integer, Integer, Integer, Integer, Date, Date) - Static method in class org.openmrs.util.OpenmrsUtil
 
fromSpecification(String) - Static method in class org.openmrs.util.LocaleUtility
Creates a locale based on a string specification.

G

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
 
garbageCollect() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Call the system garbage collecter.
GENDER() - Static method in class org.openmrs.util.OpenmrsConstants
A gender character to gender name map
TODO issues with localization.
generate(SessionImplementor, Object) - Method in class org.openmrs.api.db.hibernate.NativeIfNotAssignedIdentityGenerator
 
GenerateDataExportTask - Class in org.openmrs.scheduler.tasks
Deprecated. see reportingcompatibility module
GenerateDataExportTask() - Constructor for class org.openmrs.scheduler.tasks.GenerateDataExportTask
Deprecated.  
generateExport(DataExportReportObject, Cohort, String, EvaluationContext) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Generates a data export file given a data export (columns) and patient set (rows).
generateExport(DataExportReportObject, Cohort, EvaluationContext) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated.  
generateExport(DataExportReportObject, Cohort, DataExportFunctions, EvaluationContext) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Auto generated method comment
generateExports(List<DataExportReportObject>, EvaluationContext) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated.  
generatePatientSet(EvaluationContext) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Generate the patientSet according to this report's characteristics
generatePatientSet(EvaluationContext) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Generate the patientSet according to this report's characteristics
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.
generateTemplate() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated. Generate a template according to this reports columns Assumes there is a patientSet object available
generateTemplate() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Generate a template according to this reports columns Assumes there is a patientSet object available
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
Uses Java's UUID class to generate 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.logic.result.Result
 
get(Object) - Method in class org.openmrs.messagesource.PresentationMessageMap
 
getAccessionNumber() - Method in class org.openmrs.Obs
 
getAccessionNumber() - Method in class org.openmrs.Order
 
getAction() - Method in class org.openmrs.arden.MLMObject
 
getActionString() - Method in class org.openmrs.arden.Action
 
getActivator() - Method in class org.openmrs.module.Module
Deprecated. 
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
Returns true if this PatientState is active as of the passed Date
getActive() - Method in class org.openmrs.PatientState
Returns true if this PatientState is currently active
getActiveAttributes() - Method in class org.openmrs.Person
Returns only the non-voided attributes for this person
getActiveDrugIds(Collection<Integer>, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
Returns a Map from patientId to a Collection of drugIds for drugs active for the patients on that date If patientIds is null then do this for all patients
getActiveDrugIds(Collection<Integer>, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getActiveIdentifiers() - Method in class org.openmrs.Patient
Returns only the non-voided identifiers for this patient.
getActiveListId() - Method in class org.openmrs.activelist.ActiveListItem
 
getActiveListItem(Class<T>, Integer) - Method in interface org.openmrs.api.ActiveListService
Returns the ActiveListItem
getActiveListItem(Class<T>, Integer) - Method in interface org.openmrs.api.db.ActiveListDAO
 
getActiveListItem(Class<T>, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
getActiveListItem(Class<T>, Integer) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
getActiveListItemByUuid(String) - Method in interface org.openmrs.api.ActiveListService
Return the ActiveList by the UUID
getActiveListItemByUuid(String) - Method in interface org.openmrs.api.db.ActiveListDAO
 
getActiveListItemByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
getActiveListItemByUuid(String) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
getActiveListItems(Person, ActiveListType) - Method in interface org.openmrs.api.ActiveListService
Returns a sorted set of active list items based on the type given.
getActiveListItems(Class<T>, Person, ActiveListType) - Method in interface org.openmrs.api.ActiveListService
Returns a sorted set of active list items from a class that extends ActiveListItem
getActiveListItems(Person, ActiveListType) - Method in interface org.openmrs.api.db.ActiveListDAO
 
getActiveListItems(Class<T>, Person, ActiveListType) - Method in interface org.openmrs.api.db.ActiveListDAO
 
getActiveListItems(Person, ActiveListType) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
getActiveListItems(Class<T>, Person, ActiveListType) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
getActiveListItems(Person, ActiveListType) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
getActiveListItems(Class<T>, Person, ActiveListType) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
getActiveListService() - Static method in class org.openmrs.api.context.Context
 
getActiveListService() - Method in class org.openmrs.api.context.ServiceContext
Gets the ActiveListService used in the context.
getActiveListType() - Method in class org.openmrs.activelist.ActiveListItem
 
getActiveListTypeId() - Method in class org.openmrs.activelist.ActiveListType
 
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.
getAdditionalPackages() - Method in class org.openmrs.module.ModuleClassLoader
Package names that this module should try to load.
getAddress1() - Method in interface org.openmrs.Address
 
getAddress1() - Method in class org.openmrs.Location
 
getAddress1() - 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
Added for compatibility reasons with 1.8+
getAddress3() - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
getAddress4() - Method in interface org.openmrs.Address
 
getAddress4() - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
getAddress4() - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
getAddress5() - Method in interface org.openmrs.Address
 
getAddress5() - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
getAddress5() - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
getAddress6() - Method in interface org.openmrs.Address
 
getAddress6() - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
getAddress6() - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
getAddresses() - Method in class org.openmrs.Person
 
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
 
getAfterColumnDelimiter() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getAfterColumnDelimiter() - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getAfterColumnDelimiter() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getAfterRowDelimiter() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getAfterRowDelimiter() - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getAfterRowDelimiter() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
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
getAgeMax() - Method in class org.openmrs.arden.MLMObject
 
getAgeMaxUnits() - Method in class org.openmrs.arden.MLMObject
 
getAgeMin() - Method in class org.openmrs.arden.MLMObject
 
getAgeMinUnits() - Method in class org.openmrs.arden.MLMObject
 
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) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.getAlertsByUser(User)
getAlerts() - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.getAlertsByUser(User) and pass "null" as the parameter for user
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) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
getAlerts() - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
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
 
getAliveOnly() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
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(User) - Method in interface org.openmrs.notification.AlertService
Deprecated. use #getAlerts(User, boolean, boolean)
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(User) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
getAllAlerts() - Method in class org.openmrs.notification.impl.AlertServiceImpl
 
getAllAlerts(boolean) - Method in class org.openmrs.notification.impl.AlertServiceImpl
 
getAllCohortDefinitions() - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getAllCohortDefinitions() - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getAllCohortDefinitions() - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated.  
getAllCohortDefinitions() - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
getAllCohortDefinitions() - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
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
 
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
 
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() - Method in interface org.openmrs.api.ConceptService
Return a list of concept sources currently in the database that are not voided
getAllConceptSources() - Method in interface org.openmrs.api.db.ConceptDAO
 
getAllConceptSources() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getAllConceptSources() - 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
getAllConversions() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getAllConversions() - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getAllConceptStateConversions()
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
 
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 (not 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.activelist.Allergy
 
getAllergies(Person) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getAllergies(Person) - Method in interface org.openmrs.api.PatientService
Returns a sorted set of Allergies, sorted on sort_weight
getAllergy(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getAllergy(Integer) - Method in interface org.openmrs.api.PatientService
Returns the Allergy
getAllergyType() - Method in class org.openmrs.activelist.Allergy
 
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
 
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
 
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
 
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.
getAllMimeTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
Deprecated.  
getAllMimeTypes(boolean) - Method in interface org.openmrs.api.db.ObsDAO
Deprecated.  
getAllMimeTypes() - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getAllMimeTypes(boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getAllMimeTypes() - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
getAllMimeTypes(boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
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
Convenience method to call Encounter.getAllObs(boolean) with a false parameter
getAllOrderTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getAllOrderTypes(boolean) - Method in interface org.openmrs.api.db.OrderDAO
 
getAllOrderTypes() - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getAllOrderTypes(boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getAllOrderTypes() - Method in interface org.openmrs.api.OrderService
Get all order types, including retired ones
getAllOrderTypes(boolean) - Method in interface org.openmrs.api.OrderService
Get all order types, only showing ones not marked as retired if includeRetired is true
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
getAllPatientFilters() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getAllPatientFilters() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
getAllPatientIdentifierTypes(boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getAllPatientIdentifierTypes(boolean) - Method in interface org.openmrs.api.db.PatientDAO
 
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
Get all patientIdentifier types
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() - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getAllPatients(boolean) - Method in interface org.openmrs.api.db.PatientDAO
 
getAllPatients() - Method in interface org.openmrs.api.db.PatientSetDAO
 
getAllPatients() - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getAllPatients(boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getAllPatients() - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
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
getAllPatients() - Method in interface org.openmrs.api.PatientSetService
 
getAllPatients() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getAllPatientsCohortDefinition() - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getAllPatientsCohortDefinition() - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getAllPatientSearches() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getAllPatientSearches() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get all patient searches in the database
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
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
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
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
getAllReportObjectClasses() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getAllReportObjectClasses() - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getAllReportObjectClasses() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
getAllReportObjects() - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
getAllReportObjects() - Method in interface org.openmrs.reporting.db.ReportObjectDAO
Deprecated. Auto generated method comment
getAllReportObjects() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getAllReportObjects() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get all report objects stored in the system
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
getAllSearchHistories() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getAllSearchHistories() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get all search histories stored in the database
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(List<Role>, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
getAllUsers() - Method in interface org.openmrs.api.UserService
Returns all users in the system
getAllUsers(List<Role>, boolean) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getUsers(String, List, boolean)
getAllWorkflows() - Method in class org.openmrs.Program
Get all workflows...including the retired ones
getAnswer() - Method in class org.openmrs.arden.Comparison
 
getAnswerConcept() - Method in class org.openmrs.ConceptAnswer
 
getAnswerDrug() - Method in class org.openmrs.ConceptAnswer
 
getAnswerList() - Method in class org.openmrs.arden.Comparison
 
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 ConceptAnswers (which may be null.)
getAnswers() - Method in class org.openmrs.Field
 
getAnyOrAll() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getApplicationDataDirectory() - Static method in class org.openmrs.util.OpenmrsUtil
 
getArdenService() - Static method in class org.openmrs.api.context.Context
 
getArdenService() - Method in class org.openmrs.api.context.ServiceContext
 
getArgument() - Method in class org.openmrs.report.RenderingMode
Deprecated.  
getArguments() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getArgumentValue(String) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Looks up an argument value, accounting for parameterValues
getAsText() - Method in class org.openmrs.propertyeditor.AbstractReportObjectEditor
Deprecated.  
getAsText() - Method in class org.openmrs.propertyeditor.CohortEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptAnswerEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptClassEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptDatatypeEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptNameEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptNumericEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ConceptSourceEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.DataExportReportObjectEditor
Deprecated.  
getAsText() - Method in class org.openmrs.propertyeditor.DrugEditor
Gets the drug identifier associated with this property editor.
getAsText() - Method in class org.openmrs.propertyeditor.EncounterEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.EncounterTypeEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.FormEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.LocationEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.LocationTagEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.OrderEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.OrderTypeEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.PatientEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.PatientIdentifierTypeEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.PersonAttributeEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.PersonAttributeTypeEditor
 
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.ProgramWorkflowEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ProgramWorkflowStateEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.ReportDefinitionEditor
Deprecated.  
getAsText() - Method in class org.openmrs.propertyeditor.ReportSchemaXmlEditor
Deprecated.  
getAsText() - Method in class org.openmrs.propertyeditor.RoleEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.UserEditor
 
getAsText() - Method in class org.openmrs.propertyeditor.WorkflowCollectionEditor
Convert this program's workflows into "id: wkflowid wkflowid wkflowid"
getAtLeastCount() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getAtMostCount() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
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(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.
getAttribute() - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
getAttributeMap() - Method in class org.openmrs.Person
Convenience method to get all of this person's attributes in map form: .
getAttributeName() - Method in class org.openmrs.Field
 
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.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 class org.openmrs.PersonAttribute
 
getAtVar() - Method in class org.openmrs.arden.Action
 
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
 
getAuthor() - Method in class org.openmrs.arden.MLMObject
 
getAuthor() - Method in class org.openmrs.module.Module
 
getAuthor() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getAutoExpireDate() - Method in class org.openmrs.Order
 
getBaseCohort() - Method in class org.openmrs.report.EvaluationContext
Deprecated.  
getBaseFilter() - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
getBeforeColumnDelimiter() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getBeforeColumnDelimiter() - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getBeforeColumnDelimiter() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getBeforeRowDelimiter() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getBeforeRowDelimiter() - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getBeforeRowDelimiter() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getBestName(Locale) - Method in class org.openmrs.Concept
Deprecated. use Concept.getName(Locale, boolean) with a second parameter of "false"
getBestShortName(Locale) - Method in class org.openmrs.Concept
Deprecated. use Concept.getShortNameInLocale(Locale) or Concept.getShortestName(Locale, Boolean)
getBirthdate() - Method in class org.openmrs.Person
 
getBirthdateEstimated() - Method in class org.openmrs.Person
 
getbIsToA() - Method in class org.openmrs.RelationshipType
 
getBufferSize() - Method in class org.openmrs.util.MemoryAppender
 
getBuild() - Method in class org.openmrs.Form
 
getCache() - Method in class org.openmrs.report.EvaluationContext
Deprecated. Get the cache property
getCachedFilters() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getCachedResult() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getCachedResultDate() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getCachedResultDates() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getCachedResults() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getCacheKey() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
getCalculationMethod() - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
getCalendarInstance() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get a calendar instance for use in velocity scripts.
getCallerClass(int) - Method in class org.openmrs.util.OpenmrsSecurityManager
Returns the class on the current execution stack at the given depth.
getCallMethod() - Method in class org.openmrs.arden.Call
 
getCallVar() - Method in class org.openmrs.arden.Call
 
getCanReplace() - Method in class org.openmrs.order.RegimenSuggestion
 
getCauseOfDeath() - Method in class org.openmrs.Person
 
getChangedBy() - Method in class org.openmrs.api.db.LoginCredential
 
getChangedBy() - Method in interface org.openmrs.Auditable
 
getChangedBy() - Method in class org.openmrs.BaseOpenmrsData
 
getChangedBy() - Method in class org.openmrs.BaseOpenmrsMetadata
 
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.ConceptMap
Not currently used.
getChangedBy() - Method in class org.openmrs.ConceptName
Not currently used.
getChangedBy() - Method in class org.openmrs.ConceptNameTag
Not currently used.
getChangedBy() - Method in class org.openmrs.ConceptProposal
 
getChangedBy() - Method in class org.openmrs.ConceptSet
Not currently used.
getChangedBy() - Method in class org.openmrs.notification.Alert
 
getChangedBy() - Method in class org.openmrs.reporting.Report
Deprecated.  
getChangedBy() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getCharacteristics(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getCharacteristics(Cohort) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getCharacteristics(Cohort) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getCharacteristics(Cohort) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
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
 
getCheckDigit() - Method in class org.openmrs.PatientIdentifierType
Deprecated. No need to know if it has a check digit now that any validator algorithm can be chosen.
getCheckDigit(String) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. Use PatientService.getIdentifierValidator(String)
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.
getChildren() - Method in interface org.openmrs.arden.ArdenRule
 
getChildren() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
getCitations() - Method in class org.openmrs.arden.MLMObject
 
getCityVillage() - Method in interface org.openmrs.Address
 
getCityVillage() - Method in class org.openmrs.Location
 
getCityVillage() - Method in class org.openmrs.PersonAddress
 
getClassHandled() - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated. TODO: this is potentially not necessary because its set via spring's application context
getClassHandled() - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated. TODO: this is potentially not necessary because its set via spring's application context
getClassHandled() - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
getClassInstance() - Method in class org.openmrs.module.AdvicePoint
 
getClassName() - Method in class org.openmrs.arden.MLMObject
 
getClassName() - Method in class org.openmrs.ConceptDerived
Returns the full name (including package) of class implementing the rule
getClassName() - Method in class org.openmrs.module.AdvicePoint
 
getClassName() - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
getClazz() - Method in class org.openmrs.report.Parameter
Deprecated.  
getCode() - Method in class org.openmrs.messagesource.PresentationMessage
Returns the look-up key for the message.
getCodeName() - Method in class org.openmrs.order.RegimenSuggestion
 
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
Gets a non voided Cohort by its name
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.cohort.StaticCohortDefinition
Deprecated.  
getCohort() - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
getCohort() - Method in class org.openmrs.reporting.data.CohortDefinition
Deprecated. Get the cohort instance assigned to this cohort definition
getCohortByUuid(String) - Method in interface org.openmrs.api.CohortService
Get Cohort by its UUID
getCohortByUuid(String) - Method in interface org.openmrs.api.db.CohortDAO
Auto generated method comment
getCohortByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
 
getCohortByUuid(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
getCohortData() - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
getCohortDefinition(Class<CohortDefinition>, Integer) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getCohortDefinition(String) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getCohortDefinition(Class<CohortDefinition>, Integer) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getCohortDefinition(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getCohortDefinition() - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
getCohortDefinition(Integer) - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated.  
getCohortDefinition() - Method in class org.openmrs.Cohort
Deprecated. 
getCohortDefinition(Integer) - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
getCohortDefinition(Integer) - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
getCohortDefinition() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Gets the default cohort definition.
getCohortDefinition() - Method in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated. TODO Auto generated method comment
getCohortDefinitionId() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getCohortDefinitionId() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getCohortDefinitionMembership(Integer, String, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getCohortDefinitionProviders() - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getCohortDefinitionProviders() - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getCohortDefinitions(Class<? extends CohortDefinitionProvider>) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
getCohortDefinitions(Class) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
getCohortHelper(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getCohortId() - Method in class org.openmrs.Cohort
 
getCohortId() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getCohortId() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getCohortId() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getCohortMembership(Integer, String, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getCohorts() - Method in interface org.openmrs.api.CohortService
Deprecated. replaced by getAllCohorts()
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() - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated.  
getCohorts(String) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
getCohortsContainingPatient(Patient) - Method in interface org.openmrs.api.CohortService
Find all Cohorts that contain the given patient.
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.
getCohortsContainingPatientId(Integer) - Method in interface org.openmrs.api.db.CohortDAO
Finds all cohorts that contain the given patientId
getCohortsContainingPatientId(Integer) - 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
 
getColumnDatatypes() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated.  
getColumnDatatypes() - Method in interface org.openmrs.report.DataSetDefinition
Deprecated. Gets a list of the datatype of the columns
getColumnDatatypes() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getColumnDatatypes() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getColumnKeys() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated.  
getColumnKeys() - Method in interface org.openmrs.report.DataSetDefinition
Deprecated. Gets a list of column keys.
getColumnKeys() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getColumnKeys() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getColumnName() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getColumnName() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getColumnName() - Method in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
getColumnName() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
getColumnName() - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
getColumnNames() - Method in class org.openmrs.reporting.TableRow
Deprecated.  
getColumns() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getColumns() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getColumnType() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getColumnType() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getColumnType() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
getColumnType() - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
getCombination() - Method in class org.openmrs.Drug
 
getCommaSeparatedPatientIds() - Method in class org.openmrs.Cohort
 
getComment() - Method in class org.openmrs.ConceptMap
 
getComment() - Method in class org.openmrs.Obs
 
getComments() - Method in class org.openmrs.activelist.ActiveListItem
 
getComments() - Method in class org.openmrs.ConceptProposal
 
getComments() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getCompatibleNames(Locale) - Method in class org.openmrs.Concept
Returns all names from compatible locales.
getCompileDate() - Method in class org.openmrs.ConceptDerived
Date that rule was last compiled
getCompileStatus() - Method in class org.openmrs.ConceptDerived
Result status of last compilation of rule
getComplex() - Method in class org.openmrs.DrugOrder
Gets whether this drug is complex
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
Get a complex observation.
getCompOpCode(MLMObjectElement, boolean) - Method in class org.openmrs.arden.Comparison
 
getCompositionString() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getConcept() - Method in class org.openmrs.activelist.ActiveListItem
 
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.arden.ArdenClause
 
getConcept() - Method in class org.openmrs.ConceptAnswer
 
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.ConceptSet
 
getConcept() - Method in class org.openmrs.ConceptSetDerived
 
getConcept() - Method in class org.openmrs.ConceptStateConversion
 
getConcept() - Method in class org.openmrs.ConceptWord
 
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.
If codingSystem is 99DCT, then a new Concept with the given conceptId is returned.
Otherwise, the coding system is looked up in the ConceptMap for an openmrs concept mapped to that code.
getConcept() - Method in exception org.openmrs.hl7.handler.ProposingConceptException
 
getConcept() - Method in class org.openmrs.Obs
 
getConcept() - Method in class org.openmrs.Order
 
getConcept() - Method in class org.openmrs.Program
 
getConcept() - Method in class org.openmrs.ProgramWorkflow
 
getConcept() - Method in class org.openmrs.ProgramWorkflowState
 
getConcept(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
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
 
getConceptAnswers(String, Locale, Concept) - Method in interface org.openmrs.api.ConceptService
Finds concepts that are possible value coded answers to concept parameter
getConceptAnswers(String, Locale, Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConceptByIdOrName(String) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getConcept(String)
getConceptByIdOrName(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConcept(String)
getConceptByIdOrName(String) - Static method in class org.openmrs.util.OpenmrsUtil
 
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) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptByMapping(String, String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptByMapping(String, String) - 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 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
Auto generated method comment
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
Auto generated method comment
getConceptClassByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptClassByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConceptClasses() - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getAllConceptClasses(boolean)
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.api.impl.ConceptServiceImpl
Deprecated.  
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
Auto generated method comment
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 interface org.openmrs.api.ConceptService
Deprecated. you *probably* want to use ConceptService.getConceptDatatypeByName(String)
getConceptDatatypes(String) - Method in interface org.openmrs.api.db.ConceptDAO
Deprecated.  
getConceptDatatypes(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptDatatypes() - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getAllConceptDatatypes()
getConceptDatatypes(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConceptDerivedByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptDerivedByUuid(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
 
getConceptId() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getConceptId() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
getConceptIdOrName() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getConceptIdOrName() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
getConceptMapId() - Method in class org.openmrs.ConceptMap
 
getConceptMappings() - Method in class org.openmrs.Concept
 
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.ConceptWord
 
getConceptName(Concept) - Method in class org.openmrs.reporting.AbstractPatientFilter
Deprecated. Find the name from the given concept object.
getConceptName() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getConceptName() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
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
Gets the ConceptNameTag with the given database primary key
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
Auto generated method comment
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
Auto generated method comment
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(boolean) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getAllConceptProposals(boolean)
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(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getAllConceptProposals(boolean)
getConceptProposals(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConcepts(String, String) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getAllConcepts(String, boolean, boolean)
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, Locale, boolean, List<ConceptClass>, List<ConceptDatatype>) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConcepts(String, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getAllConcepts(String, boolean, boolean)
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 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
 
getConceptsByConceptSource(ConceptSource) - Method in interface org.openmrs.api.ConceptService
Looks up a list of ConceptMaps for a given ConceptSource
getConceptsByConceptSource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptsByConceptSource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptsByConceptSource(ConceptSource) - 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) - 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
 
getConceptSet() - Method in class org.openmrs.ConceptSetDerived
 
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
 
getConceptSetDerivedByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptSetDerivedByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptSetId() - Method in class org.openmrs.ConceptSet
Gets the concept set identifier.
getConceptSets(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getConceptSetsByConcept(Concept)
getConceptSets(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptSetsByConcept(Concept)
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
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
 
getConceptsInSet(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getConceptsByConceptSet(Concept)
getConceptsInSet(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptsByConceptSet(Concept)
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
 
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
 
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
Auto generated method comment
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
 
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
 
getConceptUuids() - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptUuids() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptWordByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptWordByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptWordId() - Method in class org.openmrs.ConceptWord
Get the unique internal database identifier for this concept word
getConceptWords(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 via the ConceptWord table
getConceptWords(String, Locale) - Method in interface org.openmrs.api.ConceptService
Convenience method for ConceptService.getConceptWords(String, List, boolean, List, List, List, List, Concept, Integer, Integer)
getConceptWords(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in interface org.openmrs.api.db.ConceptDAO
 
getConceptWords(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getConceptWords(String, List<Locale>, boolean, List<ConceptClass>, List<ConceptClass>, List<ConceptDatatype>, List<ConceptDatatype>, Concept, Integer, Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConceptWords(String, Locale) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getConcludeVal() - Method in class org.openmrs.arden.Conclude
 
getConfig() - Method in class org.openmrs.module.Module
 
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.GenerateUuid
 
getConfirmationMessage() - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
getConfirmationMessage() - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
 
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() - Method in class org.openmrs.notification.Message
 
getContext() - Method in class org.openmrs.scheduler.StatefulTask
Returns the context.
getCountry() - Method in interface org.openmrs.Address
 
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
 
getCreatedBy() - Method in class org.openmrs.scheduler.TaskDefinition
Deprecated. use BaseOpenmrsMetadata.getCreator()
getCreator() - Method in interface org.openmrs.Auditable
 
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.ConceptMap
 
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 class org.openmrs.ConceptSource
 
getCreator() - Method in class org.openmrs.FieldAnswer
 
getCreator() - Method in class org.openmrs.notification.Alert
 
getCreator() - Method in class org.openmrs.reporting.Report
Deprecated.  
getCreator() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getCriteria() - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
getCurrentDrugNames(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getCurrentDrugOrders(Cohort, List<Concept>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getCurrentDrugOrders(Cohort, List<Concept>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getCurrentDrugOrders(Cohort, Concept) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getCurrentDrugOrders(Cohort, Concept) - Method in interface org.openmrs.api.PatientSetService
 
getCurrentDrugOrders(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getCurrentPatientPrograms(Cohort, Program) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getCurrentPatientPrograms(Cohort, Program) - Method in interface org.openmrs.api.PatientSetService
 
getCurrentPrograms(Patient, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getCurrentPrograms(Patient, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean)
getCurrentState(ProgramWorkflow) - Method in class org.openmrs.PatientProgram
Returns the current PatientState for the passed ProgramWorkflow within this PatientProgram.
getCurrentState() - Method in class org.openmrs.PatientProgram
Deprecated. use PatientProgram.getCurrentState(ProgramWorkflow)
getCurrentStates(Cohort, ProgramWorkflow) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getCurrentStates(Cohort, ProgramWorkflow) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getCurrentStates(Cohort, ProgramWorkflow) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getCurrentStates(Cohort, ProgramWorkflow) - Method in interface org.openmrs.api.PatientSetService
 
getCurrentStates() - Method in class org.openmrs.PatientProgram
Returns a Set of all current PatientStates for the PatientProgram
getCurrentVersion() - Method in class org.openmrs.module.UpdateFileParser
 
getCurrentWorkflowsByPatient(Patient) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getCurrentWorkflowsByPatient(Patient) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. No current use outside of this service. Should be retrieved from Patient, PatientProgram, and PatientState
getCurrentWorkflowsByPatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getCurrentWorkflowsByPatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. No current use outside of this service. Should be retrieved from Patient, PatientProgram, and PatientState
getData() - Method in class org.openmrs.arden.MLMObject
 
getData() - Method in class org.openmrs.notification.Template
 
getData() - Method in class org.openmrs.obs.ComplexData
Get the data Object.
getData() - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
getData() - Method in interface org.openmrs.report.MapDataSet
Deprecated.  
getData() - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
getData() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
getDatabaseChanges() - Static method in class org.openmrs.util.DatabaseUpdater
Looks at the current liquibase-update-to-latest.xml file and then checks the database to see if they have been run.
getDataExport() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Gets the default data export object.
getDataExportKey(String) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Find the data export key previously added or null if not found
getDataset() - Method in class org.openmrs.reporting.data.DatasetDefinition
Deprecated.  
getDatasetDefinition() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Gets the default dataset definition.
getDatasetDefinition() - Method in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated. TODO Auto generated method comment
getDataSetDefinitions() - Method in class org.openmrs.report.ReportSchema
Deprecated. Returns List dataSetDefinitions
getDatasetLocation() - Method in class org.openmrs.reporting.data.DatasetDefinition
Deprecated. Get the file location of the dataset export.
getDataSets() - Method in class org.openmrs.report.ReportData
Deprecated.  
getDataSetService() - Static method in class org.openmrs.api.context.Context
Deprecated. see reportingcompatibility module
getDataSetService() - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
getDatatype() - Method in class org.openmrs.Concept
 
getDatatype() - Method in class org.openmrs.logic.result.Result
Returns the datatype of the result.
getDate() - Method in class org.openmrs.arden.MLMObject
 
getDateChanged() - Method in class org.openmrs.api.db.LoginCredential
 
getDateChanged() - Method in interface org.openmrs.Auditable
 
getDateChanged() - Method in class org.openmrs.BaseOpenmrsData
 
getDateChanged() - Method in class org.openmrs.BaseOpenmrsMetadata
 
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.ConceptMap
Not currently used.
getDateChanged() - Method in class org.openmrs.ConceptName
Not currently used.
getDateChanged() - Method in class org.openmrs.ConceptNameTag
Not currently used.
getDateChanged() - Method in class org.openmrs.ConceptProposal
 
getDateChanged() - Method in class org.openmrs.ConceptSet
Not currently used.
getDateChanged() - Method in class org.openmrs.notification.Alert
 
getDateChanged() - Method in class org.openmrs.notification.AlertRecipient
 
getDateChanged() - Method in class org.openmrs.notification.Note
 
getDateChanged() - Method in class org.openmrs.reporting.Report
Deprecated.  
getDateChanged() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getDateCompleted() - Method in class org.openmrs.PatientProgram
 
getDateCreated() - Method in interface org.openmrs.Auditable
 
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.ConceptMap
 
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 class org.openmrs.ConceptSource
 
getDateCreated() - Method in class org.openmrs.FieldAnswer
 
getDateCreated() - Method in class org.openmrs.hl7.HL7InArchive
 
getDateCreated() - Method in class org.openmrs.hl7.HL7InError
 
getDateCreated() - Method in class org.openmrs.hl7.HL7InQueue
 
getDateCreated() - Method in class org.openmrs.notification.Alert
 
getDateCreated() - Method in class org.openmrs.notification.Note
 
getDateCreated() - Method in class org.openmrs.reporting.Report
Deprecated.  
getDateCreated() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
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() - Method in enum org.openmrs.reporting.DateColumnClassifier.CombineMethod
Deprecated.  
getDateFormat() - Method in class org.openmrs.scheduler.Schedule
Get the date format used to set the start time.
getDateFormat() - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. use Context.getDateFormat() or #getDateFormat(Context#getLocale()) instead
getDateFormat(Locale) - Static method in class org.openmrs.util.OpenmrsUtil
Get the current user's date format Will look similar to "mm-dd-yyyy".
getDateRetired() - Method in class org.openmrs.BaseOpenmrsMetadata
 
getDateRetired() - Method in class org.openmrs.Concept
 
getDateRetired() - Method in interface org.openmrs.Retireable
 
getDateStarted() - Method in class org.openmrs.Obs
 
getDateStopped() - Method in class org.openmrs.Obs
 
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 class org.openmrs.ConceptSource
Deprecated. 
getDateVoided() - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
getDateVoided() - Method in class org.openmrs.reporting.Report
Deprecated.  
getDateVoided() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getDateVoided() - Method in interface org.openmrs.Voidable
 
getDaysKept() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
getDead() - Method in class org.openmrs.Person
 
getDeadOnly() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getDeathDate() - Method in class org.openmrs.Person
 
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
 
getDefaultLocale() - Static method in class org.openmrs.util.LocaleUtility
Gets the default locale specified as a global property.
getDefaultLocation() - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getDefaultLocation() - Method in interface org.openmrs.api.LocationService
Returns the default location for this implementation.
getDefaultReportObjectValidator() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getDefaultReportObjectValidator() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
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
 
getDefaultValidator() - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated.  
getDefaultValue() - Method in class org.openmrs.Field
 
getDefaultValue() - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
getDefaultValue() - Method in class org.openmrs.report.Parameter
Deprecated.  
getDefinition() - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
getDefinition() - Method in interface org.openmrs.report.DataSet
Deprecated.  
getDefinition() - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
getDefinition() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
getDegree() - Method in class org.openmrs.PersonName
 
getDependencies() - Method in interface org.openmrs.logic.Rule
Returns a list of dependencies (tokens for rules upon which this rule may depend).
getDescription() - Method in class org.openmrs.BaseOpenmrsMetadata
 
getDescription() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
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.ConceptName
Deprecated.  
getDescription() - Method in class org.openmrs.ConceptNameTag
Returns the description of this tag.
getDescription() - Method in class org.openmrs.ConceptSource
 
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 class org.openmrs.notification.NoteType
 
getDescription() - Method in interface org.openmrs.OpenmrsMetadata
 
getDescription(String) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Returns a description for the given cohort strategy name.
getDescription() - Method in class org.openmrs.report.ReportSchema
Deprecated. Returns the description of this ReportSchema
getDescription() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
getDescription() - Method in class org.openmrs.reporting.Report
Deprecated.  
getDescription() - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
getDescription() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getDescription() - Method in class org.openmrs.scheduler.Schedule
Gets the description of the schedule.
getDescription() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getDescriptions() - Method in class org.openmrs.Concept
 
getDescriptions() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Returns the map of cohort strategy names, descriptions.
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.
getDiscontinued() - Method in class org.openmrs.Order
 
getDiscontinued() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getDiscontinuedBy() - Method in class org.openmrs.Order
 
getDiscontinuedDate() - Method in class org.openmrs.Order
 
getDiscontinuedReason() - Method in class org.openmrs.Order
 
getDiscontinuedReasonList() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getDiscontinuedReasonNonCoded() - Method in class org.openmrs.Order
 
getDisplayName() - Method in class org.openmrs.order.RegimenSuggestion
 
getDisplayName() - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
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.util.AttributableDate
 
getDosageForm() - Method in class org.openmrs.Drug
 
getDose() - Method in class org.openmrs.DrugOrder
 
getDose() - Method in class org.openmrs.order.DrugSuggestion
 
getDoseStrength() - Method in class org.openmrs.Drug
Gets the dose strength of this drug
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
getDrugByNameOrId(String) - Method in interface org.openmrs.api.ConceptService
Return the drug object corresponding to the given name or drugId
getDrugByNameOrId(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getDrug(String)
getDrugByUuid(String) - Method in interface org.openmrs.api.ConceptService
Get Drug by its UUID
getDrugByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
Auto generated method comment
getDrugByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getDrugByUuid(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getDrugComponents() - Method in class org.openmrs.order.RegimenSuggestion
 
getDrugConcept() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
getDrugId() - Method in class org.openmrs.Drug
Gets the internal identification number for this drug
getDrugId() - Method in class org.openmrs.order.DrugSuggestion
 
getDrugId() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
getDrugIngredientByUuid(String) - Method in interface org.openmrs.api.db.ConceptDAO
 
getDrugIngredientByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getDrugList() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getDrugList() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getDrugListToUse() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getDrugOrder(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
getDrugOrder(Integer) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderService.getOrder(Integer, Class) with DrugOrder.class as second parameter instead
getDrugOrders(Cohort, List<Concept>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getDrugOrders(Cohort, List<Concept>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getDrugOrders() - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. This is a dumb method
getDrugOrders(Cohort, Concept) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getDrugOrders() - Method in interface org.openmrs.api.OrderService
Deprecated. this method would return a very large list for most systems and doesn't make sense to be used. If _all_ Orders are really what is wanted, use OrderService.getOrders(Class, List, List, org.openmrs.api.OrderService.ORDER_STATUS, List, List, List) with empty parameters
getDrugOrders(Cohort, Concept) - Method in interface org.openmrs.api.PatientSetService
 
getDrugOrders(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getDrugOrdersByPatient(Patient, int) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
getDrugOrdersByPatient(Patient, int, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
getDrugOrdersByPatient(Patient, OrderService.ORDER_STATUS, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getDrugOrdersByPatient(Patient, OrderService.ORDER_STATUS) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getDrugOrdersByPatient(Patient) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getDrugOrdersByPatient(Patient, int) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderService.getDrugOrdersByPatient(Patient, org.openmrs.api.OrderService.ORDER_STATUS)
getDrugOrdersByPatient(Patient, OrderService.ORDER_STATUS) - Method in interface org.openmrs.api.OrderService
Get drug orders for a given patient, not including voided orders
getDrugOrdersByPatient(Patient, int, boolean) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderService.getDrugOrdersByPatient(Patient, org.openmrs.api.OrderService.ORDER_STATUS, boolean)
getDrugOrdersByPatient(Patient, OrderService.ORDER_STATUS, boolean) - Method in interface org.openmrs.api.OrderService
Get drug orders for a given patient
getDrugOrdersByPatient(Patient) - Method in interface org.openmrs.api.OrderService
Get all orders for the given patient
getDrugs() - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.getAllDrugs()
getDrugs(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. Use ConceptService.getDrugsByConcept(Concept)
getDrugs(String) - Method in interface org.openmrs.api.ConceptService
Find drugs in the system.
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) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getDrugs(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getDrugs() - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getAllDrugs()
getDrugs(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getDrugsByConcept(Concept)
getDrugs(Concept, boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. Use ConceptServiceImpl.getDrugsByConcept(Concept)
getDrugs(boolean) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. Use ConceptServiceImpl.getAllDrugs(boolean)
getDrugs(String) - 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
 
getDrugSetHeadersByDrugSetIdList(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.getDrugSetHeadersByDrugSetIdList(String)
getDrugSetHeadersByDrugSetIdList(String) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.getDrugSetHeadersByDrugSetIdList(String)
getDrugSetHeadersByDrugSetIdList(String) - Static method in class org.openmrs.order.OrderUtil
Associates the concept id of a drug set to a name of the drug set in the current locale
getDrugSets() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getDrugSetsByConcepts(List<DrugOrder>, List<Concept>) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.getDrugSetsByConcepts(List, List)
getDrugSetsByConcepts(List<DrugOrder>, List<Concept>) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.getDrugSetsByConcepts(List, List)
getDrugSetsByConcepts(List<DrugOrder>, List<Concept>) - Static method in class org.openmrs.order.OrderUtil
Splits the drug orders into sublists based on which drug set the order's drug belongs to
getDrugSetsByDrugSetIdList(List<DrugOrder>, String, String) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.getDrugSetsByDrugSetIdList(List, String, String)
getDrugSetsByDrugSetIdList(List<DrugOrder>, String, String) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.getDrugSetsByDrugSetIdList(List, String, String)
getDrugSetsByDrugSetIdList(List<DrugOrder>, String, String) - Static method in class org.openmrs.order.OrderUtil
Gets a map of DrugOrders that belong to a DrugSet concept ID
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.logic.Duration
 
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
getEarliestDrugStart(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getEditPrivilege() - Method in class org.openmrs.PersonAttributeType
The privilege required in order to edit this attribute
getEffectiveDate() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
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.Obs
 
getEncounter() - Method in class org.openmrs.Order
 
getEncounterAttrsByType(Cohort, List<EncounterType>, String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getEncounterAttrsByType(Cohort, List<EncounterType>, String, Boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getEncounterAttrsByType(Cohort, List<EncounterType>, String) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getEncounterAttrsByType(Cohort, List<EncounterType>, String) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getEncounterByUuid(String) - Method in interface org.openmrs.api.db.EncounterDAO
Find Encounter matching a uuid
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
 
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<User>, boolean) - Method in interface org.openmrs.api.db.EncounterDAO
 
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<User>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
getEncounters(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getEncounters(Cohort) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, boolean) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<User>, boolean) - Method in interface org.openmrs.api.EncounterService
Get all encounters that match a variety of (nullable) criteria.
getEncounters(Patient) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getEncountersByPatient(Patient)
getEncounters(Patient, boolean) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getEncountersByPatient(Patient)
getEncounters(Patient, Location) - Method in interface org.openmrs.api.EncounterService
Deprecated. use EncounterService.getEncounters(Patient, Location, Date, Date, Collection, Collection, boolean)
getEncounters(Patient, Date, Date) - Method in interface org.openmrs.api.EncounterService
Deprecated. use EncounterService.getEncounters(Patient, Location, Date, Date, Collection, Collection, boolean)
getEncounters(Date, Date) - Method in interface org.openmrs.api.EncounterService
Deprecated. use EncounterService.getEncounters(Patient, Location, Date, Date, Collection, Collection, boolean)
getEncounters(Location, Date, Date) - Method in interface org.openmrs.api.EncounterService
Deprecated. use EncounterService.getEncounters(Patient, Location, Date, Date, Collection, Collection, boolean)
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Patient, Location, Date, Date, Collection<Form>, Collection<EncounterType>, Collection<User>, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
getEncounters(Patient) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncountersByPatient(Patient patient)
getEncounters(Patient, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Patient, Location) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Patient, Date, Date) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Date, Date) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Location, Date, Date) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncounters(Patient, Location, Date, Date, Collection, Collection, Collection, boolean)
getEncounters(Cohort) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getEncounters(Cohort) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getEncountersByForm(Cohort, List<Form>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
Gets a list of encounters associated with the given form, filtered by the given patient set.
getEncountersByForm(Cohort, List<Form>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getEncountersByForm(Cohort, List<Form>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
Gets a list of encounters associated with the given form, filtered by the given patient set.
getEncountersByForm(Cohort, List<Form>) - Method in interface org.openmrs.api.PatientSetService
Gets a list of encounters associated with the given form, filtered by the given patient set.
getEncountersByPatient(String, boolean) - Method in interface org.openmrs.api.db.EncounterDAO
Get a list of Encounter by Patient name or identifier
getEncountersByPatient(String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
getEncountersByPatient(Patient) - Method in interface org.openmrs.api.EncounterService
Get all encounters (not voided) for a patient.
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, boolean) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getEncountersByPatientId(Integer)
getEncountersByPatientId(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
getEncountersByPatientId(Integer, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncountersByPatientId(Integer)
getEncountersByPatientIdentifier(String) - Method in interface org.openmrs.api.EncounterService
Get encounters (not voided) for a patient identifier
getEncountersByPatientIdentifier(String, boolean) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getEncountersByPatientIdentifier(String)
getEncountersByPatientIdentifier(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
getEncountersByPatientIdentifier(String, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getEncountersByPatientIdentifier(String)
getEncountersByType(Cohort, List<EncounterType>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getEncountersByType(Cohort, List<EncounterType>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getEncountersByType(Cohort, EncounterType) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getEncountersByType(Cohort, List<EncounterType>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getEncountersByType(Cohort, EncounterType) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getEncountersByType(Cohort, List<EncounterType>) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getEncounterService() - Static method in class org.openmrs.api.context.Context
 
getEncounterService() - Method in class org.openmrs.api.context.ServiceContext
 
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
 
getEncounterType() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated. 
getEncounterTypeByUuid(String) - Method in interface org.openmrs.api.db.EncounterDAO
Find EncounterType matching a uuid
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
 
getEncounterTypeList() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getEncounterTypes() - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.getAllEncounterTypes()
getEncounterTypes() - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.getAllEncounterTypes()
getEndDate() - Method in class org.openmrs.activelist.ActiveListItem
 
getEndDate() - Method in class org.openmrs.PatientState
 
getEntity(String, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
getEntityName(Object) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
getEquivalentDailyDose() - Method in class org.openmrs.DrugOrder
 
getError() - Method in class org.openmrs.hl7.HL7InError
 
getErrorDetails() - Method in class org.openmrs.hl7.HL7InError
 
getErrorMessage() - Method in class org.openmrs.hl7.HL7InQueue
 
getErrorTasks() - Static method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
getEvaluationContext() - Method in class org.openmrs.Cohort
Deprecated. 
getEvaluationContext() - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
getEvaluationContext() - Method in interface org.openmrs.report.DataSet
Deprecated.  
getEvaluationContext() - Method in class org.openmrs.report.ReportData
Deprecated.  
getEvaluationContext() - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
getEvaluationContext() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
getEvaluationContext() - Method in class org.openmrs.scheduler.tasks.GenerateDataExportTask
Deprecated.  
getExceptionAsString(Throwable) - Static method in class org.openmrs.scheduler.SchedulerUtil
 
getExplanation() - Method in class org.openmrs.arden.MLMObject
 
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
Get the extension for a given filename.
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
getExtras() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getExtras() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
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
Auto generated method comment
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() - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getAllFields()
getFields() - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
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
 
getFieldTypeByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
Auto generated method comment
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
 
getFieldTypes() - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getAllFieldTypes()
getFieldTypes() - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getFile() - Method in class org.openmrs.module.Module
 
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
getFilename(ReportSchema, String) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getFilename(ReportSchema, String) - Method in interface org.openmrs.report.ReportRenderer
Deprecated. Should be null if getLinkUrl() returns a non-null value.
getFilenameExtension() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getFilenameExtension() - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getFilenameExtension() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getFilter() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getFilter() - Method in class org.openmrs.report.ReportSchema
Deprecated. Returns the filter
getFilter() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getFilter() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getFilterClass() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getFilterId() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getFilters() - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
getFinalText() - Method in class org.openmrs.ConceptProposal
 
getFirstEncounter(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getFirstEncounterAttr(Object, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get an attribute (encounterDatetime, provider, etc) from the oldest encounter.
getFirstEncounterAttrsByType(Cohort, List<EncounterType>, String) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getFirstEncounterAttrsByType(Cohort, List<EncounterType>, String) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getFirstEncountersByType(Cohort, List<EncounterType>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getFirstEncountersByType(Cohort, List<EncounterType>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getFirstEncountersByType(Cohort, EncounterType) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getFirstEncountersByType(Cohort, List<EncounterType>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getFirstEncountersByType(Cohort, EncounterType) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getFirstEncountersByType(Cohort, List<EncounterType>) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getFirstName() - Method in class org.openmrs.User
Deprecated. use getGivenName on Person
getFirstNObsWithValues(Integer, Concept, List<String>) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the first occurrences of matching obs.concept out of the patient's encounters
getFirstNObsWithValues(Integer, String, Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Convenience method for other getFirstNObsWithValues method
getFirstObs(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the first occurrence of matching obs.concept out of the patient's encounters
getFirstObs(Concept) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the first occurrence of matching obs.concept out of the patient's encounters
getFirstObsWithValues(String, Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the first occurrence of matching obs.concept out of the patient's encounters
getFirstObsWithValues(Concept, List<String>) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the first occurence of matching obs.concept out of the patient's encounters
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.reporting.EncounterPatientFilter
Deprecated.  
getFormat() - Method in exception org.openmrs.api.InvalidIdentifierFormatException
 
getFormat() - Method in class org.openmrs.PatientIdentifierType
 
getFormat() - Method in class org.openmrs.PersonAttributeType
 
getFormatDescription() - Method in class org.openmrs.PatientIdentifierType
 
getFormByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
Auto generated method comment
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
 
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) - Method in interface org.openmrs.api.FormService
Finds the FormField defined for this form/concept combination Calls FormService.getFormField(Form, Concept, Collection, boolean) with an empty ignore list and with force set to false
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) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getFormField(Form, Concept, Collection<FormField>, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
 
getFormFieldByUuid(String) - Method in interface org.openmrs.api.db.FormDAO
Auto generated method comment
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
 
getFormFields(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
getFormFields(Form) - Method in interface org.openmrs.api.FormService
Deprecated. use Form.getFormFields()
getFormFields(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getFormFields() - Method in class org.openmrs.Form
 
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
 
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>) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getForms(String, Boolean, Collection, Boolean, Collection, Collection, Collection)
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(boolean) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getAllForms() or FormService.getPublishedForms()
getForms(boolean, boolean) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getAllForms() or FormService.getPublishedForms() or FormService.getForms(String, Boolean, Collection, Boolean, Collection, Collection)
getForms() - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getAllForms()
getForms(Concept) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.getFormsContainingConcept(Concept)
getForms(boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getForms(boolean, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getForms() - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getForms(Concept) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
getForms(String, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
 
getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated. see FormServiceImpl.getForms(String, Boolean, Collection, Boolean, Collection, Collection, Collection)
getForms(String, Boolean, Collection<EncounterType>, Boolean, Collection<FormField>, Collection<FormField>, Collection<Field>) - Method in class org.openmrs.api.impl.FormServiceImpl
 
getForms() - Method in class org.openmrs.Field
Deprecated. This method always returns null. Forms that a Field is on are managed through the FormField object
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 FormFields 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.order.DrugSuggestion
 
getFromCache(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve an entry from the cached with the given key
getFromDate() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getFromDate() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
getFullName(Locale) - Method in class org.openmrs.Drug
Gets the entires 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 concatonating them together with spaces in between.
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
 
getGender() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getGeneratedFile(DataExportReportObject) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Returns the path and name of the generated file
getGenericDrugList() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
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 interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.getAllGlobalProperties()
getGlobalProperties() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
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
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
 
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
 
g