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
 
getGlobalPropertyObject(String) - Method in interface org.openmrs.api.AdministrationService
Gets the global property that has the given propertyName
getGlobalPropertyObject(String) - Method in interface org.openmrs.api.db.AdministrationDAO
 
getGlobalPropertyObject(String) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
getGlobalPropertyObject(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
getGlobalPropertyValue(String, T) - Method in interface org.openmrs.api.AdministrationService
Returns a global property according to the type specified
getGlobalPropertyValue(String, T) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
getGroupMembers() - Method in class org.openmrs.Obs
Get the members of the obs group, if this obs is a group.
getGroupMethod() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
getHandler(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Convenience method to get the ComplexObsHandler associated with a complex Obs.
getHandler(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getHandler(String) - Method in interface org.openmrs.api.ObsService
Get the ComplexObsHandler that has been registered with the given key
getHandler() - Method in class org.openmrs.ConceptComplex
 
getHandlers() - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getHandlers() - Method in interface org.openmrs.api.ObsService
Gets the handlers map registered
getHandlersForType(Class<H>, Class<T>) - Static method in class org.openmrs.util.HandlerUtil
Retrieves a List of all registered components from the Context that are of the passed handlerType and one or more of the following is true: The handlerType is annotated as a Handler that supports the passed type The passed type is null - this effectively returns all components of the passed handlerType The returned handlers are ordered in the list based upon the order property.
getHashedPassword() - Method in class org.openmrs.api.db.LoginCredential
 
getHiAbsolute() - Method in class org.openmrs.ConceptNumeric
 
getHiCritical() - Method in class org.openmrs.ConceptNumeric
 
getHigh() - Method in class org.openmrs.util.DoubleRange
 
getHiNormal() - Method in class org.openmrs.ConceptNumeric
 
getHistory() - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
getHl7Abbreviation() - Method in class org.openmrs.ConceptDatatype
 
getHl7ArchivesDirectory() - Static method in class org.openmrs.hl7.HL7Util
Gets the destination directory for hl7 archives.
getHL7Batch(Class, int, int, Integer, String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7Batch(Class, int, int, Integer, String) - Method in interface org.openmrs.hl7.db.HL7DAO
Returns hl7s based on batch settings and filtered by a query
getHl7Code() - Method in class org.openmrs.ConceptSource
 
getHL7Data() - Method in class org.openmrs.hl7.HL7InArchive
 
getHL7Data() - Method in class org.openmrs.hl7.HL7InError
 
getHL7Data() - Method in class org.openmrs.hl7.HL7InQueue
 
getHL7InArchive(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InArchive(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InArchive(Integer) - Method in interface org.openmrs.hl7.HL7Service
Get the archive item with the given id, If hl7 archives were moved to the file system, you can't do a look up by hl7ArchiveId, instead call HL7Service.getHL7InArchiveByUuid(String)
getHL7InArchive(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InArchiveBatch(int, int, int, String) - Method in interface org.openmrs.hl7.HL7Service
Return a list of all hl7 in archives based on batch settings and a query string
getHL7InArchiveBatch(int, int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InArchiveByState(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InArchiveByState(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InArchiveByState(Integer) - Method in interface org.openmrs.hl7.HL7Service
If hl7 migration has been run and the state matches that of processed items, the method returns a list of all archives in the file system, for any other state , it returns an empty list, this is because all archives would have a status of 'processed' after migration and all deleted archives moved back into the queue with a status of 'deleted' otherwise it returns archives with a matching state if migration hasn't yet been run.
getHL7InArchiveByState(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InArchiveByUuid(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InArchiveByUuid(String) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InArchiveByUuid(String) - Method in interface org.openmrs.hl7.HL7Service
Get the archive item with the given uuid
getHL7InArchiveByUuid(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InArchiveId() - Method in class org.openmrs.hl7.HL7InArchive
 
getHL7InArchives() - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.getAllHL7InArchives()
getHL7InArchives() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
getHL7InArchivesToMigrate() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InArchivesToMigrate() - Method in interface org.openmrs.hl7.db.HL7DAO
provides a list of archives to be migrated
getHL7InError(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InError(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InError(Integer) - Method in interface org.openmrs.hl7.HL7Service
Get the error item with the given id
getHL7InError(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InErrorBatch(int, int, String) - Method in interface org.openmrs.hl7.HL7Service
Return a list of all hl7 in errors based on batch settings and a query string
getHL7InErrorBatch(int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InErrorId() - Method in class org.openmrs.hl7.HL7InError
 
getHL7InErrors() - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.getAllHL7InErrors()
getHL7InErrors() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
getHL7InQueue(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InQueue(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InQueue(Integer) - Method in interface org.openmrs.hl7.HL7Service
Get the hl7 queue item with the given primary key id
getHL7InQueue(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InQueueBatch(int, int, int, String) - Method in interface org.openmrs.hl7.HL7Service
Return a list of all hl7 in queues based on batch settings and a query string
getHL7InQueueBatch(int, int, int, String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InQueueByState(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7InQueueByState(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7InQueueByState(Integer) - Method in interface org.openmrs.hl7.HL7Service
Get the queue items given a state (deleted, error, pending, processing, processed).
getHL7InQueueByState(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7InQueueId() - Method in class org.openmrs.hl7.HL7InQueue
 
getHL7InQueues() - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.getAllHL7InQueues()
getHL7InQueues() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
getHL7Service() - Static method in class org.openmrs.api.context.Context
 
getHL7Service() - Method in class org.openmrs.api.context.ServiceContext
 
getHL7Source(Integer) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7Source(Integer) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7Source() - Method in class org.openmrs.hl7.HL7InArchive
 
getHL7Source() - Method in class org.openmrs.hl7.HL7InError
 
getHL7Source() - Method in class org.openmrs.hl7.HL7InQueue
 
getHL7Source(Integer) - Method in interface org.openmrs.hl7.HL7Service
Auto generated method comment
getHL7Source(String) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.getHL7SourceByName(String)
getHL7Source(Integer) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7Source(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
getHL7SourceByName(String) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getHL7SourceByName(String) - Method in interface org.openmrs.hl7.db.HL7DAO
 
getHL7SourceByName(String) - Method in interface org.openmrs.hl7.HL7Service
Get the hl7 source object from the database that has the given name
getHL7SourceByName(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getHL7SourceId() - Method in class org.openmrs.hl7.HL7Source
 
getHL7SourceKey() - Method in class org.openmrs.hl7.HL7InArchive
 
getHL7SourceKey() - Method in class org.openmrs.hl7.HL7InError
 
getHL7SourceKey() - Method in class org.openmrs.hl7.HL7InQueue
 
getHL7Sources() - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.getAllHL7Sources()
getHL7Sources() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
getHtmlTable() - Method in class org.openmrs.reporting.DataTable
Deprecated.  
getHydratedObject() - Method in class org.openmrs.PersonAttribute
Will try to create an object of class 'PersonAttributeType.format'.
getId() - Method in class org.openmrs.activelist.ActiveListItem
 
getId() - Method in class org.openmrs.activelist.ActiveListType
 
getId() - Method in class org.openmrs.api.db.LoginCredential
 
getId() - Method in class org.openmrs.api.db.SerializedObject
 
getId() - Method in class org.openmrs.Cohort
 
getId() - Method in class org.openmrs.Concept
 
getId() - Method in class org.openmrs.ConceptAnswer
 
getId() - Method in class org.openmrs.ConceptClass
 
getId() - Method in class org.openmrs.ConceptDatatype
 
getId() - Method in class org.openmrs.ConceptDescription
 
getId() - Method in class org.openmrs.ConceptMap
 
getId() - Method in class org.openmrs.ConceptName
 
getId() - Method in class org.openmrs.ConceptNameTag
 
getId() - Method in class org.openmrs.ConceptProposal
 
getId() - Method in class org.openmrs.ConceptSet
 
getId() - Method in class org.openmrs.ConceptSetDerived
 
getId() - Method in class org.openmrs.ConceptSource
 
getId() - Method in class org.openmrs.ConceptStateConversion
 
getId() - Method in class org.openmrs.Drug
 
getId() - Method in class org.openmrs.DrugIngredient
 
getId() - Method in class org.openmrs.Encounter
 
getId() - Method in class org.openmrs.EncounterType
 
getId() - Method in class org.openmrs.Field
 
getId() - Method in class org.openmrs.FieldAnswer
 
getId() - Method in class org.openmrs.FieldType
 
getId() - Method in class org.openmrs.Form
 
getId() - Method in class org.openmrs.FormField
 
getId() - Method in class org.openmrs.GlobalProperty
 
getId() - Method in class org.openmrs.hl7.HL7InArchive
 
getId() - Method in class org.openmrs.hl7.HL7InError
 
getId() - Method in class org.openmrs.hl7.HL7InQueue
 
getId() - Method in class org.openmrs.hl7.HL7Source
 
getId() - Method in class org.openmrs.Location
 
getId() - Method in class org.openmrs.LocationTag
 
getId() - Method in class org.openmrs.MimeType
Deprecated.  
getId() - Method in class org.openmrs.notification.Alert
 
getId() - Method in class org.openmrs.notification.AlertRecipient
 
getId() - Method in class org.openmrs.notification.Message
 
getId() - Method in class org.openmrs.notification.Note
 
getId() - Method in class org.openmrs.notification.NoteType
 
getId() - Method in class org.openmrs.notification.Template
 
getId() - Method in class org.openmrs.Obs
 
getId() - Method in interface org.openmrs.OpenmrsObject
 
getId() - Method in class org.openmrs.Order
 
getId() - Method in class org.openmrs.OrderType
 
getId() - Method in class org.openmrs.Patient
 
getId() - Method in class org.openmrs.PatientIdentifier
 
getId() - Method in class org.openmrs.PatientIdentifierType
 
getId() - Method in class org.openmrs.PatientProgram
 
getId() - Method in class org.openmrs.PatientState
 
getId() - Method in class org.openmrs.Person
 
getId() - Method in class org.openmrs.PersonAddress
 
getId() - Method in class org.openmrs.PersonAttribute
 
getId() - Method in class org.openmrs.PersonAttributeType
 
getId() - Method in class org.openmrs.PersonName
 
getId() - Method in class org.openmrs.Privilege
 
getId() - Method in class org.openmrs.Program
 
getId() - Method in class org.openmrs.ProgramWorkflow
 
getId() - Method in class org.openmrs.ProgramWorkflowState
 
getId() - Method in class org.openmrs.Relationship
 
getId() - Method in class org.openmrs.RelationshipType
 
getId() - Method in class org.openmrs.report.ReportSchema
Deprecated.  
getId() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
getId() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getId() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getId() - Method in class org.openmrs.Role
 
getId() - Method in class org.openmrs.scheduler.Schedule
Gets the identifier of the schedule.
getId() - Method in class org.openmrs.scheduler.TaskDefinition
Get the task identifier.
getId() - Method in class org.openmrs.User
 
getId() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getIdentifier() - Method in class org.openmrs.PatientIdentifier
 
getIdentifiers() - Method in class org.openmrs.Patient
Get all of this patients identifiers -- both voided and non-voided ones.
getIdentifierType() - Method in class org.openmrs.PatientIdentifier
 
getIdentifierValidator(Class<IdentifierValidator>) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getIdentifierValidator(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getIdentifierValidator(Class<IdentifierValidator>) - Method in interface org.openmrs.api.PatientService
Gets an identifier validator matching the given class.
getIdentifierValidator(String) - Method in interface org.openmrs.api.PatientService
 
getIdentifierValidators() - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getImplementationId() - Method in interface org.openmrs.api.AdministrationService
Get the implementation id stored for this server Returns null if no implementation id has been successfully set yet
getImplementationId() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
getImplementationId() - Method in class org.openmrs.ImplementationId
This is the unique id for this implementation.
getIndexDate() - Method in interface org.openmrs.logic.LogicContext
 
getIndexTerms() - Method in class org.openmrs.Concept
Gets the list of all non-retired concept names which are index terms for this concept
getIndexTermsForLocale(Locale) - Method in class org.openmrs.Concept
Gets the list of all non-retired concept names which are index terms in a given locale
getIngredient() - Method in class org.openmrs.DrugIngredient
 
getInheritedFields(Class) - Method in class org.openmrs.util.Reflect
This method return all the fields (including private) until the given parameterized class
getInheritedRoles() - Method in class org.openmrs.Role
 
getInheritingRoles(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
getInheritingRoles(Role) - Method in interface org.openmrs.api.UserService
Deprecated. use Role.getInheritedRoles()
getInitial() - Method in class org.openmrs.ProgramWorkflowState
 
getInstance() - Static method in class org.openmrs.api.context.ServiceContext
There should only be one ServiceContext per openmrs (java virtual machine).
getInstance() - Static method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
Singleton Factory method
getInstance() - Method in interface org.openmrs.arden.ArdenRule
 
getInstance() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
getInstance() - Static method in class org.openmrs.hl7.impl.HL7ServiceImpl
Singleton Factory method
getInstance() - Static method in class org.openmrs.order.DrugOrderSupport
 
getInstance() - Static method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getInstance(String, Map<String, Object>, Context) - Static method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getInstance(Class, Map<String, Object>) - Static method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getInstance() - Static method in class org.openmrs.scheduler.TaskFactory
Gets an instance of the schedulable factory
getInstance() - Static method in class org.openmrs.util.OpenmrsClassLoader
Get the static/singular instance of the module class loader
getInstitution() - Method in class org.openmrs.arden.MLMObject
 
getInstructions() - Method in class org.openmrs.order.DrugSuggestion
 
getInstructions() - Method in class org.openmrs.Order
 
getIsSet() - Method in class org.openmrs.FieldType
 
getItems() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getKey() - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
getKeys() - Method in interface org.openmrs.logic.datasource.LogicDataSource
 
getKeywords() - Method in class org.openmrs.arden.MLMObject
 
getLabel() - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getLabel() - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getLabel(ReportSchema) - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getLabel() - Method in class org.openmrs.report.Parameter
Deprecated.  
getLabel() - Method in class org.openmrs.report.RenderingMode
Deprecated.  
getLabel() - Method in interface org.openmrs.report.ReportRenderer
Deprecated.  
getLabel(Class, Object, Class, NodeMap) - Method in class org.openmrs.xml.OpenmrsLabelLogic
Deprecated.  
getLastEncounter(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getLastEncounterAttr(Object, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the attribute (encounterDatetime, provider, encounterType, etc) from the most recent encounter.
getLastExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
Get the time the task was last executed.
getLastName() - Method in class org.openmrs.User
Deprecated. use getFamilyName on Person
getLastNObs(Integer, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets the last n obs for conceptName
getLastNObs(Integer, Concept) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets Observations from the last encounter
getLastNObservations(Integer, Person, Concept, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getLastNObservations(Integer, Person, Concept, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getLastNObsWithValues(Integer, String, Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getLastNObsWithValues(Integer, Concept, List<String>) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets the most recent observation value
getLastObs(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets the most recent Observation matching this concept
getLastObs(Concept) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the most recent obs matching concept out of the patient's encounters
getLastObsWithValues(String, Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets the most recent Observation value matching this concept
getLastObsWithValues(Concept, List<String>) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Get the most recent obs matching concept out of the patient's encounters
getLastPatientSet(EvaluationContext) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getLatestState(PatientProgram, ProgramWorkflow) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getLatestState(PatientProgram, ProgramWorkflow) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use PatientProgram.getCurrentState(ProgramWorkflow)
getLatitude() - Method in interface org.openmrs.Address
 
getLatitude() - Method in class org.openmrs.Location
 
getLatitude() - Method in class org.openmrs.PersonAddress
 
getLibCacheFolder() - Static method in class org.openmrs.util.OpenmrsClassLoader
Get the temporary "work" directory for expanded jar files
getLibCacheFolderForModule(Module) - Static method in class org.openmrs.module.ModuleClassLoader
Get the library cache folder for the given module.
getLinks() - Method in class org.openmrs.arden.MLMObject
 
getLinkUrl(ReportSchema) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated. TODO: this appears to be unused.
getLoadedModules() - Static method in class org.openmrs.module.ModuleFactory
Returns all modules found/loaded into the system (started and not started)
getLoadedModulesCoreFirst() - Static method in class org.openmrs.module.ModuleFactory
Returns all modules found/loaded into the system (started and not started), with the core modules at the start of that list
getLoadedModulesMap() - Static method in class org.openmrs.module.ModuleFactory
Returns all modules found/loaded into the system (started and not started) in the form of a map
getLocale() - Static method in class org.openmrs.api.context.Context
Convenience method.
getLocale() - Method in class org.openmrs.api.context.UserContext
 
getLocale() - Method in class org.openmrs.ConceptDescription
 
getLocale() - Method in class org.openmrs.ConceptName
 
getLocale() - Method in class org.openmrs.ConceptWord
 
getLocale() - Method in class org.openmrs.messagesource.PresentationMessage
Returns the locale within which the message is expressed.
getLocalePreferred() - Method in class org.openmrs.ConceptName
Getter to be used by spring, developers should use ConceptName.isLocalePreferred()
getLocales() - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
getLocales() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
Gets the locales which are available from the current message source.
getLocales() - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
getLocales() - Method in interface org.openmrs.messagesource.MutableMessageSource
Gets the locales for which messages are available from this source.
getLocalesInOrder() - Static method in class org.openmrs.util.LocaleUtility
Utility method that returns a collection of all openmrs system locales, the set includes the current logged in user's preferred locale if any is set, the default locale, allowed locales in the order they are specified in the 'allowed.locale.list' global property and 'en' at the very end of the set if it isn't yet among them.
getLocalesOfConceptNames() - Method in interface org.openmrs.api.ConceptService
Gets the set of unique Locales used by existing concept names.
getLocalesOfConceptNames() - Method in interface org.openmrs.api.db.ConceptDAO
 
getLocalesOfConceptNames() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getLocalesOfConceptNames() - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getLocation(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocation(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocation(Integer) - Method in interface org.openmrs.api.db.LocationDAO
Get a location by locationId
getLocation(String) - Method in interface org.openmrs.api.db.LocationDAO
Get a location by name
getLocation(Integer) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by LocationService.getLocation(Integer)
getLocation(Integer) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. use LocationService.getLocation(locationId)
getLocation(Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocation(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocation(Integer) - Method in interface org.openmrs.api.LocationService
Returns a location given that locations primary key locationId A null value is returned if no location exists with this location.
getLocation(String) - Method in interface org.openmrs.api.LocationService
Returns a location given the location's exact name A null value is returned if there is no location with this name
getLocation() - Method in class org.openmrs.Encounter
 
getLocation() - Method in class org.openmrs.Obs
 
getLocation() - Method in class org.openmrs.PatientIdentifier
 
getLocation() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getLocation() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getLocation() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getLocation() - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
getLocationByName(String) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by LocationService.getLocation(String)
getLocationByName(String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. use LocationService.getLocation(name)
getLocationByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocationByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
 
getLocationByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationByUuid(String) - Method in interface org.openmrs.api.LocationService
Returns a location by uuid
getLocationId() - Method in class org.openmrs.Location
 
getLocations(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocations(String) - Method in interface org.openmrs.api.db.LocationDAO
Find all locations with matching names.
getLocations() - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by LocationService.getAllLocations()
getLocations() - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. use LocationService.getAllLocations()
getLocations(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocations(String) - Method in interface org.openmrs.api.LocationService
Returns locations that match the beginning of the given string.
getLocationsByTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationsByTag(LocationTag) - Method in interface org.openmrs.api.LocationService
Returns locations that contain the given tag.
getLocationService() - Static method in class org.openmrs.api.context.Context
 
getLocationService() - Method in class org.openmrs.api.context.ServiceContext
 
getLocationsHavingAllTags(List<LocationTag>) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationsHavingAllTags(List<LocationTag>) - Method in interface org.openmrs.api.LocationService
Returns locations that are mapped to all given tags.
getLocationsHavingAnyTag(List<LocationTag>) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationsHavingAnyTag(List<LocationTag>) - Method in interface org.openmrs.api.LocationService
Returns locations that are mapped to any of the given tags.
getLocationTag(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocationTag(Integer) - Method in interface org.openmrs.api.db.LocationDAO
Get a location tag by locationTagId
getLocationTag(Integer) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationTag(Integer) - Method in interface org.openmrs.api.LocationService
Returns a location tag given that locations primary key locationTagId.
getLocationTagByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocationTagByName(String) - Method in interface org.openmrs.api.db.LocationDAO
Get a location tag by name
getLocationTagByName(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationTagByName(String) - Method in interface org.openmrs.api.LocationService
Returns a location tag given the location's exact name (tag).
getLocationTagByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocationTagByUuid(String) - Method in interface org.openmrs.api.db.LocationDAO
 
getLocationTagByUuid(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationTagByUuid(String) - Method in interface org.openmrs.api.LocationService
Returns a location tag by uuid
getLocationTagId() - Method in class org.openmrs.LocationTag
 
getLocationTags(String) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
getLocationTags(String) - Method in interface org.openmrs.api.db.LocationDAO
Find all location tags with matching names.
getLocationTags(String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getLocationTags(String) - Method in interface org.openmrs.api.LocationService
Returns location tags that match the beginning of the given string.
getLog4j() - Method in class org.openmrs.module.Module
 
getLogic() - Method in class org.openmrs.arden.MLMObject
 
getLogicDataSource(String) - Method in interface org.openmrs.logic.LogicContext
Fetches a logic data source by name
getLogicDataSource(String) - Method in interface org.openmrs.logic.LogicService
Get a logic data source by name
getLogicDataSources() - Method in interface org.openmrs.logic.LogicService
Get all registered logic data sources
getLogicParameters() - Method in interface org.openmrs.logic.LogicCriteria
 
getLogicService() - Static method in class org.openmrs.api.context.Context
 
getLogicService() - Method in class org.openmrs.api.context.ServiceContext
 
getLoginCredential(User) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getLoginCredential(User) - Method in interface org.openmrs.api.db.UserDAO
 
getLoginCredentialByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getLoginCredentialByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
Auto generated method comment
getLogLines() - Method in class org.openmrs.util.MemoryAppender
 
getLongitude() - Method in interface org.openmrs.Address
 
getLongitude() - Method in class org.openmrs.Location
 
getLongitude() - Method in class org.openmrs.PersonAddress
 
getLow() - Method in class org.openmrs.util.DoubleRange
 
getLowAbsolute() - Method in class org.openmrs.ConceptNumeric
 
getLowCritical() - Method in class org.openmrs.ConceptNumeric
 
getLowNormal() - Method in class org.openmrs.ConceptNumeric
 
getMandatoryModules() - Static method in class org.openmrs.module.ModuleUtil
Returns all modules that are marked as mandatory.
getMappedConcept() - Method in class org.openmrs.ConceptProposal
 
getMappingFiles() - Method in class org.openmrs.module.Module
 
getMaxAge() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getMaxBirthdate() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getMaxConceptId() - Method in interface org.openmrs.api.ConceptService
Gets the highest concept-id used by a concept.
getMaxConceptId() - Method in interface org.openmrs.api.db.ConceptDAO
 
getMaxConceptId() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getMaxConceptId() - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getMaximumDailyDose() - Method in class org.openmrs.Drug
 
getMaximumSearchResults() - Static method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
Fetch the max results value from the global properties table
getMaxOccurs() - Method in class org.openmrs.FormField
 
getMediaType() - Method in class org.openmrs.module.Extension
Sets the content type of this extension.
getMemberIds() - Method in class org.openmrs.Cohort
 
getMessage(String) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getMessage(String, Object[], Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getMessage(String, Object[], String, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getMessage(String) - Method in interface org.openmrs.messagesource.MessageSourceService
Get the message with the given code from the current user's selected locale.
getMessage() - Method in class org.openmrs.messagesource.PresentationMessage
Returns the text of the message.
getMessage(String, Object...) - Static method in class org.openmrs.util.OpenmrsUtil
Utility method for getting the translation for the passed code
getMessagePreparator() - Method in class org.openmrs.notification.impl.MessageServiceImpl
 
getMessagePreparator() - Method in interface org.openmrs.notification.MessageService
 
getMessages() - Method in class org.openmrs.module.Module
Gets a mapping from locale to properties used by this module.
getMessageSender() - Method in class org.openmrs.notification.impl.MessageServiceImpl
 
getMessageSender() - Method in interface org.openmrs.notification.MessageService
 
getMessageService() - Static method in class org.openmrs.api.context.Context
Get the message service.
getMessageService() - Method in class org.openmrs.api.context.ServiceContext
 
getMessageSources() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getMessageSources() - Method in interface org.openmrs.messagesource.MessageSourceService
 
getMessageSourceService() - Static method in class org.openmrs.api.context.Context
 
getMessageSourceService() - Method in class org.openmrs.api.context.ServiceContext
Gets the MessageSourceService used in the context.
getMessageState() - Method in class org.openmrs.hl7.HL7InArchive
 
getMessageState() - Method in class org.openmrs.hl7.HL7InQueue
Can be one of the states in the HL7Constants file.
getMiddleName() - Method in class org.openmrs.Person
Convenience method to get the middle name attribute on this person's preferred PersonName
getMiddleName() - Method in class org.openmrs.PersonName
 
getMimeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
Deprecated.  
getMimeType(Integer) - Method in interface org.openmrs.api.db.ObsDAO
Deprecated.  
getMimeType(Integer) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getMimeType(Integer) - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
getMimeType() - Method in class org.openmrs.MimeType
Deprecated.  
getMimeTypeId() - Method in class org.openmrs.MimeType
Deprecated.  
getMimeTypes() - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. use ObsServiceImpl.getAllMimeTypes()
getMimeTypes() - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getAllMimeTypes()
getMinAge() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getMinBirthdate() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
getMinConceptId() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getMinimumDailyDose() - Method in class org.openmrs.Drug
 
getMinOccurs() - Method in class org.openmrs.FormField
 
GetMLMObjectElement(String) - Method in class org.openmrs.arden.MLMObject
 
getModifier() - Method in class org.openmrs.activelist.Problem
 
getModifier() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getModifier() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getModifierNum() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getModule() - Method in class org.openmrs.module.AdvicePoint
 
getModule() - Method in class org.openmrs.module.ModuleClassLoader
 
getModuleActivator() - Method in class org.openmrs.module.Module
 
getModuleById(String) - Static method in class org.openmrs.module.ModuleFactory
 
getModuleByPackage(String) - Static method in class org.openmrs.module.ModuleFactory
 
getModuleClassLoader(Module) - Static method in class org.openmrs.module.ModuleFactory
Get a module's classloader
getModuleClassLoader(String) - Static method in class org.openmrs.module.ModuleFactory
Get a module's classloader via the module id
getModuleClassLoaderMap() - Static method in class org.openmrs.module.ModuleFactory
Return all current classloaders keyed on module object
getModuleClassLoaders() - Static method in class org.openmrs.module.ModuleFactory
Returns all module classloaders This method will not return null
getModuleForPath(String) - Static method in class org.openmrs.module.ModuleUtil
Gets the module that should handle a path.
getModuleId() - Method in class org.openmrs.module.Extension
Get this extension's module id
getModuleId() - Method in exception org.openmrs.module.MandatoryModuleException
The id (or ids) of the module that is mandatory
getModuleId() - Method in class org.openmrs.module.Module
 
getModuleId() - Method in class org.openmrs.module.UpdateFileParser
 
getModuleIdAsPath() - Method in class org.openmrs.module.Module
 
getModuleMappingResources() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
getModuleRepository() - Static method in class org.openmrs.module.ModuleUtil
Gets the folder where modules are stored.
getModules() - Method in exception org.openmrs.module.OpenmrsCoreModuleException
The module ids that caused this exception
getModules() - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated.  
getMRNGeneratorLog() - Method in interface org.openmrs.api.AdministrationService
Deprecated. use the mrngen module instead
getMRNGeneratorLog() - Method in interface org.openmrs.api.db.AdministrationDAO
 
getMRNGeneratorLog() - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
getMRNGeneratorLog() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
getName() - Method in class org.openmrs.BaseOpenmrsMetadata
 
getName() - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
getName() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getName() - Method in class org.openmrs.Cohort
 
getName(Locale) - Method in class org.openmrs.Concept
Returns a name in the given locale.
getName() - Method in class org.openmrs.Concept
Returns concept name, the look up for the appropriate name is done in the following order; First name found in any locale that is explicitly marked as preferred while searching available locales in order of preference (the locales are traversed in their order as they are listed in the 'locale.allowed.list' including english global property). First "Fully Specified" name found while searching available locales in order of preference. The first fully specified name found while searching through all names for the concept The first synonym found while searching through all names for the concept. The first random name found(except index terms) while searching through all names.
getName(Locale, boolean) - Method in class org.openmrs.Concept
Returns a name in the given locale.
getName() - Method in class org.openmrs.ConceptName
 
getName() - Method in class org.openmrs.ConceptSource
 
getName() - Method in class org.openmrs.ImplementationId
A descriptive name for this implementation (e.g.
getName() - Method in class org.openmrs.module.Module
 
getName() - Method in class org.openmrs.notification.NoteType
 
getName() - Method in class org.openmrs.notification.Template
 
getName() - Method in interface org.openmrs.OpenmrsMetadata
 
getName() - Method in interface org.openmrs.patient.IdentifierValidator
 
getName() - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
 
getName() - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
 
getName() - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
 
getName() - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
getName() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated.  
getName() - Method in interface org.openmrs.report.DataSetDefinition
Deprecated. Gets the name
getName() - Method in class org.openmrs.report.Parameter
Deprecated.  
getName() - Method in class org.openmrs.report.ReportSchema
Deprecated. Returns the name of the ReportSchema
getName() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
getName() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getName() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getName() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getName() - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
getName() - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
getName() - Method in class org.openmrs.reporting.Report
Deprecated.  
getName() - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
getName() - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
getName() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getName() - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
getName() - Method in class org.openmrs.scheduler.Schedule
Gets the name of the schedule.
getName() - Method in class org.openmrs.Tribe
Deprecated.  
getNames(Locale) - Method in class org.openmrs.Concept
Returns all names available in a specific locale.
getNames() - Method in class org.openmrs.Concept
 
getNames(boolean) - Method in class org.openmrs.Concept
 
getNames() - Method in class org.openmrs.Person
 
getNames() - Method in class org.openmrs.User
 
getNaturalComparator() - Static method in class org.openmrs.util.NaturalStrings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts using the current locale's order rules.
getNaturalComparator(Collator) - Static method in class org.openmrs.util.NaturalStrings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts using the given collator.
getNaturalComparatorAscii() - Static method in class org.openmrs.util.NaturalStrings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts based on each character's Unicode value.
getNaturalComparatorIgnoreCaseAscii() - Static method in class org.openmrs.util.NaturalStrings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts based on each character's Unicode value while ignore upper/lower case differences.
getNeighborhoodCell() - Method in class org.openmrs.Location
 
getNeighborhoodCell() - Method in class org.openmrs.PersonAddress
 
getNewTag(String, Vector<String>) - Static method in class org.openmrs.util.FormUtil
Generates a new, unique tag name for any given string
getNextConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Finds the next concept in the dictionary that has the next largest concept id
getNextConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
getNextConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getNextConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getNextExecution(TaskDefinition) - Static method in class org.openmrs.scheduler.SchedulerUtil
Gets the next execution time based on the initial start time (possibly years ago, depending on when the task was configured in OpenMRS) and the repeat interval of execution.
getNextExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
Convenience method that asks SchedulerUtil for it's next execution time.
getNextHL7InQueue() - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
getNextHL7InQueue() - Method in interface org.openmrs.hl7.db.HL7DAO
 
getNextHL7InQueue() - Method in interface org.openmrs.hl7.HL7Service
Get the first queue item in the database
getNextHL7InQueue() - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getNK1List(ORU_R01) - Method in class org.openmrs.hl7.handler.ORUR01Handler
finds NK1 segments in an ORU_R01 message.
getNote(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
getNote(Integer) - Method in interface org.openmrs.api.db.NoteDAO
Get note by internal identifier
getNote(Integer) - Method in class org.openmrs.notification.impl.NoteServiceImpl
Get note by internal identifier
getNote(Integer) - Method in interface org.openmrs.notification.NoteService
 
getNotes() - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
getNotes() - Method in interface org.openmrs.api.db.NoteDAO
Get all notes
getNotes() - Method in class org.openmrs.notification.impl.NoteServiceImpl
Get all notes from the database.
getNotes(User) - Method in class org.openmrs.notification.impl.NoteServiceImpl
Get notes by user.
getNotes(User) - Method in interface org.openmrs.notification.NoteService
 
getNoteType() - Method in class org.openmrs.notification.Note
 
getNumberOfFailedTransfers() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
Gets the number of failed transfers during migration, this could be that the system couldn't write them to the file system or couldn't be deleted from the database.
getNumberTransferred() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
getNumericAnswersForConcept(Concept, Boolean, Integer, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getNumericAnswersForConcept(Concept, Boolean, Integer, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getNumResults() - Method in class org.openmrs.logic.LogicTransform
Get number of Result object should be returned by the current criteria.
getObject(Class<T>, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getObject(Class<T>, Integer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Retrieves the saved object of the passed type from the database by it's id
getObjectByUuid(Class<T>, String) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getObjectByUuid(Class<T>, String) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Retrieves the saved object of the passed type from the database by it's uuid
getObjectToEncode() - Method in class org.openmrs.reporting.ReportObjectXMLEncoder
Deprecated.  
getObs(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
getObs(Integer) - Method in interface org.openmrs.api.db.ObsDAO
 
getObs(Integer) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObs(Integer) - Method in interface org.openmrs.api.ObsService
Get an observation
getObs() - Method in class org.openmrs.ConceptProposal
 
getObs() - Method in class org.openmrs.Encounter
 
getObs(Obs, String) - Method in interface org.openmrs.obs.ComplexObsHandler
Fetches the ComplexData from the location indicated from Obs.value_complex, attaches ComplexData onto the Obs and returns the Obs.
getObs(Obs, String) - Method in class org.openmrs.obs.handler.AbstractHandler
 
getObs(Obs, String) - Method in class org.openmrs.obs.handler.ImageHandler
Currently supports all views and puts the Image file data into the ComplexData object
getObs(Obs, String) - Method in class org.openmrs.obs.handler.TextHandler
Currently supports all views
getObsAtTopLevel(boolean) - Method in class org.openmrs.Encounter
Returns a Set of all root-level Obs of an Encounter, including obsGroups
getObsByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
getObsByUuid(String) - Method in interface org.openmrs.api.db.ObsDAO
Auto generated method comment
getObsByUuid(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObsByUuid(String) - Method in interface org.openmrs.api.ObsService
Get Obs by its UUID
getObsConcept() - Method in class org.openmrs.ConceptProposal
 
getObsDatetime() - Method in class org.openmrs.Obs
 
getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, List<ConceptName>, boolean) - Method in interface org.openmrs.api.db.ObsDAO
 
getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObservationCount(List<ConceptName>, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObservationCount(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, Integer, Date, Date, boolean) - Method in interface org.openmrs.api.ObsService
This method fetches the count of observations according to the criteria in the given arguments.
getObservationCount(List<ConceptName>, boolean) - Method in interface org.openmrs.api.ObsService
Gets the number of observations(including voided ones) that are using the specified conceptNames as valueCodedName answers
getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
getObservations(Cohort, Concept, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in interface org.openmrs.api.db.ObsDAO
 
getObservations(Cohort, Concept, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObservations(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
This implementation queries the obs table comparing the given searchString with the patient's identifier, encounterId, and obsId
getObservations(Person, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. use ObsServiceImpl.getObservationsByPerson(Person)
getObservations(Concept, Location, String, Integer, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(Person, Concept, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(Concept, String, Integer, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(Encounter) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated. use org.openmrs.Encounter#getObs()
getObservations(List<Concept>, Date, Date, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(List<Concept>, Date, Date) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(Cohort, List<Concept>, Date, Date) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservations(Cohort, Concept) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getObservations(Cohort, Concept, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
Date range is inclusive of both endpoints
getObservations(Person, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservationsByPerson(Person)
getObservations(List<Person>, List<Encounter>, List<Concept>, List<Concept>, List<OpenmrsConstants.PERSON_TYPE>, List<Location>, List<String>, Integer, Integer, Date, Date, boolean) - Method in interface org.openmrs.api.ObsService
This method fetches observations according to the criteria in the given arguments.
getObservations(String) - Method in interface org.openmrs.api.ObsService
This method searches the obs table based on the given searchString.
getObservations(Concept, Location, String, Integer, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservations(Person, Concept, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservationsByPersonAndConcept(Person, Concept)
getObservations(Concept, String, Integer, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservations(Encounter) - Method in interface org.openmrs.api.ObsService
Deprecated. use org.openmrs
getObservations(List<Concept>, Date, Date, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservations(List<Concept>, Date, Date) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservations(Cohort, List<Concept>, Date, Date) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservations(Cohort, Concept) - Method in interface org.openmrs.api.PatientSetService
 
getObservations(Cohort, Concept, Date, Date) - Method in interface org.openmrs.api.PatientSetService
Date range is inclusive of both endpoints
getObservationsAnsweredByConcept(Concept, Integer, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getObservationsAnsweredByConcept(Concept, Integer, boolean) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getObservationsByPerson(Person) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObservationsByPerson(Person) - Method in interface org.openmrs.api.ObsService
Get all Observations for the given person.
getObservationsByPersonAndConcept(Person, Concept) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
getObservationsByPersonAndConcept(Person, Concept) - Method in interface org.openmrs.api.ObsService
Get all nonvoided observations for the given patient with the given concept as the question concept (conceptId)
getObservationsValues(Cohort, Concept, List<String>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getObservationsValues(Cohort, Concept, List<String>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getObservationsValues(Cohort, Concept) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getObservationsValues(Cohort, Concept, List<String>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getObservationsValues(Cohort, Concept) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getObservationsValues(Cohort, Concept, List<String>) - Method in interface org.openmrs.api.PatientSetService
Returns a mapping from patient id to obs for concept c
getObsGroup() - Method in class org.openmrs.Obs
An obs grouping occurs when the question (#getConcept()) is a set.
getObsGroupId() - Method in class org.openmrs.Obs
Deprecated. The Obs.getObsGroup() method should be used
getObsId() - Method in class org.openmrs.Obs
 
getObsService() - Static method in class org.openmrs.api.context.Context
 
getObsService() - Method in class org.openmrs.api.context.ServiceContext
 
getObsWithValues(Concept, List<String>) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getOnDate() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
getOnDate() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
getOperator() - Method in interface org.openmrs.logic.LogicExpression
Get the operator for the current LogicExpression
getOperator() - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
getOrder(Integer, Class<Ord>) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getOrder(Integer, Class<Ord>) - Method in interface org.openmrs.api.db.OrderDAO
 
getOrder(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrder(Integer, Class<o>) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrder(Integer) - Method in interface org.openmrs.api.OrderService
Get order by internal primary key identifier
getOrder(Integer, Class<Ord>) - Method in interface org.openmrs.api.OrderService
Gets the order with the associated order id
getOrder() - Method in class org.openmrs.Obs
 
getOrderByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getOrderByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
Auto generated method comment
getOrderByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrderByUuid(String) - Method in interface org.openmrs.api.OrderService
Get Order by its UUID
getOrderedFormFields() - Method in class org.openmrs.Form
 
getOrderer() - Method in class org.openmrs.Order
 
getOrderId() - Method in class org.openmrs.Order
 
getOrderOfHandler(Class<?>) - Static method in class org.openmrs.util.HandlerUtil
Utility method to return the order attribute of the Handler annotation on the passed class.
getOrders(Class<Ord>, List<Patient>, List<Concept>, OrderService.ORDER_STATUS, List<User>, List<Encounter>, List<OrderType>) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getOrders(Class<Ord>, List<Patient>, List<Concept>, OrderService.ORDER_STATUS, List<User>, List<Encounter>, List<OrderType>) - Method in interface org.openmrs.api.db.OrderDAO
 
getOrders() - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. This is a dumb method
getOrders(Class<Ord>, List<Patient>, List<Concept>, OrderService.ORDER_STATUS, List<User>, List<Encounter>, List<OrderType>) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrders(Class<Ord>, List<Patient>, List<Concept>, OrderService.ORDER_STATUS, List<User>, List<Encounter>, List<OrderType>) - Method in interface org.openmrs.api.OrderService
This searches for orders given the parameters.
getOrders() - 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
getOrders() - Method in class org.openmrs.Encounter
 
getOrdersByEncounter(Encounter) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrdersByEncounter(Encounter) - Method in interface org.openmrs.api.OrderService
Gets all orders contained in an encounter
getOrdersByPatient(Patient) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrdersByPatient(Patient) - Method in interface org.openmrs.api.OrderService
Get all orders by Patient
getOrdersByUser(User) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrdersByUser(User) - Method in interface org.openmrs.api.OrderService
Get all orders by the User that is marked as their orderer
getOrderService() - Static method in class org.openmrs.api.context.Context
 
getOrderService() - Method in class org.openmrs.api.context.ServiceContext
 
getOrderType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getOrderType(Integer) - Method in interface org.openmrs.api.db.OrderDAO
 
getOrderType(Integer) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrderType(Integer) - Method in interface org.openmrs.api.OrderService
Get orderType by internal identifier
getOrderType() - Method in class org.openmrs.Order
 
getOrderTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
getOrderTypeByUuid(String) - Method in interface org.openmrs.api.db.OrderDAO
Auto generated method comment
getOrderTypeByUuid(String) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getOrderTypeByUuid(String) - Method in interface org.openmrs.api.OrderService
Get OrderType by its UUID
getOrderTypeId() - Method in class org.openmrs.OrderType
 
getOrderTypes() - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
getOrderTypes() - Method in interface org.openmrs.api.OrderService
Deprecated. use #getAllOrderTypes()
getOrdinal() - Method in class org.openmrs.notification.Template
 
getOriginalText() - Method in class org.openmrs.ConceptProposal
 
getOutFile(File, Date, User) - Static method in class org.openmrs.util.OpenmrsUtil
Gets an out File object.
getOutputFileToWrite(Obs) - Method in class org.openmrs.obs.handler.AbstractHandler
Returns a File for the given obs complex data to be written to.
getOverrideContent(String) - Method in class org.openmrs.module.Extension
If this method returns a non-null value then the return value will be used as the default content for this extension at this extension point
getPackageName() - Method in class org.openmrs.module.Module
 
getPackagesFromFile(File) - Static method in class org.openmrs.module.ModuleUtil
This loops over all FILES in this jar to get the package names.
getPageNumber() - Method in class org.openmrs.FormField
 
getParameter(Parameterizable, String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve a Parameter by Name.
getParameter(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve Parameter from Global Scope only.
getParameterClass() - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
getParameterList(String) - Method in interface org.openmrs.logic.LogicService
Fetches the parameters expected by a given rule
getParameterList() - Method in interface org.openmrs.logic.Rule
Returns the list of arguments.
getParameterMap() - Method in class org.openmrs.module.Extension
Get all of the parameters given to this extension point
getParameters() - Method in class org.openmrs.cohort.StaticCohortDefinition
Deprecated.  
getParameters() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated.  
getParameters() - Method in interface org.openmrs.report.Parameterizable
Deprecated. A object that can take parameters should examine itself and its child objects to find out all of its required parameters.
getParameters() - Method in class org.openmrs.report.ReportSchema
Deprecated. Looks through the datasetdefinitions and cohorts to get the rquired parameters TODO
getParameters() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getParameters() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getParameters() - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
getParameters() - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
getParameters() - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Returns all SearchArgument values that match EvaluationContext.parameterValues
getParameterValue(Parameterizable, Parameter) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve parameter value by Parameter.
getParameterValue(Parameter) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve parameter value in Global Scope only.
getParameterValue(Parameterizable, String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve parameter value by parameter name.
getParameterValue(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve global parameter value by name
getParameterValues() - Method in class org.openmrs.report.EvaluationContext
Deprecated. Retrieve all parameter values
getParent() - Method in class org.openmrs.FormField
 
getParentLocation() - Method in class org.openmrs.Location
 
getParentMessageSource() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getParsedComposition() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getParsedCompositionString() - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
getPassphrase() - Method in class org.openmrs.ImplementationId
This text is a long text string that is used to validate who uses an implementation id.
getPathForResource(Module, String) - Static method in class org.openmrs.module.ModuleUtil
Takes a global path and returns the local path within the specified module.
getPatient(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatient(Integer) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatient(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatient(Integer) - Method in interface org.openmrs.api.PatientService
Get patient by internal identifier
getPatient() - Method in class org.openmrs.arden.ArdenValue
 
getPatient() - Method in class org.openmrs.Encounter
 
getPatient(Integer) - Method in interface org.openmrs.logic.LogicContext
Gets the patient object for the given patient id (this patient must be in the cohort of this context)
getPatient() - Method in class org.openmrs.notification.Note
 
getPatient() - Method in class org.openmrs.Obs
Deprecated. use getPerson()
getPatient() - Method in class org.openmrs.Order
 
getPatient() - Method in class org.openmrs.PatientIdentifier
 
getPatient() - Method in class org.openmrs.PatientProgram
 
getPatient() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPatientAttr(String, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Retrieves properties on the patient like patient.patientName.familyName
getPatientAttr(String, String, boolean) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Retrieves properties on the patient like patient.patientName.familyName
getPatientAttributes(Cohort, String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientAttributes(Cohort, String, String, boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientAttributes(Cohort, String, String, boolean) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientAttributes(Cohort, String, boolean) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientAttributes(Cohort, String, String, boolean) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getPatientAttributes(Cohort, String, boolean) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getPatientByExample(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
This default implementation simply looks at the OpenMRS internal id (patient_id).
getPatientByExample(Patient) - Method in interface org.openmrs.api.PatientService
This method tries to find a patient in the database given the attributes on the given patientToMatch object.
getPatientByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
Auto generated method comment
getPatientByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientByUuid(String) - Method in interface org.openmrs.api.PatientService
Get patient by universally unique identifier.
getPatientFilter() - Method in class org.openmrs.reporting.data.CohortDefinition
Deprecated. Get the patient filter assigned to the cohort definition.
getPatientFilterById(Integer) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getPatientFilterById(Integer) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
getPatientFilterByName(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getPatientFilterByName(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
getPatientId() - Method in class org.openmrs.Encounter
 
getPatientId() - Method in class org.openmrs.Patient
 
getPatientId() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPatientIdentifier(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifier(Integer) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatientIdentifier(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifier() - Method in exception org.openmrs.api.PatientIdentifierException
 
getPatientIdentifier(Integer) - Method in interface org.openmrs.api.PatientService
Returns a patient identifier that matches the given patientIndentifier id
getPatientIdentifier() - Method in class org.openmrs.Patient
Convenience method to get the first "preferred" identifier for a patient.
getPatientIdentifier(PatientIdentifierType) - Method in class org.openmrs.Patient
Returns the first (preferred) patient identifier matching a PatientIdentifierType Otherwise, returns the first non-voided identifier Otherwise, null
getPatientIdentifier(Integer) - Method in class org.openmrs.Patient
Return's the first (preferred) patient identifier matching identifierTypeId
getPatientIdentifier(String) - Method in class org.openmrs.Patient
Return's the (preferred) patient identifier matching identifierTypeName Otherwise returns that last PatientIdenitifer
getPatientIdentifier(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Retrieves a patient identifier based on the given identifier type.
getPatientIdentifierByType(Cohort, List<PatientIdentifierType>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientIdentifierByType(Cohort, List<PatientIdentifierType>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientIdentifierByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifierByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatientIdentifierByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifierByUuid(String) - Method in interface org.openmrs.api.PatientService
Get patient identifier by universally unique identifier.
getPatientIdentifierId() - Method in class org.openmrs.PatientIdentifier
 
getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifiers(PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatientIdentifiers(String, List, List, List, Boolean)
getPatientIdentifiers(String, PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatientIdentifiers(String, List, List, List, Boolean)
getPatientIdentifiers(String, PatientIdentifierType, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatientIdentifiers(String, List, List, List, Boolean)
getPatientIdentifiers(PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.getPatientIdentifiers(String, List, List, List, Boolean)
getPatientIdentifiers(String, List<PatientIdentifierType>, List<Location>, List<Patient>, Boolean) - Method in interface org.openmrs.api.PatientService
Get all patientIdentifiers that match all of the given criteria Voided identifiers are not returned
getPatientIdentifiers(String, PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.getPatientIdentifiers(String, List, List, List, Boolean)
getPatientIdentifiers(PatientIdentifierType) - Method in class org.openmrs.Patient
Returns only the non-voided identifiers for this patient.
getPatientIdentifiersByType(Cohort, PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientIdentifiersByType(Cohort, PatientIdentifierType) - Method in interface org.openmrs.api.PatientSetService
Gets a map of patient identifiers by identifier type, indexed by patient primary key.
getPatientIdentifierType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifierType(Integer) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatientIdentifierType(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifierType(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated.  
getPatientIdentifierType(Integer) - Method in interface org.openmrs.api.PatientService
Get patientIdentifierType by internal identifier
getPatientIdentifierType(String) - Method in interface org.openmrs.api.PatientService
Deprecated. use PatientService.getPatientIdentifierTypeByName(String)
getPatientIdentifierTypeByName(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifierTypeByName(String) - Method in interface org.openmrs.api.PatientService
Get patientIdentifierType by exact name
getPatientIdentifierTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifierTypeByUuid(String) - Method in interface org.openmrs.api.db.PatientDAO
Auto generated method comment
getPatientIdentifierTypeByUuid(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifierTypeByUuid(String) - Method in interface org.openmrs.api.PatientService
Get patient identifierType by universally unique identifier
getPatientIdentifierTypeId() - Method in class org.openmrs.PatientIdentifierType
 
getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatientIdentifierTypes() - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getAllPatientIdentifierTypes()
getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatientIdentifierTypes() - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.getAllPatientIdentifierTypes()
getPatientIdentifierTypes(String, String, Boolean, Boolean) - Method in interface org.openmrs.api.PatientService
Get all patientIdentifier types that match the given criteria
getPatientIds() - Method in class org.openmrs.Cohort
Deprecated. use #getMemberIds()
getPatientIds() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getPatientIds() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getPatientProgram(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getPatientProgram(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Returns a PatientProgram given that PatientPrograms primary key patientProgramId A null value is returned if no PatientProgram exists with this patientProgramId.
getPatientProgram(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPatientProgram(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
Returns a PatientProgram given that PatientPrograms primary key patientProgramId A null value is returned if no PatientProgram exists with this patientProgramId.
getPatientProgram() - Method in class org.openmrs.PatientState
 
getPatientProgramByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getPatientProgramByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Auto generated method comment
getPatientProgramByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPatientProgramByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Get a patient program by its uuid.
getPatientProgramId() - Method in class org.openmrs.PatientProgram
 
getPatientPrograms(Cohort, Program, boolean, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
This method assumes the patient is not simultaneously enrolled in the program more than once.
getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getPatientPrograms(Cohort, Collection<Program>) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
TODO: refactor this
getPatientPrograms(Cohort, Program, boolean, boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientPrograms(Cohort, Collection<Program>) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
 
getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Returns PatientPrograms that match the input parameters.
getPatientPrograms(Cohort, Program) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPatientPrograms(Cohort, Collection<Program>) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPatientPrograms(Patient) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getPatientPrograms(Cohort, Program) - Method in interface org.openmrs.api.PatientSetService
 
getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
Returns PatientPrograms that match the input parameters.
getPatientPrograms(Patient) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean)
getPatientPrograms(Cohort, Collection<Program>) - Method in interface org.openmrs.api.ProgramWorkflowService
TODO: refactor?
getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
getPatients(Collection<Integer>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in interface org.openmrs.api.db.PatientDAO
 
getPatients(Collection<Integer>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatients(String, String, List<PatientIdentifierType>) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatients(String, String, List, boolean)
getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatients(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getPatients(Collection<Integer>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatients(String, String, List<PatientIdentifierType>, boolean) - Method in interface org.openmrs.api.PatientService
Get patients based on given criteria The identifier is matched with the regex OpenmrsConstants.PATIENT_IDENTIFIER_REGEX All parameters are optional and nullable.
getPatients(String, String, List<PatientIdentifierType>) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by a call to PatientService.getPatients(String, String, List, boolean) with "false" as the last parameter
getPatients(String) - Method in interface org.openmrs.api.PatientService
Generic search on patients based on the given string.
getPatients(Collection<Integer>) - Method in interface org.openmrs.api.PatientSetService
TODO write something here
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsByCharacteristics(String, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsByCharacteristics(String, Date, Date) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean) - Method in interface org.openmrs.api.PatientSetService
Get patients by specified gender, birthdate range, age range, and alive status (all optional)
getPatientsByCharacteristics(String, Date, Date, Integer, Integer, Boolean, Boolean, Date) - Method in interface org.openmrs.api.PatientSetService
Get patients by specified gender, birthdate range, age range, and alive status (all optional)
getPatientsByIdentifier(String, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by @deprecated replaced by PatientServiceImpl.getPatients(String, String, List)
getPatientsByIdentifier(String, boolean) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.getPatients(String, String, List)
getPatientsByIdentifierPattern(String, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatients(String, String, List, boolean)
getPatientsByIdentifierPattern(String, boolean) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by getPatients( ... )
getPatientsByName(String) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatients(String, String, List, boolean)
getPatientsByName(String, boolean) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by PatientServiceImpl.getPatients(String, String, List, boolean)
getPatientsByName(String) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by PatientService.getPatients(String, String, List)
getPatientsByName(String, boolean) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by getPatients( ... )
getPatientsByProgramAndState(Program, List<ProgramWorkflowState>, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
TODO: Fails to leave out patients who are voided Returns the set of patients that were in a given program, workflow, and state, within a given date range
getPatientsByProgramAndState(Program, List<ProgramWorkflowState>, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsByProgramAndState(Program, List<ProgramWorkflowState>, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsByProgramAndState(Program, List<ProgramWorkflowState>, Date, Date) - Method in interface org.openmrs.api.PatientSetService
Gets patients who are enrolled in the given program or in the given state(s) at the specified time
getPatientsByRelationship(RelationshipType, boolean, boolean, Person) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsByRelationship(RelationshipType, boolean, boolean, Person) - Method in interface org.openmrs.api.db.PatientSetDAO
Returns the cohort of patients matching a particular relationship search.
getPatientSearch(Integer) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getPatientSearch(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getPatientSearch() - Method in class org.openmrs.reporting.PatientSearchReportObject
Deprecated.  
getPatientSearch(Integer) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get patient search object by internal id or null if none found
getPatientSearch(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get a patient search matching the name exactly or null if none found
getPatientSearchId() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getPatientSearchId() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
getPatientSearchId() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getPatientSearchMembership(Integer, String, String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPatientService() - Static method in class org.openmrs.api.context.Context
 
getPatientService() - Method in class org.openmrs.api.context.ServiceContext
 
getPatientSet(int, EvaluationContext) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getPatientSet(int, boolean, EvaluationContext) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated. TODO: Implement CohortServiceImpl.getAllCohorts()
getPatientSet() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPatientSet() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Gets the default patient set.
getPatientSetCombineWithAnd(EvaluationContext) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getPatientSetCombineWithOr(EvaluationContext) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getPatientSetIfNotAllPatients() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Returns the patient set only if it is a subset of all patients.
getPatientSetService() - Static method in class org.openmrs.api.context.Context
 
getPatientSetService() - Method in class org.openmrs.api.context.ServiceContext
 
getPatientsHavingDateObs(Integer, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
TODO: don't return voided patients Gets all patients with an obs's value_date column value within startTime and endTime
getPatientsHavingDateObs(Integer, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingDateObs(Integer, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingDateObs(Integer, Date, Date) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingDrugOrder(List<Drug>, List<Concept>, Date, Date, Date, Date, Boolean, List<Concept>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingDrugOrder(List<Drug>, List<Concept>, Date, Date, Date, Date, Boolean, List<Concept>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingDrugOrder(Collection<Integer>, Collection<Integer>, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
Returns a PatientSet of patient who had drug orders for a set of drugs active on a certain date.
getPatientsHavingDrugOrder(Collection<Integer>, Collection<Integer>, PatientSetService.GroupMethod, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingDrugOrder(List<Drug>, List<Concept>, Date, Date, Date, Date, Boolean, List<Concept>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingDrugOrder(Collection<Integer>, Collection<Integer>, Date) - Method in interface org.openmrs.api.PatientSetService
Returns a Cohort of patient who had drug orders for a set of drugs active on a certain date.
getPatientsHavingDrugOrder(Collection<Integer>, Collection<Integer>, PatientSetService.GroupMethod, Date, Date) - Method in interface org.openmrs.api.PatientSetService
Returns a Cohort of patient who had drug orders for a set of drugs active between a pair of dates.
getPatientsHavingDrugOrder(List<Drug>, List<Concept>, Date, Date, Date, Date, Boolean, List<Concept>) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingEncounters(List<EncounterType>, Location, Form, Date, Date, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
TODO: don't return voided patients Returns the set of patients that have encounters, with several optional parameters: * of type encounterType * at a given location * from filling out a specific form * on or after fromDate * on or before toDate * patients with at least minCount of the given encounters * patients with up to maxCount of the given encounters
getPatientsHavingEncounters(List<EncounterType>, Location, Form, Date, Date, Integer, Integer) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingEncounters(EncounterType, Location, Form, Date, Date, Integer, Integer) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingEncounters(List<EncounterType>, Location, Form, Date, Date, Integer, Integer) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingEncounters(EncounterType, Location, Form, Date, Date, Integer, Integer) - Method in interface org.openmrs.api.PatientSetService
Searches for patients who have encounters as described by the arguments to this method
getPatientsHavingEncounters(List<EncounterType>, Location, Form, Date, Date, Integer, Integer) - Method in interface org.openmrs.api.PatientSetService
Gets patients who have encounters as described by the parameters specified (all optional)
getPatientsHavingLocation(Integer, PatientSetService.PatientLocationMethod) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingLocation(Integer, PatientSetService.PatientLocationMethod) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingLocation(Location) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingLocation(Location, PatientSetService.PatientLocationMethod) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingLocation(Integer) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingLocation(Integer, PatientSetService.PatientLocationMethod) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingLocation(Location) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingLocation(Location, PatientSetService.PatientLocationMethod) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingLocation(Integer) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingLocation(Integer, PatientSetService.PatientLocationMethod) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingNumericObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Number, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingNumericObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Number, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingNumericObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Number, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingNumericObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Number, Date, Date) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Object, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Object, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Object, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingObs(Integer, PatientSetService.TimeModifier, PatientSetService.Modifier, Object, Date, Date) - Method in interface org.openmrs.api.PatientSetService
Searches for patients who have observations as described by the arguments to this method
getPatientsHavingPersonAttribute(PersonAttributeType, String) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingPersonAttribute(PersonAttributeType, String) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingPersonAttribute(PersonAttributeType, String) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingPersonAttribute(PersonAttributeType, String) - Method in interface org.openmrs.api.PatientSetService
At least one of attribute and value must be non-null
getPatientsHavingTextObs(Integer, String, PatientSetService.TimeModifier) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPatientsHavingTextObs(Integer, String, PatientSetService.TimeModifier) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsHavingTextObs(Concept, String, PatientSetService.TimeModifier) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingTextObs(Integer, String, PatientSetService.TimeModifier) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsHavingTextObs(Concept, String, PatientSetService.TimeModifier) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsHavingTextObs(Integer, String, PatientSetService.TimeModifier) - Method in interface org.openmrs.api.PatientSetService
 
getPatientsInProgram(Integer, Date, Date) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
TODO: Don't return voided patients Returns the set of patients that were ever in enrolled in a given program.
getPatientsInProgram(Integer, Date, Date) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPatientsInProgram(Program, Date, Date) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPatientsInProgram(Program, Date, Date) - Method in interface org.openmrs.api.PatientSetService
 
getPatientState(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getPatientState(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use PatientProgram.getPatientState(Integer)
getPatientState(Integer) - Method in class org.openmrs.PatientProgram
Returns the PatientState associated with this PatientProgram that has an id that matches the passed patientStateId
getPatientStateByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getPatientStateByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
 
getPatientStateByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPatientStateByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Get a program state by its uuid.
getPatientStateId() - Method in class org.openmrs.PatientState
 
getPeople(String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPeople(String, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
 
getPeople(String, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPeople(String, Boolean) - Method in interface org.openmrs.api.PersonService
Find a person matching the searchPhrase search string
getPerson() - Method in class org.openmrs.activelist.ActiveListItem
 
getPerson(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPerson(Integer) - Method in interface org.openmrs.api.db.PersonDAO
 
getPerson(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPerson(Patient) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPerson(Integer)
getPerson(User) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPerson(Integer)
getPerson(Integer) - Method in interface org.openmrs.api.PersonService
Gets a person by internal id
getPerson(Patient) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getPerson(Integer)
getPerson(User) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getPerson(Integer)
getPerson() - Method in class org.openmrs.Obs
Get the person object that this obs is acting on.
getPerson() - Method in class org.openmrs.PersonAddress
 
getPerson() - Method in class org.openmrs.PersonAttribute
 
getPerson() - Method in class org.openmrs.PersonName
 
getPerson() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
getPerson() - Method in class org.openmrs.User
 
getPersonA() - Method in class org.openmrs.Relationship
 
getPersonAddress() - Method in class org.openmrs.Person
Convenience Method to get the "preferred" address for person.
getPersonAddressByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAddressByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonAddressByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAddressByUuid(String) - Method in interface org.openmrs.api.PersonService
Get PersonAddress by its UUID
getPersonAddressId() - Method in class org.openmrs.PersonAddress
 
getPersonAttribute(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAttribute(Integer) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonAttribute(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttribute(Integer) - Method in interface org.openmrs.api.PersonService
Get a PersonAttribute from the database with the given PersonAttributeid
getPersonAttribute(String, String, String, String, boolean) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPersonAttribute(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getPersonAttributeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAttributeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonAttributeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeByUuid(String) - Method in interface org.openmrs.api.PersonService
Get PersonAttribute by its UUID
getPersonAttributeId() - Method in class org.openmrs.PersonAttribute
 
getPersonAttributes(Cohort, String, String, String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getPersonAttributes(Cohort, String, String, String, String, boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getPersonAttributes(Cohort, String, String, String, String, boolean) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getPersonAttributes(Cohort, String, String, String, String, boolean) - Method in interface org.openmrs.api.PatientSetService
 
getPersonAttributeType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAttributeType(Integer) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonAttributeType(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeType(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getPersonAttributeTypeByName(String)
getPersonAttributeType(Integer) - Method in interface org.openmrs.api.PersonService
Get the PersonAttributeType given the type's PersonAttributeTypeId
getPersonAttributeType(String) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getPersonAttributeTypeByName(String)
getPersonAttributeTypeByName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeTypeByName(String) - Method in interface org.openmrs.api.PersonService
Get the PersonAttributeType given the type's name
getPersonAttributeTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAttributeTypeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
Auto generated method comment
getPersonAttributeTypeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeTypeByUuid(String) - Method in interface org.openmrs.api.PersonService
Gets a person attribute type with the given uuid.
getPersonAttributeTypeId() - Method in class org.openmrs.PersonAttributeType
 
getPersonAttributeTypes(String, String, Integer, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonAttributeTypes(String, String, Integer, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonAttributeTypes(String, String, Integer, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeTypes() - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getAllPersonAttributeTypes()
getPersonAttributeTypes(OpenmrsConstants.PERSON_TYPE, PersonService.ATTR_VIEW_TYPE) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonAttributeTypes(String, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. @see PersonService.getPersonAttributeTypes(java.lang.String, java.lang.String)
getPersonAttributeTypes() - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getAllPersonAttributeTypes()
getPersonAttributeTypes(String, String, Integer, Boolean) - Method in interface org.openmrs.api.PersonService
Find person attribute types matching the given parameters.
getPersonAttributeTypes(OpenmrsConstants.PERSON_TYPE, PersonService.ATTR_VIEW_TYPE) - Method in interface org.openmrs.api.PersonService
Gets the types defined for the given person type (person, user, patient) and the given type of view (one person vs many person objects)
getPersonAttributeTypes(String, String) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getPersonAttributeTypes(String, String)
getPersonB() - Method in class org.openmrs.Relationship
 
getPersonByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
Auto generated method comment
getPersonByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonByUuid(String) - Method in interface org.openmrs.api.PersonService
Get Person by its UUID
getPersonChangedBy() - Method in class org.openmrs.Person
 
getPersonCreator() - Method in class org.openmrs.Person
 
getPersonDateChanged() - Method in class org.openmrs.Person
 
getPersonDateCreated() - Method in class org.openmrs.Person
 
getPersonDateVoided() - Method in class org.openmrs.Person
 
getPersonId() - Method in class org.openmrs.Obs
The person id of the person on this object.
getPersonId() - Method in class org.openmrs.Person
 
getPersonName() - Method in class org.openmrs.Person
Convenience method to get the "preferred" name for the person.
getPersonName() - Method in class org.openmrs.User
 
getPersonNameByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getPersonNameByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
 
getPersonNameByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getPersonNameByUuid(String) - Method in interface org.openmrs.api.PersonService
Get PersonName by its UUID
getPersonNameId() - Method in class org.openmrs.PersonName
 
getPersonService() - Static method in class org.openmrs.api.context.Context
 
getPersonService() - Method in class org.openmrs.api.context.ServiceContext
 
getPersonVoided() - Method in class org.openmrs.Person
 
getPersonVoidedBy() - Method in class org.openmrs.Person
 
getPersonVoidReason() - Method in class org.openmrs.Person
 
getPoint() - Method in class org.openmrs.module.AdvicePoint
 
getPointId() - Method in class org.openmrs.module.Extension
Get the point id
getPossibleAddressValues(Address, String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
getPossibleAddressValues(Address, String) - Method in interface org.openmrs.api.LocationService
Given an Address object, returns all the possible values for the specified AddressField.
getPossibleNextStates(PatientProgram, ProgramWorkflow) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getPossibleNextStates(PatientProgram, ProgramWorkflow) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflow.getPossibleNextStates(PatientProgram)
getPossibleNextStates(PatientProgram) - Method in class org.openmrs.ProgramWorkflow
Returns a List<ProgramWorkflowState> including all possible next ProgramWorkflowStates, for the passed PatientProgram ordered by ConceptName
getPossibleValues() - Method in interface org.openmrs.Attributable
Find all possible values of this object.
getPossibleValues() - Method in class org.openmrs.Concept
 
getPossibleValues() - Method in class org.openmrs.Location
 
getPossibleValues() - Method in class org.openmrs.util.AttributableDate
 
getPostalCode() - Method in interface org.openmrs.Address
 
getPostalCode() - Method in class org.openmrs.Location
 
getPostalCode() - Method in class org.openmrs.PersonAddress
 
getPrecise() - Method in class org.openmrs.ConceptNumeric
 
getPredicate() - Method in class org.openmrs.arden.ArdenClause
 
getPreferred() - Method in class org.openmrs.PatientIdentifier
 
getPreferred() - Method in class org.openmrs.PersonAddress
 
getPreferred() - Method in class org.openmrs.PersonName
 
getPreferredHandler(Class<H>, Class<T>) - Static method in class org.openmrs.util.HandlerUtil
Retrieves the preferred Handler for a given handlerType and type.
getPreferredName(Locale) - Method in class org.openmrs.Concept
Returns the name which is explicitly marked as preferred for a given locale.
getPreferredNameForCountry(String) - Method in class org.openmrs.Concept
Deprecated. use Concept.getPreferredName(Locale)
getPreferredNameInLanguage(String) - Method in class org.openmrs.Concept
Deprecated. use Concept.getPreferredName(Locale)
getPrefix() - Method in class org.openmrs.PersonName
 
getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getPresentation(String, Locale) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
getPresentation(String, Locale) - Method in interface org.openmrs.messagesource.MutableMessageSource
Gets the PresentationMessage for a particular locale.
getPresentationLocales() - Method in interface org.openmrs.api.AdministrationService
Gets the list of locales for which localized messages are available for the user interface (presentation layer).
getPresentationLocales() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
getPresentations() - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
getPresentations() - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
Returns all available messages.
getPresentations() - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
Returns all available messages.
getPresentations() - Method in interface org.openmrs.messagesource.MutableMessageSource
Gets all of the available messages, packaged as PresentationMessages.
getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
getPresentationsInLocale(Locale) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
getPresentationsInLocale(Locale) - Method in interface org.openmrs.messagesource.MutableMessageSource
Gets alll the available messages in a particular locale, packaged as PresentationMessages.
getPrevConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Finds the previous concept in the dictionary that has the next lowest concept id
getPrevConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
getPrevConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getPrevConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getPriority() - Method in class org.openmrs.arden.MLMObject
 
getPriority() - Method in class org.openmrs.notification.Note
 
getPrivilege(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getPrivilege(String) - Method in interface org.openmrs.api.db.UserDAO
 
getPrivilege(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getPrivilege(String) - Method in interface org.openmrs.api.UserService
Returns Privilege in the system with given String privilege
getPrivilege() - Method in class org.openmrs.Privilege
 
getPrivilegeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getPrivilegeByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
Auto generated method comment
getPrivilegeByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getPrivilegeByUuid(String) - Method in interface org.openmrs.api.UserService
Get Privilege by its UUID
getPrivileges() - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
getPrivileges() - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getAllPrivileges()
getPrivileges() - Method in class org.openmrs.module.Module
 
getPrivileges() - Static method in class org.openmrs.module.ModuleFactory
Get a list of required Privileges defined by the modules
getPrivileges() - Method in class org.openmrs.Role
 
getPrivileges() - Method in class org.openmrs.User
Get all privileges this user has.
getPrn() - Method in class org.openmrs.DrugOrder
Returns true/false whether the drug is a "pro re nata" (as needed) drug
getProblem() - Method in class org.openmrs.activelist.Problem
is actually "concept" in ActiveList
getProblem(Integer) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getProblem(Integer) - Method in interface org.openmrs.api.PatientService
Returns the Problem
getProblems(Person) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
getProblems(Person) - Method in interface org.openmrs.api.PatientService
Get a list of the problems for the patient, sorted on sort_weight
getProficientLocales() - Method in class org.openmrs.User
Returns a list of Locales for which the User is considered proficient.
getProgram(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getProgram(Integer) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Retrieves a Program from the database by primary key programId
getProgram(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getProgram(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getProgram(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
Returns a program given that programs primary key programId A null value is returned if no program exists with this programId.
getProgram(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getProgramByName(String)
getProgram() - Method in class org.openmrs.PatientProgram
 
getProgram() - Method in class org.openmrs.ProgramWorkflow
 
getProgram(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Gets a patient program given a program ID or program name.
getProgram() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
getProgram() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getProgramByName(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getProgramByName(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Returns a program given the program's exact name A null value is returned if there is no program with this name
getProgramByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getProgramByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Auto generated method comment
getProgramByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getProgramByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Get a program by its uuid.
getProgramId() - Method in class org.openmrs.Program
 
getPrograms(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getPrograms() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getPrograms(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Returns programs that match the given string.
getPrograms() - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getAllPrograms()
getPrograms() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
getProgramWorkflow() - Method in class org.openmrs.ConceptStateConversion
 
getProgramWorkflow() - Method in class org.openmrs.ProgramWorkflowState
 
getProgramWorkflowId() - Method in class org.openmrs.ProgramWorkflow
 
getProgramWorkflowService() - Static method in class org.openmrs.api.context.Context
 
getProgramWorkflowService() - Method in class org.openmrs.api.context.ServiceContext
 
getProgramWorkflowState() - Method in class org.openmrs.ConceptStateConversion
 
getProgramWorkflowStateId() - Method in class org.openmrs.ProgramWorkflowState
 
getProperties() - Method in class org.openmrs.scheduler.TaskDefinition
Get the data map used to provide the task with runtime data.
getProperty() - Method in class org.openmrs.GlobalProperty
 
getProperty(String) - Method in class org.openmrs.scheduler.TaskDefinition
Get task configuration property.
getPropertyClass() - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
getPropertyValue() - Method in class org.openmrs.GlobalProperty
 
getProposedConcepts(String) - Method in interface org.openmrs.api.ConceptService
Find matching proposed concepts
getProposedConcepts(String) - Method in interface org.openmrs.api.db.ConceptDAO
 
getProposedConcepts(String) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getProposedConcepts(String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getProvider(DataSetDefinition) - Method in interface org.openmrs.api.DataSetService
Deprecated.  
getProvider() - Method in class org.openmrs.Encounter
 
getProvider(DataSetDefinition) - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
getProviders() - Method in interface org.openmrs.api.DataSetService
Deprecated. Gets the list of providers that have been previously set on this service
getProviders() - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
getPublished() - Method in class org.openmrs.Form
 
getPublishedForms() - Method in interface org.openmrs.api.FormService
Returns all published forms (not including retired ones)
getPublishedForms() - Method in class org.openmrs.api.impl.FormServiceImpl
 
getPurpose() - Method in class org.openmrs.arden.MLMObject
 
getQuantity() - Method in class org.openmrs.DrugOrder
Gets the quantity
getQuestion() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getQuestions() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getQuestionsForAnswer(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #getConceptsByAnswer(Concept)
getQuestionsForAnswer(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.getConceptsByAnswer(Concept)
getRanDate() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getRandomToken() - Static method in class org.openmrs.util.Security
This method will generate a random string
getReaction() - Method in class org.openmrs.activelist.Allergy
 
getReadType() - Method in class org.openmrs.arden.MLMObjectElement
 
getRecipient(User) - Method in class org.openmrs.notification.Alert
Convenience method to find the AlertRecipient object within this alert that corresponds to the given recipient
getRecipient() - Method in class org.openmrs.notification.AlertRecipient
 
getRecipients() - Method in class org.openmrs.notification.Alert
 
getRecipients() - Method in class org.openmrs.notification.Message
 
getRecipients() - Method in class org.openmrs.notification.Template
 
getReferenceKey(Object) - Method in class org.openmrs.xml.OpenmrsReferenceLogic
Deprecated.  
getRegion() - Method in class org.openmrs.Location
 
getRegion() - Method in class org.openmrs.PersonAddress
 
getRegisteredComponents(Class<T>) - Static method in class org.openmrs.api.context.Context
 
getRegisteredComponents(Class<T>) - Method in class org.openmrs.api.context.ServiceContext
Retrieves all Beans which have been registered in the Spring ApplicationContext that match the given object type (including subclasses).
getRegisteredTasks() - Method in interface org.openmrs.scheduler.SchedulerService
Get the list of tasks that are available to be scheduled.
getRegisteredTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Get all registered tasks.
getRegisteredTypeForObject(OpenmrsObject) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getRegisteredTypeForObject(OpenmrsObject) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Returns the registered class for the passed object, or null if none found For example, if the supportedTypes property contains the CohortDefinition.class interface, and a particular implementation of that interface is passed in, then this method would return CohortDefinition.class.
getRelatedObservations() - Method in class org.openmrs.Obs
Convenience method that returns related Obs If the Obs argument is not an ObsGroup: a Set will be returned containing all of the children of this Obs' parent that are not ObsGroups themselves.
getRelationship(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationship(Integer) - Method in interface org.openmrs.api.db.PersonDAO
 
getRelationship(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationship(Integer) - Method in interface org.openmrs.api.PersonService
Get relationship by internal relationship identifier
getRelationshipByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationshipByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
Auto generated method comment
getRelationshipByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipByUuid(String) - Method in interface org.openmrs.api.PersonService
Get Relationship by its UUID
getRelationshipId() - Method in class org.openmrs.Relationship
 
getRelationshipIdentifiers(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getRelationshipIds(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getRelationshipMap(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipMap(RelationshipType) - Method in interface org.openmrs.api.PersonService
Get all relationships for a given type of relationship mapped from the personA to all of the personB's
getRelationshipNames(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getRelationships(Cohort, RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getRelationships(Person, Person, RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationships(Cohort, RelationshipType) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getRelationships(Person, Person, RelationshipType) - Method in interface org.openmrs.api.db.PersonDAO
 
getRelationships(Cohort, RelationshipType) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getRelationships() - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getAllRelationships()
getRelationships(Person, boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getRelationshipsByPerson(Person)
getRelationships(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getRelationshipsByPerson(Person)
getRelationships(Person, Person, RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationships(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getRelationshipMap(RelationshipType)
getRelationships(Cohort, RelationshipType) - Method in interface org.openmrs.api.PatientSetService
 
getRelationships() - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getAllRelationships()
getRelationships(Person, boolean) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getRelationshipsByPerson(Person)
getRelationships(Person) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getRelationshipsByPerson(Person)
getRelationships(Person, Person, RelationshipType) - Method in interface org.openmrs.api.PersonService
Get relationships stored in the database that
getRelationships(RelationshipType) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getRelationshipMap(RelationshipType)
getRelationships(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getRelationshipsByPerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipsByPerson(Person) - Method in interface org.openmrs.api.PersonService
Get list of relationships that include Person in person_id or relative_id Does not include voided relationships
getRelationshipsTo(Person, RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getRelationships(Person, Person, RelationshipType)
getRelationshipsTo(Person, RelationshipType) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getRelationships(...)
getRelationshipType(Integer) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationshipType(Integer) - Method in interface org.openmrs.api.db.PersonDAO
 
getRelationshipType(Integer) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipType(Integer) - Method in interface org.openmrs.api.PersonService
Get relationshipType by internal identifier
getRelationshipType() - Method in class org.openmrs.Relationship
 
getRelationshipType() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
getRelationshipTypeByName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipTypeByName(String) - Method in interface org.openmrs.api.PersonService
Find relationshipType by exact name match
getRelationshipTypeByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationshipTypeByUuid(String) - Method in interface org.openmrs.api.db.PersonDAO
Auto generated method comment
getRelationshipTypeByUuid(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipTypeByUuid(String) - Method in interface org.openmrs.api.PersonService
Gets the relationship type with the given uuid.
getRelationshipTypeId() - Method in class org.openmrs.RelationshipType
 
getRelationshipTypes(String, Boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getRelationshipTypes(String, Boolean) - Method in interface org.openmrs.api.db.PersonDAO
 
getRelationshipTypes() - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.getAllRelationshipTypes()
getRelationshipTypes(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipTypes(String, Boolean) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getRelationshipTypes() - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.getAllRelationshipTypes()
getRelationshipTypes(String, Boolean) - Method in interface org.openmrs.api.PersonService
Find relationshipTypes by exact name match and/or preferred status
getRelationshipTypes(String) - Method in interface org.openmrs.api.PersonService
Get relationshipTypes by searching through the names and loosely matching to the given searchString
getRelatives(Cohort, RelationshipType, boolean) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getRelatives(Cohort, RelationshipType, boolean) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getRelatives(Cohort, RelationshipType, boolean) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getRelatives(Cohort, RelationshipType, boolean) - Method in interface org.openmrs.api.PatientSetService
 
getRenderedContentType(ReportSchema, String) - Method in class org.openmrs.report.impl.CsvReportRenderer
Deprecated.  
getRenderedContentType(ReportSchema, String) - Method in class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
getRenderedContentType(ReportSchema, String) - Method in interface org.openmrs.report.ReportRenderer
Deprecated. The content-type that will be rendered
getRenderer() - Method in class org.openmrs.report.RenderingMode
Deprecated.  
getRenderers() - Method in interface org.openmrs.api.ReportService
Deprecated. Gets the renderers map registered to this report service
getRenderers() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getRenderingModes(ReportSchema) - Method in interface org.openmrs.api.ReportService
Deprecated. Returns a List of RenderingModes that the passed ReportSchema supports, in their preferred order
getRenderingModes(ReportSchema) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
getRenderingModes(ReportSchema) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getRenderingModes(ReportSchema) - Method in interface org.openmrs.report.ReportRenderer
Deprecated. Returns the modes in which this report schema could be rendered.
getRepeatInterval() - Method in class org.openmrs.scheduler.Schedule
Gets the number of seconds until task is executed again.
getRepeatInterval() - Method in class org.openmrs.scheduler.TaskDefinition
Gets the number of seconds until task is executed again.
getReportElements() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Gets the report elements.
getReportId() - Method in class org.openmrs.reporting.Report
Deprecated.  
getReportObject(Integer) - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
getReportObject(Integer) - Method in interface org.openmrs.reporting.db.ReportObjectDAO
Deprecated. Auto generated method comment
getReportObject(Integer) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObject(Integer) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get the report object by internal id
getReportObject() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getReportObjectClassByName(String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getReportObjectClassBySubType(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObjectClassBySubType(String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getReportObjectClassBySubType(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated.  
getReportObjectId() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getReportObjectId() - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
getReportObjectId() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getReportObjects() - Method in class org.openmrs.reporting.ReportObjectList
Deprecated.  
getReportObjectsByType(String) - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
getReportObjectsByType(String) - Method in interface org.openmrs.reporting.db.ReportObjectDAO
Deprecated. Auto generated method comment
getReportObjectsByType(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObjectsByType(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get report objects by type that was stored.
getReportObjectService() - Static method in class org.openmrs.api.context.Context
Deprecated. see reportingcompatibility module
getReportObjectService() - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
getReportObjectSubTypes(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObjectSubTypes(String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getReportObjectSubTypes(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get the current list of different sub types stored in the system
getReportObjectTypes() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObjectTypes() - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getReportObjectTypes() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get the current list of different reportObjectTypes stored in the system
getReportObjectValidatorByClass(String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getReportObjectValidatorByClass(String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
getReportObjectValidatorByClass(String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
getReportParameters() - Method in class org.openmrs.report.ReportSchema
Deprecated. Get all ReportParameters defined for this schema.
getReportRenderer(Class<? extends ReportRenderer>) - Method in interface org.openmrs.api.ReportService
Deprecated. Returns the registered ReportRenderer whose class matches the passed class
getReportRenderer(String) - Method in interface org.openmrs.api.ReportService
Deprecated. Returns the registered ReportRenderer whose class matches the passed class name
getReportRenderer(Class<? extends ReportRenderer>) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportRenderer(String) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportRenderers() - Method in interface org.openmrs.api.ReportService
Deprecated. Returns a Collection of all registered ReportRenderers
getReportRenderers() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportSchema(Integer) - Method in interface org.openmrs.api.ReportService
Deprecated. Get the ReportSchema with the given id
getReportSchema(ReportSchemaXml) - Method in interface org.openmrs.api.ReportService
Deprecated. Returns a ReportSchema object from a ReportSchemaXml definition De-serialized the xml definition, applies macro definitions, and returns an expanded report schema object
getReportSchema(Integer) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportSchema(ReportSchemaXml) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportSchema() - Method in class org.openmrs.report.ReportData
Deprecated.  
getReportSchemaId() - Method in class org.openmrs.report.ReportSchema
Deprecated. Returns the ReportSchema Id
getReportSchemaId() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Returns the ReportSchema Id
getReportSchemas() - Method in interface org.openmrs.api.ReportService
Deprecated. Return a list of ReportSchemas
getReportSchemas() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportSchemaXml(Integer) - Method in interface org.openmrs.api.ReportService
Deprecated. Get the xmlified ReportSchema object that was saved previously
getReportSchemaXml(Integer) - Method in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
getReportSchemaXml(Integer) - Method in interface org.openmrs.report.db.ReportDAO
Deprecated.  
getReportSchemaXml(Integer) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportSchemaXmls() - Method in interface org.openmrs.api.ReportService
Deprecated. Get all saved ReportSchemaXml objects in the db
getReportSchemaXmls() - Method in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
getReportSchemaXmls() - Method in interface org.openmrs.report.db.ReportDAO
Deprecated.  
getReportSchemaXmls() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getReportService() - Static method in class org.openmrs.api.context.Context
Deprecated. see reportingcompatibility module
getReportService() - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
getReportXmlMacros() - Method in interface org.openmrs.api.ReportService
Deprecated. Gets the macros that will be used when deserializing ReportSchemaXML
getReportXmlMacros() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
getRequireAll(Class) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
Returns whether or not to require that the user have all of the privileges in order to be "authorized" for this class
getRequireAll(Method) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
Returns whether or not to require that the user have all of the privileges in order to be "authorized" for this method
getRequired() - Method in class org.openmrs.FormField
 
getRequired() - Method in class org.openmrs.PatientIdentifierType
 
getRequireDatabaseVersion() - Method in class org.openmrs.module.Module
 
getRequiredInput() - Method in exception org.openmrs.util.InputRequiredException
The user prompts and datatype for each question that the user has to provide input for
getRequiredModules() - Method in class org.openmrs.module.Module
This list of strings is just what is included in the config.xml file, the full package names: e.g.
getRequiredModuleVersion(String) - Method in class org.openmrs.module.Module
Convenience method to get the version of this given module that is required
getRequireOpenmrsVersion() - Method in class org.openmrs.module.Module
 
getResourceAsStream(String) - Method in class org.openmrs.util.ClassLoaderFileOpener
 
getResourceAsStream(String) - Method in class org.openmrs.util.OpenmrsClassLoader
Searches all known module classloaders first, then parent classloaders
getResourceInputStream(URL) - Static method in class org.openmrs.util.OpenmrsUtil
Opens input stream for given resource.
getResources(String) - Method in class org.openmrs.util.ClassLoaderFileOpener
 
getResources(String) - Method in class org.openmrs.util.OpenmrsClassLoader
Searches all known module classloaders first, then parent classloaders
getResultDate() - Method in class org.openmrs.logic.result.Result
Returns the data of the result (not to be confused with a data value).
getResultObject() - Method in class org.openmrs.logic.result.Result
Get the result object
getRetired() - Method in class org.openmrs.BaseOpenmrsMetadata
This method delegates to BaseOpenmrsMetadata.isRetired().
getRetired() - Method in class org.openmrs.Concept
Deprecated. Use the "proper" isRetired method.
getRetired() - Method in class org.openmrs.Tribe
Deprecated.  
getRetiredBy() - Method in class org.openmrs.BaseOpenmrsMetadata
 
getRetiredBy() - Method in class org.openmrs.Concept
 
getRetiredBy() - Method in interface org.openmrs.Retireable
 
getRetiredReason() - Method in class org.openmrs.Form
Deprecated. use BaseOpenmrsMetadata.getRetireReason()
getRetireReason() - Method in class org.openmrs.BaseOpenmrsMetadata
 
getRetireReason() - Method in class org.openmrs.Concept
 
getRetireReason() - Method in interface org.openmrs.Retireable
 
getReturnValue() - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
getRightOperand() - Method in interface org.openmrs.logic.LogicExpression
Get the right operand of the LogicExpression.
getRole(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getRole(String) - Method in interface org.openmrs.api.db.UserDAO
 
getRole(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getRole(String) - Method in interface org.openmrs.api.UserService
Returns role object with given string role
getRole() - Method in class org.openmrs.Role
 
getRoleByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getRoleByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
Auto generated method comment
getRoleByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getRoleByUuid(String) - Method in interface org.openmrs.api.UserService
Get Role by its UUID
getRoles() - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
getRoles() - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getAllRoles()
getRoles() - Method in class org.openmrs.User
 
getRootToken() - Method in interface org.openmrs.logic.LogicCriteria
Method to get the root token of the current LogicCriteria.
getRootToken() - Method in interface org.openmrs.logic.LogicExpression
Method to get the root token of the current LogicCriteria.
getRoute() - Method in class org.openmrs.Drug
 
getRowCount() - Method in class org.openmrs.reporting.DataTable
Deprecated.  
getRowPerObsColumn() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
getRows() - Method in class org.openmrs.reporting.DataTable
Deprecated.  
getRule() - Method in class org.openmrs.ConceptDerived
Returns the rule for the derived concept
getRule(String) - Method in interface org.openmrs.logic.LogicService
Gets the rule registered under a given token
getRunStatus() - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
getRuntimeProperties() - Static method in class org.openmrs.api.context.Context
Get the runtime properties that this OpenMRS instance was started with
getSalt() - Method in class org.openmrs.api.db.LoginCredential
 
getSatisfiedByAny() - Method in class org.openmrs.notification.Alert
 
getSaved() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getSavedCohortId() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getSavedConceptDatatype(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
Gets the value of conceptDatatype currently saved in the database for the given concept, bypassing any caches.
getSavedConceptDatatype(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getSavedConceptName(ConceptName) - Method in interface org.openmrs.api.db.ConceptDAO
Gets the persisted copy of the conceptName currently saved in the database for the given conceptName, bypassing any caches.
getSavedConceptName(ConceptName) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getSavedEncounterDatetime(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
Gets the value of encounterDatetime currently saved in the database for the given encounter, bypassing any caches.
getSavedEncounterDatetime(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
getSavedFilterId() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getSavedPersonAttributeTypeName(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getSavedPersonAttributeTypeName(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
Gets the value of name currently saved in the database for the given personAttributeType, bypassing any caches.
getSavedSearchId() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getSchedule(Integer) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Get schedule by internal identifier
getSchedule(Integer) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Get schedule by internal identifier
getScheduledTasks() - Method in interface org.openmrs.scheduler.SchedulerService
Get scheduled tasks.
getScheduledTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Get all scheduled tasks.
getSchedulerDAO() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Gets the scheduler data access object.
getSchedulerService() - Static method in class org.openmrs.api.context.Context
 
getSchedulerService() - Method in class org.openmrs.api.context.ServiceContext
 
getSearch() - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
getSearchable() - Method in class org.openmrs.PersonAttributeType
 
getSearchHistories() - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getSearchHistories() - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.getAllSearchHistories()
getSearchHistory() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getSearchHistory(Integer) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
getSearchHistory(Integer) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Get a CohortSearchHistory by internal id or null if none found
getSecondsUntilNextExecutionTime() - Method in class org.openmrs.scheduler.TaskDefinition
Convenience method to calculate the seconds until the next execution time.
getSecretAnswer() - Method in class org.openmrs.api.db.LoginCredential
 
getSecretQuestion() - Method in class org.openmrs.api.db.LoginCredential
 
getSecretQuestion() - Method in class org.openmrs.User
 
getSelectMultiple() - Method in class org.openmrs.Field
 
getSender() - Method in class org.openmrs.notification.Message
 
getSender() - Method in class org.openmrs.notification.Template
 
getSentDate() - Method in class org.openmrs.notification.Message
 
getSeparator() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getSerializationClass() - Method in class org.openmrs.api.db.SerializedObject
 
getSerializationService() - Static method in class org.openmrs.api.context.Context
 
getSerializationService() - Method in class org.openmrs.api.context.ServiceContext
 
getSerializedData() - Method in class org.openmrs.api.db.SerializedObject
 
getSerializedObject(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getSerializedObject(Integer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Retrieves the raw SerializedObject from the database by id
getSerializedObjectByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getSerializedObjectByUuid(String) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Retrieves the raw Serialized Object from the database by uuid
getSerializer(Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
 
getSerializer(Class<? extends OpenmrsSerializer>) - Method in interface org.openmrs.api.SerializationService
Returns the serializer that matches the passed class, or null if no such serializer exists.
getSerializer() - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer() Note, this uses a different Serialization mechanism, so you may need to use this for conversion
getSerializers() - Method in class org.openmrs.api.impl.SerializationServiceImpl
 
getSerializers() - Method in interface org.openmrs.api.SerializationService
Gets the list of OpenmrsSerializers that have been registered with this service.
getService(Class<? extends T>) - Static method in class org.openmrs.api.context.Context
Used for getting services not in the previous get*Service() calls
getService(Class<? extends T>) - Method in class org.openmrs.api.context.ServiceContext
Returns the current proxy that is stored for the Class cls
getSet() - Method in class org.openmrs.Concept
 
getSetMembers() - Method in class org.openmrs.Concept
Get all the concept members of current concept
getSetsContainingConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Find all sets that the given concept is a member of
getSetsContainingConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
getSetsContainingConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
getSetsContainingConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getSeverity() - Method in class org.openmrs.activelist.Allergy
 
getShortestName(Locale, Boolean) - Method in class org.openmrs.Concept
Returns the short form name for a locale, or if none has been identified, the shortest name available in the locale.
getShortestName() - Method in class org.openmrs.ConceptName
Deprecated. Use Concept.getShortestName(Locale, Boolean) instead.
getShortName() - Method in class org.openmrs.ConceptName
Deprecated.  
getShortNameForCountry(String) - Method in class org.openmrs.Concept
Deprecated. use Concept.getShortNameInLocale(Locale) or Concept.getShortestName(Locale, Boolean)
getShortNameInLanguage(String) - Method in class org.openmrs.Concept
Deprecated. use Concept.getShortNameInLocale(Locale) or Concept.getShortestName(Locale, Boolean)
getShortNameInLocale(Locale) - Method in class org.openmrs.Concept
Gets the explicitly specified short name for a locale.
getShortNames() - Method in class org.openmrs.Concept
Gets a collection of short names for this concept from all locales.
getShortNamesForLocale(Locale) - Method in class org.openmrs.Concept
Deprecated. because each concept has only one short name per locale.
getShortPatientDescriptions(Collection<Integer>) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
getShortPatientDescriptions(Collection<Integer>) - Method in interface org.openmrs.api.db.PatientSetDAO
 
getShortPatientDescriptions(Collection<Integer>) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
getShortPatientDescriptions(Collection<Integer>) - Method in interface org.openmrs.api.PatientSetService
 
getShortSerializer() - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer() Note, this uses a different Serialization mechanism, so you may need to use this for conversion
getSimilarPeople(String, Integer, String) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
getSimilarPeople(String, Integer, String) - Method in interface org.openmrs.api.db.PersonDAO
 
getSimilarPeople(String, Integer, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
getSimilarPeople(String, Integer, String, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. @see PersonServiceImpl.getSimilarPeople(String, Integer, String)
getSimilarPeople(String, Integer, String) - Method in interface org.openmrs.api.PersonService
Find a similar person given the attributes.
getSimilarPeople(String, Integer, String, String) - Method in interface org.openmrs.api.PersonService
Deprecated. @see PersonService.getSimilarPeople(String, Integer, String)
getSinceDate() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getSinceDate() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getSinceDate() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getSinceDate() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getSinceDate() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
GetSize() - Method in class org.openmrs.arden.MLMObject
 
getSize() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
getSize() - Method in class org.openmrs.Cohort
 
getSize() - Method in class org.openmrs.reporting.ReportObjectList
Deprecated.  
getSortColumn() - Method in class org.openmrs.logic.LogicTransform
 
getSortedAnswers(Locale) - Method in class org.openmrs.Concept
Deprecated. 
getSortedStates() - Method in class org.openmrs.ProgramWorkflow
Returns a Set<ProgramWorkflowState> including all ProgramWorkflowStates, sorted by ConceptName
getSortWeight() - Method in class org.openmrs.activelist.Problem
 
getSortWeight() - Method in class org.openmrs.ConceptAnswer
 
getSortWeight() - Method in class org.openmrs.ConceptSet
 
getSortWeight() - Method in class org.openmrs.ConceptSetDerived
 
getSortWeight() - Method in class org.openmrs.FormField
 
getSortWeight() - Method in class org.openmrs.PersonAttributeType
 
getSortWeight() - Method in class org.openmrs.report.RenderingMode
Deprecated.  
getSource() - Method in class org.openmrs.ConceptMap
 
getSourceCode() - Method in class org.openmrs.ConceptMap
 
getSpecialist() - Method in class org.openmrs.arden.MLMObject
 
getSpecificationString() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
getSqldiff() - Method in class org.openmrs.module.Module
 
getSqlDiffs(Module) - Static method in class org.openmrs.module.SqlDiffFileParser
Get the diff map.
getSqlRepresentation() - Method in enum org.openmrs.api.PatientSetService.Modifier
 
getStandardRegimens() - Method in class org.openmrs.api.impl.OrderServiceImpl
 
getStandardRegimens() - Method in interface org.openmrs.api.OrderService
The standard regimens are currently stored in the application context file.
getStandardRegimens() - Method in class org.openmrs.order.DrugOrderSupport
 
getStartDate() - Method in class org.openmrs.activelist.ActiveListItem
 
getStartDate() - Method in class org.openmrs.Order
 
getStartDate() - Method in class org.openmrs.PatientState
 
getStarted() - Method in class org.openmrs.scheduler.TaskDefinition
Gets the flag that indicates whether the task has been started.
getStartedModuleById(String) - Static method in class org.openmrs.module.ModuleFactory
 
getStartedModules() - Static method in class org.openmrs.module.ModuleFactory
Returns the modules that have been successfully started
getStartedModulesMap() - Static method in class org.openmrs.module.ModuleFactory
Returns the modules that have been successfully started in the form of a map<ModuleId, Module>
getStartObs() - Method in class org.openmrs.activelist.ActiveListItem
 
getStartOnStartup() - Method in class org.openmrs.scheduler.Schedule
Gets the flag that indicates whether we start on scheduler startup.
getStartOnStartup() - Method in class org.openmrs.scheduler.TaskDefinition
Gets the flag that indicates whether the task should startup as soon as the scheduler starts.
getStartTime() - Method in class org.openmrs.scheduler.Schedule
Get the start time for when the task should be executed.
getStartTime() - Method in class org.openmrs.scheduler.TaskDefinition
Get the start time for when the task should be executed.
getStartTimePattern() - Method in class org.openmrs.scheduler.TaskDefinition
Get the date format used to set the start time.
getStartupErrorMessage() - Method in class org.openmrs.module.Module
 
getState(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getState(ProgramWorkflow, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getState(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. ProgramWorkflowStates should be retrieved from the ProgramWorkflow they belong to
getState(ProgramWorkflow, String) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. ProgramWorkflowStates should be retrieved from the ProgramWorkflow they belong to
getState() - Method in class org.openmrs.ConceptProposal
 
getState() - Method in class org.openmrs.PatientState
 
getState(Integer) - Method in class org.openmrs.ProgramWorkflow
Returns a ProgramWorkflowState whose primary key id matches the input parameter
getState(Concept) - Method in class org.openmrs.ProgramWorkflow
Returns a ProgramWorkflowState whose Concept matches the passed concept
getState(String) - Method in class org.openmrs.ProgramWorkflow
Returns a ProgramWorkflowState whose Concept name matches the passed name in any Locale
getState() - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
getState() - Method in class org.openmrs.util.OpenmrsMemento
 
getStateByName(String) - Method in class org.openmrs.ProgramWorkflow
Returns a ProgramWorkflowState whose Concept has any ConceptName that matches the given name
getStateByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getStateByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Auto generated method comment
getStateByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getStateByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Get a state by its uuid.
getStateList() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getStateProvince() - Method in interface org.openmrs.Address
 
getStateProvince() - Method in class org.openmrs.Location
 
getStateProvince() - Method in class org.openmrs.PersonAddress
 
getStates() - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getStates(boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getStates() - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. ProgramWorkflowStates should be retrieved from the ProgramWorkflow they belong to
getStates(boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. ProgramWorkflowStates should be retrieved from the ProgramWorkflow they belong to
getStates() - Method in class org.openmrs.PatientProgram
 
getStates(boolean) - Method in class org.openmrs.ProgramWorkflow
Returns a Set<ProgramWorkflowState> including all non-retired ProgramWorkflowStates and all retired ProgramWorkflowStates in this ProgramWorkflow if includeRetired is true
getStates() - Method in class org.openmrs.ProgramWorkflow
 
getStatus(Integer) - Method in interface org.openmrs.scheduler.SchedulerService
Checks the status of a scheduled task.
getStatus(Integer) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
 
getStopDate() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getStopObs() - Method in class org.openmrs.activelist.ActiveListItem
 
getStrategies() - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Get the key-value pairs of names to defined cohorts
getSubject() - Method in class org.openmrs.notification.Message
 
getSubject() - Method in class org.openmrs.notification.Template
 
getSubregion() - Method in class org.openmrs.Location
 
getSubregion() - Method in class org.openmrs.PersonAddress
 
getSubtype() - Method in class org.openmrs.api.db.SerializedObject
 
getSubType() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getSubType() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getSuggestedRegimens() - Method in class org.openmrs.order.DrugOrderSupport
 
getSupportedTypes() - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
getSupportedTypes() - Method in interface org.openmrs.api.db.SerializedObjectDAO
 
getSynonym() - Method in class org.openmrs.ConceptWord
Deprecated. this value is not stored anymore
getSynonyms(Locale) - Method in class org.openmrs.Concept
Gets the synonyms in the given locale.
getSynonyms() - Method in class org.openmrs.Concept
Gets all the non-retired synonyms.
getSystemId() - Method in class org.openmrs.User
 
getSystemVariables() - Method in interface org.openmrs.api.AdministrationService
Get a listing or important variables used in openmrs
getSystemVariables() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
getSystemVariables() - Method in interface org.openmrs.scheduler.SchedulerService
Return SchedulerConstants
getSystemVariables() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Get system variables.
getTableName() - Method in class org.openmrs.Field
 
getTag() - Method in class org.openmrs.ConceptNameTag
Returns the textual representation of this ConceptNameTag.
getTag() - Method in class org.openmrs.LocationTag
Deprecated. use BaseOpenmrsMetadata.getName() instead
getTags() - Method in class org.openmrs.ConceptName
Returns the tags which have been attached to this ConceptName.
getTags() - Method in class org.openmrs.Location
 
getTags(String) - Method in interface org.openmrs.logic.LogicService
Performs a partial match search for token tags among all known tokens.
getTagsByToken(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.getTokenTags(String)
getTask(Integer) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Get task by internal identifier
getTask(Integer) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Get task by internal identifier
getTask(Integer) - Method in interface org.openmrs.scheduler.SchedulerService
Get the task with the given identifier.
getTask(Integer) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Get the task with the given identifier.
getTaskByName(String) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Get task by public name.
getTaskByName(String) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Get task by public name.
getTaskByName(String) - Method in interface org.openmrs.scheduler.SchedulerService
Get the task with the given name.
getTaskByName(String) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Get the task with the given name.
getTaskClass() - Method in class org.openmrs.scheduler.TaskDefinition
Get the schedulable object to be executed.
getTaskDefinition() - Method in interface org.openmrs.scheduler.Task
Returns the task definition associated with this task.
getTaskDefinition() - Method in class org.openmrs.scheduler.tasks.AbstractTask
 
getTaskDefinition() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
 
getTaskInstance() - Method in class org.openmrs.scheduler.TaskDefinition
Gets the runnable task instance associated with this definition.
getTasks() - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Find all tasks in the database
getTasks() - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Find all tasks in the database
getTemplate(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
getTemplate(Integer) - Method in interface org.openmrs.api.db.TemplateDAO
Get message template by id
getTemplate() - Method in class org.openmrs.Form
 
getTemplate(Integer) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Get template by identifier.
getTemplate(Integer) - Method in interface org.openmrs.notification.MessageService
 
getTemplate() - Method in class org.openmrs.notification.Template
 
getTemplateColumnName() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getTemplateColumnName() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
getTemplateColumnName() - Method in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
getTemplateColumnName() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
getTemplateColumnName() - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
getTemplates() - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
getTemplates() - Method in interface org.openmrs.api.db.TemplateDAO
Get all message templates
getTemplatesByName(String) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
getTemplatesByName(String) - Method in interface org.openmrs.api.db.TemplateDAO
Get message template by name
getTemplatesByName(String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Get templates by name.
getTemplatesByName(String) - Method in interface org.openmrs.notification.MessageService
 
getTerminal() - Method in class org.openmrs.ProgramWorkflowState
 
getText() - Method in enum org.openmrs.activelist.ProblemModifier
 
getText() - Method in class org.openmrs.notification.Alert
 
getText() - Method in class org.openmrs.notification.Note
 
getTimeModifier() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getTimeZoneOffset(String, Date) - Static method in class org.openmrs.hl7.HL7Util
Gets the timezone string for this given fullString.
getTitle() - Method in class org.openmrs.arden.MLMObject
 
getTitle() - Method in class org.openmrs.obs.ComplexData
Get the title for this ComplexData
getToDate() - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
getToDate() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
getTokens() - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.getAllTokens()
getTokens(String) - Method in interface org.openmrs.logic.LogicService
Fetch all known (registered) tokens matching a given string
getTokensByTag(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.getTokensWithTag(String)
getTokensWithTag(String) - Method in interface org.openmrs.logic.LogicService
Gets all tokens associated with this tag.
getTokenTags(String) - Method in interface org.openmrs.logic.LogicService
Gets all tags associated with this token.
getTownshipDivision() - Method in class org.openmrs.Location
 
getTownshipDivision() - Method in class org.openmrs.PersonAddress
 
getTransferStatus() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
getTransform() - Method in interface org.openmrs.logic.LogicExpression
Get the transformation expression applied to the LogicExpression
getTransformOperator() - Method in class org.openmrs.logic.LogicTransform
Get the TransformOperator in this LogicTransform object
getTribe() - Method in class org.openmrs.Patient
Deprecated. Tribe is not long a value on Patient. Install the Tribe module
getTribeId() - Method in class org.openmrs.Tribe
Deprecated.  
getTrueConcept() - Method in interface org.openmrs.api.ConceptService
Returns the TRUE concept
getTrueConcept() - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
getTTL() - Method in interface org.openmrs.logic.Rule
Gets the time (in seconds) during which the Rule's results are considered to be valid.
getType() - Method in class org.openmrs.api.db.SerializedObject
 
getType() - Method in class org.openmrs.arden.MLMObject
 
getType() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
getType() - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
getType() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getUniqueWords(String) - Static method in class org.openmrs.ConceptWord
Split the given phrase on words and remove unique and stop words
getUnits() - Method in class org.openmrs.ConceptNumeric
 
getUnits() - Method in class org.openmrs.Drug
Gets the units
getUnits() - Method in class org.openmrs.DrugOrder
Gets the units of this drug order
getUnits() - Method in class org.openmrs.logic.Duration
 
getUnits() - Method in class org.openmrs.order.DrugSuggestion
 
getUnrunDatabaseChanges() - Static method in class org.openmrs.util.DatabaseUpdater
Looks at the current liquibase-update-to-latest.xml file returns all changesets in that file that have not been run on the database yet.
getUntilDate() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getUntilDate() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getUntilDate() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getUntilDate() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getUntilDate() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getUntilDaysAgo() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getUntilDaysAgo() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getUntilDaysAgo() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getUntilDaysAgo() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getUntilDaysAgo() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getUntilMonthsAgo() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getUntilMonthsAgo() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getUntilMonthsAgo() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getUntilMonthsAgo() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getUntilMonthsAgo() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getUpdateURL() - Method in class org.openmrs.module.Module
 
getUpdateVersion() - Method in class org.openmrs.module.Module
 
getURL(URL) - Static method in class org.openmrs.module.ModuleUtil
Downloads the contents of a URL and copies them to a string (Borrowed from oreilly)
getURLStream(URL) - Static method in class org.openmrs.module.ModuleUtil
Downloads the contents of a URL and copies them to a string (Borrowed from oreilly)
getUser(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUser(Integer) - Method in interface org.openmrs.api.db.UserDAO
 
getUser(Integer) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUser(Integer) - Method in interface org.openmrs.api.UserService
Get user by internal user identifier.
getUserByUsername(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUserByUsername(String) - Method in interface org.openmrs.api.db.UserDAO
 
getUserByUsername(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUserByUsername(String) - Method in interface org.openmrs.api.UserService
Get user by username (user's login identifier)
getUserByUuid(String) - Method in interface org.openmrs.api.db.ContextDAO
Gets a user given the uuid.
getUserByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
getUserByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUserByUuid(String) - Method in interface org.openmrs.api.db.UserDAO
Auto generated method comment
getUserByUuid(String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUserByUuid(String) - Method in interface org.openmrs.api.UserService
Get user by the given uuid.
getUserContext() - Static method in class org.openmrs.api.context.Context
Gets the user context from the thread local.
getUserContext() - Method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
getUserId() - Method in class org.openmrs.api.db.LoginCredential
 
getUserId() - Method in class org.openmrs.User
 
getUsername() - Method in class org.openmrs.User
 
getUserProperties() - Method in class org.openmrs.User
 
getUserProperty(String) - Method in class org.openmrs.User
Get prop property from this user's properties.
getUserProperty(String, String) - Method in class org.openmrs.User
Get prop property from this user's properties.
getUsers(String, List<Role>, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUsers(String, List<Role>, boolean) - Method in interface org.openmrs.api.db.UserDAO
 
getUsers() - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
getUsers(String, List<Role>, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUsers() - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.getAllUsers()
getUsers(String, List<Role>, boolean) - Method in interface org.openmrs.api.UserService
Return a user if any part of the search matches first/last/system id and the user has one at least one of the given roles assigned to them
getUsersByName(String, String, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUsersByName(String, String, boolean) - Method in interface org.openmrs.api.db.UserDAO
 
getUsersByName(String, String, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUsersByName(String, String, boolean) - Method in interface org.openmrs.api.UserService
Search for a list of users by exact first name and last name.
getUsersByPerson(Person, boolean) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUsersByPerson(Person, boolean) - Method in interface org.openmrs.api.db.UserDAO
 
getUsersByPerson(Person, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUsersByPerson(Person, boolean) - Method in interface org.openmrs.api.UserService
Get all user accounts that belong to a given person.
getUsersByRole(Role) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
getUsersByRole(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
 
getUsersByRole(Role) - Method in interface org.openmrs.api.UserService
Get users by role granted
getUserService() - Static method in class org.openmrs.api.context.Context
 
getUserService() - Method in class org.openmrs.api.context.ServiceContext
 
getUuid() - Method in class org.openmrs.BaseOpenmrsObject
 
getUuid() - Method in interface org.openmrs.OpenmrsObject
 
getUuidFromIdentifiers(CX[]) - Method in interface org.openmrs.hl7.HL7Service
finds a UUID from an array of identifiers
getUuidFromIdentifiers(CX[]) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
getValidator() - Method in class org.openmrs.PatientIdentifierType
 
getValidatorClass() - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
getValidators(Object) - Static method in class org.openmrs.validator.ValidateUtil
Fetches all validators that are registered
getValidIdentifier(String) - Method in interface org.openmrs.patient.IdentifierValidator
 
getValidIdentifier(String) - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
 
getValidIdentifier(String) - Method in class org.openmrs.patient.impl.LuhnIdentifierValidator
 
getValidIdentifier(String) - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
Override to disallow identifiers that are not exactly VERHOEFF_UNDECORATED_ID_LENGTH long.
getValue(String) - Static method in enum org.openmrs.activelist.ProblemModifier
 
getValue() - Method in class org.openmrs.PersonAttribute
 
getValue() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getValue() - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
getValue() - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
getValueAsBoolean() - Method in class org.openmrs.arden.ArdenValue
This converts the value_numeric to a value_boolean, essentially
getValueAsBoolean() - Method in class org.openmrs.Obs
Coerces a value to a Boolean representation
getValueAsString(Locale) - Method in class org.openmrs.Obs
Convenience method for obtaining the observation's value as a string If the Obs is complex, returns the title of the complexData denoted by the section of getValueComplex() before the first bar '|' character; or returns the entire getValueComplex() if the bar '|' character is missing.
getValueAsString() - Method in class org.openmrs.Obs
Deprecated.  
getValueAsString(Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
getValueBoolean() - Method in class org.openmrs.Obs
Returns the boolean value if the concept of this obs is of boolean datatype
getValueCoded() - Method in class org.openmrs.arden.ArdenValue
 
getValueCoded() - Method in class org.openmrs.Obs
 
getValueCodedName() - Method in class org.openmrs.Obs
Gets the specific name used for the coded value.
getValueComplex() - Method in class org.openmrs.Obs
Get the value for the ComplexData.
getValueDatetime() - Method in class org.openmrs.Obs
 
getValueDrug() - Method in class org.openmrs.Obs
 
getValueGroupId() - Method in class org.openmrs.Obs
 
getValueIfFalse() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getValueIfTrue() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
getValueModifier() - Method in class org.openmrs.Obs
 
getValueName() - Method in exception org.openmrs.hl7.handler.ProposingConceptException
 
getValueNumeric() - Method in class org.openmrs.arden.ArdenValue
 
getValueNumeric() - Method in class org.openmrs.Obs
 
getValueText() - Method in class org.openmrs.arden.ArdenValue
 
getValueText() - Method in class org.openmrs.Obs
 
getVariableName() - Method in class org.openmrs.arden.LogicAssignment
 
getVariableValue() - Method in class org.openmrs.arden.LogicAssignment
 
getVersion() - Method in class org.openmrs.arden.MLMObject
 
getVersion() - Method in class org.openmrs.Concept
 
getVersion() - Method in class org.openmrs.Form
 
getVersion() - Method in class org.openmrs.module.Module
 
getVoided() - Method in class org.openmrs.BaseOpenmrsData
This method delegates to BaseOpenmrsData.isVoided().
getVoided() - Method in class org.openmrs.ConceptName
Returns whether the ConceptName has been voided.
getVoided() - Method in class org.openmrs.ConceptNameTag
Returns whether the ConceptName has been voided.
getVoided() - Method in class org.openmrs.ConceptSource
Deprecated. Use the "proper" isRetired method.
getVoided() - Method in class org.openmrs.PersonName
 
getVoided() - Method in class org.openmrs.Relationship
Deprecated. Use isVoided()
getVoided() - Method in class org.openmrs.reporting.Report
Deprecated.  
getVoided() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getVoidedBy() - Method in class org.openmrs.BaseOpenmrsData
 
getVoidedBy() - Method in class org.openmrs.ConceptName
Returns the User who voided this ConceptName.
getVoidedBy() - Method in class org.openmrs.ConceptNameTag
Returns the User who voided this ConceptName.
getVoidedBy() - Method in class org.openmrs.ConceptSource
Deprecated. use getRetiredBy
getVoidedBy() - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
getVoidedBy() - Method in class org.openmrs.reporting.Report
Deprecated.  
getVoidedBy() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getVoidedBy() - Method in interface org.openmrs.Voidable
 
getVoidedObservations() - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
getVoidedObservations() - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.getObservations(List, List, List, List, List, List, List, Integer, Integer, Date, Date, boolean)
getVoidReason() - Method in class org.openmrs.BaseOpenmrsData
 
getVoidReason() - Method in class org.openmrs.ConceptName
Returns the reason this ConceptName was voided.
getVoidReason() - Method in class org.openmrs.ConceptNameTag
Returns the reason this ConceptName was voided.
getVoidReason() - Method in class org.openmrs.ConceptSource
Deprecated. use getRetireReason
getVoidReason() - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
getVoidReason() - Method in class org.openmrs.reporting.Report
Deprecated.  
getVoidReason() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getVoidReason() - Method in interface org.openmrs.Voidable
 
getVolatileUserData(String) - Static method in class org.openmrs.api.context.Context
Get a piece of information for the currently authenticated user.
getWeight() - Method in class org.openmrs.ConceptWord
 
getWeight() - Method in class org.openmrs.notification.Note
 
getWeight() - Method in class org.openmrs.RelationshipType
 
getWithinLastDays() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getWithinLastDays() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getWithinLastDays() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getWithinLastDays() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getWithinLastDays() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getWithinLastMonths() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
getWithinLastMonths() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
getWithinLastMonths() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
getWithinLastMonths() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
getWithinLastMonths() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
getWord() - Method in class org.openmrs.ConceptWord
 
getWorkflow(Integer) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getWorkflow(Program, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
getWorkflow(Integer) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. ProgramWorkflows should not be retrieved directly, but rather through the programs they belong to: use Program.getWorkflows()
getWorkflow(Program, String) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use Program.getWorkflowByName(String)
getWorkflow(Integer) - Method in class org.openmrs.Program
Get the workflow with the specified ID
getWorkflowByName(String) - Method in class org.openmrs.Program
Returns a ProgramWorkflow whose Concept has any ConceptName that matches the given name
getWorkflowByUuid(String) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
getWorkflowByUuid(String) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Auto generated method comment
getWorkflowByUuid(String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
getWorkflowByUuid(String) - Method in interface org.openmrs.api.ProgramWorkflowService
Get ProgramWorkflow by its UUID
getWorkflows() - Method in class org.openmrs.Program
Get only the non-retired workflows
getXml() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Returns the xml of the ReportSchemaXml
getXml() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
getXmlToDecode() - Method in class org.openmrs.reporting.ReportObjectXMLDecoder
Deprecated.  
getXmlToken(String) - Static method in class org.openmrs.util.FormUtil
Converts a string into a valid XML token (tag name)
getXslt() - Method in class org.openmrs.Form
 
GLOBAL_DEFAULT_LOCALE - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. use LocaleUtility.getDefaultLocale()
GLOBAL_PROPERTIES_OF_PERSON_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
Array of all core global property names that represent comma-separated lists of PersonAttributeTypes.
GLOBAL_PROPERTY_COMPLEX_OBS_DIR - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_CONCEPTS_LOCKED - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DEFAULT_LOCALE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DEFAULT_LOCALE_DEFAULT_VALUE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DEFAULT_PATIENT_IDENTIFIER_VALIDATOR - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DEFAULT_SERIALIZER - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DEFAULT_THEME - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_DRUG_FREQUENCIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_ENCOUNTER_FORM_OBS_SORT_ORDER - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_FALSE_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_GZIP_ENABLED - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_HL7_ARCHIVE_DIRECTORY - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_IGNORE_MISSING_NONLOCAL_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_IMPLEMENTATION_ID - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_LOCALE_ALLOWED_LIST - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_LOCATION_WIDGET_TYPE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_LOG_LEVEL - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_MEDICAL_RECORD_OBSERVATIONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_MIN_SEARCH_CHARACTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_NEWPATIENTFORM_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_HEADER_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_IDENTIFIER_IMPORTANT_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_IDENTIFIER_PREFIX - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_IDENTIFIER_REGEX - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_IDENTIFIER_SEARCH_PATTERN - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_IDENTIFIER_SUFFIX - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_LISTING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_ANYWHERE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_SEARCH_MATCH_MODE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PATIENT_VIEWING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PERSON_SEARCH_MAX_RESULTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PERSON_SEARCH_MAX_RESULTS_DEFAULT_VALUE - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_PROBLEM_LIST - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_REPORT_BUG_URL - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_REPORT_XML_MACROS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
GLOBAL_PROPERTY_SHOW_PATIENT_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_STANDARD_DRUG_REGIMENS - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_TRUE_CONCEPT - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_USER_HEADER_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_USER_LISTING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GLOBAL_PROPERTY_USER_VIEWING_ATTRIBUTES - Static variable in class org.openmrs.util.OpenmrsConstants
 
GlobalLocaleList - Class in org.openmrs.api.impl
A utility class which caches the current list of allowed locales, rebuilding the list whenever the global properties are updated.
GlobalLocaleList() - Constructor for class org.openmrs.api.impl.GlobalLocaleList
 
GlobalProperty - Class in org.openmrs
Global properties are simple key-value pairs persisted in the database GPs can be thought of as something similar to environment variables used in operating systems.
GlobalProperty() - Constructor for class org.openmrs.GlobalProperty
Default empty constructor
GlobalProperty(String) - Constructor for class org.openmrs.GlobalProperty
Constructor defining the key for this GP
GlobalProperty(String, String) - Constructor for class org.openmrs.GlobalProperty
Constructor defining the key and value of this GP
GlobalProperty(String, String, String) - Constructor for class org.openmrs.GlobalProperty
Constructor defining key/value/description for this GP
globalPropertyChanged(GlobalProperty) - Method in interface org.openmrs.api.GlobalPropertyListener
Called after a global property is created or updated
globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.api.impl.GlobalLocaleList
 
globalPropertyChanged(GlobalProperty) - Method in class org.openmrs.order.DrugOrderSupport
 
globalPropertyDeleted(String) - Method in interface org.openmrs.api.GlobalPropertyListener
Called after a global property is deleted
globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
globalPropertyDeleted(String) - Method in class org.openmrs.api.impl.GlobalLocaleList
 
globalPropertyDeleted(String) - Method in class org.openmrs.order.DrugOrderSupport
 
GlobalPropertyListener - Interface in org.openmrs.api
This interface allows code to be run when global properties are created, edited, or deleted.
GP_GRAPH_COLOR_ABSOLUTE - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name for absolute color for patient graphs.
GP_GRAPH_COLOR_CRITICAL - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name for critical color for patient graphs.
GP_GRAPH_COLOR_NORMAL - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name for normal color for patient graphs.
GP_PASSWORD_CANNOT_MATCH_USERNAME_OR_SYSTEMID - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of whether user passwords can match username or system id.
GP_PASSWORD_CUSTOM_REGEX - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of a regular expression that passwords must adhere to
GP_PASSWORD_MINIMUM_LENGTH - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of whether user passwords have a minimum length requirement Allowable values are any integer
GP_PASSWORD_REQUIRES_DIGIT - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of whether user passwords must contain digits.
GP_PASSWORD_REQUIRES_NON_DIGIT - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of whether user passwords require non-digits.
GP_PASSWORD_REQUIRES_UPPER_AND_LOWER_CASE - Static variable in class org.openmrs.util.OpenmrsConstants
Global property name that allows specification of whether user passwords must contain both upper and lower case characters.
grantUserRole(User, Role) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
grantUserRole(User, Role) - Method in interface org.openmrs.api.UserService
Deprecated. use User.addRole(Role)
GREATER - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
GREATER - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
greaterThan(double) - Method in class org.openmrs.arden.ArdenClause
 
GreaterThan - Class in org.openmrs.logic.op
The GreaterThan operator will return result that have a greater value than the operand.

Example:
- logicService.parse("'CD4 COUNT'").gt(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric more than 200
GreaterThan() - Constructor for class org.openmrs.logic.op.GreaterThan
 
greaterThanEqual(double) - Method in class org.openmrs.arden.ArdenClause
 
GreaterThanEquals - Class in org.openmrs.logic.op
The GreaterThanEquals operator will return result that have a greater value than or equals to the operand.

Example:
- logicService.parse("'CD4 COUNT'").gte(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric more than or equals to 200
GreaterThanEquals() - Constructor for class org.openmrs.logic.op.GreaterThanEquals
 
groupMembers - Variable in class org.openmrs.Obs
The list of obs grouped under this obs.
GT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
GT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
gt(Operand) - Method in interface org.openmrs.logic.LogicCriteria
 
gt(int) - Method in interface org.openmrs.logic.LogicCriteria
 
gt(float) - Method in interface org.openmrs.logic.LogicCriteria
 
gt(double) - Method in interface org.openmrs.logic.LogicCriteria
Add a GreaterThan expression to the current LogicCriteria
GT - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
GT - Static variable in interface org.openmrs.logic.op.Operator
 
gt(Integer) - Method in class org.openmrs.logic.result.Result
 
GTE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
GTE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
gte(Operand) - Method in interface org.openmrs.logic.LogicCriteria
 
gte(int) - Method in interface org.openmrs.logic.LogicCriteria
 
gte(float) - Method in interface org.openmrs.logic.LogicCriteria
 
gte(double) - Method in interface org.openmrs.logic.LogicCriteria
Add a GreaterThanEquals expression to the current LogicCriteria
GTE - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
GTE - Static variable in interface org.openmrs.logic.op.Operator
 

H

handle(Auditable, User, Date, String) - Method in class org.openmrs.api.handler.AuditableSaveHandler
This sets the changedBy and dateChanged on the object if it has been saved already (aka, it has an id).
handle(Retireable, User, Date, String) - Method in class org.openmrs.api.handler.BaseRetireHandler
This method sets "retired" to true, the retired reason, and the retiredBy/dateRetired (if those are null).

TODO do the check here for an empty retireReason?
handle(Retireable, User, Date, String) - Method in class org.openmrs.api.handler.BaseUnretireHandler
Called around every unretire* method to set Retireable attributes to null.

handle(Voidable, User, Date, String) - Method in class org.openmrs.api.handler.BaseUnvoidHandler
Called around every unvoid* method to set everything to null.

handle(Voidable, User, Date, String) - Method in class org.openmrs.api.handler.BaseVoidHandler
Sets all void attributes to the given parameters.
handle(ConceptName, User, Date, String) - Method in class org.openmrs.api.handler.ConceptNameSaveHandler
This method does a lookup on all tag name for all child ConceptNameTags that have a null ConceptNameTag.getConceptNameTagId().
handle(ConceptProposal, User, Date, String) - Method in class org.openmrs.api.handler.ConceptProposalHandler
 
handle(Concept, User, Date, String) - Method in class org.openmrs.api.handler.ConceptSaveHandler
 
handle(OpenmrsMetadata, User, Date, String) - Method in class org.openmrs.api.handler.OpenmrsMetadataSaveHandler
 
handle(OpenmrsObject, User, Date, String) - Method in class org.openmrs.api.handler.OpenmrsObjectSaveHandler
This sets the uuid property on the given OpenmrsObject if it is non-null.
handle(Order, User, Date, String) - Method in class org.openmrs.api.handler.OrderSaveHandler
 
handle(Patient, User, Date, String) - Method in class org.openmrs.api.handler.PatientSaveHandler
 
handle(PersonName, User, Date, String) - Method in class org.openmrs.api.handler.PersonNameSaveHandler
 
handle(Person, User, Date, String) - Method in class org.openmrs.api.handler.PersonSaveHandler
 
handle(Person, User, Date, String) - Method in class org.openmrs.api.handler.PersonUnvoidHandler
Called around every unvoid* method to set everything to null.

handle(Person, User, Date, String) - Method in class org.openmrs.api.handler.PersonVoidHandler
Sets all personVoid* attributes to the given parameters.
handle(O, User, Date, String) - Method in interface org.openmrs.api.handler.RequiredDataHandler
This method is called to when the required data needs to be set.
handle(Voidable, User, Date, String) - Method in class org.openmrs.api.handler.RequireVoidReasonSaveHandler
Validates that the voidReason is non-null and non-empty for supported objects
handle(Voidable, User, Date, String) - Method in class org.openmrs.api.handler.RequireVoidReasonVoidHandler
Validates that the voidReason is non-null and non-empty for supported objects
handle(R, User, Date, String) - Method in interface org.openmrs.api.handler.RetireHandler
Implementing methods should set "retired" to true, the retired reason, and the retiredBy/dateRetired (if those are non-null).
handle(Retireable, User, Date, String) - Method in class org.openmrs.api.handler.RetireSaveHandler
This method does not set "retired" to true, but rather only sets the retiredBy/dateRetired if they are null and retired==true.
handle(O, User, Date, String) - Method in interface org.openmrs.api.handler.SaveHandler
This method is used by the implementing classes to set any required data that it needs to.
handle(R, User, Date, String) - Method in interface org.openmrs.api.handler.UnretireHandler
Called around every unretire* method to set Retireable attributes to null.

handle(V, User, Date, String) - Method in interface org.openmrs.api.handler.UnvoidHandler
Implementing classes are called around every unvoid* method to set everything to null.

handle(User, User, Date, String) - Method in class org.openmrs.api.handler.UserSaveHandler
 
handle(V, User, Date, String) - Method in interface org.openmrs.api.handler.VoidHandler
Implementing classes should set all void attributes to the given parameters.
handle(Voidable, User, Date, String) - Method in class org.openmrs.api.handler.VoidSaveHandler
This method does not set "voided" to true, but rather only sets the voidedBy/dateVoided if they are null and voided==true.
Handler - Annotation Type in org.openmrs.annotation
This annotation serves as a general mechanism for providing metadata about a class that serves as a 'Handler' for another class or classes.
HandlerUtil - Class in org.openmrs.util
Utility class that provides useful methods for working with classes that are annotated with the Handler annotation
HandlerUtil() - Constructor for class org.openmrs.util.HandlerUtil
 
hasAnyObservation(Concept) - Method in interface org.openmrs.api.ConceptService
Checks if there are any observations (including voided observations) for a concept.
hasAnyObservation(ConceptName) - Method in interface org.openmrs.api.ConceptService
Checks if there are any observations (including voided observations) using a conceptName.
hasAnyObservation(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
hasAnyObservation(ConceptName) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
hasAttachment() - Method in class org.openmrs.notification.Message
 
hasAuthorizedAnnotation(Method) - Method in class org.openmrs.annotation.AuthorizedAnnotationAttributes
Determine if this method has the @Authorized annotation even on it
hasCheckDigit() - 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.
hasDuplicateUsername(String, String, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
hasDuplicateUsername(String, String, Integer) - Method in interface org.openmrs.api.db.UserDAO
 
hasDuplicateUsername(User) - Method in class org.openmrs.api.impl.UserServiceImpl
 
hasDuplicateUsername(User) - Method in interface org.openmrs.api.UserService
true/false if username or systemId is already in db in username or system_id columns
hasField(Field) - Method in class org.openmrs.util.Reflect
 
hasGroupMembers() - Method in class org.openmrs.Obs
Convenience method that checks for nullity and length of the (@link #getGroupMembers()) method
hashCode() - Method in class org.openmrs.activelist.Allergy
 
hashCode() - Method in class org.openmrs.activelist.Problem
 
hashCode() - Method in class org.openmrs.Cohort
 
hashCode() - Method in class org.openmrs.Concept
 
hashCode() - Method in class org.openmrs.ConceptAnswer
 
hashCode() - Method in class org.openmrs.ConceptClass
 
hashCode() - Method in class org.openmrs.ConceptComplex
 
hashCode() - Method in class org.openmrs.ConceptDatatype
 
hashCode() - Method in class org.openmrs.ConceptDescription
 
hashCode() - Method in class org.openmrs.ConceptMap
 
hashCode() - Method in class org.openmrs.ConceptName
 
hashCode() - Method in class org.openmrs.ConceptNameTag
 
hashCode() - Method in class org.openmrs.ConceptNumeric
 
hashCode() - Method in class org.openmrs.ConceptProposal
 
hashCode() - Method in class org.openmrs.ConceptSet
 
hashCode() - Method in class org.openmrs.ConceptSetDerived
 
hashCode() - Method in class org.openmrs.ConceptSource
 
hashCode() - Method in class org.openmrs.ConceptWord
 
hashCode() - Method in class org.openmrs.Drug
 
hashCode() - Method in class org.openmrs.DrugIngredient
 
hashCode() - Method in class org.openmrs.DrugOrder
 
hashCode() - Method in class org.openmrs.Encounter
 
hashCode() - Method in class org.openmrs.EncounterType
 
hashCode() - Method in class org.openmrs.Field
 
hashCode() - Method in class org.openmrs.FieldAnswer
 
hashCode() - Method in class org.openmrs.FieldType
 
hashCode() - Method in class org.openmrs.Form
 
hashCode() - Method in class org.openmrs.FormField
 
hashCode() - Method in class org.openmrs.GlobalProperty
 
hashCode() - Method in class org.openmrs.hl7.HL7InQueue
 
hashCode() - Method in class org.openmrs.ImplementationId
 
hashCode() - Method in class org.openmrs.Location
 
hashCode() - Method in class org.openmrs.LocationTag
 
hashCode() - Method in class org.openmrs.logic.LogicTransform
 
hashCode() - Method in class org.openmrs.MimeType
Deprecated.  
hashCode() - Method in class org.openmrs.notification.Alert
 
hashCode() - Method in class org.openmrs.notification.AlertRecipient
 
hashCode() - Method in class org.openmrs.Obs
 
hashCode() - Method in class org.openmrs.Order
 
hashCode() - Method in class org.openmrs.OrderType
 
hashCode() - Method in class org.openmrs.Patient
The hashcode for a patient/person is used to index the objects in a tree This must pass through to the parent object (org.openmrs.Person) in order to get similarity of person/patient objects
hashCode() - Method in class org.openmrs.PatientIdentifier
 
hashCode() - Method in class org.openmrs.PatientIdentifierType
 
hashCode() - Method in class org.openmrs.Person
 
hashCode() - Method in class org.openmrs.PersonAddress
 
hashCode() - Method in class org.openmrs.PersonAttribute
 
hashCode() - Method in class org.openmrs.PersonAttributeType
 
hashCode() - Method in class org.openmrs.PersonName
 
hashCode() - Method in class org.openmrs.Privilege
 
hashCode() - Method in class org.openmrs.Relationship
 
hashCode() - Method in class org.openmrs.RelationshipType
 
hashCode(Object) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
hashCode() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
hashCode() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
hashCode() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Returns hash code representation of object.
hashCode() - Method in class org.openmrs.Role
 
hashCode() - Method in class org.openmrs.scheduler.TaskDefinition
 
hashCode() - Method in class org.openmrs.Tribe
Deprecated.  
hashCode() - Method in class org.openmrs.User
The hashcode for a user is used to index the objects in a tree
hashCode(Object) - Method in class org.openmrs.util.HibernateEnumType
 
hashMatches(String, String) - Static method in class org.openmrs.util.Security
Compare the given hash and the given string-to-hash to see if they are equal.
hasKey(String) - Method in interface org.openmrs.logic.datasource.LogicDataSource
 
hasName(String, Locale) - Method in class org.openmrs.Concept
Checks whether this concept has the given string in any of the names in the given locale already.
hasPrivilege(String) - Static method in class org.openmrs.api.context.Context
Convenience method.
hasPrivilege(String) - Method in class org.openmrs.api.context.UserContext
Tests whether or not currently authenticated user has a particular privilege
hasPrivilege(String) - Method in class org.openmrs.Role
Looks for the given privilegeName privilege name in this roles privileges.
hasPrivilege(String) - Method in class org.openmrs.User
This method shouldn't be used directly.
hasRole(String) - Method in class org.openmrs.User
Check if this user has the given String role
hasRole(String, boolean) - Method in class org.openmrs.User
Checks if this user has the given String role
hasStartupError() - Method in class org.openmrs.module.Module
 
hasTag(ConceptNameTag) - Method in class org.openmrs.ConceptName
Checks whether the name has a particular tag.
hasTag(String) - Method in class org.openmrs.ConceptName
Checks whether the name has a particular tag.
hasTag(String) - Method in class org.openmrs.Location
Checks whether the Location has a particular tag.
hasValidator() - Method in class org.openmrs.PatientIdentifierType
 
HelloWorldTask - Class in org.openmrs.scheduler.tasks
Implementation of a task that writes "Hello World" to a log file.
HelloWorldTask() - Constructor for class org.openmrs.scheduler.tasks.HelloWorldTask
Public constructor.
HelloWorldThread - Class in org.openmrs.scheduler.tasks
Implementation of the stateless task.
HelloWorldThread() - Constructor for class org.openmrs.scheduler.tasks.HelloWorldThread
Public constructor.
HibernateActiveListDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific database methods for the ActiveListService
HibernateActiveListDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
HibernateAdministrationDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific database methods for the AdministrationService
HibernateAdministrationDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
HibernateAlertDAO - Class in org.openmrs.notification.db.hibernate
Hibernate specific implementation of the
HibernateAlertDAO() - Constructor for class org.openmrs.notification.db.hibernate.HibernateAlertDAO
 
HibernateCohortDAO - Class in org.openmrs.api.db.hibernate
Hibernate implementation of the CohortDAO
HibernateCohortDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateCohortDAO
 
HibernateConceptDAO - Class in org.openmrs.api.db.hibernate
The Hibernate class for Concepts, Drugs, and related classes.
HibernateConceptDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
HibernateContextDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific implementation of the ContextDAO.
HibernateContextDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateContextDAO
 
HibernateEncounterDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific dao for the EncounterService All calls should be made on the Context.getEncounterService() object
HibernateEncounterDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
HibernateEnumType - Class in org.openmrs.util
This is intended to be a temporary utility class until enums are handled properly in Hibernate: http://community.jboss.org/wiki/Java5EnumUserType http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#inheritance
HibernateEnumType() - Constructor for class org.openmrs.util.HibernateEnumType
 
HibernateFormDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific Form related functions This class should not be used directly.
HibernateFormDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateFormDAO
 
HibernateHL7DAO - Class in org.openmrs.hl7.db.hibernate
OpenMRS HL7 API database default hibernate implementation This class shouldn't be instantiated by itself.
HibernateHL7DAO() - Constructor for class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
HibernateLocationDAO - Class in org.openmrs.api.db.hibernate
Hibernate location-related database functions
HibernateLocationDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
HibernateNoteDAO - Class in org.openmrs.api.db.hibernate
 
HibernateNoteDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
HibernateObsDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific Observation related functions This class should not be used directly.
HibernateObsDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateObsDAO
 
HibernateOrderDAO - Class in org.openmrs.api.db.hibernate
This class should not be used directly.
HibernateOrderDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
HibernatePatientDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific database methods for the PatientService
HibernatePatientDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
HibernatePatientSetDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific implementation of the PatientSetDAO.
HibernatePatientSetDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
HibernatePersonDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific Person database methods.
HibernatePersonDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
HibernateProgramWorkflowDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific ProgramWorkflow related functions.

This class should not be used directly.
HibernateProgramWorkflowDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
HibernateReportDAO - Class in org.openmrs.report.db.hibernate
Deprecated. see reportingcompatibility module
HibernateReportDAO() - Constructor for class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
HibernateReportObjectDAO - Class in org.openmrs.reporting.db.hibernate
Deprecated. see reportingcompatibility module
HibernateReportObjectDAO() - Constructor for class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
HibernateSchedulerDAO - Class in org.openmrs.scheduler.db.hibernate
 
HibernateSchedulerDAO() - Constructor for class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Default Public constructor
HibernateSerializedObjectDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific database access methods for serialized objects
HibernateSessionFactoryBean - Class in org.openmrs.api.db.hibernate
 
HibernateSessionFactoryBean() - Constructor for class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
HibernateTemplateDAO - Class in org.openmrs.api.db.hibernate
 
HibernateTemplateDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
HibernateUserDAO - Class in org.openmrs.api.db.hibernate
Hibernate specific database methods for the UserService
HibernateUserDAO() - Constructor for class org.openmrs.api.db.hibernate.HibernateUserDAO
 
HibernateUtil - Class in org.openmrs.api.db.hibernate
This class holds common methods and utilities that are used across the hibernate related classes
HibernateUtil() - Constructor for class org.openmrs.api.db.hibernate.HibernateUtil
 
HiRiskLeadScreen - Class in org.openmrs.arden.compiled
 
HiRiskLeadScreen(Patient, ArdenDataSource) - Constructor for class org.openmrs.arden.compiled.HiRiskLeadScreen
 
HL7_ARCHIVE_DIRECTORY_NAME - Static variable in class org.openmrs.hl7.HL7Constants
default name for HL7_archives destination directory
HL7_AUTHORITY_LOCAL - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_AUTHORITY_LOCAL - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_AUTHORITY_UUID - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_AUTHORITY_UUID - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_BOOLEAN - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_BOOLEAN - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_CODED - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_CODED - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_CODED_WITH_EXCEPTIONS - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_CODED_WITH_EXCEPTIONS - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_DATE - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_DATE - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_DATETIME - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_DATETIME - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_ID_PATIENT - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_ID_PATIENT - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_ID_PERSON - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_ID_PERSON - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_LOCAL_CONCEPT - Static variable in class org.openmrs.hl7.HL7Constants
Used in hl7 sextuplets: 123^Primary name^99DCT^345^Chosen name^99NAM
HL7_LOCAL_CONCEPT - Static variable in class org.openmrs.util.FormConstants
Deprecated. 
HL7_LOCAL_CONCEPT_NAME - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_LOCAL_CONCEPT_NAME - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_LOCAL_DRUG - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_LOCAL_DRUG - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_LOCAL_RELATIONSHIP - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_LOCAL_RELATIONSHIP - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_NUMERIC - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_NUMERIC - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_STATUS_DELETED - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_STATUS_ERROR - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_STATUS_MIGRATED - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_STATUS_PENDING - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_STATUS_PROCESSED - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_STATUS_PROCESSING - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_TEXT - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_TEXT - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7_TIME - Static variable in class org.openmrs.hl7.HL7Constants
 
HL7_TIME - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class
HL7Constants - Class in org.openmrs.hl7
Constants used by the hl7 package
HL7Constants() - Constructor for class org.openmrs.hl7.HL7Constants
 
HL7DAO - Interface in org.openmrs.hl7.db
OpenMRS HL7 database related methods This class shouldn't be instantiated by itself.
HL7InArchive - Class in org.openmrs.hl7
Represents a successfully processed hl7 message.
HL7InArchive() - Constructor for class org.openmrs.hl7.HL7InArchive
Default constructor
HL7InArchive(HL7InQueue) - Constructor for class org.openmrs.hl7.HL7InArchive
Convenience constructor to build archive from an existing queue entry
Hl7InArchivesMigrateThread - Class in org.openmrs.hl7
Separate thread to move the hl7 in archives from the database tables to the filesystem.
Hl7InArchivesMigrateThread() - Constructor for class org.openmrs.hl7.Hl7InArchivesMigrateThread
Constructor to initialize variables
Hl7InArchivesMigrateThread.Status - Enum in org.openmrs.hl7
The different states this thread can be in at a given point during migration
HL7InError - Class in org.openmrs.hl7
Represents a error in processing an hl7 message.
HL7InError() - Constructor for class org.openmrs.hl7.HL7InError
Default constructor
HL7InError(HL7InQueue) - Constructor for class org.openmrs.hl7.HL7InError
Convenience constructor to help convert a queue item into an exception
HL7InQueue - Class in org.openmrs.hl7
Represents an hl7 message that has yet to be processed.
HL7InQueue() - Constructor for class org.openmrs.hl7.HL7InQueue
Default constructor
HL7InQueue(HL7InArchive) - Constructor for class org.openmrs.hl7.HL7InQueue
Convenience constructor to build queue from a previously deleted queue entry
HL7InQueue(HL7InError) - Constructor for class org.openmrs.hl7.HL7InQueue
Convenience constructor to build queue from a previously erred queue entry
HL7InQueueProcessor - Class in org.openmrs.hl7
Processes message in the HL7 inbound queue.
HL7InQueueProcessor() - Constructor for class org.openmrs.hl7.HL7InQueueProcessor
Empty constructor (requires context to be set using setContext(Context) method before any other calls are made)
HL7Service - Interface in org.openmrs.hl7
OpenMRS HL7 API
HL7ServiceImpl - Class in org.openmrs.hl7.impl
OpenMRS HL7 API default methods This class shouldn't be instantiated by itself.
HL7Source - Class in org.openmrs.hl7
Names a unique location that hl7 messages could be coming from.
HL7Source() - Constructor for class org.openmrs.hl7.HL7Source
Empty constructor
HL7Source(Integer) - Constructor for class org.openmrs.hl7.HL7Source
Generic constructor
HL7Util - Class in org.openmrs.hl7
HL7-related utilities
HL7Util() - Constructor for class org.openmrs.hl7.HL7Util
 
hours(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of hours
hours(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of hours
HOURS_PER_DAY - Static variable in class org.openmrs.scheduler.Schedule
 
HTTP - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
HTTP - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
hydrate(String) - Method in interface org.openmrs.Attributable
Deserialize the given string into a full object
hydrate(String) - Method in class org.openmrs.Concept
 
hydrate(String) - Method in class org.openmrs.Location
 
hydrate(String) - Method in class org.openmrs.util.AttributableDate
 

I

ID - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ID - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
identifier_becomes() - Method in class org.openmrs.arden.ArdenBaseParser
 
identifier_or_object_ref() - Method in class org.openmrs.arden.ArdenBaseParser
 
identifierInUse(String, PatientIdentifierType, Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. use getPatientByIdentifier(String) instead
identifierInUse(String, PatientIdentifierType, Patient) - Method in interface org.openmrs.api.PatientService
Deprecated. use #getPatientByIdentifier(String) instead
IdentifierNotUniqueException - Exception in org.openmrs.api
 
IdentifierNotUniqueException() - Constructor for exception org.openmrs.api.IdentifierNotUniqueException
 
IdentifierNotUniqueException(String) - Constructor for exception org.openmrs.api.IdentifierNotUniqueException
 
IdentifierNotUniqueException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.IdentifierNotUniqueException
 
IdentifierNotUniqueException(String, Throwable) - Constructor for exception org.openmrs.api.IdentifierNotUniqueException
 
IdentifierNotUniqueException(Throwable) - Constructor for exception org.openmrs.api.IdentifierNotUniqueException
 
IdentifierValidator - Interface in org.openmrs.patient
Interface for patient identifier validators.
IF - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
IF - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
if_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
ifAST(AST, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
IGNORE_CORE_MODULES_PROPERTY - Static variable in class org.openmrs.module.ModuleConstants
Used to determine if the ModuleConstants.CORE_MODULES list should be used or not.
ignoreCoreModules() - Static method in class org.openmrs.module.ModuleUtil
Uses the runtime properties to determine if the core modules should be enforced or not.
ImageHandler - Class in org.openmrs.obs.handler
Handler for storing basic images for complex obs to the file system.
ImageHandler() - Constructor for class org.openmrs.obs.handler.ImageHandler
Constructor initializes formats for alternative file names to protect from unintentionally overwriting existing files.
ImmutableResultException - Exception in org.openmrs.logic.result
 
ImmutableResultException() - Constructor for exception org.openmrs.logic.result.ImmutableResultException
 
ImmutableResultException(String, Throwable) - Constructor for exception org.openmrs.logic.result.ImmutableResultException
 
ImmutableResultException(String) - Constructor for exception org.openmrs.logic.result.ImmutableResultException
 
ImmutableResultException(Throwable) - Constructor for exception org.openmrs.logic.result.ImmutableResultException
 
IMPLEMENTATION_ID_REMOTE_CONNECTION_URL - Static variable in class org.openmrs.util.OpenmrsConstants
URL to the concept source id verification server
ImplementationId - Class in org.openmrs
Every installation of OpenMRS should get a unique implementation id.
ImplementationId() - Constructor for class org.openmrs.ImplementationId
 
importLocations(Document) - Static method in class org.openmrs.migration.MigrationHelper
Takes XML like: returns the number of locations added
importProgramsAndStatuses(List<String>) - Static method in class org.openmrs.migration.MigrationHelper
 
importRelationships(Collection<String>, boolean, boolean) - Static method in class org.openmrs.migration.MigrationHelper
Takes a list of Strings of the format RELATIONSHIP:,,,, so if user hfraser if the cardiologist of the patient with patient_id 8039 in PIH's old emr, then: RELATIONSHIP:hfraser,Cardiologist,HIV-EMRV1,8039 (the "RELATIONSHIP:" is not actually necessary.
importUsers(Document) - Static method in class org.openmrs.migration.MigrationHelper
Takes XML like: Returns the number of users added
IN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
IN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
in(Collection<?>) - Method in interface org.openmrs.logic.LogicCriteria
Add a After expression to the current LogicCriteria
IN - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
In - Class in org.openmrs.logic.op
The In operator test whether a value is in a collection of value or not.

Example:
Collection answers = Collection.asList("ADULTRETURN");
logicService.parseString(EncounterDataSource.ENCOUNTER_KEY).in(typeNames);
The above criteria will test whether a patient have EncounterType in the list
In() - Constructor for class org.openmrs.logic.op.In
 
IN - Static variable in interface org.openmrs.logic.op.Operator
 
in_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
OPERATORS
increaseWeight(Double) - Method in class org.openmrs.ConceptWord
Increment the weight by i
INDENT_SIZE - Static variable in class org.openmrs.util.FormConstants
 
inheritsRoles() - Method in class org.openmrs.Role
Convenience method to test whether or not this role extends/ inherits from any other roles
initAction() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
InitEvaluateList(String, String) - Method in class org.openmrs.arden.MLMObject
 
initialize(Map<String, String>) - Method in class org.openmrs.module.Extension
Called before being displayed each time
initialize(TaskDefinition) - Method in interface org.openmrs.scheduler.Task
Initializes the task and sets the task definition.
initialize(TaskDefinition) - Method in class org.openmrs.scheduler.tasks.AbstractTask
 
initialize(TaskDefinition) - Method in class org.openmrs.scheduler.tasks.ConceptWordUpdateTask
 
initialize(TaskDefinition) - Method in class org.openmrs.scheduler.tasks.GenerateDataExportTask
Deprecated.  
initialize(TaskDefinition) - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
 
initialize(TaskDefinition) - Method in class org.openmrs.scheduler.tasks.TestTask
 
InputRequiredException - Exception in org.openmrs.util
Used by the DatabaseUpdater to signal that a given update requires input from the user.
InputRequiredException(Map<String, InputRequiredException.DATATYPE>) - Constructor for exception org.openmrs.util.InputRequiredException
Common constructor taking in a message to give the user some context as to where/why the authentication failed.
InputRequiredException.DATATYPE - Enum in org.openmrs.util
Required input will be in one of these forms
InsertedOrderComparator - Class in org.openmrs.util
Deprecated. this is not needed. Use a LinkedHashSet object instead of this class.
InsertedOrderComparator() - Constructor for class org.openmrs.util.InsertedOrderComparator
Deprecated.  
insertModuleFile(InputStream, String) - Static method in class org.openmrs.module.ModuleUtil
Add the inputStream as a file in the modules repository
instantiate(String, EntityMode, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
INSTITUTION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
INSTITUTION - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
institution_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
InsufficientIdentifiersException - Exception in org.openmrs.api
 
InsufficientIdentifiersException() - Constructor for exception org.openmrs.api.InsufficientIdentifiersException
 
InsufficientIdentifiersException(String) - Constructor for exception org.openmrs.api.InsufficientIdentifiersException
 
InsufficientIdentifiersException(String, Throwable) - Constructor for exception org.openmrs.api.InsufficientIdentifiersException
 
InsufficientIdentifiersException(Throwable) - Constructor for exception org.openmrs.api.InsufficientIdentifiersException
 
interceptors - Variable in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
interceptors - Variable in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
intersect(Cohort, Cohort) - Static method in class org.openmrs.Cohort
Returns the intersection of two cohorts
INTLIT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
INTLIT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
InvalidCharactersPasswordException - Exception in org.openmrs.api
Password exception when the password doesn't comply to the minimum set of required characters.
InvalidCharactersPasswordException() - Constructor for exception org.openmrs.api.InvalidCharactersPasswordException
 
InvalidCharactersPasswordException(String) - Constructor for exception org.openmrs.api.InvalidCharactersPasswordException
 
InvalidCheckDigitException - Exception in org.openmrs.api
 
InvalidCheckDigitException() - Constructor for exception org.openmrs.api.InvalidCheckDigitException
 
InvalidCheckDigitException(String) - Constructor for exception org.openmrs.api.InvalidCheckDigitException
 
InvalidCheckDigitException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.InvalidCheckDigitException
 
InvalidCheckDigitException(String, Throwable) - Constructor for exception org.openmrs.api.InvalidCheckDigitException
 
InvalidCheckDigitException(Throwable) - Constructor for exception org.openmrs.api.InvalidCheckDigitException
 
InvalidIdentifierFormatException - Exception in org.openmrs.api
 
InvalidIdentifierFormatException() - Constructor for exception org.openmrs.api.InvalidIdentifierFormatException
 
InvalidIdentifierFormatException(String) - Constructor for exception org.openmrs.api.InvalidIdentifierFormatException
 
InvalidIdentifierFormatException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.InvalidIdentifierFormatException
 
InvalidIdentifierFormatException(String, Throwable) - Constructor for exception org.openmrs.api.InvalidIdentifierFormatException
 
InvalidIdentifierFormatException(Throwable) - Constructor for exception org.openmrs.api.InvalidIdentifierFormatException
 
InversePatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
InversePatientFilter() - Constructor for class org.openmrs.reporting.InversePatientFilter
Deprecated.  
InversePatientFilter(PatientFilter) - Constructor for class org.openmrs.reporting.InversePatientFilter
Deprecated.  
invoke(MethodInvocation) - Method in class org.openmrs.aop.LoggingAdvice
This method prints out debug statements for getters and info statements for everything else ("setters").
is() - Method in class org.openmrs.arden.ArdenBaseParser
comparison synonyms
IS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
IS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
isActive() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
isAlertRead() - Method in class org.openmrs.notification.Alert
 
isAlertRead() - Method in class org.openmrs.notification.AlertRecipient
 
isAllPatients - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
isAllPatients() - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
isAllPatients() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
isAllPatients() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
isAnswerOnly() - Method in class org.openmrs.ConceptDatatype
 
isAuthenticated() - Static method in class org.openmrs.api.context.Context
 
isAuthenticated() - Method in class org.openmrs.api.context.UserContext
 
isBirthdateEstimated() - Method in class org.openmrs.Person
 
isBlank() - Method in class org.openmrs.PersonAddress
Convenience method to test whether any of the fields in this address are set
isBoolean() - Method in class org.openmrs.ConceptDatatype
 
isCached(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Return true if a cache entry exists with the given key
isCoded() - Method in class org.openmrs.ConceptDatatype
 
isCollection(Class<?>) - Static method in class org.openmrs.util.Reflect
 
isCollection(Object) - Static method in class org.openmrs.util.Reflect
 
isCollectionField(Field) - Method in class org.openmrs.util.Reflect
This method validate the given field is Collection and the elements should be of parameterized type
isCombination() - Method in class org.openmrs.Drug
Gets whether or not this is a combination drug
isComplex() - Method in class org.openmrs.Concept
Child Class ConceptComplex overrides this method and returns true.
isComplex() - Method in class org.openmrs.ConceptComplex
Overrides parent method and returns true if this Concept.getDatatype() equals "Complex"..
isComplex() - Method in class org.openmrs.ConceptDatatype
 
isComplex() - Method in class org.openmrs.Obs
 
isComposition() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
isConceptInList(Concept, List<Concept>) - Static method in class org.openmrs.util.OpenmrsUtil
 
isCoreModule() - Method in class org.openmrs.module.Module
This is a convenience method to know whether this module is core to OpenMRS.
isCurrent(Date) - Method in class org.openmrs.Order
Convenience method to determine if order is current
isCurrent() - Method in class org.openmrs.Order
 
isDaemonThread() - Static method in class org.openmrs.api.context.Daemon
 
isDate() - Method in class org.openmrs.ConceptDatatype
 
isDateTime() - Method in class org.openmrs.ConceptDatatype
 
isDead() - Method in class org.openmrs.Person
 
isDirty() - Method in class org.openmrs.FieldAnswer
 
isDiscontinued(Date) - Method in class org.openmrs.Order
Convenience method to determine if order is discontinued at a given time
isDiscontinuedRightNow() - Method in class org.openmrs.Order
 
isDrugOrder() - Method in class org.openmrs.DrugOrder
 
isDrugOrder() - Method in class org.openmrs.Order
true/false whether or not this is a drug order overridden in extending class drugOrders.
isEmpty() - Method in class org.openmrs.Cohort
 
isEmpty() - Method in class org.openmrs.logic.result.EmptyResult
 
isEmpty() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
isExecuting() - Method in interface org.openmrs.scheduler.Task
Returns true if the task is currently in its execute() method.
isExecuting - Variable in class org.openmrs.scheduler.tasks.AbstractTask
 
isExecuting() - Method in class org.openmrs.scheduler.tasks.AbstractTask
 
isExecuting() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
 
isExpression(String) - Static method in class org.openmrs.report.EvaluationContext
Deprecated.  
isFullySpecifiedName() - Method in class org.openmrs.ConceptName
Checks whether the concept name is explicitly marked as fully specified
isFuture(Date) - Method in class org.openmrs.Order
 
isFuture() - Method in class org.openmrs.Order
 
isHSQLDialect(SessionFactory) - Static method in class org.openmrs.api.db.hibernate.HibernateUtil
Check and cache whether the currect dialect is HSQL or not.
isIdentifierInUseByAnotherPatient(PatientIdentifier) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
This method uses a SQL query and does not load anything into the hibernate session.
isIdentifierInUseByAnotherPatient(PatientIdentifier) - Method in interface org.openmrs.api.db.PatientDAO
 
isIdentifierInUseByAnotherPatient(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
isIdentifierInUseByAnotherPatient(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
Checks whether the given patient identifier is already assigned to a patient other than patientIdentifier.patient
isInAbsoluteNumericRange(Float, ConceptNumeric) - Static method in class org.openmrs.util.OpenmrsUtil
 
isIncludeAtoB() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
isIncludeBtoA() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
isInCriticalNumericRange(Float, ConceptNumeric) - Static method in class org.openmrs.util.OpenmrsUtil
 
isIndexTerm() - Method in class org.openmrs.ConceptName
Convenience method for checking whether this is an index Term.
isIndexTermInLocale(Locale) - Method in class org.openmrs.ConceptName
Convenience method for determining whether this is an index Term for a given locale.
isInHierarchy(Location, Location) - Static method in class org.openmrs.Location
Checks whether 'location' is a member of the tree starting at 'root'.
isInNormalNumericRange(Float, ConceptNumeric) - Static method in class org.openmrs.util.OpenmrsUtil
 
isInProgram(Patient, Program, Date, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
isInProgram(Patient, Program, Date, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean)
isLegalTransition(ProgramWorkflowState, ProgramWorkflowState) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
isLegalTransition(ProgramWorkflowState, ProgramWorkflowState) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflow.isLegalTransition(ProgramWorkflowState, ProgramWorkflowState)
isLegalTransition(ProgramWorkflowState, ProgramWorkflowState) - Method in class org.openmrs.ProgramWorkflow
Check whether it is allowable to transition from fromState to toState.
isLoaded() - Method in class org.openmrs.hl7.HL7InArchive
describes whether hl7 data has been loaded from the filesystem
isLocalePreferred() - Method in class org.openmrs.ConceptName
Getter for localePreferred
isMandatory() - Method in class org.openmrs.module.Module
This property is set by the module owner to tell OpenMRS that once it is installed, it must always startup.
isModuleStarted(Module) - Static method in class org.openmrs.module.ModuleFactory
Checks whether the given module is activated
isMutable() - Method in class org.openmrs.util.HibernateEnumType
 
isNamed(String) - Method in class org.openmrs.Concept
 
isNull() - Method in class org.openmrs.logic.result.EmptyResult
 
isNull() - Method in class org.openmrs.logic.result.Result
 
isNumeric() - Method in class org.openmrs.Concept
Whether this concept is numeric or not.
isNumeric() - Method in class org.openmrs.ConceptDatatype
 
isNumeric() - Method in class org.openmrs.ConceptNumeric
This method will always return true for ConceptNumeric objects that have a datatype of Numeric
iso_date_time() - Method in class org.openmrs.arden.ArdenBaseParser
 
isObsGrouping() - Method in class org.openmrs.Obs
Convenience method that checks for nullity and length of the (@link #getGroupMembers()) method
isOpenmrsObjectCollection(Object) - Static method in class org.openmrs.aop.RequiredDataAdvice
Checks the given Class to see if it A) is a Collection/Set/ List, and B) contains OpenmrsObjects
isPatient() - Method in class org.openmrs.Person
 
isPersonVoided() - Method in class org.openmrs.Person
 
isPrecise() - Method in class org.openmrs.ConceptNumeric
 
isPreferred() - Method in class org.openmrs.ConceptName
Checks whether the name is explicitly marked as preferred for any locale.
isPreferred() - Method in class org.openmrs.PatientIdentifier
 
isPreferred() - Method in class org.openmrs.PersonAddress
 
isPreferred() - Method in class org.openmrs.PersonName
 
isPreferred() - Method in class org.openmrs.RelationshipType
"Preferred" relationship types are those that should be shown as default types when adding/editing a person's relationships
isPreferredForLocale(Locale) - Method in class org.openmrs.ConceptName
Checks whether the name is explicitly marked as preferred for the given locale
isPreferredInCountry(String) - Method in class org.openmrs.ConceptName
Checks whether the name is explicitly marked as preferred in a locale with a matching country code E.g 'fr_RW' and 'en_RW' for country RW
isPreferredInLanguage(String) - Method in class org.openmrs.ConceptName
Checks whether the name is explicitly marked as preferred in a locale with a matching language.
isPreferredShortInCountry(String) - Method in class org.openmrs.ConceptName
Deprecated. since version 1.7
isPreferredShortInLanguage(String) - Method in class org.openmrs.ConceptName
Deprecated. as of version 1.7
isReadyToRun() - Method in class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
isReadyToRun() - Method in interface org.openmrs.reporting.PatientFilter
Deprecated. Check whether this filter has had enough parameters set to be run properly
isReadyToRun() - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
isReadyToRun() - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
isRefreshingContext() - Static method in class org.openmrs.api.context.Context
 
isRefreshingContext() - Method in class org.openmrs.api.context.ServiceContext
Returns true/false whether startRefreshingContext() has been called without a subsequent call to doneRefreshingContext() yet.
isRequired() - Method in class org.openmrs.FormField
 
isRequired() - Method in class org.openmrs.report.Parameter
Deprecated. Whether or not this parameter "must" be filled in by a value
isResourceVisible(String, URL, ModuleClassLoader) - Method in class org.openmrs.module.ModuleClassLoader
Check if the given resource (image, file, etc) is visible by this classloader
isRetired() - Method in class org.openmrs.BaseOpenmrsMetadata
 
isRetired() - Method in class org.openmrs.Concept
 
isRetired() - Method in interface org.openmrs.Retireable
 
isRetired() - Method in class org.openmrs.Tribe
Deprecated.  
isRquired() - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
isRule() - Method in class org.openmrs.ConceptDatatype
 
isSatisfiedByAny() - Method in class org.openmrs.notification.Alert
 
isSavedCohortReference() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
isSavedFilterReference() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
isSavedReference() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
isSavedSearchReference() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
isSearchable() - Method in class org.openmrs.PersonAttributeType
 
isSecretAnswer(User, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
isSecretAnswer(User, String) - Method in interface org.openmrs.api.db.UserDAO
 
isSecretAnswer(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
isSecretAnswer(User, String) - Method in interface org.openmrs.api.UserService
Compares answer against the user's secret answer.
isSelectMultiple() - Method in class org.openmrs.Field
 
isSessionOpen() - Static method in class org.openmrs.api.context.Context
This method tells whether Context.openSession() has been called or not already.
isSet() - Method in class org.openmrs.Concept
whether or not this concept is a set
isShort() - Method in class org.openmrs.ConceptName
Convenience method for determining whether this is a short name.
isShortSerialization(Map<?, ?>) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. - use SerializationService and OpenmrsSerializer implementation for Serialization
isStarted() - Method in class org.openmrs.module.Module
 
isStringInArray(String, String[]) - Static method in class org.openmrs.util.OpenmrsUtil
 
isSubTypeOfType(String, String) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
isSubTypeOfType(String, String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated. Auto generated method comment
isSubTypeOfType(String, String) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Auto generated method comment
isSuperClass(Class) - Method in class org.openmrs.util.Reflect
 
isSuperClass(Object) - Method in class org.openmrs.util.Reflect
 
isSuperUser() - Method in class org.openmrs.User
Return true if this user has all privileges
isSynonym() - Method in class org.openmrs.ConceptName
Convenience method for checking whether this is a a synonym.
isSynonymInLocale(Locale) - Method in class org.openmrs.ConceptName
Convenience method for determining whether this is a synonym in a given locale.
isText() - Method in class org.openmrs.ConceptDatatype
 
isTime() - Method in class org.openmrs.ConceptDatatype
 
isTransient(Object) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
isUser() - Method in class org.openmrs.Person
Deprecated. use UserService.getUsersByPerson(Person, boolean)
isUserNameValid(String) - Method in class org.openmrs.validator.UserValidator
Convenience method to check the given username against the regular expression.
isValid(String) - Method in interface org.openmrs.patient.IdentifierValidator
 
isValid(String) - Method in class org.openmrs.patient.impl.BaseHyphenatedIdentifierValidator
 
isValid(String) - Method in class org.openmrs.patient.impl.VerhoeffIdentifierValidator
Override to disallow numeric check digits and identifiers that are not exactly VERHOEFF_ID_LENGTH long.
isValidCheckDigit(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated. Check the given string against the check digit algorithm
isValidCheckDigit(String) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. Should be using PatientService.getIdentifierValidator(String)
isValidNumericValue(Float, ConceptNumeric) - Static method in class org.openmrs.util.OpenmrsUtil
 
isVarCallorDataRead(Object) - Method in class org.openmrs.arden.MLMObject
 
isVoided() - Method in class org.openmrs.BaseOpenmrsData
 
isVoided() - Method in class org.openmrs.ConceptName
Returns whether the ConceptName has been voided.
isVoided() - Method in class org.openmrs.ConceptNameTag
Returns whether the ConceptName has been voided.
isVoided() - Method in class org.openmrs.ConceptSource
Deprecated. use isRetired
isVoided() - Method in interface org.openmrs.Voidable
 
it() - Method in class org.openmrs.arden.ArdenBaseParser
 
IT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
IT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
ITALIAN_LANGUAGE - Static variable in class org.openmrs.util.OpenmrsConstants
 
iterator() - Method in class org.openmrs.report.CohortDataSet
Deprecated. Returns this map as a single-row data set
iterator() - Method in interface org.openmrs.report.DataSet
Deprecated. The keys of the maps that this iterator returns are given by this.getDefinition().getColumnKeys()
iterator() - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
iterator() - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  

J

join(Collection<E>, String) - Static method in class org.openmrs.util.OpenmrsUtil
Converts a collection to a String with a specified separator between all elements

K

keySet() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
keyword_text() - Method in class org.openmrs.arden.ArdenBaseParser
 
KEYWORDS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
KEYWORDS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
keywords_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
KNOWLEDGE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
knowledge(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
KNOWLEDGE
KNOWLEDGE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
knowledge_body() - Method in class org.openmrs.arden.ArdenBaseParser
 
knowledge_category() - Method in class org.openmrs.arden.ArdenBaseParser
 
knowledge_text(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
KNOWLEDGE TEXT- To return data, logic and action text to populate the DB

L

LAST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LAST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
last() - Method in class org.openmrs.arden.ArdenClause
 
last(double) - Method in class org.openmrs.arden.ArdenClause
 
last() - Method in interface org.openmrs.logic.LogicCriteria
Apply the Last operator to the LogicCriteria
last(Integer) - Method in interface org.openmrs.logic.LogicCriteria
 
Last - Class in org.openmrs.logic.op
The Last operator will return a subset result of the entire result returned by the criteria.

Example:
- logicService.parse("'CD4 COUNT'").last(2);
The above will give us a criteria to get the last two "CD4 COUNT" observations
Last() - Constructor for class org.openmrs.logic.op.Last
 
LAST - Static variable in interface org.openmrs.logic.op.Operator
 
LAST - Static variable in interface org.openmrs.logic.op.TransformOperator
 
lastSecondOfDay(Date) - Static method in class org.openmrs.util.OpenmrsUtil
Return a date that is the same day as the passed in date, but the hours and seconds are the latest possible for that day.
LATEST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LATEST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
latest() - Method in class org.openmrs.logic.result.Result
 
LBRACKET - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LCURLY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LESS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LESS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
lessThan(double) - Method in class org.openmrs.arden.ArdenClause
 
LessThan - Class in org.openmrs.logic.op
The LessThan operator will return result that have a less value than the operand.

Example:
- logicService.parse("'CD4 COUNT'").gte(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric less than 200
LessThan() - Constructor for class org.openmrs.logic.op.LessThan
 
lessThanEqual(double) - Method in class org.openmrs.arden.ArdenClause
 
LessThanEquals - Class in org.openmrs.logic.op
The LessThan operator will return result that have a less value than or equals to the operand.

Example:
- logicService.parse("'CD4 COUNT'").lte(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric less than or equals to 200
LessThanEquals() - Constructor for class org.openmrs.logic.op.LessThanEquals
 
LET - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LET - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LIBRARY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
library(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
LIBRARY
LIBRARY - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
library_body() - Method in class org.openmrs.arden.ArdenBaseParser
 
library_category() - Method in class org.openmrs.arden.ArdenBaseParser
 
LINKS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LINKS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
links_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
LIST - Static variable in class org.openmrs.arden.MLMObject
 
LITERAL_arden - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_arden - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_BOOLEAN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_BOOLEAN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_CALL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_CALL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_DATA - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_DATA - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_data_driven - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_data_driven - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_DURATION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_DURATION - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_end - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_end - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_EQ - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_EQ - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_evoke - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_evoke - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_expired - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_expired - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_GE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_GE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_GT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_GT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_hour - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_hour - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_hours - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_hours - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_LE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_LE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_LIST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_LIST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_LT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_LT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_MERGE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_MERGE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_minute - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_minute - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_minutes - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_minutes - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_NE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_NE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_NULL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_NULL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_NUMBER - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_NUMBER - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_OBJECT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_OBJECT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_OCCUR - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_Occur - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_OCCUR - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_Occur - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_OCCURRED - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_Occurred - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_OCCURRED - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_Occurred - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_OCCURS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_Occurs - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_occurs - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_OCCURS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_Occurs - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_occurs - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_PRESENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_PRESENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_production - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_production - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_REFUTE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_REFUTE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_seconds - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_seconds - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_SEQTO - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_SEQTO - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_SORT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_SORT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_STRING - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_STRING - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_SUPPORT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_SUPPORT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_testing - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_testing - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_urgency - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_urgency - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LITERAL_validation - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LITERAL_validation - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
loadAdvice(Module) - Static method in class org.openmrs.module.ModuleFactory
Loop over the given module's advice objects and load them into the Context This needs to be called for all started modules after every restart of the Spring Application Context
loadClass(String) - Static method in class org.openmrs.api.context.Context
Loads a class with an instance of the OpenmrsClassLoader.
loadClass(String, boolean) - Method in class org.openmrs.module.ModuleClassLoader
 
loadClass(String, boolean, ModuleClassLoader, Set<String>) - Method in class org.openmrs.module.ModuleClassLoader
Custom loadClass implementation to allow for loading from a given ModuleClassLoader and skip the modules that have been tried already
loadClass(String, boolean) - Method in class org.openmrs.util.OpenmrsClassLoader
 
loadDatabaseDriver(String) - Static method in class org.openmrs.util.DatabaseUtil
Load the jdbc driver clas for the database which is specified by the connectionUrl parameter

This is only needed when loading up a jdbc connectino manually for the first time.
loadedByThisOrChild(Class<?>) - Static method in class org.openmrs.util.OpenmrsClassLoader
Determine whether a class was loaded by this class loader or one of its child class loaders.
loadedModules - Static variable in class org.openmrs.module.ModuleFactory
 
loadHL7InArchiveData(List<HL7InArchive>) - Method in interface org.openmrs.hl7.HL7Service
Loads data for a list of HL7 archives from the filesystem
loadHL7InArchiveData(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Loads HL7 data from the filesystem for an archived HL7InArchive
loadHL7InArchiveData(List<HL7InArchive>) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
loadHL7InArchiveData(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
loadModule(File) - Static method in class org.openmrs.module.ModuleFactory
Add a module (in the form of a jar file) to the list of openmrs modules Returns null if an error occurred and/or module was not successfully loaded
loadModule(File, Boolean) - Static method in class org.openmrs.module.ModuleFactory
Add a module (in the form of a jar file) to the list of openmrs modules Returns null if an error occurred and/or module was not successfully loaded
loadModule(Module, Boolean) - Static method in class org.openmrs.module.ModuleFactory
Add a module to the list of openmrs modules
loadModules() - Static method in class org.openmrs.module.ModuleFactory
Load OpenMRS modules from OpenmrsUtil.getModuleRepository()
loadModules(List<File>) - Static method in class org.openmrs.module.ModuleFactory
Attempt to load the given files as OpenMRS modules
loadProperties(Properties, InputStream) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. use OpenmrsUtil.loadProperties(Properties, File)
loadProperties(Properties, File) - Static method in class org.openmrs.util.OpenmrsUtil
Convenience method used to load properties from the given file.
LOCAL_TIMEZONE_OFFSET - Static variable in class org.openmrs.hl7.HL7Util
 
locale - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
LocaleUtility - Class in org.openmrs.util
A utility class for working with Locales.
LocaleUtility() - Constructor for class org.openmrs.util.LocaleUtility
 
Location - Class in org.openmrs
A Location is a physical place, such as a hospital, a room, a clinic, or a district.
Location() - Constructor for class org.openmrs.Location
default constructor
Location(Integer) - Constructor for class org.openmrs.Location
constructor with id
location - Variable in class org.openmrs.Obs
 
LOCATION_UNKNOWN - Static variable in class org.openmrs.Location
 
LocationDAO - Interface in org.openmrs.api.db
Location-related database functions
LocationEditor - Class in org.openmrs.propertyeditor
 
LocationEditor() - Constructor for class org.openmrs.propertyeditor.LocationEditor
 
LocationPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
LocationPatientFilter() - Constructor for class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
LocationService - Interface in org.openmrs.api
API methods for managing Locations

Example Usage:
List locations = Context.getLocationService().getAllLocations();
LocationServiceImpl - Class in org.openmrs.api.impl
Default implementation of the LocationService
LocationServiceImpl() - Constructor for class org.openmrs.api.impl.LocationServiceImpl
 
LocationTag - Class in org.openmrs
An LocationTag allows categorization of Locations
LocationTag() - Constructor for class org.openmrs.LocationTag
default constructor
LocationTag(Integer) - Constructor for class org.openmrs.LocationTag
constructor with id
LocationTag(String, String) - Constructor for class org.openmrs.LocationTag
Required values constructor.
LocationTagEditor - Class in org.openmrs.propertyeditor
Property editor for LocationTags
LocationTagEditor() - Constructor for class org.openmrs.propertyeditor.LocationTagEditor
 
LocationTagValidator - Class in org.openmrs.validator
Validates LocationTag objects
LocationTagValidator() - Constructor for class org.openmrs.validator.LocationTagValidator
 
LocationValidator - Class in org.openmrs.validator
Validates the Location object.
LocationValidator() - Constructor for class org.openmrs.validator.LocationValidator
 
log - Static variable in class org.openmrs.aop.AuthorizationAdvice
Logger for this class and subclasses
log - Static variable in class org.openmrs.aop.LoggingAdvice
Logger for this class.
log - Variable in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateCohortDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
log - Static variable in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
log - Static variable in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
 
log - Static variable in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
log - Variable in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
log - Variable in class org.openmrs.api.impl.AdministrationServiceImpl
 
log - Variable in class org.openmrs.api.impl.FormServiceImpl
 
log - Variable in class org.openmrs.api.impl.OrderServiceImpl
 
log - Variable in class org.openmrs.api.impl.PatientSetServiceImpl
 
log - Variable in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
log - Variable in class org.openmrs.api.impl.SerializationServiceImpl
 
log - Static variable in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
log - Variable in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
log - Static variable in class org.openmrs.migration.MigrationHelper
 
log - Static variable in class org.openmrs.notification.mail.MailMessageSender
 
log - Static variable in class org.openmrs.obs.handler.AbstractHandler
 
log - Static variable in class org.openmrs.obs.handler.ImageHandler
 
log - Static variable in class org.openmrs.obs.handler.TextHandler
 
log - Variable in class org.openmrs.report.CohortDataSetProvider
Deprecated.  
log - Variable in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
log - Variable in class org.openmrs.report.EvaluationContext
Deprecated.  
log - Variable in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
log - Variable in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
log - Variable in class org.openmrs.report.RowPerObsDataSetProvider
Deprecated.  
log - Variable in class org.openmrs.report.RowPerProgramEnrollmentDataSetProvider
Deprecated.  
log - Variable in class org.openmrs.reporting.CachingPatientFilter
Deprecated.  
log - Static variable in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
log - Static variable in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
log - Variable in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
log - Variable in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
log - Static variable in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
log - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
log - Static variable in class org.openmrs.reporting.PatientSearch
Deprecated.  
log - Static variable in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
log - Static variable in class org.openmrs.util.Security
 
log - Variable in class org.openmrs.validator.ConceptClassValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.ConceptDatatypeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.DrugOrderValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.EncounterTypeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.FieldTypeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.FormValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.LocationValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.OrderTypeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.OrderValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.PatientIdentifierTypeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.PrivilegeValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.ProgramValidator
 
log - Variable in class org.openmrs.validator.ReportObjectValidator
Deprecated. Log for this class and subclasses
log - Variable in class org.openmrs.validator.RoleValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.SchedulerFormValidator
Log for this class and subclasses
log - Variable in class org.openmrs.validator.StateConversionValidator
 
log - Variable in class org.openmrs.validator.UserValidator
Log for this class and subclasses
LOG_CLASS_DEFAULT - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_DEBUG - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_ERROR - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_FATAL - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_INFO - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_TRACE - Static variable in class org.openmrs.util.OpenmrsConstants
 
LOG_LEVEL_WARN - Static variable in class org.openmrs.util.OpenmrsConstants
 
Logging - Annotation Type in org.openmrs.annotation
Annotation used to provide a few extra options to the API logging advice.
LoggingAdvice - Class in org.openmrs.aop
This class provides the log4j aop around advice for our service layer.
LoggingAdvice() - Constructor for class org.openmrs.aop.LoggingAdvice
 
LOGIC - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
logic(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
LOGIC
LOGIC - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
logic_assignment() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_condition() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_elseif() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_elseifAST(AST, MLMObject, Integer) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
logic_expr() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_if_then_else2() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
logic_statement() - Method in class org.openmrs.arden.ArdenBaseParser
 
LogicalOperator - Interface in org.openmrs.logic.op
Marker for the logical operator
LogicAssignment - Class in org.openmrs.arden
 
LogicAssignment(String, String) - Constructor for class org.openmrs.arden.LogicAssignment
 
logicAssignmentAST(AST, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
LogicContext - Interface in org.openmrs.logic
 
LogicCriteria - Interface in org.openmrs.logic
Used to create a hierarchical representation of a criteria (e.g., similar to a parse tree).
LogicDataSource - Interface in org.openmrs.logic.datasource
Provides data to the logic service engine.
LogicException - Exception in org.openmrs.logic
Logic-specific exception
LogicException() - Constructor for exception org.openmrs.logic.LogicException
 
LogicException(String) - Constructor for exception org.openmrs.logic.LogicException
 
LogicException(Throwable) - Constructor for exception org.openmrs.logic.LogicException
 
LogicException(String, Throwable) - Constructor for exception org.openmrs.logic.LogicException
 
LogicExpression - Interface in org.openmrs.logic
LogicExpression is an internal representation of the LogicCriteria created through LogicService.
LogicPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
LogicPatientFilter() - Constructor for class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
LogicPatientFilter(LogicCriteria) - Constructor for class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
LogicService - Interface in org.openmrs.logic
The Logic Service provides a mechanism for both registering and consuming business logic in the form of logic rules.
LogicTransform - Class in org.openmrs.logic
LogicTransform is internal representation of the transformation applied to the LogicCriteria

Example:
count() will apply the Count operator and return the total number of Result instead of the Result itself first(2) will apply the First operator and return the first two Result out of the entire Result
LogicTransform(Operator, Integer) - Constructor for class org.openmrs.logic.LogicTransform
 
LogicTransform(Operator) - Constructor for class org.openmrs.logic.LogicTransform
 
LoginCredential - Class in org.openmrs.api.db
This class holds the minimal amount of data necessary to change a user's password without using a PreparedStatement or putting the password in the User class.
LoginCredential() - Constructor for class org.openmrs.api.db.LoginCredential
 
logout() - Static method in class org.openmrs.api.context.Context
logs out the "active" (authenticated) user within context
logout() - Method in class org.openmrs.api.context.UserContext
logs out the "active" (authenticated) user within this UserContext
longfmt - Variable in class org.openmrs.obs.handler.AbstractHandler
 
LPAREN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LPAREN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
LT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
lt(Operand) - Method in interface org.openmrs.logic.LogicCriteria
 
lt(int) - Method in interface org.openmrs.logic.LogicCriteria
 
lt(float) - Method in interface org.openmrs.logic.LogicCriteria
 
lt(double) - Method in interface org.openmrs.logic.LogicCriteria
Add a LessThan expression to the current LogicCriteria
LT - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
LT - Static variable in interface org.openmrs.logic.op.Operator
 
LTE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
LTE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
lte(Operand) - Method in interface org.openmrs.logic.LogicCriteria
 
lte(int) - Method in interface org.openmrs.logic.LogicCriteria
 
lte(float) - Method in interface org.openmrs.logic.LogicCriteria
 
lte(double) - Method in interface org.openmrs.logic.LogicCriteria
Add a LessThanEquals expression to the current LogicCriteria
LTE - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
LTE - Static variable in interface org.openmrs.logic.op.Operator
 
LUHN_IDENTIFIER_VALIDATOR - Static variable in class org.openmrs.util.OpenmrsConstants
 
LuhnIdentifierValidator - Class in org.openmrs.patient.impl
A IdentifierValidator based on the Regenstrief Institute's version of the Luhn Algorithm.
LuhnIdentifierValidator() - Constructor for class org.openmrs.patient.impl.LuhnIdentifierValidator
 

M

mACTION_OP(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MailMessageSender - Class in org.openmrs.notification.mail
 
MailMessageSender() - Constructor for class org.openmrs.notification.mail.MailMessageSender
Default public constructor.
MailMessageSender(Session) - Constructor for class org.openmrs.notification.mail.MailMessageSender
Public constructor.
main_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
MAINTENANCE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
maintenance(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
MAINTENANCE
MAINTENANCE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
maintenance_body() - Method in class org.openmrs.arden.ArdenBaseParser
 
maintenance_category() - Method in class org.openmrs.arden.ArdenBaseParser
 
makeConceptWords(Concept) - Static method in class org.openmrs.ConceptWord
 
mAMPERSAND(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MandatoryModuleException - Exception in org.openmrs.module
This error is thrown when OpenMRS is started but a module marked as 'mandatory' but was unable to start.
MandatoryModuleException(String) - Constructor for exception org.openmrs.module.MandatoryModuleException
This constructor is used when a user tries to stop a mandatory module.
MandatoryModuleException(String, String) - Constructor for exception org.openmrs.module.MandatoryModuleException
This constructor is used when a user tries to stop a mandatory module.
MandatoryModuleException(List<String>) - Constructor for exception org.openmrs.module.MandatoryModuleException
 
mapConceptProposalToConcept(ConceptProposal, Concept) - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.mapConceptProposalToConcept(ConceptProposal, Concept)
mapConceptProposalToConcept(ConceptProposal, Concept) - Method in interface org.openmrs.api.ConceptService
Maps a concept proposal to a concept
mapConceptProposalToConcept(ConceptProposal, Concept) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
mapConceptProposalToConcept(ConceptProposal, Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
MapDataSet<T> - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
mAPOSTROPHE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mapping_factor() - Method in class org.openmrs.arden.ArdenBaseParser
 
mARDEN_CURLY_BRACKETS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
markAlertRead() - Method in class org.openmrs.notification.Alert
Convenience method to mark this alert as read.
markAlertRead(Alert) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.saveAlert(Alert)
markAlertRead(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
mAT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
match(MetadataReader, MetadataReaderFactory) - Method in class org.openmrs.util.TestTypeFilter
 
matchRequiredVersions(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.
MAX - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MAX - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
max() - Method in class org.openmrs.arden.ArdenClause
 
MAXIMUM - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MAXIMUM - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
maxOccurs - Variable in class org.openmrs.FormField
 
mBECOMES(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mCOLON(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mCOMMA(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mCOMMENT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mDIGIT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mDIV(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mDOT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mDOTDOT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MEDIAN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MEDIAN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
MemoryAppender - Class in org.openmrs.util
This class stores a few lines of the output to the log file.
MemoryAppender() - Constructor for class org.openmrs.util.MemoryAppender
 
mENDBLOCK(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mEQUALS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
merge(MutableMessageSource, boolean) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
merge(MutableMessageSource, boolean) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
Merges messages from another message source into the active (current) message source.
merge(MutableMessageSource, boolean) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
merge(MutableMessageSource, boolean) - Method in interface org.openmrs.messagesource.MutableMessageSource
Merge messages from another source into this source.
mergeDefaultRuntimeProperties(Properties) - Method in interface org.openmrs.api.db.ContextDAO
Merge in the default properties defined for this database connection
mergeDefaultRuntimeProperties(Properties) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
Takes the default properties defined in /metadata/api/hibernate/hibernate.default.properties and merges it into the user-defined runtime properties
mergeDuplicateFields() - Method in interface org.openmrs.api.FormService
Audit form, consolidate similar fields
mergeDuplicateFields() - Method in class org.openmrs.api.impl.FormServiceImpl
 
mergePatients(Patient, Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
1) Moves object (encounters/obs) pointing to nonPreferred to preferred 2) Copies data (gender/birthdate/names/ids/etc) from nonPreferred to preferred iff the data is missing or null in preferred 3) notPreferred is marked as voided
mergePatients(Patient, Patient) - Method in interface org.openmrs.api.PatientService
Convenience method to join two patients' information into one record.
Message - Class in org.openmrs.notification
 
Message() - Constructor for class org.openmrs.notification.Message
 
Message(Integer, String, String, String, String) - Constructor for class org.openmrs.notification.Message
 
Message(Integer, String, String, String, String, String) - Constructor for class org.openmrs.notification.Message
 
Message(Integer, String, String, String, String, String, String, String) - Constructor for class org.openmrs.notification.Message
 
Message(Integer, String, String, String, String, String, String, String, String) - Constructor for class org.openmrs.notification.Message
 
MessageException - Exception in org.openmrs.notification
 
MessageException() - Constructor for exception org.openmrs.notification.MessageException
 
MessageException(Throwable) - Constructor for exception org.openmrs.notification.MessageException
 
MessageException(String) - Constructor for exception org.openmrs.notification.MessageException
 
MessageException(String, Throwable) - Constructor for exception org.openmrs.notification.MessageException
 
MessagePreparator - Interface in org.openmrs.notification
Interface that defines the message preparator's functionality.
MessageSender - Interface in org.openmrs.notification
 
MessageService - Interface in org.openmrs.notification
 
MessageServiceImpl - Class in org.openmrs.notification.impl
 
MessageServiceImpl() - Constructor for class org.openmrs.notification.impl.MessageServiceImpl
Public constructor Required for use with spring's method injection.
MessageSourceService - Interface in org.openmrs.messagesource
Interface for a service which expands on the basic capabilities of a message source.
MessageSourceServiceImpl - Class in org.openmrs.messagesource.impl
Extensible implementation of the MessageSourceService, which relies on injected implementations of MutableMessageSource to actually provide the services.
MessageSourceServiceImpl() - Constructor for class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
MetadataComparator - Class in org.openmrs.util
A comparator that sorts first based on non-retired, and second based on name.
MetadataComparator(Locale) - Constructor for class org.openmrs.util.MetadataComparator
 
methodException(Class, String, Exception) - Method in class org.openmrs.reporting.export.DataExportUtil.VelocityExceptionHandler
Deprecated. When a user-supplied method throws an exception, the MethodExceptionEventHandler is invoked with the Class, method name and thrown Exception.
methodException(Class, String, Exception) - Method in class org.openmrs.util.VelocityExceptionHandler
When a user-supplied method throws an exception, the MethodExceptionEventHandler is invoked with the Class, method name and thrown Exception.
mGT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mGTE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mID(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
migrateHl7InArchivesToFileSystem(Map<String, Integer>) - Method in interface org.openmrs.hl7.HL7Service
Method is called by the archives migration thread to transfer hl7 in archives from the hl7_in_archives database table to the file system
migrateHl7InArchivesToFileSystem(Map<String, Integer>) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
MIGRATION_MAX_BATCH_SIZE - Static variable in class org.openmrs.hl7.HL7Constants
the maximum number if archives to fetch per query to save on memory
MigrationHelper - Class in org.openmrs.migration
 
MigrationHelper() - Constructor for class org.openmrs.migration.MigrationHelper
 
MILLISECONDS_PER_SECOND - Static variable in class org.openmrs.scheduler.Schedule
Constants
MimeType - Class in org.openmrs
Deprecated. This class is no longer used. Mimetypes are determined by the handler for a ConceptComplex now.
MimeType() - Constructor for class org.openmrs.MimeType
Deprecated. default constructor
MimeType(Integer) - Constructor for class org.openmrs.MimeType
Deprecated. constructor with id
MIN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MIN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
min() - Method in class org.openmrs.arden.ArdenClause
 
MINIMUM - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MINIMUM - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
minOccurs - Variable in class org.openmrs.FormField
 
mINTLIT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MINUS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MINUS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
minutes(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of minutes
minutes(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of minutes
MINUTES_PER_HOUR - Static variable in class org.openmrs.scheduler.Schedule
 
MissingRequiredIdentifierException - Exception in org.openmrs.api
 
MissingRequiredIdentifierException() - Constructor for exception org.openmrs.api.MissingRequiredIdentifierException
 
MissingRequiredIdentifierException(String) - Constructor for exception org.openmrs.api.MissingRequiredIdentifierException
 
MissingRequiredIdentifierException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.MissingRequiredIdentifierException
 
MissingRequiredIdentifierException(String, Throwable) - Constructor for exception org.openmrs.api.MissingRequiredIdentifierException
 
MissingRequiredIdentifierException(Throwable) - Constructor for exception org.openmrs.api.MissingRequiredIdentifierException
 
ML_COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
ML_COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
mLBRACKET(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mLCURLY(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mlm_date() - Method in class org.openmrs.arden.ArdenBaseParser
 
mlm_version() - Method in class org.openmrs.arden.ArdenBaseParser
 
MLMEvaluateElement - Class in org.openmrs.arden
 
MLMEvaluateElement() - Constructor for class org.openmrs.arden.MLMEvaluateElement
 
MLMNAME - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MLMNAME - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
mlmname_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
mlmname_text() - Method in class org.openmrs.arden.ArdenBaseParser
 
mlmname_text_rest() - Method in class org.openmrs.arden.ArdenBaseParser
 
MLMObject - Class in org.openmrs.arden
 
MLMObject() - Constructor for class org.openmrs.arden.MLMObject
 
MLMObject(Locale, Patient) - Constructor for class org.openmrs.arden.MLMObject
 
MLMObjectElement - Class in org.openmrs.arden
 
MLMObjectElement() - Constructor for class org.openmrs.arden.MLMObjectElement
 
mLPAREN(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mLT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mLTE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mMINUS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mML_COMMENT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mNE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mNOT_COMMENT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mNOT_EQUALS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MODIFIER_ANY - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
MODIFIER_FIRST - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
MODIFIER_FIRST_NUM - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
MODIFIER_LAST - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
MODIFIER_LAST_NUM - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
Module - Class in org.openmrs.module
Generic module class that openmrs manipulates
Module(String) - Constructor for class org.openmrs.module.Module
Simple constructor
Module(String, String, String, String, String, String) - Constructor for class org.openmrs.module.Module
Main constructor
ModuleActivator - Interface in org.openmrs.module
Contains methods that get called at different stages as the application is executing, you should extend BaseModuleActivator instead of directly implementing this interface for forward compatibility of subclasses.
ModuleClassLoader - Class in org.openmrs.module
Standard implementation of module class loader.
ModuleClassLoader(Module, List<URL>, ClassLoader, URLStreamHandlerFactory) - Constructor for class org.openmrs.module.ModuleClassLoader
 
ModuleClassLoader(Module, List<URL>, ClassLoader) - Constructor for class org.openmrs.module.ModuleClassLoader
 
ModuleClassLoader(Module, List<URL>) - Constructor for class org.openmrs.module.ModuleClassLoader
 
ModuleClassLoader(Module, ClassLoader) - Constructor for class org.openmrs.module.ModuleClassLoader
Creates class instance configured to load classes and resources for given module.
moduleClassLoaders - Static variable in class org.openmrs.module.ModuleFactory
 
ModuleConstants - Class in org.openmrs.module
Constants used by the module system in openmrs
ModuleConstants() - Constructor for class org.openmrs.module.ModuleConstants
 
ModuleException - Exception in org.openmrs.module
Represents often fatal errors that occur within the module package
ModuleException(String) - Constructor for exception org.openmrs.module.ModuleException
 
ModuleException(String, Throwable) - Constructor for exception org.openmrs.module.ModuleException
 
ModuleException(String, String) - Constructor for exception org.openmrs.module.ModuleException
 
ModuleException(String, String, Throwable) - Constructor for exception org.openmrs.module.ModuleException
 
ModuleFactory - Class in org.openmrs.module
Methods for loading, starting, stopping, and storing OpenMRS modules
ModuleFactory() - Constructor for class org.openmrs.module.ModuleFactory
 
ModuleFileParser - Class in org.openmrs.module
This class will parse a file into an org.openmrs.module.Module object
ModuleFileParser(File) - Constructor for class org.openmrs.module.ModuleFileParser
Constructor
ModuleFileParser(InputStream) - Constructor for class org.openmrs.module.ModuleFileParser
Convenience constructor to parse the given inputStream file into an omod.
ModuleMustStartException - Exception in org.openmrs.module
This is throw at OpenMRS startup when one or more modules that really need to start didn't start.
ModuleMustStartException(String) - Constructor for exception org.openmrs.module.ModuleMustStartException
 
modulesSetChanged() - Method in class org.openmrs.module.ModuleClassLoader
 
ModuleUtil - Class in org.openmrs.module
Utility methods for working and manipulating modules
ModuleUtil() - Constructor for class org.openmrs.module.ModuleUtil
 
MONTH - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MONTH - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
MONTHS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
MONTHS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
months(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of months
months(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of months
MoveDeletedHL7sChangeSet - Class in org.openmrs.util.databasechange
This change set moves "deleted" HL7s from the archive table to the queue table
MoveDeletedHL7sChangeSet() - Constructor for class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
mPERCENT(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mPLUS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mPOUND(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mQUESTION(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mRBRACKET(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mRCURLY(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mrnGeneratorLog(String, Integer, Integer) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use the mrngen module instead
mrnGeneratorLog(String, Integer, Integer) - Method in interface org.openmrs.api.db.AdministrationDAO
 
mrnGeneratorLog(String, Integer, Integer) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
mrnGeneratorLog(String, Integer, Integer) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
mRPAREN(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mSEMI(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mSINGLE_QUOTE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mSTRING_LITERAL(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mTERM_LITERAL(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mTIMES(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
mUNDERSCORE(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 
MutableMessageSource - Interface in org.openmrs.messagesource
Extended MessageSource interface, which provides more information about the available messages and can be changed.
MutableResourceBundleMessageSource - Class in org.openmrs.messagesource.impl
ResourceBundleMessageSource extends ReloadableResourceBundleMessageSource to provide the additional features of a MutableMessageSource.
MutableResourceBundleMessageSource() - Constructor for class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
mWS(boolean) - Method in class org.openmrs.arden.ArdenBaseLexer
 

N

N_A_UUID - Static variable in class org.openmrs.ConceptDatatype
 
NAME - Static variable in interface org.openmrs.logic.datasource.LogicDataSource
The name by which this data source should be registered when it is loaded.
NativeIfNotAssignedIdentityGenerator - Class in org.openmrs.api.db.hibernate
native-if-not-assigned

By setting the Hibernate configuration's primary key column to use a "native" implementation, Hibernate ALWAYS generates the entity's id when it is being saved.
NativeIfNotAssignedIdentityGenerator() - Constructor for class org.openmrs.api.db.hibernate.NativeIfNotAssignedIdentityGenerator
 
NaturalStrings - Class in org.openmrs.util
Utility class for natural String comparison operations
NE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
newConfiguration() - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
newInstance(Obs) - Static method in class org.openmrs.Obs
This is an equivalent to a copy constructor.
newInstance(PersonName) - Static method in class org.openmrs.PersonName
bitwise copy of the personName object.
nextToken() - Method in class org.openmrs.arden.ArdenBaseLexer
 
nf - Variable in class org.openmrs.obs.handler.AbstractHandler
 
NOLIST - Static variable in class org.openmrs.arden.MLMObject
 
NOT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NOT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
not() - Method in interface org.openmrs.logic.LogicCriteria
 
NOT - Static variable in interface org.openmrs.logic.op.LogicalOperator
 
Not - Class in org.openmrs.logic.op
The Not operator will negate the a logic expression
Not() - Constructor for class org.openmrs.logic.op.Not
 
NOT - Static variable in interface org.openmrs.logic.op.Operator
 
NOT_COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NOT_COMMENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
NOT_EQUALS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NOT_EXISTS - Static variable in interface org.openmrs.logic.op.Operator
 
NOT_EXISTS - Static variable in interface org.openmrs.logic.op.TransformOperator
 
Note - Class in org.openmrs.notification
Not currently used.
Note() - Constructor for class org.openmrs.notification.Note
 
NoteDAO - Interface in org.openmrs.api.db
Note-related database functions
NoteService - Interface in org.openmrs.notification
 
NoteServiceImpl - Class in org.openmrs.notification.impl
 
NoteServiceImpl() - Constructor for class org.openmrs.notification.impl.NoteServiceImpl
Public constructor.
NoteType - Class in org.openmrs.notification
 
NoteType() - Constructor for class org.openmrs.notification.NoteType
Default constructor
notExists() - Method in interface org.openmrs.logic.LogicCriteria
 
NotExists - Class in org.openmrs.logic.op
The NotExists operator test whether a criteria will exist for person or not.

Example:
- logicService.parse("EncounterDataSource.ENCOUNTER_KEY").equals("ADULTRETURN").notExists();
The above will give us a criteria to test whether ADULTRETURN encounter exists or not
NotExists() - Constructor for class org.openmrs.logic.op.NotExists
 
NotificationConstants - Class in org.openmrs.notification
 
NotificationConstants() - Constructor for class org.openmrs.notification.NotificationConstants
 
NOW - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NOW - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
NULL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NULL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
nullInstance(Object) - Static method in class org.openmrs.util.OpenmrsClassLoader
Used by OpenmrsClassLoader.clearReferences() upon application close.
nullResult() - Static method in class org.openmrs.logic.result.Result
Deprecated. 
nullSafeEquals(Arg1, Arg2) - Static method in class org.openmrs.util.OpenmrsUtil
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.openmrs.util.HibernateEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.openmrs.util.HibernateEnumType
 
NUMBER - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
NUMBER - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
NUMBER_OF_FAILED_TRANSFERS_KEY - Static variable in class org.openmrs.hl7.HL7Constants
the key to be used for numberOfFailedTransfers in the progressStatusMap
NUMBER_TRANSFERRED_KEY - Static variable in class org.openmrs.hl7.HL7Constants
the key to be used for numberTransferred archives in the progressStatusMap
NUMERIC - Static variable in class org.openmrs.ConceptDatatype
 
NUMERIC_UUID - Static variable in class org.openmrs.ConceptDatatype
 
NumericRangeColumnClassifier - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
NumericRangeColumnClassifier(String, String) - Constructor for class org.openmrs.reporting.NumericRangeColumnClassifier
Deprecated.  

O

Obs - Class in org.openmrs
An observation is a single unit of clinical information.
Obs() - Constructor for class org.openmrs.Obs
default constructor
Obs(Person, Concept, Date, Location) - Constructor for class org.openmrs.Obs
Required parameters constructor A value is also required, but that can be one of: valueCoded, valueDrug, valueNumeric, or valueText
Obs(Integer) - Constructor for class org.openmrs.Obs
constructor with id
OBSCURE_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
Set true from runtime configuration to obscure patients for system demonstrations
OBSCURE_PATIENTS_FAMILY_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
OBSCURE_PATIENTS_GIVEN_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
OBSCURE_PATIENTS_MIDDLE_NAME - Static variable in class org.openmrs.util.OpenmrsConstants
 
ObsDAO - Interface in org.openmrs.api.db
Observation-related database functions
obsDatetime - Variable in class org.openmrs.Obs
 
obsGroup - Variable in class org.openmrs.Obs
The "parent" of this obs.
obsId - Variable in class org.openmrs.Obs
 
ObsPatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ObsPatientFilter() - Constructor for class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
ObsService - Interface in org.openmrs.api
The ObsService deals with saving and getting Obs to/from the database Usage:
ObsServiceImpl - Class in org.openmrs.api.impl
Default implementation of the Observation Service
ObsServiceImpl() - Constructor for class org.openmrs.api.impl.ObsServiceImpl
Default empty constructor for this obs service
ObsValidator - Class in org.openmrs.validator
Validator for the Obs class.
ObsValidator() - Constructor for class org.openmrs.validator.ObsValidator
 
occur() - Method in class org.openmrs.arden.ArdenBaseParser
 
OCCUR - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
OCCUR - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
OF - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
OF - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
of_func_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
of_noread_func_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
of_noread_func_opAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
of_read_func_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
of_read_func_opAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
onCollectionRecreate(Object, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onCollectionRemove(Object, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.AuditableInterceptor
This class method is only called when flushing an updated dirty object, not inserting objects
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onPrepareStatement(String) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
onShutdown() - Method in class org.openmrs.api.impl.BaseOpenmrsService
 
onShutdown() - Method in class org.openmrs.api.impl.CohortServiceImpl
Clean up after this class.
onShutdown() - Method in class org.openmrs.api.impl.ObsServiceImpl
Clean up after this class.
onShutdown() - Method in class org.openmrs.api.impl.PatientServiceImpl
Clean up after this class.
onShutdown() - Method in class org.openmrs.api.impl.PatientSetServiceImpl
Clean up after this class.
onShutdown() - Method in interface org.openmrs.api.OpenmrsService
Called when the OpenMRS service layer is shutting down
onShutdown() - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated. Clean up after this class.
onShutdown() - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated. Clean up after this class.
onShutdown() - Method in interface org.openmrs.scheduler.SchedulerService
Stop all tasks and clean up the scheduler instance.
onShutdown() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Shutdown hook for the scheduler and all of its scheduled tasks.
onShutdown() - Static method in class org.openmrs.util.OpenmrsClassLoader
 
onStartup() - Method in class org.openmrs.api.impl.BaseOpenmrsService
 
onStartup() - Method in interface org.openmrs.api.OpenmrsService
Called when the OpenMRS service layer is initializing.
onStartup() - Method in interface org.openmrs.scheduler.SchedulerService
Start all tasks that are scheduled to run on startup.
onStartup() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Start up hook for the scheduler and all of its scheduled tasks.
openConnectionCheckRedirects(URLConnection) - Static method in class org.openmrs.module.ModuleUtil
Convenience method to follow http to https redirects.
OPENMRS_CONCEPT_LOCALES() - Static method in class org.openmrs.util.OpenmrsConstants
Deprecated.  
OPENMRS_LOCALE_DATE_PATTERNS() - Static method in class org.openmrs.util.OpenmrsConstants
Deprecated. use the Context.getDateFormat()
OPENMRS_LOCALES() - Static method in class org.openmrs.util.OpenmrsConstants
Deprecated.  
OPENMRS_VERSION - Static variable in class org.openmrs.util.OpenmrsConstants
This holds the current openmrs code version.
OPENMRS_VERSION_SHORT - Static variable in class org.openmrs.util.OpenmrsConstants
This holds the current openmrs code version in a short space-less string.
The format is:
major.minor.maintenance.revision-suffix
OpenmrsClassLoader - Class in org.openmrs.util
This classloader knows about the current ModuleClassLoaders and will attempt to load classes from them if needed
OpenmrsClassLoader(ClassLoader) - Constructor for class org.openmrs.util.OpenmrsClassLoader
Creates the instance for the OpenmrsClassLoader
OpenmrsClassLoader() - Constructor for class org.openmrs.util.OpenmrsClassLoader
Normal constructor.
OpenmrsConstants - Class in org.openmrs.util
Constants used in OpenMRS.
OpenmrsConstants() - Constructor for class org.openmrs.util.OpenmrsConstants
 
OpenmrsConstants.PERSON_TYPE - Enum in org.openmrs.util
These enumerations should be used in ObsService and PersonService getters to help determine which type of object to restrict on
OpenmrsCoreModuleException - Exception in org.openmrs.module
This error is thrown when OpenMRS is started but there is a module that is core to OpenMRS and that module is not present or did not start

This error is also thrown when trying to stop a module that is marked as core.
OpenmrsCoreModuleException(String) - Constructor for exception org.openmrs.module.OpenmrsCoreModuleException
This constructor is used when a user tries to stop a core module.
OpenmrsCoreModuleException(Map<String, String>) - Constructor for exception org.openmrs.module.OpenmrsCoreModuleException
 
OpenmrsCycleStrategy - Class in org.openmrs.xml
Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer()
OpenmrsCycleStrategy() - Constructor for class org.openmrs.xml.OpenmrsCycleStrategy
Deprecated. Overriding the default constructor so we can set our label logic onto the strategy.
OpenmrsCycleStrategy(boolean) - Constructor for class org.openmrs.xml.OpenmrsCycleStrategy
Deprecated. Custom constructor to set whether this serialization will be a short one or not.
OpenmrsData - Interface in org.openmrs
In OpenMRS, we distinguish between data and metadata within our data model.
OpenmrsDateFormat - Class in org.openmrs.util
An extension of SimpleDateFormat that defaults to setLenient(true) and rejects parsing any dates that don't have a 4-digit year
OpenmrsDateFormat(SimpleDateFormat, Locale) - Constructor for class org.openmrs.util.OpenmrsDateFormat
 
OpenmrsLabelLogic - Class in org.openmrs.xml
Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer()
OpenmrsLabelLogic() - Constructor for class org.openmrs.xml.OpenmrsLabelLogic
Deprecated.  
OpenmrsMemento - Class in org.openmrs.util
This class is used to save the current state of an object/class.
OpenmrsMemento() - Constructor for class org.openmrs.util.OpenmrsMemento
 
OpenmrsMetadata - Interface in org.openmrs
In OpenMRS, we distinguish between data and metadata within our data model.
OpenmrsMetadataSaveHandler - Class in org.openmrs.api.handler
Is called when any OpenmrsMetadata object is being saved.
OpenmrsMetadataSaveHandler() - Constructor for class org.openmrs.api.handler.OpenmrsMetadataSaveHandler
 
OpenmrsObject - Interface in org.openmrs
This is the base interface for all OpenMRS-defined classes
OpenmrsObjectSaveHandler - Class in org.openmrs.api.handler
This class deals with any object that implements OpenmrsObject.
OpenmrsObjectSaveHandler() - Constructor for class org.openmrs.api.handler.OpenmrsObjectSaveHandler
 
OpenmrsReferenceLogic - Class in org.openmrs.xml
Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer()
OpenmrsReferenceLogic() - Constructor for class org.openmrs.xml.OpenmrsReferenceLogic
Deprecated.  
OpenmrsSecurityManager - Class in org.openmrs.util
Helper class created only to call some protected methods on the SecurityManager class.
OpenmrsSecurityManager() - Constructor for class org.openmrs.util.OpenmrsSecurityManager
 
OpenmrsSerializer - Interface in org.openmrs.serialization
Implementations of this interface provide serialization implementations for OpenMRS.
OpenmrsService - Interface in org.openmrs.api
Base OpenMRS Service Interface All services registered to the ServiceContext are required to implement this interface.
OpenmrsUtil - Class in org.openmrs.util
Utility methods used in openmrs
OpenmrsUtil() - Constructor for class org.openmrs.util.OpenmrsUtil
 
openSession() - Static method in class org.openmrs.api.context.Context
Used to define a unit of work.
openSession() - Method in interface org.openmrs.api.db.ContextDAO
Open session.
openSession() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
Operand - Interface in org.openmrs.logic.op
This is a marker interface for things that can be operated on by an Operator in a LogicExpression
OPERATING_SYSTEM - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_FREEBSD - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_KEY - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_LINUX - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_OSX - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_SUNOS - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_WINDOWS_VISTA - Static variable in class org.openmrs.util.OpenmrsConstants
 
OPERATING_SYSTEM_WINDOWS_XP - Static variable in class org.openmrs.util.OpenmrsConstants
 
Operator - Interface in org.openmrs.logic.op
An operator used within a logical expression.
OR - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
OR - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
or(LogicCriteria) - Method in interface org.openmrs.logic.LogicCriteria
Append the LogicCriteria using the Or operator
OR - Static variable in interface org.openmrs.logic.op.LogicalOperator
 
OR - Static variable in interface org.openmrs.logic.op.Operator
 
Or - Class in org.openmrs.logic.op
The Or operator is a disjunction operator to combine two or more LogicCriteria objects.

Example:
- logicService.parse("'CD4 COUNT'").or(logicService.parse("'WEIGHT (KG)'"));
The above will give us a criteria to check if there's "CD4 COUNT" or "WEIGHT (KG)" observations
Or() - Constructor for class org.openmrs.logic.op.Or
 
order - Variable in class org.openmrs.Obs
 
Order - Class in org.openmrs
Dates should be interpreted as follows: If startDate is null then the order has been going on "since the beginning of time" Otherwise the order starts on startDate If discontinued is non-null and true, then the following fields should be ignored: autoExpireDate if discontinuedDate is null then the order was discontinued "the instant after it began" otherwise it was given from its starting date until discontinuedDate Otherwise (discontinued is null or false) if autoExpireDate is null, the order is set to go forever otherwise the order goes until autoExpireDate the following fields should be ignored: discontinuedBy discontinuedDate discontinuedReason It is an error to have discontinued be true and have discontinuedDate be after autoExpireDate.
Order() - Constructor for class org.openmrs.Order
default constructor
Order(Integer) - Constructor for class org.openmrs.Order
constructor with id
OrderDAO - Interface in org.openmrs.api.db
Order-related database functions
OrderEditor - Class in org.openmrs.propertyeditor
Allows for serializing/deserializing a Order object to a string so that Spring knows how to pass a Order back and forth through an html form or other medium
OrderEditor() - Constructor for class org.openmrs.propertyeditor.OrderEditor
 
OrderSaveHandler - Class in org.openmrs.api.handler
This class deals with Order objects when they are saved via a save* method in an Openmrs Service.
OrderSaveHandler() - Constructor for class org.openmrs.api.handler.OrderSaveHandler
 
OrderService - Interface in org.openmrs.api
Contains methods pertaining to creating/deleting/voiding Orders and DrugOrders Use:
OrderService.ORDER_STATUS - Enum in org.openmrs.api
The type of status to match on an order.
OrderServiceImpl - Class in org.openmrs.api.impl
Default implementation of the Order-related services class.
OrderServiceImpl() - Constructor for class org.openmrs.api.impl.OrderServiceImpl
 
OrderType - Class in org.openmrs
OrderType
OrderType() - Constructor for class org.openmrs.OrderType
default constructor
OrderType(Integer) - Constructor for class org.openmrs.OrderType
constructor with id
OrderType(String, String) - Constructor for class org.openmrs.OrderType
Convenience constructor that takes in the elements required to save this OrderType to the database
ORDERTYPE_DRUG - Static variable in class org.openmrs.util.OpenmrsConstants
This is the hard coded primary key of the order type for DRUG.
OrderTypeEditor - Class in org.openmrs.propertyeditor
 
OrderTypeEditor() - Constructor for class org.openmrs.propertyeditor.OrderTypeEditor
 
OrderTypeValidator - Class in org.openmrs.validator
Validates attributes on the OrderType object.
OrderTypeValidator() - Constructor for class org.openmrs.validator.OrderTypeValidator
 
OrderUtil - Class in org.openmrs.order
Contains convenience methods for working with Orders.
OrderUtil() - Constructor for class org.openmrs.order.OrderUtil
 
OrderValidator - Class in org.openmrs.validator
Validates the Order class.
OrderValidator() - Constructor for class org.openmrs.validator.OrderValidator
 
org.openmrs - package org.openmrs
These classes represent the core domain objects for the OpenMRS project.
org.openmrs.activelist - package org.openmrs.activelist
 
org.openmrs.annotation - package org.openmrs.annotation
This package contains classes associated with the custom java 1.5+ annotations.
org.openmrs.aop - package org.openmrs.aop
This package contains the classes associated with Aspect Oriented Programming (AOP).
org.openmrs.api - package org.openmrs.api
The primary OpenMRS API interfaces.
org.openmrs.api.context - package org.openmrs.api.context
This package describes the context framework through which authentication is performed and services provided for the OpenMRS system.
org.openmrs.api.db - package org.openmrs.api.db
OpenMRS database layer interfaces.
org.openmrs.api.db.hibernate - package org.openmrs.api.db.hibernate
Resources for Hibernate ORM.
org.openmrs.api.handler - package org.openmrs.api.handler
 
org.openmrs.api.impl - package org.openmrs.api.impl
 
org.openmrs.arden - package org.openmrs.arden
 
org.openmrs.arden.compiled - package org.openmrs.arden.compiled
 
org.openmrs.arden.impl - package org.openmrs.arden.impl
 
org.openmrs.cohort - package org.openmrs.cohort
Deprecated
org.openmrs.cohort.impl - package org.openmrs.cohort.impl
 
org.openmrs.hl7 - package org.openmrs.hl7
OpenMRS HL7 module.
org.openmrs.hl7.db - package org.openmrs.hl7.db
HL7-specific DAO classes
org.openmrs.hl7.db.hibernate - package org.openmrs.hl7.db.hibernate
 
org.openmrs.hl7.handler - package org.openmrs.hl7.handler
 
org.openmrs.hl7.impl - package org.openmrs.hl7.impl
 
org.openmrs.logic - package org.openmrs.logic
The OpenMRS Logic Service provides access to granular and derived data.
org.openmrs.logic.datasource - package org.openmrs.logic.datasource
Logic data sources are responsible for providing data to the logic service engine.
org.openmrs.logic.op - package org.openmrs.logic.op
 
org.openmrs.logic.result - package org.openmrs.logic.result
 
org.openmrs.logic.rule - package org.openmrs.logic.rule
 
org.openmrs.messagesource - package org.openmrs.messagesource
 
org.openmrs.messagesource.impl - package org.openmrs.messagesource.impl
 
org.openmrs.migration - package org.openmrs.migration
 
org.openmrs.module - package org.openmrs.module
OpenMRS Module classes
org.openmrs.notification - package org.openmrs.notification
 
org.openmrs.notification.db - package org.openmrs.notification.db
 
org.openmrs.notification.db.hibernate - package org.openmrs.notification.db.hibernate
 
org.openmrs.notification.impl - package org.openmrs.notification.impl
 
org.openmrs.notification.mail - package org.openmrs.notification.mail
 
org.openmrs.notification.mail.velocity - package org.openmrs.notification.mail.velocity
 
org.openmrs.obs - package org.openmrs.obs
 
org.openmrs.obs.handler - package org.openmrs.obs.handler
 
org.openmrs.order - package org.openmrs.order
 
org.openmrs.patient - package org.openmrs.patient
 
org.openmrs.patient.impl - package org.openmrs.patient.impl
 
org.openmrs.propertyeditor - package org.openmrs.propertyeditor
 
org.openmrs.report - package org.openmrs.report
Deprecated
org.openmrs.report.db - package org.openmrs.report.db
 
org.openmrs.report.db.hibernate - package org.openmrs.report.db.hibernate
 
org.openmrs.report.impl - package org.openmrs.report.impl
 
org.openmrs.reporting - package org.openmrs.reporting
Deprecated
org.openmrs.reporting.data - package org.openmrs.reporting.data
 
org.openmrs.reporting.db - package org.openmrs.reporting.db
 
org.openmrs.reporting.db.hibernate - package org.openmrs.reporting.db.hibernate
 
org.openmrs.reporting.export - package org.openmrs.reporting.export
 
org.openmrs.reporting.impl - package org.openmrs.reporting.impl
 
org.openmrs.reporting.report - package org.openmrs.reporting.report
 
org.openmrs.scheduler - package org.openmrs.scheduler
 
org.openmrs.scheduler.db - package org.openmrs.scheduler.db
 
org.openmrs.scheduler.db.hibernate - package org.openmrs.scheduler.db.hibernate
 
org.openmrs.scheduler.tasks - package org.openmrs.scheduler.tasks
 
org.openmrs.scheduler.timer - package org.openmrs.scheduler.timer
 
org.openmrs.serialization - package org.openmrs.serialization
 
org.openmrs.util - package org.openmrs.util
Shared utilities for OpenMRS classes
org.openmrs.util.databasechange - package org.openmrs.util.databasechange
 
org.openmrs.validator - package org.openmrs.validator
 
org.openmrs.xml - package org.openmrs.xml
 
ORUR01Handler - Class in org.openmrs.hl7.handler
Parses ORUR01 messages into openmrs Encounter objects Usage: GenericParser parser = new GenericParser(); MessageTypeRouter router = new MessageTypeRouter(); router.registerApplication("ORU", "R01", new ORUR01Handler()); Message hl7message = parser.parse(somehl7string);
ORUR01Handler() - Constructor for class org.openmrs.hl7.handler.ORUR01Handler
 

P

pageNumber - Variable in class org.openmrs.FormField
 
Parameter - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
Parameter() - Constructor for class org.openmrs.report.Parameter
Deprecated. Default constructor
Parameter(String, String, Class<?>, Object) - Constructor for class org.openmrs.report.Parameter
Deprecated. Initialize this Parameter with the given values
ParameterException - Exception in org.openmrs.report
Deprecated. see reportingcompatibility module
ParameterException() - Constructor for exception org.openmrs.report.ParameterException
Deprecated.  
ParameterException(String) - Constructor for exception org.openmrs.report.ParameterException
Deprecated.  
Parameterizable - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
PARAMETERS_DATASOURCE - Static variable in class org.openmrs.arden.MLMObjectElement
 
parent - Variable in class org.openmrs.FormField
 
parse(String) - Static method in class org.openmrs.cohort.CohortUtil
Deprecated. Parses an input string like: [Male] and [Adult] and [EnrolledInHivOnDate|program="1"|untilDate="${report.startDate}"] Names between brackets are treated as saved PatientSearch objects with that name.
parse(String) - Method in interface org.openmrs.logic.LogicService
Parse a criteria String to create a new LogicCriteria.
parse() - Method in class org.openmrs.module.ModuleFileParser
Get the module
parse() - Method in class org.openmrs.module.UpdateFileParser
Parse the contents of the update.rdf file.
parse(String) - Method in class org.openmrs.util.OpenmrsDateFormat
 
parse(String, Class) - Static method in class org.openmrs.util.OpenmrsUtil
Takes a String (e.g.
parseDate(String) - Static method in class org.openmrs.migration.MigrationHelper
 
parseHL7Date(String) - Static method in class org.openmrs.hl7.HL7Util
Convenience method for parsing HL7 dates (treated just like a timestamp with only year, month, and day specified)
parseHL7String(String) - Method in interface org.openmrs.hl7.HL7Service
Parses the given string and returns the resulting Message
parseHL7String(String) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
parseHL7Time(String) - Static method in class org.openmrs.hl7.HL7Util
Converts an HL7 time into a java.util.Date object.
parseHL7Timestamp(String) - Static method in class org.openmrs.hl7.HL7Util
Converts an HL7 timestamp into a java.util.Date object.
parseParameterList(String) - Static method in class org.openmrs.util.OpenmrsUtil
Takes a String like "size=compact|order=date" and returns a Map from the keys to the values.
parsePersonName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
parsePersonName(String) - Method in interface org.openmrs.api.PersonService
Parses a name into a PersonName (separate Given, Middle, and Family names)
parseString(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. use LogicService.parse(String)
parseXml(String) - Static method in class org.openmrs.migration.MigrationHelper
 
PasswordException - Exception in org.openmrs.api
Represents common exceptions that happen when validating a User's password.
PasswordException() - Constructor for exception org.openmrs.api.PasswordException
 
PasswordException(String, Throwable) - Constructor for exception org.openmrs.api.PasswordException
 
PasswordException(String) - Constructor for exception org.openmrs.api.PasswordException
 
PasswordException(Throwable) - Constructor for exception org.openmrs.api.PasswordException
 
PAST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PAST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
past() - Method in class org.openmrs.arden.ArdenClause
 
PATIENT - Static variable in interface org.openmrs.api.ObsService
Deprecated. Use OpenmrsConstants#PERSON_TYPE.PATIENT
Patient - Class in org.openmrs
Defines a Patient in the system.
Patient() - Constructor for class org.openmrs.Patient
default constructor
Patient(Person) - Constructor for class org.openmrs.Patient
This constructor creates a new Patient object from the given Person object.
Patient(Integer) - Constructor for class org.openmrs.Patient
Constructor with default patient id
patient - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
patientAttributeMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientCharacteristicFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
PatientCharacteristicFilter() - Constructor for class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
PatientCharacteristicFilter(String, Date, Date) - Constructor for class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
PatientCharacteristicFilterValidator - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
PatientCharacteristicFilterValidator() - Constructor for class org.openmrs.reporting.PatientCharacteristicFilterValidator
Deprecated.  
PatientDAO - Interface in org.openmrs.api.db
Database methods for the PatientService
PatientEditor - Class in org.openmrs.propertyeditor
Allows for serializing/deserializing a Patient object to a string so that Spring knows how to pass a Person back and forth through an html form or other medium
PatientEditor() - Constructor for class org.openmrs.propertyeditor.PatientEditor
 
patientEncounterMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientFilter - Interface in org.openmrs.reporting
Deprecated. see reportingcompatibility module
patientFirstEncounterMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
patientId - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientIdentifier - Class in org.openmrs
A Patient can have zero to n identifying PatientIdentifier(s).
PatientIdentifier() - Constructor for class org.openmrs.PatientIdentifier
default constructor
PatientIdentifier(String, PatientIdentifierType, Location) - Constructor for class org.openmrs.PatientIdentifier
Convenience constructor for creating a basic identifier
PatientIdentifierException - Exception in org.openmrs.api
 
PatientIdentifierException() - Constructor for exception org.openmrs.api.PatientIdentifierException
 
PatientIdentifierException(String) - Constructor for exception org.openmrs.api.PatientIdentifierException
 
PatientIdentifierException(String, PatientIdentifier) - Constructor for exception org.openmrs.api.PatientIdentifierException
 
PatientIdentifierException(String, Throwable) - Constructor for exception org.openmrs.api.PatientIdentifierException
 
PatientIdentifierException(Throwable) - Constructor for exception org.openmrs.api.PatientIdentifierException
 
patientIdentifierMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientIdentifierType - Class in org.openmrs
PatientIdentifierType
PatientIdentifierType() - Constructor for class org.openmrs.PatientIdentifierType
default constructor
PatientIdentifierType(Integer) - Constructor for class org.openmrs.PatientIdentifierType
constructor with id
PatientIdentifierTypeEditor - Class in org.openmrs.propertyeditor
 
PatientIdentifierTypeEditor() - Constructor for class org.openmrs.propertyeditor.PatientIdentifierTypeEditor
 
PatientIdentifierTypeValidator - Class in org.openmrs.validator
Validates attributes on the PatientIdentifierType object.
PatientIdentifierTypeValidator() - Constructor for class org.openmrs.validator.PatientIdentifierTypeValidator
 
PatientIdentifierValidator - Class in org.openmrs.validator
This class validates a PatientIdentifier object.
PatientIdentifierValidator() - Constructor for class org.openmrs.validator.PatientIdentifierValidator
 
PatientProgram - Class in org.openmrs
PatientProgram
PatientProgram() - Constructor for class org.openmrs.PatientProgram
Default Constructor
PatientProgram(Integer) - Constructor for class org.openmrs.PatientProgram
Constructor with id
PatientProgramValidator - Class in org.openmrs.validator
This class validates a PatientProgram object
PatientProgramValidator() - Constructor for class org.openmrs.validator.PatientProgramValidator
 
PatientSaveHandler - Class in org.openmrs.api.handler
This class deals with Patient objects when they are saved via a save* method in an Openmrs Service.
PatientSaveHandler() - Constructor for class org.openmrs.api.handler.PatientSaveHandler
 
PatientSearch - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
PatientSearch() - Constructor for class org.openmrs.reporting.PatientSearch
Deprecated.  
PatientSearchCohortDefinitionProvider - Class in org.openmrs.cohort.impl
Deprecated. see reportingcompatibility module
PatientSearchCohortDefinitionProvider() - Constructor for class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
PatientSearchCriteria - Class in org.openmrs.api.db.hibernate
The PatientSearchCriteria class.
PatientSearchCriteria(SessionFactory, Criteria) - Constructor for class org.openmrs.api.db.hibernate.PatientSearchCriteria
 
PatientSearchReportObject - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
PatientSearchReportObject() - Constructor for class org.openmrs.reporting.PatientSearchReportObject
Deprecated.  
PatientSearchReportObject(String, PatientSearch) - Constructor for class org.openmrs.reporting.PatientSearchReportObject
Deprecated.  
PatientService - Interface in org.openmrs.api
Contains methods pertaining to Patients in the system Use:
patientService - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientServiceImpl - Class in org.openmrs.api.impl
Default implementation of the patient service.
PatientServiceImpl() - Constructor for class org.openmrs.api.impl.PatientServiceImpl
 
patientSet - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientSetDAO - Interface in org.openmrs.api.db
 
PatientSetService - Interface in org.openmrs.api
 
patientSetService - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PatientSetService.BooleanOperator - Enum in org.openmrs.api
 
PatientSetService.GroupMethod - Enum in org.openmrs.api
 
PatientSetService.Modifier - Enum in org.openmrs.api
 
PatientSetService.PatientLocationMethod - Enum in org.openmrs.api
 
PatientSetService.TimeModifier - Enum in org.openmrs.api
 
PatientSetServiceImpl - Class in org.openmrs.api.impl
 
PatientSetServiceImpl() - Constructor for class org.openmrs.api.impl.PatientSetServiceImpl
 
patientsInProgram(Program, Date, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
patientsInProgram(Program, Date, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.getPatientPrograms(Patient, Program, Date, Date, Date, Date, boolean) which can be Iterated across to return collection of patient ids
PatientState - Class in org.openmrs
PatientState
PatientState() - Constructor for class org.openmrs.PatientState
Default Constructor
PatientState(Integer) - Constructor for class org.openmrs.PatientState
Constructor with id
PatientValidator - Class in org.openmrs.validator
This class validates a Patient object.
PatientValidator() - Constructor for class org.openmrs.validator.PatientValidator
 
PERCENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PERCENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
person - Variable in class org.openmrs.activelist.ActiveListItem
 
PERSON - Static variable in interface org.openmrs.api.ObsService
Deprecated. Use org.openmrs.util.OpenmrsConstants#PERSON_TYPE.PATIENT
person - Variable in class org.openmrs.Obs
 
Person - Class in org.openmrs
A Person in the system.
Person() - Constructor for class org.openmrs.Person
default empty constructor
Person(Person) - Constructor for class org.openmrs.Person
This constructor is used to build a new Person object copy from another person object (usually a patient or a user subobject).
Person(Integer) - Constructor for class org.openmrs.Person
Default constructor taking in the primary key personId value
PersonAddress - Class in org.openmrs
This class is the representation of a person's address.
PersonAddress() - Constructor for class org.openmrs.PersonAddress
default constructor
PersonAddress(Integer) - Constructor for class org.openmrs.PersonAddress
constructor with id
PersonAttribute - Class in org.openmrs
A PersonAttribute is meant as way for implementations to add arbitrary information about a user/patient to their database.
PersonAttribute() - Constructor for class org.openmrs.PersonAttribute
default constructor
PersonAttribute(Integer) - Constructor for class org.openmrs.PersonAttribute
 
PersonAttribute(PersonAttributeType, String) - Constructor for class org.openmrs.PersonAttribute
Constructor for creating a basic attribute
PersonAttributeEditor - Class in org.openmrs.propertyeditor
 
PersonAttributeEditor() - Constructor for class org.openmrs.propertyeditor.PersonAttributeEditor
 
PersonAttributeFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
PersonAttributeFilter() - Constructor for class org.openmrs.reporting.PersonAttributeFilter
Deprecated. This currently only returns patients, although it's named for persons.
personAttributeMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
PersonAttributeType - Class in org.openmrs
PersonAttributeType
PersonAttributeType() - Constructor for class org.openmrs.PersonAttributeType
default constructor
PersonAttributeType(Integer) - Constructor for class org.openmrs.PersonAttributeType
constructor with id
PersonAttributeTypeEditor - Class in org.openmrs.propertyeditor
 
PersonAttributeTypeEditor() - Constructor for class org.openmrs.propertyeditor.PersonAttributeTypeEditor
 
PersonAttributeTypeValidator - Class in org.openmrs.validator
Validates the PersonAttributeType class.
PersonAttributeTypeValidator() - Constructor for class org.openmrs.validator.PersonAttributeTypeValidator
 
PersonDAO - Interface in org.openmrs.api.db
Person-related database functions
PersonEditor - Class in org.openmrs.propertyeditor
Allows for serializing/deserializing a Person object to a string so that Spring knows how to pass a Person back and forth through an html form or other medium
PersonEditor() - Constructor for class org.openmrs.propertyeditor.PersonEditor
 
personId - Variable in class org.openmrs.Obs
 
personId - Variable in class org.openmrs.Person
 
PersonName - Class in org.openmrs
A Person can have zero to n PersonName(s).
PersonName() - Constructor for class org.openmrs.PersonName
default constructor
PersonName(Integer) - Constructor for class org.openmrs.PersonName
constructor with id
PersonName(String, String, String) - Constructor for class org.openmrs.PersonName
Convenience constructor with the basic requirements
PersonNameSaveHandler - Class in org.openmrs.api.handler
This is called every time a PersonName object is saved.
PersonNameSaveHandler() - Constructor for class org.openmrs.api.handler.PersonNameSaveHandler
 
PersonNameValidator - Class in org.openmrs.validator
This class validates a PersonName object.
PersonNameValidator() - Constructor for class org.openmrs.validator.PersonNameValidator
 
PersonSaveHandler - Class in org.openmrs.api.handler
This class deals with Person objects when they are saved via a save* method in an Openmrs Service.
PersonSaveHandler() - Constructor for class org.openmrs.api.handler.PersonSaveHandler
 
PersonService - Interface in org.openmrs.api
Contains methods pertaining to Persons in the system Use:
PersonService.ATTR_VIEW_TYPE - Enum in org.openmrs.api
These enumerations are used when determining which person attr types to display.
PersonServiceImpl - Class in org.openmrs.api.impl
Default implementation of the PersonService
PersonServiceImpl() - Constructor for class org.openmrs.api.impl.PersonServiceImpl
 
PersonUnvoidHandler - Class in org.openmrs.api.handler
This class unsets the personVoid* attributes on the given Person object when an unvoid* method is called with this class.
PersonUnvoidHandler() - Constructor for class org.openmrs.api.handler.PersonUnvoidHandler
 
PersonVoidHandler - Class in org.openmrs.api.handler
This class sets the personVoid* attributes on the given Person object when a void* method is called with this class.
PersonVoidHandler() - Constructor for class org.openmrs.api.handler.PersonVoidHandler
 
PLUS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PLUS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
populateFromReportSchema(ReportSchema) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Convenience helper method to set the attributes on this ReportSchemaXML object with what is in the report schema object
PORTUGUESE_LANGUAGE - Static variable in class org.openmrs.util.OpenmrsConstants
 
postFlush(Iterator) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
postToUrl(String, Map<String, String>) - Static method in class org.openmrs.util.OpenmrsUtil
Post the given map of variables to the given url string
POUND - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
POUND - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
PREFERRED - Static variable in class org.openmrs.ConceptNameTag
Preferred name for a language.
preferredCountryTagFor(Locale) - Static method in class org.openmrs.ConceptNameTag
A factory method which generates a preferred country tag from the country-code portion of a locale.
preferredCountryTagFor(String) - Static method in class org.openmrs.ConceptNameTag
A factory method that generates strings for preferred country tags.
preferredLanguageTagFor(Locale) - Static method in class org.openmrs.ConceptNameTag
A factory method for generating a tag which indicates that a name is the preferred term within a particular language.
preferredLanguageTagFor(String) - Static method in class org.openmrs.ConceptNameTag
A factory method that generates strings for preferred language tags.
preFlush(Iterator) - Method in class org.openmrs.api.db.hibernate.ChainingInterceptor
 
prepare(String, Map) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated.  
prepare(Template) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated.  
prepare(Template) - Method in class org.openmrs.notification.mail.velocity.VelocityMessagePreparator
 
prepare(Template) - Method in interface org.openmrs.notification.MessagePreparator
Prepare a message using a template.
prepare(String, Map) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
prepare(Template) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
prepareCriteria(String, String, List<PatientIdentifierType>, boolean) - Method in class org.openmrs.api.db.hibernate.PatientSearchCriteria
Prepare a hibernate criteria using the patient identifier.
prepareMessage(Template) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Prepare a message given the template.
prepareMessage(String, Map) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Prepare a message based on a template and data used for variable subsitution within template.
prepareMessage(String, Map) - Method in interface org.openmrs.notification.MessageService
 
prepareMessage(Template) - Method in interface org.openmrs.notification.MessageService
 
PRESENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PRESENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
PresentationMessage - Class in org.openmrs.messagesource
A PresentationMessage is a textual message presented to a user along with qualifying information like the code, locale and a description.
PresentationMessage(String, Locale, String, String) - Constructor for class org.openmrs.messagesource.PresentationMessage
Create a new, fully specified PresentationMessage.
PresentationMessageMap - Class in org.openmrs.messagesource
A mapped collection of PresentationMessages, all of which are enforced to be in the same locale.
PresentationMessageMap(Locale) - Constructor for class org.openmrs.messagesource.PresentationMessageMap
Create a new PresentationMessageMap for the given locale.
printAttributes() - Method in class org.openmrs.Person
Convenience method for viewing all of the person's current attributes
printDebug() - Method in interface org.openmrs.arden.ArdenRule
 
printDebug() - Method in class org.openmrs.arden.compiled.HiRiskLeadScreen
 
PrintEvaluateList(String) - Method in class org.openmrs.arden.MLMObject
 
PrintObsMap() - Method in class org.openmrs.arden.ArdenValue
 
printThisList() - Method in class org.openmrs.arden.MLMEvaluateElement
 
PRIORITY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PRIORITY - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
priority_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
PRIV_ADD_ALLERGIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_COHORTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_HL7_IN_ARCHIVE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_ADD_HL7_IN_EXCEPTION - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_ADD_HL7_IN_QUEUE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_ADD_HL7_SOURCE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_ADD_OBS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_ORDERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_PERSONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_PROBLEMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_ADD_REPORT_OBJECTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_ADD_REPORTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_ADD_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_DEMOGRAPHICS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_FORMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_GRAPHS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_OVERVIEW - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_REGIMEN - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DASHBOARD_SUMMARY - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_ALLERGIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_COHORTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_HL7_IN_ARCHIVE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_DELETE_HL7_IN_EXCEPTION - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_DELETE_HL7_IN_QUEUE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_DELETE_OBS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_ORDERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_PERSONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_PROBLEMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_DELETE_REPORT_OBJECTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_DELETE_REPORTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_DELETE_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_ALLERGIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_COHORTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_OBS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_ORDERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_PERSONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_PROBLEMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_REPORT_OBJECTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_EDIT_REPORTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_EDIT_USER_PASSWORDS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_EDIT_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_FORM_ENTRY - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_ALERTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_CONCEPT_DATATYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_CONCEPT_NAME_TAGS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_CONCEPT_SOURCES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_CONCEPTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_ENCOUNTER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_FIELD_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_FORMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_GLOBAL_PROPERTIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_HL7_SOURCE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_MANAGE_IDENTIFIER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_IMPLEMENTATION_ID - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_LOCATION_TAGS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_LOCATIONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_MIME_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_MANAGE_MODULES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_ORDER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_PERSON_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_PRIVILEGES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_RELATIONSHIP_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. replacing with ADD/EDIT/DELETE privileges
PRIV_MANAGE_ROLES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_MANAGE_SCHEDULER - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_COHORTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_CONCEPT_DATATYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_CONCEPT_SOURCES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_CONCEPTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_ENCOUNTER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_FIELD_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_FORMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_GLOBAL_PROPERTIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_HL7_IN_ARCHIVE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_PURGE_HL7_IN_EXCEPTION - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_PURGE_HL7_IN_QUEUE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_PURGE_HL7_SOURCE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_PURGE_IDENTIFIER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_LOCATION_TAGS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_LOCATIONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_MIME_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_PURGE_OBS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_ORDER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_ORDERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PERSON_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PERSONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_PRIVILEGES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_RELATIONSHIP_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_ROLES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_PURGE_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_RUN_REPORTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_SQL_LEVEL_ACCESS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_UPDATE_HL7_IN_ARCHIVE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_UPDATE_HL7_IN_EXCEPTION - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_UPDATE_HL7_IN_QUEUE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_VIEW_ADMIN_FUNCTIONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_ALLERGIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_CONCEPT_CLASSES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_CONCEPT_DATATYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_CONCEPT_PROPOSALS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_CONCEPT_SOURCES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_CONCEPTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_DATABASE_CHANGES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_ENCOUNTER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_ENCOUNTERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_FIELD_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_FORMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_GLOBAL_PROPERTIES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_HL7_IN_ARCHIVE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_VIEW_HL7_IN_EXCEPTION - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_VIEW_HL7_IN_QUEUE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_VIEW_HL7_SOURCE - Static variable in class org.openmrs.hl7.HL7Constants
 
PRIV_VIEW_IDENTIFIER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_LOCATIONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_MIME_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_VIEW_NAVIGATION_MENU - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_OBS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_ORDER_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_ORDERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PATIENT_COHORTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PATIENT_IDENTIFIERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PATIENT_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PATIENTS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PERSON_ATTRIBUTE_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PERSONS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PRIVILEGES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PROBLEMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_PROGRAMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_RELATIONSHIP_TYPES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_RELATIONSHIPS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_REPORT_OBJECTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_VIEW_REPORTS - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
PRIV_VIEW_ROLES - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_UNPUBLISHED_FORMS - Static variable in class org.openmrs.util.OpenmrsConstants
 
PRIV_VIEW_USERS - Static variable in class org.openmrs.util.OpenmrsConstants
 
Privilege - Class in org.openmrs
Privilege
Privilege() - Constructor for class org.openmrs.Privilege
default constructor
Privilege(String) - Constructor for class org.openmrs.Privilege
constructor with id
Privilege(String, String) - Constructor for class org.openmrs.Privilege
 
PrivilegeEditor - Class in org.openmrs.propertyeditor
 
PrivilegeEditor() - Constructor for class org.openmrs.propertyeditor.PrivilegeEditor
 
PrivilegeValidator - Class in org.openmrs.validator
Validates attributes on the Privilege object
PrivilegeValidator() - Constructor for class org.openmrs.validator.PrivilegeValidator
 
Problem - Class in org.openmrs.activelist
TODO
Problem() - Constructor for class org.openmrs.activelist.Problem
 
Problem(Integer) - Constructor for class org.openmrs.activelist.Problem
 
Problem(Patient, Concept, Date, ProblemModifier, String, Double) - Constructor for class org.openmrs.activelist.Problem
 
ProblemModifier - Enum in org.openmrs.activelist
 
processDeath(Patient, Date, Concept, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
This is the way to establish that a patient has died.
processDeath(Patient, Date, Concept, String) - Method in interface org.openmrs.api.PatientService
Convenience method to establish that a patient has died.
processHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.HL7InQueueProcessor
Process a single queue entry from the inbound HL7 queue
processHL7InQueue() - Method in class org.openmrs.hl7.HL7InQueueProcessor
Starts up a thread to process all existing HL7InQueue entries
processHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
Process the given HL7InQueue item.
processHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
ProcessHL7InQueueTask - Class in org.openmrs.scheduler.tasks
Implementation of a task that process all form entry queues.
ProcessHL7InQueueTask() - Constructor for class org.openmrs.scheduler.tasks.ProcessHL7InQueueTask
Default Constructor (Uses SchedulerConstants.username and SchedulerConstants.password
processHL7Message(Message) - Method in interface org.openmrs.hl7.HL7Service
Parses the given Message and saves the resulting content to the database
processHL7Message(Message) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
processMessage(Message) - Method in class org.openmrs.hl7.handler.ADTA28Handler
Processes an ADT A28 event message
processMessage(Message) - Method in class org.openmrs.hl7.handler.ORUR01Handler
Processes an ORU R01 event message
processNextHL7InQueue() - Method in class org.openmrs.hl7.HL7InQueueProcessor
Transform the next pending HL7 inbound queue entry.
processNK1(Patient, NK1) - Method in class org.openmrs.hl7.handler.ORUR01Handler
process an NK1 segment and add relationships if needed
Program - Class in org.openmrs
Program
Program() - Constructor for class org.openmrs.Program
Default Constructor
Program(Integer) - Constructor for class org.openmrs.Program
Constructor with id
ProgramEditor - Class in org.openmrs.propertyeditor
 
ProgramEditor() - Constructor for class org.openmrs.propertyeditor.ProgramEditor
 
programMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
ProgramPatientFilter - Class in org.openmrs.reporting
Deprecated. Use @see org.openmrs.reporting.ProgramStatePatientFilter instead
ProgramPatientFilter() - Constructor for class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
ProgramStatePatientFilter - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ProgramStatePatientFilter() - Constructor for class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
ProgramValidator - Class in org.openmrs.validator
Validates attributes on the Program object.
ProgramValidator() - Constructor for class org.openmrs.validator.ProgramValidator
 
ProgramWorkflow - Class in org.openmrs
ProgramWorkflow
ProgramWorkflow() - Constructor for class org.openmrs.ProgramWorkflow
Default Constructor
ProgramWorkflow(Integer) - Constructor for class org.openmrs.ProgramWorkflow
Constructor with id
ProgramWorkflowDAO - Interface in org.openmrs.api.db
Program- and PatientProgram- and ConceptStateConversion-related database functions
ProgramWorkflowEditor - Class in org.openmrs.propertyeditor
 
ProgramWorkflowEditor() - Constructor for class org.openmrs.propertyeditor.ProgramWorkflowEditor
 
ProgramWorkflowService - Interface in org.openmrs.api
Contains methods pertaining to management of Programs, ProgramWorkflows, ProgramWorkflowStates, PatientPrograms, PatientStates, and ConceptStateConversions Use:
ProgramWorkflowServiceImpl - Class in org.openmrs.api.impl
Default implementation of the ProgramWorkflow-related services class.
ProgramWorkflowServiceImpl() - Constructor for class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
ProgramWorkflowState - Class in org.openmrs
ProgramWorkflowState
ProgramWorkflowState() - Constructor for class org.openmrs.ProgramWorkflowState
Default Constructor
ProgramWorkflowState(Integer) - Constructor for class org.openmrs.ProgramWorkflowState
Constructor with id
ProgramWorkflowStateEditor - Class in org.openmrs.propertyeditor
 
ProgramWorkflowStateEditor() - Constructor for class org.openmrs.propertyeditor.ProgramWorkflowStateEditor
 
proposeConcept(ConceptProposal) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.saveConceptProposal(ConceptProposal)
proposeConcept(ConceptProposal) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated.  
PROPOSED_CONCEPT_IDENTIFIER - Static variable in class org.openmrs.util.OpenmrsConstants
 
ProposingConceptException - Exception in org.openmrs.hl7.handler
Represents a obs that should be a proposed concept
ProposingConceptException(Concept, String) - Constructor for exception org.openmrs.hl7.handler.ProposingConceptException
Default constructor that takes in the required parameters
PROVIDER_ROLE - Static variable in class org.openmrs.util.OpenmrsConstants
 
publishProperties(Properties, String, String, String, String) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
Deprecated. use CachedMessageSource.merge(MutableMessageSource, boolean)
publishProperties(Properties, String, String, String, String) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
Deprecated. use MessageSourceServiceImpl.merge(MutableMessageSource, boolean) instead
publishProperties(Properties, String, String, String, String) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
Deprecated. use MutableResourceBundleMessageSource.merge(MutableMessageSource, boolean)
publishProperties(Properties, String, String, String, String) - Method in interface org.openmrs.messagesource.MessageSourceService
Deprecated. use MutableMessageSource.merge(MutableMessageSource, boolean)
publishProperties(Properties, String, String, String, String) - Method in interface org.openmrs.messagesource.MutableMessageSource
Deprecated. use MutableMessageSource.merge(MutableMessageSource, boolean)
purgeAlert(Alert) - Method in interface org.openmrs.notification.AlertService
Completely delete the given alert from the database
purgeAlert(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
 
purgeCohort(Cohort) - Method in interface org.openmrs.api.CohortService
Completely removes a Cohort from the database (not reversible)
purgeCohort(Cohort) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
purgeCohortDefinition(CohortDefinition) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
purgeCohortDefinition(CohortDefinition) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
purgeCohortDefinition(CohortDefinition) - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated. Deletes a cohort definition from the database.
purgeCohortDefinition(CohortDefinition) - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
purgeCohortDefinition(CohortDefinition) - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
purgeComplexData(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Internal method to remove ComplexData when an Obs is purged.
purgeComplexData(Obs) - Method in interface org.openmrs.obs.ComplexObsHandler
Completely removes the ComplexData Object from its storage location.
purgeComplexData(Obs) - Method in class org.openmrs.obs.handler.AbstractHandler
 
purgeConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Completely purge a Concept or ConceptNumeric from the database.
purgeConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
purgeConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
purgeConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeConceptClass(ConceptClass) - Method in interface org.openmrs.api.ConceptService
Purge a ConceptClass
purgeConceptClass(ConceptClass) - Method in interface org.openmrs.api.db.ConceptDAO
 
purgeConceptClass(ConceptClass) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
purgeConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.ConceptService
Purge a ConceptDatatype.
purgeConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.db.ConceptDAO
 
purgeConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
purgeConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.ConceptService
Removes a concept proposal from the database entirely.
purgeConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.db.ConceptDAO
 
purgeConceptProposal(ConceptProposal) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
purgeConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeConceptSource(ConceptSource) - Method in interface org.openmrs.api.ConceptService
Delete ConceptSource
purgeConceptSource(ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgeConceptStateConversion(ConceptStateConversion, boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgeConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a conceptStateConversion from the database (not reversible) This method delegates to #purgeConceptStateConversion(conceptStateConversion, boolean) method
purgeConceptStateConversion(ConceptStateConversion, boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a conceptStateConversion from the database (not reversible)
purgeDrug(Drug) - Method in interface org.openmrs.api.ConceptService
Completely purge a Drug from the database.
purgeDrug(Drug) - Method in interface org.openmrs.api.db.ConceptDAO
 
purgeDrug(Drug) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
purgeDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
purgeEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Completely remove an encounter from database.
purgeEncounter(Encounter, boolean) - Method in interface org.openmrs.api.EncounterService
Completely remove an encounter from database.
purgeEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
purgeEncounter(Encounter, boolean) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
purgeEncounterType(EncounterType) - Method in interface org.openmrs.api.EncounterService
Completely remove an encounter type from database.
purgeEncounterType(EncounterType) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
purgeField(Field) - Method in interface org.openmrs.api.FormService
Completely removes a Field from the database.
purgeField(Field, boolean) - Method in interface org.openmrs.api.FormService
Completely removes a Field from the database.
purgeField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeField(Field, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeFieldType(FieldType) - Method in interface org.openmrs.api.FormService
Deletes the given field type from the database.
purgeFieldType(FieldType) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeForm(Form) - Method in interface org.openmrs.api.FormService
Completely remove a Form from the database.
purgeForm(Form, boolean) - Method in interface org.openmrs.api.FormService
Completely remove a Form from the database.
purgeForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeForm(Form, boolean) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeFormField(FormField) - Method in interface org.openmrs.api.FormService
Completely removes the given FormField from the database.
purgeFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
 
purgeGlobalProperties(List<GlobalProperty>) - Method in interface org.openmrs.api.AdministrationService
Completely remove the given global properties from the database
purgeGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
purgeGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.AdministrationService
Completely remove the given global property from the database
purgeGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
purgeHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Completely delete the hl7 in archive item from the database
purgeHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
purgeHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
Completely remove this error item from the database
purgeHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
purgeHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
Completely delete the hl7 in queue item from the database.
purgeHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
purgeHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Completely remove the source from the database.
purgeHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
purgeLocation(Location) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
purgeLocation(Location) - Method in interface org.openmrs.api.LocationService
Completely remove a location from the database (not reversible) This method delegates to #purgeLocation(location, boolean) method
purgeLocationTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
purgeLocationTag(LocationTag) - Method in interface org.openmrs.api.LocationService
Completely remove a location tag from the database (not reversible).
purgeMimeType(MimeType) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
purgeMimeType(MimeType) - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
purgeObject(Integer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
purgeObject(Integer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Deletes the item from the database with the given primary key id
purgeObs(Obs, boolean) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
purgeObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
purgeObs(Obs) - Method in interface org.openmrs.api.ObsService
Completely remove an observation from the database.
purgeObs(Obs, boolean) - Method in interface org.openmrs.api.ObsService
Completely remove an observation from the database.
purgeOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
purgeOrder(Order, boolean) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
purgeOrder(Order) - Method in interface org.openmrs.api.OrderService
Completely delete an order from the database.
purgeOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
purgeOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
Completely delete the order type from the system.
purgePatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
purgePatient(Patient) - Method in interface org.openmrs.api.PatientService
Delete patient from database.
purgePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
purgePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
Purge PatientIdentifier (cannot be undone)
purgePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
purgePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
Purge PatientIdentifierType (cannot be undone)
purgePatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgePatientProgram(PatientProgram, boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgePatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a patientProgram from the database (not reversible) This method delegates to #purgePatientProgram(patientProgram, boolean) method
purgePatientProgram(PatientProgram, boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a patientProgram from the database (not reversible)
purgePerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
purgePerson(Person) - Method in interface org.openmrs.api.PersonService
Purges a person from the database (cannot be undone)
purgePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
purgePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
Purges a PersonAttribute type from the database (cannot be undone)
purgePrivilege(Privilege) - Method in class org.openmrs.api.impl.UserServiceImpl
 
purgePrivilege(Privilege) - Method in interface org.openmrs.api.UserService
Completely remove a privilege from the database
purgeProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgeProgram(Program, boolean) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
purgeProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a program from the database (not reversible) This method delegates to #purgeProgram(program, boolean) method
purgeProgram(Program, boolean) - Method in interface org.openmrs.api.ProgramWorkflowService
Completely remove a program from the database (not reversible)
purgeRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
purgeRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Purges a relationship from the database (cannot be undone)
purgeRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
purgeRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
Purge relationship type from the database (cannot be undone)
purgeReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
purgeReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Completely delete the given reportObject from the database
purgeRole(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
 
purgeRole(Role) - Method in interface org.openmrs.api.UserService
Complete remove a role from the database
purgeSearchHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
purgeSearchHistory(CohortSearchHistory) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Completely delete this method from the database
purgeUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
 
purgeUser(User, boolean) - Method in class org.openmrs.api.impl.UserServiceImpl
 
purgeUser(User) - Method in interface org.openmrs.api.UserService
Completely remove a location from the database (not reversible).
purgeUser(User, boolean) - Method in interface org.openmrs.api.UserService
Completely remove a user from the database (not reversible).
PURPOSE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
PURPOSE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
purpose_slot() - Method in class org.openmrs.arden.ArdenBaseParser
Library slots
put(String, PresentationMessage) - Method in class org.openmrs.messagesource.PresentationMessageMap
 
putAll(Map<? extends String, ? extends PresentationMessage>) - Method in class org.openmrs.messagesource.PresentationMessageMap
Adds all entries from an input Map which have PresentationMessages from the same locale.
putDataExportKey(String, Object) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Allows a module or some other service to add things to the available keys in the velocity context

Q

QUESTION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 

R

RAW_VIEW - Static variable in class org.openmrs.util.OpenmrsConstants
 
RBRACKET - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
RCURLY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
READ - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
READ - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
read(LogicContext, Cohort, LogicCriteria) - Method in interface org.openmrs.logic.datasource.LogicDataSource
Extracts data from the data source.
read(Integer, LogicDataSource, String) - Method in interface org.openmrs.logic.LogicContext
Reads a key from a logic data source
read(Integer, String) - Method in interface org.openmrs.logic.LogicContext
Reads a key from a logic data source
read(Integer, LogicCriteria) - Method in interface org.openmrs.logic.LogicContext
Reads a key with criteria from a logic data source
read(Integer, LogicDataSource, LogicCriteria) - Method in interface org.openmrs.logic.LogicContext
Reads a key with criteria from a logic data source
read_phrase() - Method in class org.openmrs.arden.ArdenBaseParser
 
read_where() - Method in class org.openmrs.arden.ArdenBaseParser
 
readAST(AST, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
recurseOverParents(Set<Role>) - Method in class org.openmrs.Role
Returns the full set of roles be looping over inherited roles.
recursivelyHandle(Class<H>, OpenmrsObject, String) - Static method in class org.openmrs.aop.RequiredDataAdvice
Convenience method for #recursivelyHandle(Class, OpenmrsObject, User, Date, String).
recursivelyHandle(Class<H>, OpenmrsObject, User, Date, String, List<OpenmrsObject>) - Static method in class org.openmrs.aop.RequiredDataAdvice
This loops over all declared collections on the given object and all declared collections on parent objects to use the given handlerType.
Reflect - Class in org.openmrs.util
This class has convenience methods to find the fields on a class and superclass as well as methods to check the class type of members in a collection
Reflect(Class) - Constructor for class org.openmrs.util.Reflect
 
refreshApplicationContext(AbstractRefreshableApplicationContext) - Static method in class org.openmrs.module.ModuleUtil
 
refreshApplicationContext(AbstractRefreshableApplicationContext, boolean, Module) - Static method in class org.openmrs.module.ModuleUtil
Refreshes the given application context "properly" in OpenMRS.
refreshAuthenticatedUser() - Static method in class org.openmrs.api.context.Context
Refresh the authenticated user object in the current UserContext.
refreshAuthenticatedUser() - Method in class org.openmrs.api.context.UserContext
Refresh the authenticated user object in this UserContext.
REGEX_LARGE - Static variable in class org.openmrs.util.OpenmrsConstants
 
REGEX_SMALL - Static variable in class org.openmrs.util.OpenmrsConstants
 
RegimenSuggestion - Class in org.openmrs.order
 
RegimenSuggestion() - Constructor for class org.openmrs.order.RegimenSuggestion
 
registerCohortDefinitionProvider(Class<? extends CohortDefinition>, CohortDefinitionProvider) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
registerCohortDefinitionProvider(Class<? extends CohortDefinition>, CohortDefinitionProvider) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
registerHandler(String, ComplexObsHandler) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
registerHandler(String, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
registerHandler(String, ComplexObsHandler) - Method in interface org.openmrs.api.ObsService
Registers the given handler with the given key If the given String key exists, that handler is overwritten with the given handler
registerHandler(String, String) - Method in interface org.openmrs.api.ObsService
Convenience method for ObsService.registerHandler(String, ComplexObsHandler)
registerLogicDataSource(String, LogicDataSource) - Method in interface org.openmrs.logic.LogicService
Deprecated. data sources are now auto-registered via Spring (since Logic module version 0.5)
registerProvider(DataSetProvider) - Method in interface org.openmrs.api.DataSetService
Deprecated. Registered a DataSetProvider and make it available to users of the data set service
registerProvider(DataSetProvider) - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
registerRenderer(Class<? extends ReportRenderer>, ReportRenderer) - Method in interface org.openmrs.api.ReportService
Deprecated. Registers the given renderer with the service
registerRenderer(String) - Method in interface org.openmrs.api.ReportService
Deprecated. Convenience method for ReportService.registerRenderer(Class, ReportRenderer)
registerRenderer(Class<? extends ReportRenderer>, ReportRenderer) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
registerRenderer(String) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
registerSupportedType(Class<? extends OpenmrsObject>) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
registerSupportedType(Class<? extends OpenmrsObject>) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Registers a class as one that should be supported
registerTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Register a new task by adding it to our task map with an empty schedule map.
rejectConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.rejectConceptProposal(ConceptProposal)
rejectConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptProposal.rejectConceptProposal()
rejectConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
rejectConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptProposal.rejectConceptProposal()
rejectConceptProposal() - Method in class org.openmrs.ConceptProposal
Convenience method to mark this proposal as rejected.
Relationship - Class in org.openmrs
Relationship
Relationship() - Constructor for class org.openmrs.Relationship
default constructor
Relationship(Integer) - Constructor for class org.openmrs.Relationship
constructor with id
Relationship(Person, Person, RelationshipType) - Constructor for class org.openmrs.Relationship
 
relationshipMap - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
RelationshipPatientFilter - Class in org.openmrs.reporting
 
RelationshipPatientFilter() - Constructor for class org.openmrs.reporting.RelationshipPatientFilter
 
RelationshipType - Class in org.openmrs
Defines a type of relationship between two people in the database.
RelationshipType() - Constructor for class org.openmrs.RelationshipType
default constructor
RelationshipType(Integer) - Constructor for class org.openmrs.RelationshipType
constructor with id
remove(int) - Method in class org.openmrs.logic.result.EmptyResult
 
remove(Object) - Method in class org.openmrs.logic.result.EmptyResult
 
remove(Object) - Method in class org.openmrs.messagesource.PresentationMessageMap
 
removeActiveListItem(ActiveListItem, Date) - Method in interface org.openmrs.api.ActiveListService
Sets the Active List Item as inactive by setting the end date to today, if null
removeActiveListItem(ActiveListItem, Date) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
removeAddress(PersonAddress) - Method in class org.openmrs.Person
Convenience method to remove the address from this person's address list if the address exists already.
removeAdvice(Class, Advice) - Static method in class org.openmrs.api.context.Context
Removes the given AOP advice object from Class cls
removeAdvice(Class, Advice) - Method in class org.openmrs.api.context.ServiceContext
 
removeAdvisor(Class, Advisor) - Static method in class org.openmrs.api.context.Context
Removes the given AOP advisor from Class cls
removeAdvisor(Class, Advisor) - Method in class org.openmrs.api.context.ServiceContext
 
removeAll(Collection<?>) - Method in class org.openmrs.logic.result.EmptyResult
 
removeAllergy(Allergy, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
removeAllergy(Allergy, String) - Method in interface org.openmrs.api.PatientService
Resolving the allergy, effectively removes the Allergy from the Patient's Active List by setting the stop date to now, if null.
removeAnswer(ConceptAnswer) - Method in class org.openmrs.Concept
Remove the given answer from the list of answers for this Concept
removeAnswer(FieldAnswer) - Method in class org.openmrs.Field
Removes a field answer from the list of field answers
removeAttribute(PersonAttribute) - Method in class org.openmrs.Person
Convenience method to get the attribute from this person's attribute list if the attribute exists already.
removeChildLocation(Location) - Method in class org.openmrs.Location
 
removeCohortDefinitionProvider(Class<? extends CohortDefinitionProvider>) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
removeCohortDefinitionProvider(Class<? extends CohortDefinitionProvider>) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
removeConceptMapping(ConceptMap) - Method in class org.openmrs.Concept
Remove the given ConceptMap from the list of mappings for this Concept
removeDataExportKey(String) - Static method in class org.openmrs.reporting.export.DataExportUtil
Deprecated. Remove the given key from the available data export keys If the key doesn't exist, this will fail silently
removeDescription(ConceptDescription) - Method in class org.openmrs.Concept
Remove the given description from the list of descriptions for this Concept
removeErrorTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
removeFormField(FormField) - Method in class org.openmrs.Form
Removes a FormField from the list of form fields
removeFromCache(String) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Remove an entry cached with the given key
removeFromHistoryNotify(int) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Call this to notify this composition search that the _i_th element of the search history has been removed, and the search potentially needs to renumber its constituent parts.
removeGlobalPropertyListener(GlobalPropertyListener) - Method in interface org.openmrs.api.AdministrationService
Removes a GlobalPropertyListener previously registered by AdministrationService.addGlobalPropertyListener(GlobalPropertyListener)
removeGlobalPropertyListener(GlobalPropertyListener) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
removeGroupMember(Obs) - Method in class org.openmrs.Obs
Convenience method to remove an Obs from this grouping This also removes the link in the given obsobject to this obs grouper
removeHandler(String) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
removeHandler(String) - Method in interface org.openmrs.api.ObsService
Remove the handler associated with the key from list of available handlers
removeIdentifier(PatientIdentifier) - Method in class org.openmrs.Patient
Convenience method to remove the given identifier from this patient's list of identifiers.
removeLogicDataSource(String) - Method in interface org.openmrs.logic.LogicService
Deprecated. data sources are now auto-registered via Spring (since Logic module version 0.5)
removeMember(Integer) - Method in class org.openmrs.Cohort
 
removeName(ConceptName) - Method in class org.openmrs.Concept
Remove the given name from the list of names for this Concept
removeName(PersonName) - Method in class org.openmrs.Person
Convenience method remove the name from this person's name list if the name exists already.
removeObs(Obs) - Method in class org.openmrs.Encounter
Remove the given observation from the list of obs for this Encounter
removeOrder(Order) - Method in class org.openmrs.Encounter
Remove the given observation from the list of orders for this Encounter
removePatientFromCohort(Cohort, Patient) - Method in interface org.openmrs.api.CohortService
Removes a patient from a Cohort.
removePatientFromCohort(Cohort, Patient) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
removePresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
removePresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
removePresentation(PresentationMessage) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
removePresentation(PresentationMessage) - Method in interface org.openmrs.messagesource.MutableMessageSource
Removes a presentation message from the source.
removePrivilege(Privilege) - Method in class org.openmrs.Role
Removes the given Privilege from the list of privileges
removeProblem(Problem, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
removeProblem(Problem, String) - Method in interface org.openmrs.api.PatientService
Effectively removes the Problem from the Patient's Active List by setting the stop date to now, if null.
removeProvider(DataSetProvider) - Method in interface org.openmrs.api.DataSetService
Deprecated. Remove a registered DataSetProvider
removeProvider(DataSetProvider) - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
removeProxyPrivilege(String) - Static method in class org.openmrs.api.context.Context
Convenience method.
removeProxyPrivilege(String) - Method in class org.openmrs.api.context.UserContext
Will remove one instance of privilege from the privileges that are currently proxied
removeRecipient(AlertRecipient) - Method in class org.openmrs.notification.Alert
Convenience method to remove the given AlertRecipient from this Alert's list of recipients
removeRenderer(Class<? extends ReportRenderer>) - Method in interface org.openmrs.api.ReportService
Deprecated. Remove the renderer associated with rendererClass from the list of available renderers
removeRenderer(Class<? extends ReportRenderer>) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
removeRole(Role) - Method in class org.openmrs.User
Remove the given Role from the list of roles for this User
removeRule(String) - Method in interface org.openmrs.logic.LogicService
Removes a rule from the logic service
removeSearchItem(int) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
removeState(ProgramWorkflowState) - Method in class org.openmrs.ProgramWorkflow
Removes a ProgramWorkflowState from this ProgramWorkflow
removeTag(ConceptNameTag) - Method in class org.openmrs.ConceptName
Removes a tag from the concept name.
removeTag(LocationTag) - Method in class org.openmrs.Location
Remove the tag from the Location.
removeTokenTag(String, String) - Method in interface org.openmrs.logic.LogicService
Removes a token's previously assigned tag.
removeUserProperty(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
removeUserProperty(User, String) - Method in interface org.openmrs.api.UserService
Removes the property denoted by key from the user's properties.
removeUserProperty(String) - Method in class org.openmrs.User
Convenience method.
removeWorkflow(ProgramWorkflow) - Method in class org.openmrs.Program
Removes a ProgramWorkflow from this Program
render(ReportData, String, OutputStream) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
render(ReportData, String, Writer) - Method in class org.openmrs.report.impl.DelimitedTextReportRenderer
Deprecated.  
render(ReportData, String, OutputStream) - Method in interface org.openmrs.report.ReportRenderer
Deprecated. Render the report's data to a stream
render(ReportData, String, Writer) - Method in interface org.openmrs.report.ReportRenderer
Deprecated. Render the report's data to a stream
RenderingException - Exception in org.openmrs.report
Deprecated. see reportingcompatibility module
RenderingException(String) - Constructor for exception org.openmrs.report.RenderingException
Deprecated.  
RenderingMode - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RenderingMode() - Constructor for class org.openmrs.report.RenderingMode
Deprecated.  
RenderingMode(ReportRenderer, String, String, Integer) - Constructor for class org.openmrs.report.RenderingMode
Deprecated.  
replace(Object, Object, Object) - Method in class org.openmrs.util.HibernateEnumType
 
replaceSerialization(Map<?, ?>) - Method in class org.openmrs.Person
If the serializer wishes, don't serialize this entire object, just the important parts
replaceSerialization(Map<?, ?>) - Method in class org.openmrs.User
If the serializer wishes, don't serialize this entire object, just the important parts
Report - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
Report() - Constructor for class org.openmrs.reporting.Report
Deprecated.  
REPORT_OBJECT_TYPE_PATIENTDATAPRODUCER - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
REPORT_OBJECT_TYPE_PATIENTFILTER - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
REPORT_OBJECT_TYPE_PATIENTSEARCH - Static variable in class org.openmrs.util.OpenmrsConstants
Deprecated. 
ReportDAO - Interface in org.openmrs.report.db
Deprecated. see reportingcompatibility module
ReportData - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportData() - Constructor for class org.openmrs.report.ReportData
Deprecated.  
ReportDefinition - Class in org.openmrs.reporting.report
Deprecated. see reportingcompatibility module
ReportDefinition() - Constructor for class org.openmrs.reporting.report.ReportDefinition
Deprecated. Default public constructor
ReportDefinitionEditor - Class in org.openmrs.propertyeditor
Deprecated. see reportingcompatibility module
ReportDefinitionEditor() - Constructor for class org.openmrs.propertyeditor.ReportDefinitionEditor
Deprecated. Public constructor
ReportDesigner - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportElementDefinition - Class in org.openmrs.reporting.report
Deprecated. see reportingcompatibility module
ReportElementDefinition() - Constructor for class org.openmrs.reporting.report.ReportElementDefinition
Deprecated.  
ReportObject - Interface in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectDAO - Interface in org.openmrs.reporting.db
Deprecated. see reportingcompatibility module
ReportObjectFactory - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectFactory() - Constructor for class org.openmrs.reporting.ReportObjectFactory
Deprecated.  
ReportObjectFactoryModule - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectFactoryModule() - Constructor for class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
ReportObjectList - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectList() - Constructor for class org.openmrs.reporting.ReportObjectList
Deprecated.  
ReportObjectList(Collection<AbstractReportObject>) - Constructor for class org.openmrs.reporting.ReportObjectList
Deprecated.  
ReportObjectService - Interface in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectServiceImpl - Class in org.openmrs.reporting.impl
Deprecated. see reportingcompatibility module
ReportObjectServiceImpl() - Constructor for class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated. Default constructor
ReportObjectValidator - Class in org.openmrs.validator
Deprecated. see reportingcompatibility module
ReportObjectValidator() - Constructor for class org.openmrs.validator.ReportObjectValidator
Deprecated.  
ReportObjectWrapper - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectWrapper() - Constructor for class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
ReportObjectWrapper(AbstractReportObject) - Constructor for class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
ReportObjectWrapperExceptionListener - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectWrapperExceptionListener() - Constructor for class org.openmrs.reporting.ReportObjectWrapperExceptionListener
Deprecated.  
ReportObjectXMLDecoder - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectXMLDecoder(String) - Constructor for class org.openmrs.reporting.ReportObjectXMLDecoder
Deprecated.  
ReportObjectXMLEncoder - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
ReportObjectXMLEncoder(Object) - Constructor for class org.openmrs.reporting.ReportObjectXMLEncoder
Deprecated.  
ReportRenderer - Interface in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportRenderingException - Exception in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportRenderingException(String) - Constructor for exception org.openmrs.report.ReportRenderingException
Deprecated.  
ReportSchema - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportSchema() - Constructor for class org.openmrs.report.ReportSchema
Deprecated.  
ReportSchemaXml - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
ReportSchemaXml() - Constructor for class org.openmrs.report.ReportSchemaXml
Deprecated. Default constructor
ReportSchemaXml(Integer) - Constructor for class org.openmrs.report.ReportSchemaXml
Deprecated. Convenience constructor taking in a primary key report schema id
ReportSchemaXml(ReportSchema) - Constructor for class org.openmrs.report.ReportSchemaXml
Deprecated. Convenience constructor to allow a user to create this shlub of a class from a full ReportSchema object
ReportSchemaXmlEditor - Class in org.openmrs.propertyeditor
Deprecated. see reportingcompatibility module
ReportSchemaXmlEditor() - Constructor for class org.openmrs.propertyeditor.ReportSchemaXmlEditor
Deprecated.  
ReportService - Interface in org.openmrs.api
Deprecated. see reportingcompatibility module
ReportServiceImpl - Class in org.openmrs.report.impl
Deprecated. see reportingcompatibility module
ReportServiceImpl() - Constructor for class org.openmrs.report.impl.ReportServiceImpl
Deprecated. Default constructor
reportUpdateWarnings(List<String>) - Static method in class org.openmrs.util.DatabaseUpdater
This method is called by an executing custom changeset to register warning messages.
REPOSITORY_FOLDER_PROPERTY - Static variable in class org.openmrs.module.ModuleConstants
Name of the global property that will tell the system where to look for modules to load.
REPOSITORY_FOLDER_PROPERTY_DEFAULT - Static variable in class org.openmrs.module.ModuleConstants
Default name of the folder that holds the currently loaded modules for the system
required - Variable in class org.openmrs.FormField
 
RequiredDataAdvice - Class in org.openmrs.aop
This class provides the AOP around each save, (un)void, and (un)retire method in the service layer so that the required data (like creator, dateChanged, dateVoided, etc) can be set automatically and the developer doesn't have to worry about doing it explicitly in the service impl method.
RequiredDataAdvice() - Constructor for class org.openmrs.aop.RequiredDataAdvice
 
RequiredDataHandler<O extends OpenmrsObject> - Interface in org.openmrs.api.handler
This is the super interface for all save*, void*, and retire* actions that take place on all services.
RequireNameValidator - Class in org.openmrs.validator
Validates objects and requires that "name" be filled in.
RequireNameValidator() - Constructor for class org.openmrs.validator.RequireNameValidator
 
requirePrivilege(String) - Static method in class org.openmrs.api.context.Context
Throws an exception if the currently authenticated user does not have the specified privilege.
requiresHistory() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
requiresLayout() - Method in class org.openmrs.util.MemoryAppender
 
RequireVoidReasonSaveHandler - Class in org.openmrs.api.handler
This handler makes sure the when a voided object is saved, that the reason field is entered for supported objects Note: Obs is not included in the supported types because the ObsService handles this explicitly
RequireVoidReasonSaveHandler() - Constructor for class org.openmrs.api.handler.RequireVoidReasonSaveHandler
 
RequireVoidReasonVoidHandler - Class in org.openmrs.api.handler
This class ensures that the voidReason is non-null for supported object types
RequireVoidReasonVoidHandler() - Constructor for class org.openmrs.api.handler.RequireVoidReasonVoidHandler
 
rescheduleAllTasks() - Method in interface org.openmrs.scheduler.SchedulerService
Loop over all currently started tasks and cycle them.
rescheduleAllTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Loop over all currently started tasks and cycle them.
rescheduleTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
Stop and start a scheduled task.
rescheduleTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
 
RESEARCH - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
RESEARCH - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
resolveCode(String, Locale) - Method in class org.openmrs.messagesource.impl.CachedMessageSource
 
resolveLocationId(PL) - Method in interface org.openmrs.hl7.HL7Service
 
resolveLocationId(PL) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
resolvePatientId(PID) - Method in interface org.openmrs.hl7.HL7Service
 
resolvePatientId(PID) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
resolvePersonFromIdentifiers(CX[]) - Method in interface org.openmrs.hl7.HL7Service
determines a person (or patient) based on identifiers from a CX array, as found in a PID or NK1 segment; the first resolving identifier in the list wins
resolvePersonFromIdentifiers(CX[]) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
resolvePersonId(XCN) - Method in interface org.openmrs.hl7.HL7Service
 
resolvePersonId(XCN) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
resolveUserId(XCN) - Method in interface org.openmrs.hl7.HL7Service
 
resolveUserId(XCN) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
restoreFromMemento(OpenmrsMemento) - Method in interface org.openmrs.scheduler.SchedulerService
Restore the scheduler service to state defined by Memento
restoreFromMemento(OpenmrsMemento) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
 
restoreState() - Static method in class org.openmrs.util.OpenmrsClassLoader
This method should be called after restoring the instance
Result - Class in org.openmrs.logic.result
A result from the logic service.
Result() - Constructor for class org.openmrs.logic.result.Result
 
Result(Result) - Constructor for class org.openmrs.logic.result.Result
Builds result upon another result — the first step in create a result that contains a list of other results.
Result(List<Result>) - Constructor for class org.openmrs.logic.result.Result
Builds a result from a list of results
Result(Boolean) - Constructor for class org.openmrs.logic.result.Result
Builds a boolean result with a result date of today
Result(Date, Boolean, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a boolean result with a specific result date
Result(Concept) - Constructor for class org.openmrs.logic.result.Result
Builds a coded result with a result date of today
Result(Date, Concept, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a coded result with a specific result date
Result(Obs) - Constructor for class org.openmrs.logic.result.Result
Builds a coded result from an observation
Result(Date) - Constructor for class org.openmrs.logic.result.Result
Builds a datetime result with a result date of today
Result(Date, Date, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a datetime result with a specific result date
Result(Double) - Constructor for class org.openmrs.logic.result.Result
Builds a numeric result with a result date of today
Result(Date, Double, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a numeric result with a specific result date
Result(Integer) - Constructor for class org.openmrs.logic.result.Result
Builds a numeric result with a result date of today
Result(Date, Integer, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a numeric result with a specific result date
Result(String) - Constructor for class org.openmrs.logic.result.Result
Builds a text result with a result date of today
Result(Date, String, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a text result with a specific result date
Result(Date, Result.Datatype, Boolean, Concept, Date, Double, String, Object) - Constructor for class org.openmrs.logic.result.Result
Builds a result date with specific (overloaded) values — i.e., instead of simply accepting the default translation of one datatype into another (e.g., a date translated automatically into string format), this contructor allows the various datatype representations of the result to be individually controlled.
Result.Datatype - Enum in org.openmrs.logic.result
Core datatypes for a result.
rethrowAPIAuthenticationException(Throwable) - Static method in class org.openmrs.util.ExceptionUtil
If any cause in the given exception chain is an APIAuthenticationException, rethrow that
rethrowIfCause(Throwable, Class<? extends RuntimeException>) - Static method in class org.openmrs.util.ExceptionUtil
If any cause in the exception chain is an instance of causeType, then rethrow that exception
Retireable - Interface in org.openmrs
In OpenMRS, data are rarely fully deleted (purged) from the system; rather, they are either voided or retired.
retireConcept(Concept, String) - Method in interface org.openmrs.api.ConceptService
Retiring a concept essentially removes it from circulation
retireConcept(Concept, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
retireConceptSource(ConceptSource, String) - Method in interface org.openmrs.api.ConceptService
This effectively removes a concept source from the database.
retireConceptSource(ConceptSource, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
retireDrug(Drug, String) - Method in interface org.openmrs.api.ConceptService
Retiring a Drug essentially removes it from circulation
retireDrug(Drug, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
retireEncounterType(EncounterType, String) - Method in interface org.openmrs.api.EncounterService
Retire an EncounterType.
retireEncounterType(EncounterType, String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
retireField(Field) - Method in interface org.openmrs.api.FormService
Retires field
retireField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
 
retireForm(Form, String) - Method in interface org.openmrs.api.FormService
Retires the Form, leaving it in the database, but removing it from data entry screens
retireForm(Form, String) - Method in class org.openmrs.api.impl.FormServiceImpl
 
RetireHandler<R extends Retireable> - Interface in org.openmrs.api.handler
This is the super interface for all retire* actions that take place on all services.
retireHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Mark the given hl7Source as no longer active
retireHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
retireLocation(Location, String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
retireLocation(Location, String) - Method in interface org.openmrs.api.LocationService
Retires the given location.
retireLocationTag(LocationTag, String) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
retireLocationTag(LocationTag, String) - Method in interface org.openmrs.api.LocationService
Retire the given location tag.
retireOrderType(OrderType, String) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
retireOrderType(OrderType, String) - Method in interface org.openmrs.api.OrderService
This method essentially takes the given orderType out of active use in OpenMRS.
retirePatientIdentifierType(PatientIdentifierType, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
retirePatientIdentifierType(PatientIdentifierType, String) - Method in interface org.openmrs.api.PatientService
Retire a type of patient identifier
retirePersonAttributeType(PersonAttributeType, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
retirePersonAttributeType(PersonAttributeType, String) - Method in interface org.openmrs.api.PersonService
Retire a Person Attribute Type
retireProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
retireProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
Retires the given program
retireRelationshipType(RelationshipType, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
retireRelationshipType(RelationshipType, String) - Method in interface org.openmrs.api.PersonService
Retire a Person Relationship Type
RetireSaveHandler - Class in org.openmrs.api.handler
This handler makes sure the when a retired object is saved with the retired bit set to true, the other required values (like dateRetired and retiredBy) are filled in.
RetireSaveHandler() - Constructor for class org.openmrs.api.handler.RetireSaveHandler
 
retireState(ProgramWorkflowState) - Method in class org.openmrs.ProgramWorkflow
Retires a ProgramWorkflowState
retireTribe(Tribe) - Method in interface org.openmrs.api.AdministrationService
Deprecated. The Tribe object is no longer supported. Install the Tribe module
retireTribe(Tribe) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
retireUser(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
retireUser(User, String) - Method in interface org.openmrs.api.UserService
Deactive a user account so that it can no longer log in.
retireWorkflow(ProgramWorkflow) - Method in class org.openmrs.Program
Retires a ProgramWorkflow
returnedClass() - Method in class org.openmrs.util.HibernateEnumType
 
revokeUserRole(User, Role) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated.  
revokeUserRole(User, Role) - Method in interface org.openmrs.api.UserService
Deprecated. use User.removeRole(Role)
Role - Class in org.openmrs
A Role is just an aggregater of Privileges.
Role() - Constructor for class org.openmrs.Role
default constructor
Role(String) - Constructor for class org.openmrs.Role
constructor with id
Role(String, String) - Constructor for class org.openmrs.Role
constructor with all database required properties
RoleEditor - Class in org.openmrs.propertyeditor
 
RoleEditor() - Constructor for class org.openmrs.propertyeditor.RoleEditor
 
RoleValidator - Class in org.openmrs.validator
Validates attributes on the Role object
RoleValidator() - Constructor for class org.openmrs.validator.RoleValidator
 
RowPerObsColumn - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
RowPerObsColumn() - Constructor for class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
RowPerObsColumn(String, String, String[]) - Constructor for class org.openmrs.reporting.export.RowPerObsColumn
Deprecated. Convenience constructor to build the column with all values at once
RowPerObsDataExportReportObject - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
RowPerObsDataExportReportObject() - Constructor for class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Default Constructor
RowPerObsDataSet - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerObsDataSet() - Constructor for class org.openmrs.report.RowPerObsDataSet
Deprecated.  
RowPerObsDataSetDefinition - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerObsDataSetDefinition() - Constructor for class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
RowPerObsDataSetProvider - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerObsDataSetProvider() - Constructor for class org.openmrs.report.RowPerObsDataSetProvider
Deprecated.  
RowPerProgramEnrollmentDataSet - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerProgramEnrollmentDataSet() - Constructor for class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
RowPerProgramEnrollmentDataSetDefinition - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerProgramEnrollmentDataSetDefinition() - Constructor for class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
RowPerProgramEnrollmentDataSetProvider - Class in org.openmrs.report
Deprecated. see reportingcompatibility module
RowPerProgramEnrollmentDataSetProvider() - Constructor for class org.openmrs.report.RowPerProgramEnrollmentDataSetProvider
Deprecated.  
RPAREN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
RPAREN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
rule(ArdenRule) - Method in class org.openmrs.arden.ArdenClause
 
Rule - Interface in org.openmrs.logic
Base class for all logic rules.
RULE_UUID - Static variable in class org.openmrs.ConceptDatatype
 
RuleParameterInfo - Class in org.openmrs.logic.rule
An argument passed to a logic Rule
RuleParameterInfo(Class) - Constructor for class org.openmrs.logic.rule.RuleParameterInfo
 
RuleParameterInfo(Class, boolean) - Constructor for class org.openmrs.logic.rule.RuleParameterInfo
 
RuleParameterInfo(Class, boolean, Object) - Constructor for class org.openmrs.logic.rule.RuleParameterInfo
 
run() - Method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
run(DataTable) - Method in class org.openmrs.reporting.TableGroupAndAggregate
Deprecated.  
run() - Method in class org.openmrs.scheduler.tasks.HelloWorldThread
Illustrates stateless functionality as simply as possible.
run() - Method in class org.openmrs.scheduler.timer.TimerSchedulerTask
* Executes the action to be performed by this timer task.
RUNTIMEPROPERTY_ALLOW_ADMIN - Static variable in class org.openmrs.module.ModuleConstants
Setting either of these properties to "false" will block web administration of modules
RUNTIMEPROPERTY_ALLOW_UPLOAD - Static variable in class org.openmrs.module.ModuleConstants
Setting either of these properties to false will block web administration of modules
RUNTIMEPROPERTY_MODULE_LIST_TO_LOAD - Static variable in class org.openmrs.module.ModuleConstants
Intended to be used by the testing framework in order to set a list of specific files that need to be loaded by the Context.

S

safeDate(Date) - Static method in class org.openmrs.util.OpenmrsUtil
 
saveActiveListItem(ActiveListItem) - Method in interface org.openmrs.api.ActiveListService
Save or update an Active List Item
saveActiveListItem(ActiveListItem) - Method in interface org.openmrs.api.db.ActiveListDAO
 
saveActiveListItem(ActiveListItem) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
 
saveActiveListItem(ActiveListItem) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
saveAlert(Alert) - Method in interface org.openmrs.notification.AlertService
Save the given alert in the database
saveAlert(Alert) - Method in interface org.openmrs.notification.db.AlertDAO
 
saveAlert(Alert) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
 
saveAlert(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
 
saveAllergy(Allergy) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
saveAllergy(Allergy) - Method in interface org.openmrs.api.PatientService
Creates an AllergyListItem to the Patient's Allergy Active List.
saveCauseOfDeathObs(Patient, Date, Concept, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
saveCauseOfDeathObs(Patient, Date, Concept, String) - Method in interface org.openmrs.api.PatientService
Convenience method that saves the Obs that indicates when and why the patient died (including any "other" reason there might be) TODO keep this in the PatientService?
saveCohort(Cohort) - Method in interface org.openmrs.api.CohortService
Save a cohort to the database (create if new, or update if changed) This method will throw an exception if any patientIds in the Cohort don't exist.
saveCohort(Cohort) - Method in interface org.openmrs.api.db.CohortDAO
Saves a Cohort to the database
saveCohort(Cohort) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
 
saveCohort(Cohort) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
saveCohortDefinition(CohortDefinition) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
saveCohortDefinition(CohortDefinition) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
saveCohortDefinition(CohortDefinition) - Method in interface org.openmrs.cohort.CohortDefinitionProvider
Deprecated. Creates or updates a CohortDefinition in the database.
saveCohortDefinition(CohortDefinition) - Method in class org.openmrs.cohort.impl.PatientSearchCohortDefinitionProvider
Deprecated.  
saveCohortDefinition(CohortDefinition) - Method in class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
saveConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Save or update the given Concept or ConceptNumeric in the database
saveConcept(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConcept(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptClass(ConceptClass) - Method in interface org.openmrs.api.ConceptService
Creates or updates a concept class
saveConceptClass(ConceptClass) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConceptClass(ConceptClass) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.ConceptService
Create or update a ConceptDatatype
saveConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptNameTag(ConceptNameTag) - Method in interface org.openmrs.api.ConceptService
Creates a new Concept name tag if none exists.
saveConceptNameTag(ConceptNameTag) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConceptNameTag(ConceptNameTag) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConceptNameTag(ConceptNameTag) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.ConceptService
Saves/updates/proposes a concept proposal
saveConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConceptProposal(ConceptProposal) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptSource(ConceptSource) - Method in interface org.openmrs.api.ConceptService
Create a new ConceptSource
saveConceptSource(ConceptSource) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveConceptSource(ConceptSource) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveConceptSource(ConceptSource) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
saveConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Save ConceptStateConversion to database (create if new or update if changed)
saveConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
saveConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
Save ConceptStateConversion to database (create if new or update if changed)
saveDocument(Document, File) - Static method in class org.openmrs.util.OpenmrsUtil
Save the given xml document to the given outfile
saveDrug(Drug) - Method in interface org.openmrs.api.ConceptService
Save or update the given Drug in the database.
saveDrug(Drug) - Method in interface org.openmrs.api.db.ConceptDAO
 
saveDrug(Drug) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
saveDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
saveEncounter(Encounter) - Method in interface org.openmrs.api.db.EncounterDAO
Saves an encounter
saveEncounter(Encounter) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
saveEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Saves a new encounter or updates an existing encounter.
saveEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
saveEncounterType(EncounterType) - Method in interface org.openmrs.api.db.EncounterDAO
Save an Encounter Type
saveEncounterType(EncounterType) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
 
saveEncounterType(EncounterType) - Method in interface org.openmrs.api.EncounterService
Save a new Encounter Type or update an existing Encounter Type.
saveEncounterType(EncounterType) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
saveErrorTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
saveField(Field) - Method in interface org.openmrs.api.db.FormDAO
 
saveField(Field) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
saveField(Field) - Method in interface org.openmrs.api.FormService
Creates or updates the given Field
saveField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
 
saveFieldType(FieldType) - Method in interface org.openmrs.api.db.FormDAO
Save the given field type to the database
saveFieldType(FieldType) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
saveFieldType(FieldType) - Method in interface org.openmrs.api.FormService
Saves the given field type to the database
saveFieldType(FieldType) - Method in class org.openmrs.api.impl.FormServiceImpl
 
saveForm(Form) - Method in interface org.openmrs.api.db.FormDAO
 
saveForm(Form) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
Returns the form object originally passed in, which will have been persisted.
saveForm(Form) - Method in interface org.openmrs.api.FormService
Create or update the given Form in the database
saveForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
 
saveFormField(FormField) - Method in interface org.openmrs.api.db.FormDAO
 
saveFormField(FormField) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
 
saveFormField(FormField) - Method in interface org.openmrs.api.FormService
Creates or updates the given FormField
saveFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
 
saveGlobalProperties(List<GlobalProperty>) - Method in interface org.openmrs.api.AdministrationService
Save the given list of global properties to the database overwriting all values with the given values.
saveGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
saveGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.AdministrationService
Save the given global property to the database
saveGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.db.AdministrationDAO
 
saveGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
 
saveGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
SaveHandler<O extends OpenmrsObject> - Interface in org.openmrs.api.handler
This is the super interface for all save* actions that take place on all services.
saveHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
saveHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.db.HL7DAO
 
saveHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Save the given hl7 in archive to the database
saveHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
saveHL7InError(HL7InError) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
saveHL7InError(HL7InError) - Method in interface org.openmrs.hl7.db.HL7DAO
 
saveHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
Save the given error item to the database
saveHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
saveHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
saveHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.db.HL7DAO
 
saveHL7InQueue(HL7InQueue) - Method in interface org.openmrs.hl7.HL7Service
Save the given hl7InQueue to the database
saveHL7InQueue(HL7InQueue) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
saveHL7Source(HL7Source) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
 
saveHL7Source(HL7Source) - Method in interface org.openmrs.hl7.db.HL7DAO
 
saveHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Save the given hl7Source to the database
saveHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
saveLocation(Location) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
saveLocation(Location) - Method in interface org.openmrs.api.db.LocationDAO
Create or update a location.
saveLocation(Location) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
saveLocation(Location) - Method in interface org.openmrs.api.LocationService
Save location to database (create if new or update if changed)
saveLocationTag(LocationTag) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
saveLocationTag(LocationTag) - Method in interface org.openmrs.api.db.LocationDAO
Create or update a location tag.
saveLocationTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
saveLocationTag(LocationTag) - Method in interface org.openmrs.api.LocationService
Save location tag to database (create if new or update if changed)
saveMimeType(MimeType) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
Deprecated.  
saveMimeType(MimeType) - Method in interface org.openmrs.api.db.ObsDAO
Deprecated.  
saveMimeType(MimeType) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
saveMimeType(MimeType) - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
saveObject(T) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
saveObject(T, OpenmrsSerializer) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
saveObject(T) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Saves an object to the database in serialized form
saveObject(T, OpenmrsSerializer) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Saves an object to the database, in serialized form, using the specified OpenmrsSerializer
saveObs(Obs) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
saveObs(Obs) - Method in interface org.openmrs.api.db.ObsDAO
 
saveObs(Obs, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
saveObs(Obs, String) - Method in interface org.openmrs.api.ObsService
Save the given obs to the database.
saveObs(Obs) - Method in interface org.openmrs.obs.ComplexObsHandler
Save a complex obs.
saveObs(Obs) - Method in class org.openmrs.obs.handler.ImageHandler
 
saveObs(Obs) - Method in class org.openmrs.obs.handler.TextHandler
TODO should this support a StringReader too?
saveOrder(Order) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
saveOrder(Order) - Method in interface org.openmrs.api.db.OrderDAO
 
saveOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
saveOrder(Order) - Method in interface org.openmrs.api.OrderService
Save or update the given order in the database
saveOrderType(OrderType) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
 
saveOrderType(OrderType) - Method in interface org.openmrs.api.db.OrderDAO
 
saveOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
saveOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
Save or update the given orderType in the database
savePatient(Patient) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
savePatient(Patient) - Method in interface org.openmrs.api.db.PatientDAO
 
savePatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
savePatient(Patient) - Method in interface org.openmrs.api.PatientService
Saved the given patient to the database
savePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
savePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.db.PatientDAO
 
savePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
savePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
Saved the given patientIndentifier to the database
savePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
 
savePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.db.PatientDAO
 
savePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
TODO: Add changedBy and DateChanged columns to table patient_identifier_type
savePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
Create or update a PatientIdentifierType
savePatientProgram(PatientProgram) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
savePatientProgram(PatientProgram) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Save patientProgram to database (create if new or update if changed)
savePatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
savePatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Save patientProgram to database (create if new or update if changed)
savePerson(Person) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
savePerson(Person) - Method in interface org.openmrs.api.db.PersonDAO
 
savePerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
savePerson(Person) - Method in interface org.openmrs.api.PersonService
Creates or updates a Person in the database
savePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
savePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.db.PersonDAO
 
savePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
savePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
Save the given person attribute type in the database.
savePrivilege(Privilege) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
savePrivilege(Privilege) - Method in interface org.openmrs.api.db.UserDAO
 
savePrivilege(Privilege) - Method in class org.openmrs.api.impl.UserServiceImpl
 
savePrivilege(Privilege) - Method in interface org.openmrs.api.UserService
Save the given privilege in the database
saveProblem(Problem) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
saveProblem(Problem) - Method in interface org.openmrs.api.PatientService
Creates a ProblemListItem to the Patient's Problem Active List.
saveProgram(Program) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
 
saveProgram(Program) - Method in interface org.openmrs.api.db.ProgramWorkflowDAO
Saves a Program to the database
saveProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
saveProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
Save program to database (create if new or update if changed)
saveRelationship(Relationship) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
saveRelationship(Relationship) - Method in interface org.openmrs.api.db.PersonDAO
 
saveRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
saveRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Create or update a relationship between people.
saveRelationshipType(RelationshipType) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
 
saveRelationshipType(RelationshipType) - Method in interface org.openmrs.api.db.PersonDAO
 
saveRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
saveRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
Inserts or updates the given relationship type object in the database
saveReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated.  
saveReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.db.ReportObjectDAO
Deprecated. Auto generated method comment
saveReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
saveReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Save the given report object to the database
saveReportSchema(ReportSchema) - Method in interface org.openmrs.api.ReportService
Deprecated. Save or update the given ReportSchema in the database.
saveReportSchema(ReportSchema) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
saveReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.api.ReportService
Deprecated. Insert or update the given ReportSchemaXml object in the database.
saveReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated.  
saveReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.report.db.ReportDAO
Deprecated.  
saveReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
saveReportXmlMacros(Properties) - Method in interface org.openmrs.api.ReportService
Deprecated. Saves the macros that will be used when deserializing ReportSchemaXML
saveReportXmlMacros(Properties) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated.  
saveRole(Role) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
saveRole(Role) - Method in interface org.openmrs.api.db.UserDAO
 
saveRole(Role) - Method in class org.openmrs.api.impl.UserServiceImpl
 
saveRole(Role) - Method in interface org.openmrs.api.UserService
Save the given role in the database
saveSearchHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
saveSearchHistory(CohortSearchHistory) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. TODO: why is this method in this service?
saveState() - Static method in class org.openmrs.util.OpenmrsClassLoader
This method should be called before destroying the instance
saveTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
Create the given task
saveTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Save a task in the database.
saveToMemento() - Method in interface org.openmrs.scheduler.SchedulerService
Save the state of the scheduler service to Memento
saveToMemento() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Saves and stops all active tasks
saveUser(User, String) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
saveUser(User, String) - Method in interface org.openmrs.api.db.UserDAO
 
saveUser(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
saveUser(User, String) - Method in interface org.openmrs.api.UserService
Saves a user to the database.
Schedule - Class in org.openmrs.scheduler
Describes when to start a task and how often it should be executed.
Schedule() - Constructor for class org.openmrs.scheduler.Schedule
Public no-arg constructor.
Schedule(Date, long) - Constructor for class org.openmrs.scheduler.Schedule
Public constructor
Schedule(String, String, Date, long) - Constructor for class org.openmrs.scheduler.Schedule
Public constructor
SCHEDULER_ADMIN_EMAIL_ENABLED_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
Scheduler admin email enable property - Tell us whether we can send mail or not
SCHEDULER_ADMIN_EMAIL_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
Scheduler admin email property - Used to email administrator if a task fails
SCHEDULER_DEFAULT_DELAY - Static variable in class org.openmrs.scheduler.SchedulerConstants
 
SCHEDULER_DEFAULT_FROM - Static variable in class org.openmrs.scheduler.SchedulerConstants
The default 'from' address for emails send by the schedule
SCHEDULER_DEFAULT_PASSWORD - Static variable in class org.openmrs.scheduler.SchedulerConstants
 
SCHEDULER_DEFAULT_SUBJECT - Static variable in class org.openmrs.scheduler.SchedulerConstants
The default 'subject' for emails send by the schedule
SCHEDULER_DEFAULT_USERNAME - Static variable in class org.openmrs.scheduler.SchedulerConstants
 
SCHEDULER_MILLIS_PER_SECOND - Static variable in class org.openmrs.scheduler.SchedulerConstants
 
SCHEDULER_PASSWORD_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)
SCHEDULER_USERNAME_PROPERTY - Static variable in class org.openmrs.scheduler.SchedulerConstants
Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)
SchedulerConstants - Class in org.openmrs.scheduler
 
SchedulerConstants() - Constructor for class org.openmrs.scheduler.SchedulerConstants
 
SchedulerDAO - Interface in org.openmrs.scheduler.db
Scheduler-related database methods.
SchedulerException - Exception in org.openmrs.scheduler
 
SchedulerException() - Constructor for exception org.openmrs.scheduler.SchedulerException
 
SchedulerException(Throwable) - Constructor for exception org.openmrs.scheduler.SchedulerException
 
SchedulerException(String) - Constructor for exception org.openmrs.scheduler.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.openmrs.scheduler.SchedulerException
 
SchedulerFormValidator - Class in org.openmrs.validator
 
SchedulerFormValidator() - Constructor for class org.openmrs.validator.SchedulerFormValidator
 
SchedulerService - Interface in org.openmrs.scheduler
Defines methods required to schedule a task.
SchedulerUtil - Class in org.openmrs.scheduler
 
SchedulerUtil() - Constructor for class org.openmrs.scheduler.SchedulerUtil
 
scheduleTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
Start a scheduled task as specified in a TaskDefinition.
scheduleTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Schedule the given task according to the given schedule.
SearchArgument - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
SearchArgument() - Constructor for class org.openmrs.reporting.SearchArgument
Deprecated.  
SearchArgument(String, String, Class) - Constructor for class org.openmrs.reporting.SearchArgument
Deprecated.  
SECOND - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
SECOND - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
seconds(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of seconds
seconds(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of seconds
SECONDS_PER_MINUTE - Static variable in class org.openmrs.scheduler.Schedule
 
Security - Class in org.openmrs.util
OpenMRS's security class deals with the hashing of passwords.
Security() - Constructor for class org.openmrs.util.Security
 
SEMI - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
SEMI - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
send(Message) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. use MessageServiceImpl.sendMessage(Message)
send(Message, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. use MessageServiceImpl.sendMessage(Message, String)
send(Message, Integer) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. use MessageServiceImpl.sendMessage(Message, Integer)
send(Message, User) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. use MessageServiceImpl.sendMessage(Message, User)
send(Message, Role) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. MessageServiceImpl.send(Message, Role)
send(Message, Collection<User>) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. MessageServiceImpl.send(Message, Collection)
send(String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Deprecated. use MessageServiceImpl.send(String, String, String, String)
send(Message) - Method in class org.openmrs.notification.mail.MailMessageSender
Send the message.
send(Message) - Method in interface org.openmrs.notification.MessageSender
 
send(Message) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(Message, String) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(Message, Integer) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(Message, User) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(Message, Role) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(Message, Collection<User>) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
send(String, String, String, String) - Method in interface org.openmrs.notification.MessageService
Deprecated. 
SendEmailTask - Class in org.openmrs.scheduler.tasks
Implementation of the stateful task that sends an email.
SendEmailTask() - Constructor for class org.openmrs.scheduler.tasks.SendEmailTask
 
sendMessage(Message) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send the message.
sendMessage(String, String, String, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send a message using the given parameters.
sendMessage(Message, Integer) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send a message to a user that is identified by the given identifier.
sendMessage(Message, User) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send message to a single user.
sendMessage(Message, Collection<User>) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send message to a collection of recipients.
sendMessage(Message, String) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Send a message to a group of users identified by their role.
sendMessage(Message, Role) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Sends a message to a group of users identifier by thir role.
sendMessage(Message) - Method in interface org.openmrs.notification.MessageService
TODO Auto generated method comment
sendMessage(Message, String) - Method in interface org.openmrs.notification.MessageService
 
sendMessage(Message, Integer) - Method in interface org.openmrs.notification.MessageService
 
sendMessage(Message, User) - Method in interface org.openmrs.notification.MessageService
 
sendMessage(Message, Role) - Method in interface org.openmrs.notification.MessageService
 
sendMessage(Message, Collection<User>) - Method in interface org.openmrs.notification.MessageService
 
sendMessage(String, String, String, String) - Method in interface org.openmrs.notification.MessageService
 
sendSchedulerError(Throwable) - Static method in class org.openmrs.scheduler.SchedulerUtil
Sends an email with system information and the given exception
separator - Variable in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
SerializationException - Exception in org.openmrs.serialization
Represents an Exception that has occurred during object Serialization or Deserialization within OpenMRS
SerializationException() - Constructor for exception org.openmrs.serialization.SerializationException
Default Constructor
SerializationException(Throwable) - Constructor for exception org.openmrs.serialization.SerializationException
Inherited Constructor
SerializationException(String) - Constructor for exception org.openmrs.serialization.SerializationException
Inherited Constructor
SerializationException(String, Throwable) - Constructor for exception org.openmrs.serialization.SerializationException
Inherited Constructor
SerializationService - Interface in org.openmrs.api
Contains methods for retrieving registered Serializer instances, and for persisting/retrieving/deleting objects using serialization
SerializationServiceImpl - Class in org.openmrs.api.impl
Contains methods for retrieving registered OpenmrsSerializer instances, and for persisting/retrieving/deleting objects using serialization
SerializationServiceImpl() - Constructor for class org.openmrs.api.impl.SerializationServiceImpl
 
serialize(Object, Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
 
serialize(Object, Class<? extends OpenmrsSerializer>) - Method in interface org.openmrs.api.SerializationService
Serialize the passed object into an identifying string that can be retrieved later using the passed OpenmrsSerializer class
serialize() - Method in interface org.openmrs.Attributable
Turn the current object into an identifying string that can be retrieved later
serialize() - Method in class org.openmrs.Concept
Turns this concept into a very very simple serialized string
serialize() - Method in class org.openmrs.Location
 
serialize(Object) - Method in interface org.openmrs.serialization.OpenmrsSerializer
Turn the current object into an identifying string that can be retrieved later
serialize() - Method in class org.openmrs.util.AttributableDate
 
SerializedObject - Class in org.openmrs.api.db
Object representation of a Serialized Object as stored in the database.
SerializedObject() - Constructor for class org.openmrs.api.db.SerializedObject
Default Constructor
SerializedObjectDAO - Interface in org.openmrs.api.db
The SerializedObjectDAO is meant to be used as a means for persisting objects for which a typical relational table model is impractical.
serialVersionUID - Static variable in exception org.openmrs.api.APIAuthenticationException
 
serialVersionUID - Static variable in exception org.openmrs.api.APIException
 
serialVersionUID - Static variable in exception org.openmrs.api.context.ContextAuthenticationException
 
serialVersionUID - Static variable in class org.openmrs.Cohort
 
serialVersionUID - Static variable in class org.openmrs.Concept
 
serialVersionUID - Static variable in class org.openmrs.ConceptAnswer
 
serialVersionUID - Static variable in class org.openmrs.ConceptClass
 
serialVersionUID - Static variable in class org.openmrs.ConceptComplex
 
serialVersionUID - Static variable in class org.openmrs.ConceptDatatype
 
serialVersionUID - Static variable in class org.openmrs.ConceptMap
 
serialVersionUID - Static variable in class org.openmrs.ConceptName
 
serialVersionUID - Static variable in class org.openmrs.ConceptNameTag
 
serialVersionUID - Static variable in class org.openmrs.ConceptNumeric
 
serialVersionUID - Static variable in class org.openmrs.ConceptProposal
 
serialVersionUID - Static variable in class org.openmrs.ConceptSet
 
serialVersionUID - Static variable in class org.openmrs.ConceptSetDerived
 
serialVersionUID - Static variable in class org.openmrs.ConceptSource
 
serialVersionUID - Static variable in class org.openmrs.ConceptStateConversion
 
serialVersionUID - Static variable in class org.openmrs.ConceptWord
 
serialVersionUID - Static variable in class org.openmrs.Drug
 
serialVersionUID - Static variable in class org.openmrs.DrugIngredient
 
serialVersionUID - Static variable in class org.openmrs.DrugOrder
 
serialVersionUID - Static variable in class org.openmrs.Encounter
 
serialVersionUID - Static variable in class org.openmrs.EncounterType
 
serialVersionUID - Static variable in class org.openmrs.Field
 
serialVersionUID - Static variable in class org.openmrs.FieldAnswer
 
serialVersionUID - Static variable in class org.openmrs.FieldType
 
serialVersionUID - Static variable in class org.openmrs.Form
 
serialVersionUID - Static variable in class org.openmrs.FormField
 
serialVersionUID - Static variable in exception org.openmrs.hl7.handler.ProposingConceptException
 
serialVersionUID - Static variable in class org.openmrs.ImplementationId
 
serialVersionUID - Static variable in class org.openmrs.Location
 
serialVersionUID - Static variable in class org.openmrs.LocationTag
 
serialVersionUID - Static variable in class org.openmrs.MimeType
Deprecated.  
serialVersionUID - Static variable in exception org.openmrs.module.MandatoryModuleException
 
serialVersionUID - Static variable in exception org.openmrs.module.ModuleException
 
serialVersionUID - Static variable in exception org.openmrs.module.OpenmrsCoreModuleException
 
serialVersionUID - Static variable in class org.openmrs.obs.ComplexData
 
serialVersionUID - Static variable in class org.openmrs.Obs
 
serialVersionUID - Static variable in class org.openmrs.Order
 
serialVersionUID - Static variable in class org.openmrs.OrderType
 
serialVersionUID - Static variable in class org.openmrs.Patient
 
serialVersionUID - Static variable in class org.openmrs.PatientIdentifier
 
serialVersionUID - Static variable in class org.openmrs.PatientIdentifierType
 
serialVersionUID - Static variable in class org.openmrs.PatientProgram
 
serialVersionUID - Static variable in class org.openmrs.PatientState
 
serialVersionUID - Static variable in class org.openmrs.Person
 
serialVersionUID - Static variable in class org.openmrs.PersonAddress
 
serialVersionUID - Static variable in class org.openmrs.PersonAttribute
 
serialVersionUID - Static variable in class org.openmrs.PersonAttributeType
 
serialVersionUID - Static variable in class org.openmrs.PersonName
 
serialVersionUID - Static variable in class org.openmrs.Privilege
 
serialVersionUID - Static variable in class org.openmrs.Program
 
serialVersionUID - Static variable in class org.openmrs.Relationship
 
serialVersionUID - Static variable in class org.openmrs.RelationshipType
 
serialVersionUID - Static variable in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.CalculatedColumn
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.Role
 
serialVersionUID - Static variable in class org.openmrs.Tribe
Deprecated.  
serialVersionUID - Static variable in class org.openmrs.User
 
serialVersionUID - Static variable in exception org.openmrs.util.DatabaseUpdateException
 
serialVersionUID - Static variable in exception org.openmrs.util.InputRequiredException
 
ServiceContext - Class in org.openmrs.api.context
Represents an OpenMRS Service Context, which returns the services represented throughout the system.
sessionFactory - Variable in class org.openmrs.api.db.hibernate.HibernateObsDAO
 
set(int, Result) - Method in class org.openmrs.logic.result.EmptyResult
 
setAccessionNumber(String) - Method in class org.openmrs.Obs
 
setAccessionNumber(String) - Method in class org.openmrs.Order
 
setAction(String) - Method in class org.openmrs.arden.MLMObject
 
setActionString(String) - Method in class org.openmrs.arden.Action
 
setActivator(Activator) - Method in class org.openmrs.module.Module
 
setActivatorName(String) - Method in class org.openmrs.module.Module
 
setActive(boolean) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
setActiveListDAO(ActiveListDAO) - Method in interface org.openmrs.api.ActiveListService
Sets the DAO for this service.
setActiveListDAO(ActiveListDAO) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
setActiveListId(Integer) - Method in class org.openmrs.activelist.ActiveListItem
 
setActiveListService(ActiveListService) - Method in class org.openmrs.api.context.ServiceContext
Sets the ActiveListService used in the context
setActiveListType(ActiveListType) - Method in class org.openmrs.activelist.ActiveListItem
 
setActiveListTypeId(Integer) - Method in class org.openmrs.activelist.ActiveListType
 
setActiveMessageSource(MutableMessageSource) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
Sets the message source service which will actually provide services.
setActiveMessageSource(MutableMessageSource) - Method in interface org.openmrs.messagesource.MessageSourceService
Sets the message source service which will actually provide services.
setAdditionalPackages(Set<String>) - Method in class org.openmrs.module.ModuleClassLoader
 
setAddress1(String) - Method in interface org.openmrs.Address
 
setAddress1(String) - Method in class org.openmrs.Location
 
setAddress1(String) - Method in class org.openmrs.PersonAddress
 
setAddress2(String) - Method in interface org.openmrs.Address
 
setAddress2(String) - Method in class org.openmrs.Location
 
setAddress2(String) - Method in class org.openmrs.PersonAddress
 
setAddress3(String) - Method in interface org.openmrs.Address
 
setAddress3(String) - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
setAddress3(String) - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
setAddress4(String) - Method in interface org.openmrs.Address
 
setAddress4(String) - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
setAddress4(String) - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
setAddress5(String) - Method in interface org.openmrs.Address
 
setAddress5(String) - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
setAddress5(String) - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
setAddress6(String) - Method in interface org.openmrs.Address
 
setAddress6(String) - Method in class org.openmrs.Location
Added for compatibility reasons with 1.8+
setAddress6(String) - Method in class org.openmrs.PersonAddress
Added for compatibility reasons with 1.8+
setAddresses(Set<PersonAddress>) - Method in class org.openmrs.Person
 
setAdministrationDAO(AdministrationDAO) - Method in interface org.openmrs.api.AdministrationService
Used by Spring to set the specific/chosen database access implementation
setAdministrationDAO(AdministrationDAO) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
setAdministrationService(AdministrationService) - Method in class org.openmrs.api.context.ServiceContext
 
setAdvicePoints(List<AdvicePoint>) - Method in class org.openmrs.module.Module
 
setAgeMax(String) - Method in class org.openmrs.arden.MLMObject
 
setAgeMin(String) - Method in class org.openmrs.arden.MLMObject
 
setaIsToB(String) - Method in class org.openmrs.RelationshipType
 
setAlert(Alert) - Method in class org.openmrs.notification.AlertRecipient
 
setAlertDAO(AlertDAO) - Method in interface org.openmrs.notification.AlertService
Used by Spring to set the specific/chosen database access implementation
setAlertDAO(AlertDAO) - Method in class org.openmrs.notification.impl.AlertServiceImpl
 
setAlertId(Integer) - Method in class org.openmrs.notification.Alert
 
setAlertRead(Boolean) - Method in class org.openmrs.notification.Alert
 
setAlertRead(Boolean) - Method in class org.openmrs.notification.AlertRecipient
 
setAlertService(AlertService) - Method in class org.openmrs.api.context.ServiceContext
 
setAliveOnly(Boolean) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setAllergen(Concept) - Method in class org.openmrs.activelist.Allergy
Set the allergen concept
setAllergyType(AllergyType) - Method in class org.openmrs.activelist.Allergy
 
setAllergyType(String) - Method in class org.openmrs.activelist.Allergy
 
setAllPatients(boolean) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
setAllPatients(boolean) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setAllPatients(boolean) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setAllWorkflows(Set<ProgramWorkflow>) - Method in class org.openmrs.Program
 
setAnswer(Object) - Method in class org.openmrs.arden.Comparison
 
SetAnswer(String, Object, String) - Method in class org.openmrs.arden.MLMObject
 
setAnswerConcept(Concept) - Method in class org.openmrs.ConceptAnswer
 
setAnswerDrug(Drug) - Method in class org.openmrs.ConceptAnswer
 
SetAnswerList(String, Object, String) - Method in class org.openmrs.arden.MLMObject
 
SetAnswerListKey(String, String) - Method in class org.openmrs.arden.MLMObject
 
setAnswers(Collection<ConceptAnswer>) - Method in class org.openmrs.Concept
Set this Concept as having the given answers; This method assumes that the sort_weight has already been set.
setAnswers(Set<FieldAnswer>) - Method in class org.openmrs.Field
 
setAnyOrAll(PatientSetService.GroupMethod) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setApplicationContext(ApplicationContext) - Method in class org.openmrs.api.context.ServiceContext
 
setApplicationContext(ApplicationContext) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
setArdenService(ArdenService) - Method in class org.openmrs.api.context.ServiceContext
 
setArgument(String) - Method in class org.openmrs.report.RenderingMode
Deprecated.  
setArguments(List<SearchArgument>) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setAsText(String) - Method in class org.openmrs.propertyeditor.AbstractReportObjectEditor
Deprecated.  
setAsText(String) - Method in class org.openmrs.propertyeditor.CohortEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptAnswerEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptAnswersEditor
loops over the textbox assigned to this property.
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptClassEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptDatatypeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptNameEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptNumericEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptSetsEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ConceptSourceEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.DataExportReportObjectEditor
Deprecated.  
setAsText(String) - Method in class org.openmrs.propertyeditor.DrugEditor
Sets the value of the property editor given the drug identifier.
setAsText(String) - Method in class org.openmrs.propertyeditor.EncounterEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.EncounterTypeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.FormEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.LocationEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.LocationTagEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.OrderEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.OrderTypeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PatientEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PatientIdentifierTypeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PersonAttributeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PersonAttributeTypeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PersonEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.PrivilegeEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ProgramEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ProgramWorkflowEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ProgramWorkflowStateEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.ReportDefinitionEditor
Deprecated.  
setAsText(String) - Method in class org.openmrs.propertyeditor.ReportSchemaXmlEditor
Deprecated.  
setAsText(String) - Method in class org.openmrs.propertyeditor.RoleEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.UserEditor
 
setAsText(String) - Method in class org.openmrs.propertyeditor.WorkflowCollectionEditor
Takes a "program_id:list" where program_id is the id of the program that this collection is for (or not present, if it's a new program) and list is a space-separated list of concept ids.
setAt(String) - Method in class org.openmrs.arden.MLMObject
 
setAtLeastCount(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setAtMostCount(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setAttachment(String) - Method in class org.openmrs.notification.Message
 
setAttachmentContentType(String) - Method in class org.openmrs.notification.Message
 
setAttachmentFileName(String) - Method in class org.openmrs.notification.Message
 
setAttribute(PersonAttributeType) - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
setAttributeName(String) - Method in class org.openmrs.Field
 
setAttributes(Set<PersonAttribute>) - Method in class org.openmrs.Person
 
setAttributeType(PersonAttributeType) - Method in class org.openmrs.PersonAttribute
 
setAtVar(String) - Method in class org.openmrs.arden.Action
 
setAuthenticatedUserId(Integer) - Static method in class org.openmrs.util.DatabaseUpdater
 
setAuthor(String) - Method in class org.openmrs.arden.MLMObject
 
setAuthor(String) - Method in class org.openmrs.module.Module
 
setAuthor(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setAutoExpireDate(Date) - Method in class org.openmrs.Order
 
setBaseCohort(Cohort) - Method in class org.openmrs.report.EvaluationContext
Deprecated.  
setBaseFilter(PatientFilter) - Method in class org.openmrs.reporting.InversePatientFilter
Deprecated.  
setBasename(String) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
Override to obtain a local reference to the basenames.
setBasenames(String[]) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
Override to obtain a local reference to the basenames.
setBirthdate(Date) - Method in class org.openmrs.Person
 
setBirthdateEstimated(Boolean) - Method in class org.openmrs.Person
 
setBirthdateFromAge(int, Date) - Method in class org.openmrs.Person
Convenience method: sets a person's birth date from an age as of the given date Also sets flag indicating that the birth date is inexact.
setbIsToA(String) - Method in class org.openmrs.RelationshipType
 
setBufferSize(int) - Method in class org.openmrs.util.MemoryAppender
 
setBuild(Integer) - Method in class org.openmrs.Form
 
setCache(Map<String, Object>) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Set the cache property
setCachedResult(Cohort) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setCachedResultDate(Date) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setCacheSeconds(int) - Method in class org.openmrs.messagesource.impl.MutableResourceBundleMessageSource
 
setCalculationMethod(PatientSetService.PatientLocationMethod) - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
setCallMethod(String) - Method in class org.openmrs.arden.Call
 
setCallVar(String) - Method in class org.openmrs.arden.Call
 
setCanReplace(String) - Method in class org.openmrs.order.RegimenSuggestion
 
setCauseOfDeath(Concept) - Method in class org.openmrs.Person
 
setChangedBy(User) - Method in class org.openmrs.api.db.LoginCredential
 
setChangedBy(User) - Method in interface org.openmrs.Auditable
 
setChangedBy(User) - Method in class org.openmrs.BaseOpenmrsData
 
setChangedBy(User) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setChangedBy(User) - Method in class org.openmrs.Concept
 
setChangedBy(User) - Method in class org.openmrs.ConceptAnswer
Not currently used.
setChangedBy(User) - Method in class org.openmrs.ConceptDescription
 
setChangedBy(User) - Method in class org.openmrs.ConceptMap
Not currently used.
setChangedBy(User) - Method in class org.openmrs.ConceptName
Not currently used.
setChangedBy(User) - Method in class org.openmrs.ConceptNameTag
Not currently used.
setChangedBy(User) - Method in class org.openmrs.ConceptProposal
 
setChangedBy(User) - Method in class org.openmrs.ConceptSet
Not currently used.
setChangedBy(User) - Method in class org.openmrs.notification.Alert
 
setChangedBy(User) - Method in class org.openmrs.reporting.Report
Deprecated.  
setChangedBy(User) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setCheckDigit(Boolean) - Method in class org.openmrs.PatientIdentifierType
Deprecated. No need for this field now that any validator algorithm can be chosen.
setChildLocations(Set<Location>) - Method in class org.openmrs.Location
 
setCitations(String) - Method in class org.openmrs.arden.MLMObject
 
setCityVillage(String) - Method in interface org.openmrs.Address
 
setCityVillage(String) - Method in class org.openmrs.Location
 
setCityVillage(String) - Method in class org.openmrs.PersonAddress
 
setClassName(String) - Method in class org.openmrs.arden.MLMObject
 
setClassName(String) - Method in class org.openmrs.ConceptDerived
Updates the name of the class that implements this rule
setClassName(String) - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
setClazz(Class<?>) - Method in class org.openmrs.report.Parameter
Deprecated.  
setClean() - Method in class org.openmrs.FieldAnswer
 
setCode(String) - Method in class org.openmrs.messagesource.PresentationMessage
Sets the look-up key for the message.
setCodeName(String) - Method in class org.openmrs.order.RegimenSuggestion
 
setCohort(Cohort) - Method in class org.openmrs.cohort.StaticCohortDefinition
Deprecated.  
setCohort(Cohort) - Method in class org.openmrs.reporting.CohortFilter
Deprecated.  
setCohort(Cohort) - Method in class org.openmrs.reporting.data.CohortDefinition
Deprecated. Set the cohort instance for this cohort definition.
setCohortDAO(CohortDAO) - Method in interface org.openmrs.api.CohortService
Sets the CohortDAO for this service to use
setCohortDAO(CohortDAO) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
setCohortData(Map<String, Cohort>) - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
setCohortDefinition(CohortDefinition) - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
setCohortDefinition(CohortDefinition) - Method in class org.openmrs.Cohort
Deprecated. 
setCohortDefinition(CohortDefinition) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Sets the default cohort definition.
setCohortDefinition(CohortDefinition) - Method in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated.  
setCohortDefinitionId(Integer) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setCohortDefinitionId(Integer) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setCohortDefinitionProviders(Map<Class<? extends CohortDefinition>, CohortDefinitionProvider>) - Method in interface org.openmrs.api.CohortService
Deprecated. see reportingcompatibility module
setCohortDefinitionProviders(Map<Class<? extends CohortDefinition>, CohortDefinitionProvider>) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated. see reportingcompatibility module
setCohortId(Integer) - Method in class org.openmrs.Cohort
 
setCohortId(Integer) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setCohortId(Integer) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setCohortId(Integer) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setCohortService(CohortService) - Method in class org.openmrs.api.context.ServiceContext
 
setColumnName(String) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setColumnName(String) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setColumnName(String) - Method in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
setColumnName(String) - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
setColumnName(String) - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
setColumnName(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
This is called by liquibase to set the parameter "columnName" onto this change.
setColumns(List<ExportColumn>) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setColumns(List<ExportColumn>) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setColumnType(String) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setColumnType(String) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setColumnType(String) - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
setColumnType(String) - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
setCombination(Boolean) - Method in class org.openmrs.Drug
Sets whether or not this is a combination drug
setComment(String) - Method in class org.openmrs.ConceptMap
 
setComment(String) - Method in class org.openmrs.Obs
 
setComments(String) - Method in class org.openmrs.activelist.ActiveListItem
 
setComments(String) - Method in class org.openmrs.ConceptProposal
 
setComments(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setCompileDate(Date) - Method in class org.openmrs.ConceptDerived
Updates date on which rule was last compiled
setCompileStatus(String) - Method in class org.openmrs.ConceptDerived
Sets result status of last compilation of rule
setComplex(Boolean) - Method in class org.openmrs.DrugOrder
Sets whether this drug is complex
setComplexData(ComplexData) - Method in class org.openmrs.Obs
Set the ComplexData for this Obs.
setConcept(Concept) - Method in class org.openmrs.activelist.ActiveListItem
 
setConcept(Concept) - Method in class org.openmrs.ConceptAnswer
 
setConcept(Concept) - Method in class org.openmrs.ConceptDescription
 
setConcept(Concept) - Method in class org.openmrs.ConceptMap
 
setConcept(Concept) - Method in class org.openmrs.ConceptName
 
setConcept(Concept) - Method in class org.openmrs.ConceptSet
 
setConcept(Concept) - Method in class org.openmrs.ConceptSetDerived
 
setConcept(Concept) - Method in class org.openmrs.ConceptStateConversion
 
setConcept(Concept) - Method in class org.openmrs.ConceptWord
 
setConcept(Concept) - Method in class org.openmrs.Drug
Sets the concept this drug is tied to
setConcept(Concept) - Method in class org.openmrs.Field
 
setConcept(Concept) - Method in class org.openmrs.FieldAnswer
 
setConcept(Concept) - Method in exception org.openmrs.hl7.handler.ProposingConceptException
 
setConcept(Concept) - Method in class org.openmrs.Obs
 
setConcept(Concept) - Method in class org.openmrs.Order
 
setConcept(Concept) - Method in class org.openmrs.Program
 
setConcept(Concept) - Method in class org.openmrs.ProgramWorkflow
 
setConcept(Concept) - Method in class org.openmrs.ProgramWorkflowState
 
setConceptAnswerId(Integer) - Method in class org.openmrs.ConceptAnswer
 
setConceptClass(ConceptClass) - Method in class org.openmrs.Concept
 
setConceptClassId(Integer) - Method in class org.openmrs.ConceptClass
 
setConceptDAO(ConceptDAO) - Method in interface org.openmrs.api.ConceptService
Sets the data access object for Concepts.
setConceptDAO(ConceptDAO) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
setConceptDatatypeId(Integer) - Method in class org.openmrs.ConceptDatatype
 
setConceptDescriptionId(Integer) - Method in class org.openmrs.ConceptDescription
 
setConceptId(Integer) - Method in class org.openmrs.Concept
 
setConceptId(Integer) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setConceptId(Integer) - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
setConceptMapId(Integer) - Method in class org.openmrs.ConceptMap
 
setConceptMappings(Collection<ConceptMap>) - Method in class org.openmrs.Concept
 
setConceptName(String) - Method in class org.openmrs.arden.MLMObjectElement
 
setConceptName(ConceptName) - Method in class org.openmrs.ConceptWord
Sets the concept name associated with this word.
setConceptName(String) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setConceptName(String) - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
setConceptNameId(Integer) - Method in class org.openmrs.ConceptName
 
setConceptNameTagId(Integer) - Method in class org.openmrs.ConceptNameTag
 
setConceptNameType(ConceptNameType) - Method in class org.openmrs.ConceptName
 
setConceptProposalId(Integer) - Method in class org.openmrs.ConceptProposal
 
setConceptService(ConceptService) - Method in class org.openmrs.api.context.ServiceContext
 
setConceptSet(Concept) - Method in class org.openmrs.ConceptSet
 
setConceptSet(Concept) - Method in class org.openmrs.ConceptSetDerived
 
setConceptSetId(Integer) - Method in class org.openmrs.ConceptSet
Sets the concept set identifier.
setConceptSets(Collection<ConceptSet>) - Method in class org.openmrs.Concept
 
setConceptSourceId(Integer) - Method in class org.openmrs.ConceptSource
 
setConceptStateConversionId(Integer) - Method in class org.openmrs.ConceptStateConversion
 
SetConceptVar(String) - Method in class org.openmrs.arden.MLMObject
 
setConceptWordId(Integer) - Method in class org.openmrs.ConceptWord
Set the unique identifier for this concept word
setConfig(Document) - Method in class org.openmrs.module.Module
 
setContent(String) - Method in class org.openmrs.notification.Message
 
setContent(String) - Method in class org.openmrs.notification.Template
 
setContentType(String) - Method in class org.openmrs.notification.Message
 
setContext(Context) - Method in class org.openmrs.scheduler.StatefulTask
Set the context for this task.
setContextDAO(ContextDAO) - Method in class org.openmrs.api.context.Context
Used to set the context's DAO for the application.
setCountry(String) - Method in interface org.openmrs.Address
 
setCountry(String) - Method in class org.openmrs.Location
 
setCountry(String) - Method in class org.openmrs.PersonAddress
 
setCountyDistrict(String) - Method in interface org.openmrs.Address
 
setCountyDistrict(String) - Method in class org.openmrs.Location
 
setCountyDistrict(String) - Method in class org.openmrs.PersonAddress
 
setCreatedBy(User) - Method in class org.openmrs.scheduler.TaskDefinition
Deprecated. use BaseOpenmrsMetadata.setCreator(User)
setCreator(User) - Method in interface org.openmrs.Auditable
 
setCreator(User) - Method in class org.openmrs.BaseOpenmrsData
 
setCreator(User) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setCreator(User) - Method in class org.openmrs.Concept
 
setCreator(User) - Method in class org.openmrs.ConceptAnswer
 
setCreator(User) - Method in class org.openmrs.ConceptDescription
 
setCreator(User) - Method in class org.openmrs.ConceptMap
 
setCreator(User) - Method in class org.openmrs.ConceptName
 
setCreator(User) - Method in class org.openmrs.ConceptNameTag
 
setCreator(User) - Method in class org.openmrs.ConceptProposal
 
setCreator(User) - Method in class org.openmrs.ConceptSet
 
setCreator(User) - Method in class org.openmrs.ConceptSource
 
setCreator(User) - Method in class org.openmrs.FieldAnswer
 
setCreator(User) - Method in class org.openmrs.notification.Alert
 
setCreator(User) - Method in class org.openmrs.reporting.Report
Deprecated.  
setCreator(User) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setCriteria(LogicCriteria) - Method in class org.openmrs.reporting.LogicPatientFilter
Deprecated.  
setData(String) - Method in class org.openmrs.arden.MLMObject
 
setData(Map) - Method in class org.openmrs.notification.Template
 
setData(List<Obs>) - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
setData(List<PatientProgram>) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
setDataExport(DataExportReportObject) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Sets the default data export object.
setDataset(DataExportReportObject) - Method in class org.openmrs.reporting.data.DatasetDefinition
Deprecated.  
setDatasetDefinition(DatasetDefinition) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Sets the default dataset definition.
setDatasetDefinition(DatasetDefinition) - Method in class org.openmrs.reporting.report.ReportElementDefinition
Deprecated.  
setDataSetDefinitions(List<DataSetDefinition>) - Method in class org.openmrs.report.ReportSchema
Deprecated. Set List dataSetDefinitions
setDatasetLocation(String) - Method in class org.openmrs.reporting.data.DatasetDefinition
Deprecated. Sets the location of the dataset export.
setDataSets(Map<String, DataSet>) - Method in class org.openmrs.report.ReportData
Deprecated.  
setDataSetService(DataSetService) - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
setDatatype(ConceptDatatype) - Method in class org.openmrs.Concept
 
setDatatype(Result.Datatype) - Method in class org.openmrs.logic.result.Result
Changes the default datatype of the result
setDate(String) - Method in class org.openmrs.arden.MLMObject
 
setDateChanged(Date) - Method in class org.openmrs.api.db.LoginCredential
 
setDateChanged(Date) - Method in interface org.openmrs.Auditable
 
setDateChanged(Date) - Method in class org.openmrs.BaseOpenmrsData
 
setDateChanged(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setDateChanged(Date) - Method in class org.openmrs.Concept
 
setDateChanged(Date) - Method in class org.openmrs.ConceptAnswer
Not currently used.
setDateChanged(Date) - Method in class org.openmrs.ConceptDescription
Sets the date when the description was changed.
setDateChanged(Date) - Method in class org.openmrs.ConceptMap
Not currently used.
setDateChanged(Date) - Method in class org.openmrs.ConceptName
Not currently used.
setDateChanged(Date) - Method in class org.openmrs.ConceptNameTag
Not currently used.
setDateChanged(Date) - Method in class org.openmrs.ConceptProposal
 
setDateChanged(Date) - Method in class org.openmrs.ConceptSet
Not currently used.
setDateChanged(Date) - Method in class org.openmrs.notification.Alert
 
setDateChanged(Date) - Method in class org.openmrs.notification.AlertRecipient
 
setDateChanged(Date) - Method in class org.openmrs.notification.Note
 
setDateChanged(Date) - Method in class org.openmrs.reporting.Report
Deprecated.  
setDateChanged(Date) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setDateCompleted(Date) - Method in class org.openmrs.PatientProgram
 
setDateCreated(Date) - Method in interface org.openmrs.Auditable
 
setDateCreated(Date) - Method in class org.openmrs.BaseOpenmrsData
 
setDateCreated(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setDateCreated(Date) - Method in class org.openmrs.Concept
 
setDateCreated(Date) - Method in class org.openmrs.ConceptAnswer
 
setDateCreated(Date) - Method in class org.openmrs.ConceptDescription
 
setDateCreated(Date) - Method in class org.openmrs.ConceptMap
 
setDateCreated(Date) - Method in class org.openmrs.ConceptName
 
setDateCreated(Date) - Method in class org.openmrs.ConceptNameTag
 
setDateCreated(Date) - Method in class org.openmrs.ConceptProposal
 
setDateCreated(Date) - Method in class org.openmrs.ConceptSet
 
setDateCreated(Date) - Method in class org.openmrs.ConceptSource
 
setDateCreated(Date) - Method in class org.openmrs.FieldAnswer
 
setDateCreated(Date) - Method in class org.openmrs.hl7.HL7InArchive
 
setDateCreated(Date) - Method in class org.openmrs.hl7.HL7InError
 
setDateCreated(Date) - Method in class org.openmrs.hl7.HL7InQueue
 
setDateCreated(Date) - Method in class org.openmrs.notification.Alert
 
setDateCreated(Date) - Method in class org.openmrs.notification.Note
 
setDateCreated(Date) - Method in class org.openmrs.reporting.Report
Deprecated.  
setDateCreated(Date) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setDateEnrolled(Date) - Method in class org.openmrs.PatientProgram
 
setDateFormat(String) - Method in class org.openmrs.scheduler.Schedule
Sets the date format used to set the start time.
setDateRetired(Date) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setDateRetired(Date) - Method in class org.openmrs.Concept
 
setDateRetired(Date) - Method in interface org.openmrs.Retireable
 
setDateStarted(Date) - Method in class org.openmrs.Obs
 
setDateStopped(Date) - Method in class org.openmrs.Obs
 
setDateToExpire(Date) - Method in class org.openmrs.notification.Alert
 
setDateVoided(Date) - Method in class org.openmrs.BaseOpenmrsData
 
setDateVoided(Date) - Method in class org.openmrs.ConceptName
Sets the Data this ConceptName was voided.
setDateVoided(Date) - Method in class org.openmrs.ConceptNameTag
Sets the Data this ConceptName was voided.
setDateVoided(Date) - Method in class org.openmrs.ConceptSource
Deprecated. 
setDateVoided(Date) - Method in class org.openmrs.PersonName
 
setDateVoided(Date) - Method in class org.openmrs.reporting.Report
Deprecated.  
setDateVoided(Date) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setDateVoided(Date) - Method in interface org.openmrs.Voidable
 
setDaysKept(Integer) - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
 
setDead(Boolean) - Method in class org.openmrs.Person
 
setDeadOnly(Boolean) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setDeathDate(Date) - Method in class org.openmrs.Person
 
setDefaultValidator(String) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated.  
setDefaultValue(String) - Method in class org.openmrs.Field
 
setDefaultValue(Object) - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
setDefaultValue(Object) - Method in class org.openmrs.report.Parameter
Deprecated.  
setDefinition(CohortDataSetDefinition) - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
setDefinition(RowPerObsDataSetDefinition) - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
setDefinition(RowPerProgramEnrollmentDataSetDefinition) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
setDegree(String) - Method in class org.openmrs.PersonName
 
setDescription(String) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setDescription(String) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setDescription(String) - Method in class org.openmrs.Cohort
 
setDescription(String) - Method in class org.openmrs.ConceptDescription
 
setDescription(String) - Method in class org.openmrs.ConceptNameTag
Sets the description of this tag.
setDescription(String) - Method in class org.openmrs.ConceptSource
 
setDescription(String) - Method in class org.openmrs.GlobalProperty
 
setDescription(String) - Method in class org.openmrs.ImplementationId
Text describing this implementation.
setDescription(String) - Method in class org.openmrs.messagesource.PresentationMessage
 
setDescription(String) - Method in class org.openmrs.module.Module
 
setDescription(String) - Method in class org.openmrs.notification.NoteType
 
setDescription(String) - Method in interface org.openmrs.OpenmrsMetadata
 
setDescription(String, String) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Sets a description for the cohort name if it exists.
setDescription(String) - Method in class org.openmrs.report.ReportSchema
Deprecated. Set a description for this ReportSchema
setDescription(String) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
setDescription(String) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setDescription(String) - Method in class org.openmrs.reporting.Report
Deprecated.  
setDescription(String) - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
setDescription(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setDescription(String) - Method in class org.openmrs.scheduler.Schedule
Sets the description of the schedule.
setDescription(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setDescriptions(Collection<ConceptDescription>) - Method in class org.openmrs.Concept
Sets the collection of descriptions for this Concept.
setDescriptions(Map<String, String>) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Set the key-value pairs of names to cohort descriptions
setDiscontinued(Boolean) - Method in class org.openmrs.Order
 
setDiscontinued(Boolean) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setDiscontinuedBy(User) - Method in class org.openmrs.Order
 
setDiscontinuedDate(Date) - Method in class org.openmrs.Order
 
setDiscontinuedReason(Concept) - Method in class org.openmrs.Order
 
setDiscontinuedReasonList(List<Concept>) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setDiscontinuedReasonNonCoded(String) - Method in class org.openmrs.Order
 
setDisplayName(String) - Method in class org.openmrs.order.RegimenSuggestion
 
setDisplayName(String) - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
setDosageForm(Concept) - Method in class org.openmrs.Drug
 
setDose(Double) - Method in class org.openmrs.DrugOrder
 
setDose(String) - Method in class org.openmrs.order.DrugSuggestion
 
setDoseStrength(Double) - Method in class org.openmrs.Drug
Sets the dose strength
setDownloadURL(String) - Method in class org.openmrs.module.Module
 
setDrug(Concept) - Method in class org.openmrs.DrugIngredient
 
setDrug(Drug) - Method in class org.openmrs.DrugOrder
Sets the drug
setDrugComponents(List<DrugSuggestion>) - Method in class org.openmrs.order.RegimenSuggestion
 
setDrugConcept(Concept) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
setDrugId(Integer) - Method in class org.openmrs.Drug
Sets the internal identification number for this drug
setDrugId(String) - Method in class org.openmrs.order.DrugSuggestion
 
setDrugId(Integer) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
setDrugList(List<Drug>) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setDrugList(List<Drug>) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setDrugSets(List<Concept>) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setDuration(String, String, String, String) - Method in class org.openmrs.arden.MLMObject
 
setDuration(String, String, String) - Method in class org.openmrs.arden.MLMObjectElement
 
setEditPrivilege(Privilege) - Method in class org.openmrs.PersonAttributeType
The privilege required in order to edit this attribute If editPrivilege is null, no extra permissions are required to edit this type
setEffectiveDate(Date) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setEncounter(Encounter) - Method in class org.openmrs.ConceptProposal
 
setEncounter(Encounter) - Method in class org.openmrs.Obs
 
setEncounter(Encounter) - Method in class org.openmrs.Order
 
setEncounterDAO(EncounterDAO) - Method in interface org.openmrs.api.EncounterService
Set the given dao on this encounter service.
setEncounterDAO(EncounterDAO) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
setEncounterDatetime(Date) - Method in class org.openmrs.Encounter
 
setEncounterId(Integer) - Method in class org.openmrs.Encounter
 
setEncounterService(EncounterService) - Method in class org.openmrs.api.context.ServiceContext
 
setEncounterType(EncounterType) - Method in class org.openmrs.Encounter
 
setEncounterType(EncounterType) - Method in class org.openmrs.Form
 
setEncounterType(EncounterType) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated. 
setEncounterTypeId(Integer) - Method in class org.openmrs.EncounterType
 
setEncounterTypeList(List<EncounterType>) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setEndDate(Date) - Method in class org.openmrs.activelist.ActiveListItem
 
setEndDate(Date) - Method in class org.openmrs.PatientState
 
setEquivalentDailyDose(Double) - Method in class org.openmrs.DrugOrder
 
setError(String) - Method in class org.openmrs.hl7.HL7InError
 
setErrorDetails(String) - Method in class org.openmrs.hl7.HL7InError
 
setErrorMessage(String) - Method in class org.openmrs.hl7.HL7InQueue
 
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.Cohort
Deprecated. 
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.report.ReportData
Deprecated. Saves the EvaluationContext that was used to obtain this ReportData.
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.report.RowPerObsDataSet
Deprecated.  
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSet
Deprecated.  
setEvaluationContext(EvaluationContext) - Method in class org.openmrs.scheduler.tasks.GenerateDataExportTask
Deprecated.  
setEventListeners(EventListeners) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
setExplanation(String) - Method in class org.openmrs.arden.MLMObject
 
setExtensionNames(IdentityHashMap<String, String>) - Method in class org.openmrs.module.Module
A map of pointid to classname.
setExtensions(List<Extension>) - Method in class org.openmrs.module.Module
 
setExtras(String[]) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setExtras(String[]) - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
setFamilyName(String) - Method in class org.openmrs.PersonName
 
setFamilyName2(String) - Method in class org.openmrs.PersonName
 
setFamilyNamePrefix(String) - Method in class org.openmrs.PersonName
 
setFamilyNameSuffix(String) - Method in class org.openmrs.PersonName
 
setField(Field) - Method in class org.openmrs.FieldAnswer
 
setField(Field) - Method in class org.openmrs.FormField
 
setFieldId(Integer) - Method in class org.openmrs.Field
 
setFieldNumber(Integer) - Method in class org.openmrs.FormField
 
setFieldPart(String) - Method in class org.openmrs.FormField
 
setFieldType(FieldType) - Method in class org.openmrs.Field
 
setFieldTypeId(Integer) - Method in class org.openmrs.FieldType
 
setFile(File) - Method in class org.openmrs.module.Module
 
setFileOpener(FileOpener) - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
 
setFileOpener(FileOpener) - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
 
setFileOpener(FileOpener) - Method in class org.openmrs.util.databasechange.GenerateUuid
 
setFileOpener(FileOpener) - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
setFileOpener(FileOpener) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
 
setFilter(PatientFilter) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setFilter(CohortDefinition) - Method in class org.openmrs.report.ReportSchema
Deprecated. Set the filter
setFilter(CohortDefinition) - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
setFilter(CohortDefinition) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
setFilterClass(Class) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setFilterId(Integer) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setFilters(List<PatientFilter>) - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
setFinalText(String) - Method in class org.openmrs.ConceptProposal
 
setForeignKey(Integer) - Method in class org.openmrs.PersonAttributeType
 
setForm(Form) - Method in class org.openmrs.Encounter
 
setForm(Form) - Method in class org.openmrs.FormField
 
setForm(Form) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setFormat(String) - Method in exception org.openmrs.api.InvalidIdentifierFormatException
 
setFormat(String) - Method in class org.openmrs.PatientIdentifierType
 
setFormat(String) - Method in class org.openmrs.PersonAttributeType
 
setFormatDescription(String) - Method in class org.openmrs.PatientIdentifierType
 
setFormDAO(FormDAO) - Method in class org.openmrs.api.impl.FormServiceImpl
Method used to inject the data access object.
setFormFieldId(Integer) - Method in class org.openmrs.FormField
 
setFormFields(Set<FormField>) - Method in class org.openmrs.Form
 
setFormId(Integer) - Method in class org.openmrs.Form
 
setForms(Set<Form>) - Method in class org.openmrs.Field
Deprecated. This method does nothing. Forms that a Field is on are managed through the FormField object
setFormService(FormService) - Method in class org.openmrs.api.context.ServiceContext
 
setFrequency(String) - Method in class org.openmrs.DrugOrder
Sets the frequency
setFrequency(String) - Method in class org.openmrs.order.DrugSuggestion
 
setFromDate(Date) - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
setFromDate(Date) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
setFullySpecifiedName(ConceptName) - Method in class org.openmrs.Concept
Sets the specified name as the fully specified name for the locale and the current fully specified (if any) ceases to be the fully specified name for the locale.
setGender(String) - Method in class org.openmrs.Person
 
setGender(String) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setGenericDrugList(List<Concept>) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setGivenName(String) - Method in class org.openmrs.PersonName
 
setGlobalParameter(String, Object) - Method in interface org.openmrs.logic.LogicContext
Assigns a value to a global parameters within this logic context
setGlobalProperties(List<GlobalProperty>) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.saveGlobalProperties(List)
setGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
setGlobalProperties(List<GlobalProperty>) - Method in class org.openmrs.module.Module
 
setGlobalProperty(String, String) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use #saveGlobalProperty(GlobalProperty)
setGlobalProperty(GlobalProperty) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use AdministrationService.saveGlobalProperty(GlobalProperty)
setGlobalProperty(String, String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
setGlobalProperty(GlobalProperty) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
setGlobalPropertyListeners(List<GlobalPropertyListener>) - Method in class org.openmrs.api.EventListeners
 
setGroupMembers(Set<Obs>) - Method in class org.openmrs.Obs
Set the members of the obs group, if this obs is a group.
setGroupMethod(PatientSetService.GroupMethod) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
setHandler(String) - Method in class org.openmrs.ConceptComplex
Set the ConceptComplexHandler.
setHandlers(Map<String, ComplexObsHandler>) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
setHandlers(Map<String, ComplexObsHandler>) - Method in interface org.openmrs.api.ObsService
Add the given map to this service's handlers.
setHashedPassword(String) - Method in class org.openmrs.api.db.LoginCredential
 
setHiAbsolute(Double) - Method in class org.openmrs.ConceptNumeric
 
setHiCritical(Double) - Method in class org.openmrs.ConceptNumeric
 
setHigh(Double) - Method in class org.openmrs.util.DoubleRange
 
setHiNormal(Double) - Method in class org.openmrs.ConceptNumeric
 
setHistory(CohortSearchHistory) - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
setHl7Abbreviation(String) - Method in class org.openmrs.ConceptDatatype
 
setHl7Code(String) - Method in class org.openmrs.ConceptSource
 
setHL7DAO(HL7DAO) - Method in interface org.openmrs.hl7.HL7Service
Auto generated method comment
setHL7DAO(HL7DAO) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
 
setHL7Data(String) - Method in class org.openmrs.hl7.HL7InArchive
 
setHL7Data(String) - Method in class org.openmrs.hl7.HL7InError
 
setHL7Data(String) - Method in class org.openmrs.hl7.HL7InQueue
 
setHL7Handlers(Map<String, Application>) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Sets the given handlers as router applications that are available to HAPI when it is parsing an hl7 message.
This method is usually used by Spring and the handlers are set in the applicationContext-server.xml method.
The key in the map is a string like "ORU_R01" where the first part is the message type and the second is the trigger event.
setHL7InArchiveId(int) - Method in class org.openmrs.hl7.HL7InArchive
 
setHL7InErrorId(Integer) - Method in class org.openmrs.hl7.HL7InError
 
setHL7InQueueId(Integer) - Method in class org.openmrs.hl7.HL7InQueue
 
setHl7Service(HL7Service) - Method in class org.openmrs.api.context.ServiceContext
 
setHL7Source(HL7Source) - Method in class org.openmrs.hl7.HL7InArchive
 
setHL7Source(HL7Source) - Method in class org.openmrs.hl7.HL7InError
 
setHL7Source(HL7Source) - Method in class org.openmrs.hl7.HL7InQueue
 
setHL7SourceId(Integer) - Method in class org.openmrs.hl7.HL7Source
 
setHL7SourceKey(String) - Method in class org.openmrs.hl7.HL7InArchive
 
setHL7SourceKey(String) - Method in class org.openmrs.hl7.HL7InError
 
setHL7SourceKey(String) - Method in class org.openmrs.hl7.HL7InQueue
 
setHowMany(String) - Method in class org.openmrs.arden.MLMObject
 
setHowMany(int) - Method in class org.openmrs.arden.MLMObjectElement
 
setId(Integer) - Method in class org.openmrs.activelist.ActiveListItem
 
setId(Integer) - Method in class org.openmrs.activelist.ActiveListType
 
setId(Integer) - Method in class org.openmrs.api.db.LoginCredential
 
setId(Integer) - Method in class org.openmrs.api.db.SerializedObject
 
setId(Integer) - Method in class org.openmrs.Cohort
 
setId(Integer) - Method in class org.openmrs.Concept
 
setId(Integer) - Method in class org.openmrs.ConceptAnswer
 
setId(Integer) - Method in class org.openmrs.ConceptClass
 
setId(Integer) - Method in class org.openmrs.ConceptDatatype
 
setId(Integer) - Method in class org.openmrs.ConceptDescription
 
setId(Integer) - Method in class org.openmrs.ConceptMap
 
setId(Integer) - Method in class org.openmrs.ConceptName
 
setId(Integer) - Method in class org.openmrs.ConceptNameTag
 
setId(Integer) - Method in class org.openmrs.ConceptProposal
 
setId(Integer) - Method in class org.openmrs.ConceptSet
 
setId(Integer) - Method in class org.openmrs.ConceptSetDerived
 
setId(Integer) - Method in class org.openmrs.ConceptSource
 
setId(Integer) - Method in class org.openmrs.ConceptStateConversion
 
setId(Integer) - Method in class org.openmrs.Drug
 
setId(Integer) - Method in class org.openmrs.DrugIngredient
 
setId(Integer) - Method in class org.openmrs.Encounter
 
setId(Integer) - Method in class org.openmrs.EncounterType
 
setId(Integer) - Method in class org.openmrs.Field
 
setId(Integer) - Method in class org.openmrs.FieldAnswer
 
setId(Integer) - Method in class org.openmrs.FieldType
 
setId(Integer) - Method in class org.openmrs.Form
 
setId(Integer) - Method in class org.openmrs.FormField
 
setId(Integer) - Method in class org.openmrs.GlobalProperty
 
setId(Integer) - Method in class org.openmrs.hl7.HL7InArchive
 
setId(Integer) - Method in class org.openmrs.hl7.HL7InError
 
setId(Integer) - Method in class org.openmrs.hl7.HL7InQueue
 
setId(Integer) - Method in class org.openmrs.hl7.HL7Source
 
setId(Integer) - Method in class org.openmrs.Location
 
setId(Integer) - Method in class org.openmrs.LocationTag
 
setId(Integer) - Method in class org.openmrs.MimeType
Deprecated.  
setId(Integer) - Method in class org.openmrs.notification.Alert
 
setId(Integer) - Method in class org.openmrs.notification.AlertRecipient
 
setId(Integer) - Method in class org.openmrs.notification.Message
 
setId(Integer) - Method in class org.openmrs.notification.Note
 
setId(Integer) - Method in class org.openmrs.notification.NoteType
 
setId(Integer) - Method in class org.openmrs.notification.Template
 
setId(Integer) - Method in class org.openmrs.Obs
 
setId(Integer) - Method in interface org.openmrs.OpenmrsObject
 
setId(Integer) - Method in class org.openmrs.Order
 
setId(Integer) - Method in class org.openmrs.OrderType
 
setId(Integer) - Method in class org.openmrs.Patient
 
setId(Integer) - Method in class org.openmrs.PatientIdentifier
 
setId(Integer) - Method in class org.openmrs.PatientIdentifierType
 
setId(Integer) - Method in class org.openmrs.PatientProgram
 
setId(Integer) - Method in class org.openmrs.PatientState
 
setId(Integer) - Method in class org.openmrs.Person
 
setId(Integer) - Method in class org.openmrs.PersonAddress
 
setId(Integer) - Method in class org.openmrs.PersonAttribute
 
setId(Integer) - Method in class org.openmrs.PersonAttributeType
 
setId(Integer) - Method in class org.openmrs.PersonName
 
setId(Integer) - Method in class org.openmrs.Privilege
 
setId(Integer) - Method in class org.openmrs.Program
 
setId(Integer) - Method in class org.openmrs.ProgramWorkflow
 
setId(Integer) - Method in class org.openmrs.ProgramWorkflowState
 
setId(Integer) - Method in class org.openmrs.Relationship
 
setId(Integer) - Method in class org.openmrs.RelationshipType
 
setId(Integer) - Method in class org.openmrs.report.ReportSchema
Deprecated.  
setId(Integer) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
setId(Integer) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setId(Integer) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setId(Integer) - Method in class org.openmrs.Role
 
setId(Integer) - Method in class org.openmrs.scheduler.Schedule
Sets the identifier of the schedule.
setId(Integer) - Method in class org.openmrs.scheduler.TaskDefinition
Set the task identifier.
setId(Integer) - Method in class org.openmrs.User
 
setId(String) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setIdentifier(String) - Method in class org.openmrs.PatientIdentifier
 
setIdentifiers(Set<PatientIdentifier>) - Method in class org.openmrs.Patient
Update all identifiers for patient
setIdentifierType(PatientIdentifierType) - Method in class org.openmrs.PatientIdentifier
 
setIdentifierValidators(Map<Class<? extends IdentifierValidator>, IdentifierValidator>) - Method in class org.openmrs.api.impl.PatientServiceImpl
ADDs identifierValidators, doesn't replace them
setIdExceptions(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
Way to specify the table id columns that don't follow the table_name.table_name_id pattern
setImplementationId(ImplementationId) - Method in interface org.openmrs.api.AdministrationService
Set the given implementationId as this implementation's unique id
setImplementationId(ImplementationId) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
setImplementationId(String) - Method in class org.openmrs.ImplementationId
This is the unique id for this implementation.
setIncludeAtoB(boolean) - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
setIncludeBtoA(boolean) - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
setIndexDate(Date) - Method in interface org.openmrs.logic.LogicContext
Changes the index date for this logic context
setIngredient(Concept) - Method in class org.openmrs.DrugIngredient
 
setInheritedRoles(Set<Role>) - Method in class org.openmrs.Role
 
setInitial(Boolean) - Method in class org.openmrs.ProgramWorkflowState
 
setInstitution(String) - Method in class org.openmrs.arden.MLMObject
 
setInstructions(String) - Method in class org.openmrs.order.DrugSuggestion
 
setInstructions(String) - Method in class org.openmrs.Order
 
setIsSet(Boolean) - Method in class org.openmrs.FieldType
 
setKey(String, String) - Method in class org.openmrs.arden.Comparison
 
setKey(String) - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
setKeywords(String) - Method in class org.openmrs.arden.MLMObject
 
setLabel(String) - Method in class org.openmrs.report.Parameter
Deprecated.  
setLabel(String) - Method in class org.openmrs.report.RenderingMode
Deprecated.  
setLastExecutionTime(Date) - Method in class org.openmrs.scheduler.TaskDefinition
Set the time the task was last executed
setLatitude(String) - Method in interface org.openmrs.Address
 
setLatitude(String) - Method in class org.openmrs.Location
 
setLatitude(String) - Method in class org.openmrs.PersonAddress
 
setLinks(String) - Method in class org.openmrs.arden.MLMObject
 
setLoaded(boolean) - Method in class org.openmrs.hl7.HL7InArchive
sets the flag for hl7 data having been loaded from the filesystem
setLocale(Locale) - Static method in class org.openmrs.api.context.Context
Convenience method.
setLocale(Locale) - Method in class org.openmrs.api.context.UserContext
 
setLocale(Locale) - Method in class org.openmrs.ConceptDescription
 
setLocale(Locale) - Method in class org.openmrs.ConceptName
 
setLocale(Locale) - Method in class org.openmrs.ConceptWord
 
setLocale(Locale) - Method in class org.openmrs.messagesource.PresentationMessage
Sets the locale of the message.
setLocalePreferred(Boolean) - Method in class org.openmrs.ConceptName
 
setLocation(Location) - Method in class org.openmrs.Encounter
 
setLocation(Location) - Method in class org.openmrs.Obs
 
setLocation(Location) - Method in class org.openmrs.PatientIdentifier
 
setLocation(Location) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setLocation(Location) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setLocation(Location) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setLocation(Location) - Method in class org.openmrs.reporting.LocationPatientFilter
Deprecated.  
setLocationDAO(LocationDAO) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
setLocationDAO(LocationDAO) - Method in interface org.openmrs.api.LocationService
Set the data access object that the service will use to interact with the database.
setLocationId(Integer) - Method in class org.openmrs.Location
 
setLocationService(LocationService) - Method in class org.openmrs.api.context.ServiceContext
 
setLocationTagId(Integer) - Method in class org.openmrs.LocationTag
 
setLog4j(Document) - Method in class org.openmrs.module.Module
 
setLogic(String) - Method in class org.openmrs.arden.MLMObject
 
setLogicDataSources(Map<String, LogicDataSource>) - Method in interface org.openmrs.logic.LogicService
Deprecated. data sources are now auto-registered via Spring (since Logic module version 0.5)
setLogicParameters(Map<String, Object>) - Method in interface org.openmrs.logic.LogicCriteria
 
setLogicService(LogicService) - Method in class org.openmrs.api.context.ServiceContext
 
setLongitude(String) - Method in interface org.openmrs.Address
 
setLongitude(String) - Method in class org.openmrs.Location
 
setLongitude(String) - Method in class org.openmrs.PersonAddress
 
setLow(Double) - Method in class org.openmrs.util.DoubleRange
 
setLowAbsolute(Double) - Method in class org.openmrs.ConceptNumeric
 
setLowCritical(Double) - Method in class org.openmrs.ConceptNumeric
 
setLowNormal(Double) - Method in class org.openmrs.ConceptNumeric
 
setMailSession(Session) - Method in class org.openmrs.notification.mail.MailMessageSender
Set javamail session.
setMandatory(boolean) - Method in class org.openmrs.module.Module
 
setMappedConcept(Concept) - Method in class org.openmrs.ConceptProposal
 
setMappingFiles(List<String>) - Method in class org.openmrs.module.Module
 
setMappingJarLocations(Resource[]) - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
Used by the module testing framework to set the dependent modules in the hibernate session factory
setMappingResources(String[]) - Method in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
Collect the mapping resources for future use because the mappingResources object is defined as 'private' instead of 'protected'
setMaxAge(Integer) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setMaxBirthdate(Date) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setMaximumDailyDose(Double) - Method in class org.openmrs.Drug
 
setMaxOccurs(Integer) - Method in class org.openmrs.FormField
 
setMemberIds(Set<Integer>) - Method in class org.openmrs.Cohort
 
setMessage(String) - Method in class org.openmrs.messagesource.PresentationMessage
 
setMessagePreparator(MessagePreparator) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Set the message preparator.
setMessagePreparator(MessagePreparator) - Method in interface org.openmrs.notification.MessageService
 
setMessages(Map<String, Properties>) - Method in class org.openmrs.module.Module
Sets the map from locale to properties used by this module.
setMessageSender(MessageSender) - Method in class org.openmrs.notification.impl.MessageServiceImpl
Set the message sender.
setMessageSender(MessageSender) - Method in interface org.openmrs.notification.MessageService
 
setMessageService(MessageService) - Method in class org.openmrs.api.context.ServiceContext
Sets the message service.
setMessageSources(Set<MutableMessageSource>) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
setMessageSources(Set<MutableMessageSource>) - Method in interface org.openmrs.messagesource.MessageSourceService
 
setMessageSourceService(MessageSourceService) - Method in class org.openmrs.api.context.ServiceContext
Sets the MessageSourceService used in the context.
setMessageState(Integer) - Method in class org.openmrs.hl7.HL7InArchive
 
setMessageState(Integer) - Method in class org.openmrs.hl7.HL7InQueue
 
setMiddleName(String) - Method in class org.openmrs.PersonName
 
setMimeType(String) - Method in class org.openmrs.MimeType
Deprecated.  
setMimeTypeId(Integer) - Method in class org.openmrs.MimeType
Deprecated.  
setMinAge(Integer) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setMinBirthdate(Date) - Method in class org.openmrs.reporting.PatientCharacteristicFilter
Deprecated.  
setMinimumDailyDose(Double) - Method in class org.openmrs.Drug
 
setMinOccurs(Integer) - Method in class org.openmrs.FormField
 
setModifier(ProblemModifier) - Method in class org.openmrs.activelist.Problem
 
setModifier(String) - Method in class org.openmrs.activelist.Problem
 
setModifier(String) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setModifier(PatientSetService.Modifier) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setModifierNum(Integer) - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
setModuleActivator(ModuleActivator) - Method in class org.openmrs.module.Module
 
setModuleId(String) - Method in class org.openmrs.module.Extension
Set the module id of this extension
setModuleId(String) - Method in class org.openmrs.module.Module
 
setModules(List<ReportObjectFactoryModule>) - Method in class org.openmrs.reporting.ReportObjectFactory
Deprecated.  
setModuleService(List<Object>) - Method in class org.openmrs.api.context.ServiceContext
Allow other services to be added to our service layer

Classes will be found/loaded with the ModuleClassLoader

params[0] = string representing the service interface
params[1] = service instance
setName(String) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setName(String) - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
setName(String) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setName(String) - Method in class org.openmrs.Cohort
 
setName(String) - Method in class org.openmrs.ConceptName
 
setName(String) - Method in class org.openmrs.ConceptSource
 
setName(String) - Method in class org.openmrs.ImplementationId
A descriptive name for this implementation (e.g.
setName(String) - Method in class org.openmrs.module.Module
 
setName(String) - Method in class org.openmrs.notification.NoteType
 
setName(String) - Method in class org.openmrs.notification.Template
 
setName(String) - Method in interface org.openmrs.OpenmrsMetadata
 
setName(String) - Method in class org.openmrs.report.CohortDataSet
Deprecated.  
setName(String) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated.  
setName(String) - Method in interface org.openmrs.report.DataSetDefinition
Deprecated. Sets the name of this data set definition
setName(String) - Method in class org.openmrs.report.Parameter
Deprecated.  
setName(String) - Method in class org.openmrs.report.ReportSchema
Deprecated. Set a name for the ReportSchema
setName(String) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated.  
setName(String) - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
setName(String) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.Report
Deprecated.  
setName(String) - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setName(String) - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
setName(String) - Method in class org.openmrs.scheduler.Schedule
Sets the name of the schedule.
setName(String) - Method in class org.openmrs.Tribe
Deprecated.  
setNames(Collection<ConceptName>) - Method in class org.openmrs.Concept
 
setNames(Set<PersonName>) - Method in class org.openmrs.Person
 
setNeighborhoodCell(String) - Method in class org.openmrs.Location
 
setNeighborhoodCell(String) - Method in class org.openmrs.PersonAddress
 
setNodeDAO(NoteDAO) - Method in class org.openmrs.notification.impl.NoteServiceImpl
 
setNoteType(NoteType) - Method in class org.openmrs.notification.Note
 
setNumResults(Integer) - Method in class org.openmrs.logic.LogicTransform
Set number of Result object should be returned by the current criteria.
setObjectToEncode(Object) - Method in class org.openmrs.reporting.ReportObjectXMLEncoder
Deprecated.  
setObs(Obs) - Method in class org.openmrs.ConceptProposal
 
setObs(Set<Obs>) - Method in class org.openmrs.Encounter
 
setObsConcept(Concept) - Method in class org.openmrs.ConceptProposal
 
setObsDAO(ObsDAO) - Method in class org.openmrs.api.impl.ObsServiceImpl
 
setObsDAO(ObsDAO) - Method in interface org.openmrs.api.ObsService
Set the given dao on this obs service.
setObsDatetime(Date) - Method in class org.openmrs.Obs
 
setObsGroup(Obs) - Method in class org.openmrs.Obs
This method does NOT add this current obs to the list of obs in obsGroup.getGroupMembers().
setObsGroupId(Integer) - Method in class org.openmrs.Obs
Deprecated. This method should not be used. The #setObsGroup() method should be used instead
setObsId(Integer) - Method in class org.openmrs.Obs
 
setObsService(ObsService) - Method in class org.openmrs.api.context.ServiceContext
 
setOnDate(Date) - Method in class org.openmrs.reporting.DrugOrderPatientFilter
Deprecated.  
setOnDate(Date) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
setOperator(Integer) - Method in class org.openmrs.arden.Comparison
 
setOperator(PatientSetService.BooleanOperator) - Method in class org.openmrs.reporting.CompoundPatientFilter
Deprecated.  
setOrder(Order) - Method in class org.openmrs.Obs
 
setOrderDAO(OrderDAO) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
setOrderDAO(OrderDAO) - Method in interface org.openmrs.api.OrderService
Setter for the Order data access object.
setOrderer(User) - Method in class org.openmrs.Order
 
setOrderId(Integer) - Method in class org.openmrs.Order
 
setOrders(Set<Order>) - Method in class org.openmrs.Encounter
 
setOrderService(OrderService) - Method in class org.openmrs.api.context.ServiceContext
 
setOrderType(OrderType) - Method in class org.openmrs.Order
 
setOrderTypeId(Integer) - Method in class org.openmrs.OrderType
 
setOrdinal(Integer) - Method in class org.openmrs.notification.Template
 
setOriginalText(String) - Method in class org.openmrs.ConceptProposal
 
setPackageName(String) - Method in class org.openmrs.module.Module
 
setPageNumber(Integer) - Method in class org.openmrs.FormField
 
setParameterClass(Class) - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
setParameterMap(Map<String, String>) - Method in class org.openmrs.module.Extension
Parameters given at the extension point This method is usually called only during extension initialization
setParameterValue(String, String) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setParameterValues(Map<Parameterizable, Map<Parameter, Object>>) - Method in class org.openmrs.report.EvaluationContext
Deprecated. Set all parameter values
setParameterValues(Properties) - Method in class org.openmrs.util.HibernateEnumType
 
setParent(FormField) - Method in class org.openmrs.FormField
 
setParentLocation(Location) - Method in class org.openmrs.Location
 
setParentMessageSource(MessageSource) - Method in class org.openmrs.messagesource.impl.MessageSourceServiceImpl
 
setParsedComposition(List<Object>) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Elements in this list can be: an Integer, indicating a 1-based index into a search history a BooleanOperator (AND, OR, NOT) a PatientFilter a PatientSearch another List of the same form, which indicates a parenthetical expression
setParsedCompositionString(List<Object>) - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
setParser(GenericParser) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Used by spring to inject the parser
setPassphrase(String) - Method in class org.openmrs.ImplementationId
This text is a long text string that is used to validate who uses an implementation id.
setPatient(Patient) - Method in class org.openmrs.Encounter
 
setPatient(Patient) - Method in class org.openmrs.notification.Note
 
setPatient(Patient) - Method in class org.openmrs.Obs
Deprecated. use setPerson(org.openmrs.Person)
setPatient(Patient) - Method in class org.openmrs.Order
 
setPatient(Patient) - Method in class org.openmrs.PatientIdentifier
 
setPatient(Patient) - Method in class org.openmrs.PatientProgram
 
setPatient(Patient) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
setPatientDAO(PatientDAO) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
setPatientDAO(PatientDAO) - Method in interface org.openmrs.api.PatientService
Sets the DAO for this service.
setPatientFilter(PatientFilter) - Method in class org.openmrs.reporting.data.CohortDefinition
Deprecated. Set the patient filter.
setPatientId(Integer) - Method in class org.openmrs.Encounter
 
setPatientId(Integer) - Method in class org.openmrs.Patient
Sets the internal identifier for a patient.
setPatientId(Integer) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
setPatientIdentifier(PatientIdentifier) - Method in exception org.openmrs.api.PatientIdentifierException
 
setPatientIdentifierId(Integer) - Method in class org.openmrs.PatientIdentifier
 
setPatientIdentifierTypeId(Integer) - Method in class org.openmrs.PatientIdentifierType
 
setPatientIds(List<Integer>) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setPatientIds(List<Integer>) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setPatientProgram(PatientProgram) - Method in class org.openmrs.PatientState
 
setPatientProgramId(Integer) - Method in class org.openmrs.PatientProgram
 
setPatientSearch(PatientSearch) - Method in class org.openmrs.reporting.PatientSearchReportObject
Deprecated.  
setPatientSearchId(Integer) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setPatientSearchId(Integer) - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
setPatientSearchId(Integer) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setPatientService(PatientService) - Method in class org.openmrs.api.context.ServiceContext
 
setPatientSet(Cohort) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
setPatientSet(Cohort) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Sets the default patient set.
setPatientSetDAO(PatientSetDAO) - Method in class org.openmrs.api.impl.PatientSetServiceImpl
 
setPatientSetDAO(PatientSetDAO) - Method in interface org.openmrs.api.PatientSetService
 
setPatientSetService(PatientSetService) - Method in class org.openmrs.api.context.ServiceContext
 
setPatientStateId(Integer) - Method in class org.openmrs.PatientState
 
setPerson(Person) - Method in class org.openmrs.activelist.ActiveListItem
 
setPerson(Person) - Method in class org.openmrs.Obs
Set the person object to this obs object.
setPerson(Person) - Method in class org.openmrs.PersonAddress
 
setPerson(Person) - Method in class org.openmrs.PersonAttribute
 
setPerson(Person) - Method in class org.openmrs.PersonName
 
setPerson(Person) - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
setPerson(Person) - Method in class org.openmrs.User
 
setPersonA(Person) - Method in class org.openmrs.Relationship
 
setPersonAddressId(Integer) - Method in class org.openmrs.PersonAddress
 
setPersonAttributeId(Integer) - Method in class org.openmrs.PersonAttribute
 
setPersonAttributeTypeId(Integer) - Method in class org.openmrs.PersonAttributeType
 
setPersonB(Person) - Method in class org.openmrs.Relationship
 
setPersonChangedBy(User) - Method in class org.openmrs.Person
 
setPersonCreator(User) - Method in class org.openmrs.Person
 
setPersonDAO(PersonDAO) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
setPersonDAO(PersonDAO) - Method in interface org.openmrs.api.PersonService
Sets the DAO for this service.
setPersonDateChanged(Date) - Method in class org.openmrs.Person
 
setPersonDateCreated(Date) - Method in class org.openmrs.Person
 
setPersonDateVoided(Date) - Method in class org.openmrs.Person
 
setPersonId(Integer) - Method in class org.openmrs.Obs
Set the person id on this obs object.
setPersonId(Integer) - Method in class org.openmrs.Patient
Overrides the parent setPersonId(Integer) so that we can be sure patient id is also set correctly.
setPersonId(Integer) - Method in class org.openmrs.Person
 
setPersonId(Integer) - Method in class org.openmrs.User
Deprecated. see User.setPerson(Person)
setPersonNameId(Integer) - Method in class org.openmrs.PersonName
 
setPersonService(PersonService) - Method in class org.openmrs.api.context.ServiceContext
 
setPersonVoided(Boolean) - Method in class org.openmrs.Person
 
setPersonVoidedBy(User) - Method in class org.openmrs.Person
 
setPersonVoidReason(String) - Method in class org.openmrs.Person
 
setPointId(String) - Method in class org.openmrs.module.Extension
Set the point id
setPostalCode(String) - Method in interface org.openmrs.Address
 
setPostalCode(String) - Method in class org.openmrs.Location
 
setPostalCode(String) - Method in class org.openmrs.PersonAddress
 
setPrecise(Boolean) - Method in class org.openmrs.ConceptNumeric
 
setPreferred(Boolean) - Method in class org.openmrs.PatientIdentifier
 
setPreferred(Boolean) - Method in class org.openmrs.PersonAddress
 
setPreferred(Boolean) - Method in class org.openmrs.PersonName
 
setPreferred(Boolean) - Method in class org.openmrs.RelationshipType
"Preferred" relationship types are those that should be shown as default types when adding/editing a person's relationships
setPreferredName(Locale, ConceptName) - Method in class org.openmrs.Concept
Deprecated. use Concept.setPreferredName(ConceptName)
setPreferredName(ConceptName) - Method in class org.openmrs.Concept
Sets the preferred name /in this locale/ to the specified conceptName and its Locale, if there is an existing preferred name for this concept in the same locale, this one will replace the old preferred name.
setPrefix(String) - Method in class org.openmrs.PersonName
 
setPriority(String) - Method in class org.openmrs.arden.MLMObject
 
setPriority(Integer) - Method in class org.openmrs.notification.Note
 
setPrivilege(String) - Method in class org.openmrs.Privilege
 
setPrivileges(List<Privilege>) - Method in class org.openmrs.module.Module
 
setPrivileges(Set<Privilege>) - Method in class org.openmrs.Role
 
setPrn(Boolean) - Method in class org.openmrs.DrugOrder
Sets the prn
setProbeParentLoaderLast(boolean) - Method in class org.openmrs.module.ModuleClassLoader
Allow the probe parent loader last variable to be set.
setProblem(Concept) - Method in class org.openmrs.activelist.Problem
Set the problem concept
setProgram(Program) - Method in class org.openmrs.PatientProgram
 
setProgram(Program) - Method in class org.openmrs.ProgramWorkflow
 
setProgram(Program) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
setProgram(Program) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setProgramId(Integer) - Method in class org.openmrs.Program
 
setPrograms(Collection<Program>) - Method in class org.openmrs.report.RowPerProgramEnrollmentDataSetDefinition
Deprecated.  
setProgramWorkflow(ProgramWorkflow) - Method in class org.openmrs.ConceptStateConversion
 
setProgramWorkflow(ProgramWorkflow) - Method in class org.openmrs.ProgramWorkflowState
 
setProgramWorkflowDAO(ProgramWorkflowDAO) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
setProgramWorkflowDAO(ProgramWorkflowDAO) - Method in interface org.openmrs.api.ProgramWorkflowService
Setter for the ProgramWorkflow DataAccessObject (DAO).
setProgramWorkflowId(Integer) - Method in class org.openmrs.ProgramWorkflow
 
setProgramWorkflowService(ProgramWorkflowService) - Method in class org.openmrs.api.context.ServiceContext
 
setProgramWorkflowState(ProgramWorkflowState) - Method in class org.openmrs.ConceptStateConversion
 
setProgramWorkflowStateId(Integer) - Method in class org.openmrs.ProgramWorkflowState
 
setProperties(Map<String, String>) - Method in class org.openmrs.scheduler.TaskDefinition
Set the properties of the task.
setProperty(String) - Method in class org.openmrs.GlobalProperty
 
setProperty(String, String) - Method in class org.openmrs.scheduler.TaskDefinition
Set task configuration property.
setPropertyClass(Class) - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
setPropertyValue(String) - Method in class org.openmrs.GlobalProperty
 
setProvider(User) - Method in class org.openmrs.Encounter
Deprecated. use Encounter.setProvider(Person)
setProvider(Person) - Method in class org.openmrs.Encounter
 
setProviders(List<DataSetProvider>) - Method in interface org.openmrs.api.DataSetService
Deprecated. Add the given list of DataSetProviders to the providers on this service.
setProviders(List<DataSetProvider>) - Method in class org.openmrs.report.impl.DataSetServiceImpl
Deprecated.  
setPublished(Boolean) - Method in class org.openmrs.Form
 
setPurpose(String) - Method in class org.openmrs.arden.MLMObject
 
setQuantity(Integer) - Method in class org.openmrs.DrugOrder
Sets the quantity
setQuestion(Concept) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setQuestions(Collection<Concept>) - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
setRanDate(Date) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setReaction(Concept) - Method in class org.openmrs.activelist.Allergy
must be of class=Symptom
setReadType(String) - Method in class org.openmrs.arden.MLMObject
 
setReadType(String) - Method in class org.openmrs.arden.MLMObjectElement
 
setRecipient(User) - Method in class org.openmrs.notification.AlertRecipient
 
setRecipients(Set<AlertRecipient>) - Method in class org.openmrs.notification.Alert
 
setRecipients(String) - Method in class org.openmrs.notification.Message
Auto generated method comment
setRecipients(String) - Method in class org.openmrs.notification.Template
 
setRegion(String) - Method in class org.openmrs.Location
 
setRegion(String) - Method in class org.openmrs.PersonAddress
 
setRelationshipId(Integer) - Method in class org.openmrs.Relationship
 
setRelationshipType(RelationshipType) - Method in class org.openmrs.Relationship
 
setRelationshipType(RelationshipType) - Method in class org.openmrs.reporting.RelationshipPatientFilter
 
setRelationshipTypeId(Integer) - Method in class org.openmrs.RelationshipType
 
setRenderer(ReportRenderer) - Method in class org.openmrs.report.RenderingMode
Deprecated.  
setRenderers(Map<Class<? extends ReportRenderer>, ReportRenderer>) - Method in interface org.openmrs.api.ReportService
Deprecated. Add the given map to this service's renderers This map is set via spring, see the applicationContext-service.xml file
setRenderers(Map<Class<? extends ReportRenderer>, ReportRenderer>) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated. ADDs renderers...doesn't replace them.
setRepeatInterval(long) - Method in class org.openmrs.scheduler.Schedule
Sets the number of seconds until task is executed again.
setRepeatInterval(Long) - Method in class org.openmrs.scheduler.TaskDefinition
Sets the number of seconds until task is executed again.
setReportDAO(ReportDAO) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated. Method used by Spring injection to set the ReportDAO implementation to use in this service
setReportElements(Set<ReportElementDefinition>) - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Sets the report elements.
setReportId(Integer) - Method in class org.openmrs.reporting.Report
Deprecated.  
setReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setReportObjectDAO(ReportObjectDAO) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
setReportObjectDAO(ReportObjectDAO) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. Used by spring to set the data access class to use
setReportObjectId(Integer) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setReportObjectId(Integer) - Method in interface org.openmrs.reporting.ReportObject
Deprecated.  
setReportObjectId(Integer) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setReportObjects(Set<AbstractReportObject>) - Method in class org.openmrs.reporting.ReportObjectList
Deprecated.  
setReportObjectService(ReportObjectService) - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
setReportParameters(List<Parameter>) - Method in class org.openmrs.report.ReportSchema
Deprecated. Sets List reportParameters
setReportSchema(ReportSchema) - Method in class org.openmrs.report.ReportData
Deprecated.  
setReportSchemaId(Integer) - Method in class org.openmrs.report.ReportSchema
Deprecated. Set the Report Schema Id
setReportSchemaId(Integer) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Set the Report Schema Id
setReportService(ReportService) - Method in class org.openmrs.api.context.ServiceContext
Deprecated. see reportingcompatibility module
setRequired(Boolean) - Method in class org.openmrs.FormField
 
setRequired(boolean) - Method in class org.openmrs.logic.rule.RuleParameterInfo
 
setRequired(Boolean) - Method in class org.openmrs.PatientIdentifierType
 
setRequireDatabaseVersion(String) - Method in class org.openmrs.module.Module
 
setRequiredModules(List<String>) - Method in class org.openmrs.module.Module
This is a convenience method to set all the required modules without any version requirements
setRequiredModulesMap(Map<String, String>) - Method in class org.openmrs.module.Module
 
setRequiredModulesMap() - Method in class org.openmrs.module.Module
Get the modules that are required for this module.
setRequiredProperties(User, Date) - Method in class org.openmrs.Obs
Deprecated. no longer needed. Replaced by handlers.
setRequireOpenmrsVersion(String) - Method in class org.openmrs.module.Module
 
setResultDate(Date) - Method in class org.openmrs.logic.result.Result
Changes the result date time — not to be confused with a value that is a date.
setResultObject(Object) - Method in class org.openmrs.logic.result.Result
Set the result object
setRetired(Boolean) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setRetired(Boolean) - Method in class org.openmrs.Concept
 
setRetired(Boolean) - Method in interface org.openmrs.Retireable
 
setRetired(Boolean) - Method in class org.openmrs.Tribe
Deprecated.  
setRetiredBy(User) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setRetiredBy(User) - Method in class org.openmrs.Concept
 
setRetiredBy(User) - Method in interface org.openmrs.Retireable
 
setRetiredReason(String) - Method in class org.openmrs.Form
Deprecated. use BaseOpenmrsMetadata.setRetireReason(String)
setRetireReason(String) - Method in class org.openmrs.BaseOpenmrsMetadata
 
setRetireReason(String) - Method in class org.openmrs.Concept
 
setRetireReason(String) - Method in interface org.openmrs.Retireable
 
setReturnValue(String) - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
setRole(String) - Method in class org.openmrs.Role
 
setRoles(Set<Role>) - Method in class org.openmrs.User
 
setRoot(Class, Object, NodeMap, Map) - Method in class org.openmrs.xml.OpenmrsCycleStrategy
Deprecated.  
setRoute(Concept) - Method in class org.openmrs.Drug
 
setRouter(MessageTypeRouter) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Used by spring to inject the router
setRowPerObsColumn(String, String, String[]) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated. Set the concept based column
setRowPerObsColumn(RowPerObsColumn) - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
setRule(String) - Method in class org.openmrs.ConceptDerived
Updates rule for derived concept
setRunStatus(ChangeSet.RunStatus) - Method in class org.openmrs.util.DatabaseUpdater.OpenMRSChangeSet
 
setRuntimeProperties(Properties) - Static method in class org.openmrs.api.context.Context
Set the runtime properties to be used by this OpenMRS instance
setSalt(String) - Method in class org.openmrs.api.db.LoginCredential
 
setSatisfiedByAny(Boolean) - Method in class org.openmrs.notification.Alert
 
setSaved(Boolean) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setSavedCohortId(Integer) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setSavedFilterId(Integer) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setSavedSearchId(Integer) - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
setSchedulerDAO(SchedulerDAO) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Sets the scheduler data access object.
setSchedulerService(SchedulerService) - Method in class org.openmrs.api.context.ServiceContext
Set the scheduler service.
setSearch(PatientSearch) - Method in class org.openmrs.cohort.CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.  
setSearchable(Boolean) - Method in class org.openmrs.PersonAttributeType
 
setSearchHistory(List<PatientSearch>) - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
setSecretAnswer(String) - Method in class org.openmrs.api.db.LoginCredential
 
setSecretQuestion(String) - Method in class org.openmrs.api.db.LoginCredential
 
setSecretQuestion(String) - Method in class org.openmrs.User
 
setSelectMultiple(Boolean) - Method in class org.openmrs.Field
 
setSender(String) - Method in class org.openmrs.notification.Message
 
setSender(String) - Method in class org.openmrs.notification.Template
 
setSentDate(Date) - Method in class org.openmrs.notification.Message
 
setSeparator(String) - Method in class org.openmrs.reporting.export.DataExportFunctions
Deprecated.  
setSerializationClass(Class<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.db.SerializedObject
 
setSerializationService(SerializationService) - Method in class org.openmrs.api.context.ServiceContext
 
setSerializedData(String) - Method in class org.openmrs.api.db.SerializedObject
 
setSerializers(List<? extends OpenmrsSerializer>) - Method in class org.openmrs.api.impl.SerializationServiceImpl
 
setService(Class, Object) - Method in class org.openmrs.api.context.ServiceContext
Allow other services to be added to our service layer
setServiceContext(ServiceContext) - Method in class org.openmrs.api.context.Context
Sets the service context.
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateActiveListDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateCohortDAO
Auto generated method comment
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
Sets the session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
Session factory to use for this DAO.
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateEncounterDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateFormDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateLocationDAO
 
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateObsDAO
Set session factory that allows us to connect to the database that Hibernate knows about.
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateOrderDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernatePatientDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernatePatientSetDAO
Set sessionFactory.getCurrentSession() factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernatePersonDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateProgramWorkflowDAO
Hibernate Session Factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
Set session factory
setSessionFactory(SessionFactory) - Method in interface org.openmrs.api.db.LocationDAO
Set the Hibernate SessionFactory to connect to the database.
setSessionFactory(SessionFactory) - Method in class org.openmrs.hl7.db.hibernate.HibernateHL7DAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.notification.db.hibernate.HibernateAlertDAO
Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.report.db.hibernate.HibernateReportDAO
Deprecated. Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
Deprecated. Set session factory
setSessionFactory(SessionFactory) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Set session factory
setSet(Boolean) - Method in class org.openmrs.Concept
 
setSeverity(AllergySeverity) - Method in class org.openmrs.activelist.Allergy
 
setSeverity(String) - Method in class org.openmrs.activelist.Allergy
 
setShortName(Locale, ConceptName) - Method in class org.openmrs.Concept
Deprecated. use Concept.setShortName(ConceptName)
setShortName(ConceptName) - Method in class org.openmrs.Concept
Sets the specified name as the short name for the locale and the current shortName(if any) ceases to be the short name for the locale.
setSinceDate(Date) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setSinceDate(Date) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setSinceDate(Date) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setSinceDate(Date) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setSinceDate(Date) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setSortColumn(String) - Method in class org.openmrs.logic.LogicTransform
 
setSortWeight(Double) - Method in class org.openmrs.activelist.Problem
 
setSortWeight(Double) - Method in class org.openmrs.ConceptAnswer
 
setSortWeight(Double) - Method in class org.openmrs.ConceptSet
 
setSortWeight(Double) - Method in class org.openmrs.ConceptSetDerived
 
setSortWeight(Float) - Method in class org.openmrs.FormField
 
setSortWeight(Double) - Method in class org.openmrs.PersonAttributeType
 
setSortWeight(Integer) - Method in class org.openmrs.report.RenderingMode
Deprecated.  
setSource(ConceptSource) - Method in class org.openmrs.ConceptMap
 
setSourceCode(String) - Method in class org.openmrs.ConceptMap
 
setSpecialist(String) - Method in class org.openmrs.arden.MLMObject
 
setSpecificationString(String) - Method in class org.openmrs.reporting.PatientSearch
Deprecated. Convenience method so that a PatientSearch object can be created from a string of compositions
setSqldiff(Document) - Method in class org.openmrs.module.Module
 
setSqlFile(String) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
 
setStandardRegimens(List<RegimenSuggestion>) - Method in class org.openmrs.order.DrugOrderSupport
 
setStartDate(Date) - Method in class org.openmrs.activelist.ActiveListItem
 
setStartDate(Date) - Method in class org.openmrs.Order
 
setStartDate(Date) - Method in class org.openmrs.PatientState
 
setStarted(Boolean) - Method in class org.openmrs.scheduler.TaskDefinition
Sets the flag that indicates whether the task has been started.
setStartObs(Obs) - Method in class org.openmrs.activelist.ActiveListItem
 
setStartOnStartup(Boolean) - Method in class org.openmrs.scheduler.Schedule
Sets the flag that indicates whether we start on scheduler startup.
setStartOnStartup(Boolean) - Method in class org.openmrs.scheduler.TaskDefinition
Sets the flag that indicates whether the task should startup as soon as the scheduler starts.
setStartTime(Date) - Method in class org.openmrs.scheduler.Schedule
Set the start time for when the task should be executed.
setStartTime(Date) - Method in class org.openmrs.scheduler.TaskDefinition
Set the start time for when the task should be executed.
setStartTimePattern(String) - Method in class org.openmrs.scheduler.TaskDefinition
Sets the date format used to set the start time.
setStartupErrorMessage(String) - Method in class org.openmrs.module.Module
 
setStartupErrorMessage(String, Throwable) - Method in class org.openmrs.module.Module
Add the given exceptionMessage and throwable as the startup error for this module.
setState(String) - Method in class org.openmrs.ConceptProposal
 
setState(ProgramWorkflowState) - Method in class org.openmrs.PatientState
 
setState(Object) - Method in class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
setState(Object) - Method in class org.openmrs.util.OpenmrsMemento
 
setStateList(List<ProgramWorkflowState>) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setStateProvince(String) - Method in interface org.openmrs.Address
 
setStateProvince(String) - Method in class org.openmrs.Location
 
setStateProvince(String) - Method in class org.openmrs.PersonAddress
 
setStates(Set<PatientState>) - Method in class org.openmrs.PatientProgram
 
setStates(Set<ProgramWorkflowState>) - Method in class org.openmrs.ProgramWorkflow
 
setStopDate(Date) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setStopObs(Obs) - Method in class org.openmrs.activelist.ActiveListItem
 
setStrategies(Map<String, CohortDefinition>) - Method in class org.openmrs.report.CohortDataSetDefinition
Deprecated. Set the key-value pairs of names to cohorts
setSubject(String) - Method in class org.openmrs.notification.Message
 
setSubject(String) - Method in class org.openmrs.notification.Template
 
setSubregion(String) - Method in class org.openmrs.Location
 
setSubregion(String) - Method in class org.openmrs.PersonAddress
 
setSubtype(String) - Method in class org.openmrs.api.db.SerializedObject
 
setSubType(String) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setSubType(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setSuggestedRegimens(List<RegimenSuggestion>) - Method in class org.openmrs.order.DrugOrderSupport
 
setSupportedTypes(List<Class<? extends OpenmrsObject>>) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
setSynonym(String) - Method in class org.openmrs.ConceptWord
Deprecated. this value is not stored anymore
setSystemId(String) - Method in class org.openmrs.User
 
setTableName(String) - Method in class org.openmrs.Field
 
setTableNames(String) - Method in class org.openmrs.util.databasechange.GenerateUuid
This is called by liquibase to set the parameter "tableNames" onto this change.
setTag(String) - Method in class org.openmrs.ConceptNameTag
Sets the textual representation of this ConceptNametag.
setTag(String) - Method in class org.openmrs.LocationTag
Deprecated. use BaseOpenmrsMetadata.setName(String) instead
setTags(Collection<ConceptNameTag>) - Method in class org.openmrs.ConceptName
Set the tags which are attached to this ConceptName.
setTags(Set<LocationTag>) - Method in class org.openmrs.Location
Set the tags which are attached to this Location.
setTaskClass(String) - Method in class org.openmrs.scheduler.TaskDefinition
Set the schedulable object to be executed.
setTaskInstance(Task) - Method in class org.openmrs.scheduler.TaskDefinition
Sets the runnable task instance associated with this definition.
setTemplate(String) - Method in class org.openmrs.Form
 
setTemplate(String) - Method in class org.openmrs.notification.Template
 
setTemplateDAO(TemplateDAO) - Method in class org.openmrs.notification.impl.MessageServiceImpl
 
setTerminal(Boolean) - Method in class org.openmrs.ProgramWorkflowState
 
setText(String) - Method in class org.openmrs.notification.Alert
 
setText(String) - Method in class org.openmrs.notification.Note
 
setTimeModifier(PatientSetService.TimeModifier) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setTitle(String) - Method in class org.openmrs.arden.MLMObject
 
setToDate(Date) - Method in class org.openmrs.report.RowPerObsDataSetDefinition
Deprecated.  
setToDate(Date) - Method in class org.openmrs.reporting.ProgramPatientFilter
Deprecated.  
setTownshipDivision(String) - Method in class org.openmrs.Location
 
setTownshipDivision(String) - Method in class org.openmrs.PersonAddress
 
setTransform(LogicTransform) - Method in interface org.openmrs.logic.LogicExpression
Set the transformation expression applied to the LogicExpression
setTribe(Tribe) - Method in class org.openmrs.Patient
Deprecated. Tribe is not long a value on Patient. Install the Tribe module
setTribeId(Integer) - Method in class org.openmrs.Tribe
Deprecated.  
setType(String) - Method in class org.openmrs.api.db.SerializedObject
 
setType(String) - Method in class org.openmrs.arden.MLMObject
 
setType(String) - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
setType(String) - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
setType(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setUnits(String) - Method in class org.openmrs.ConceptNumeric
 
setUnits(String) - Method in class org.openmrs.Drug
Sets the units
setUnits(String) - Method in class org.openmrs.DrugOrder
Sets the units of this drug order
setUnits(String) - Method in class org.openmrs.order.DrugSuggestion
 
setUntilDate(Date) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setUntilDate(Date) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setUntilDate(Date) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setUntilDate(Date) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setUntilDate(Date) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setUntilDaysAgo(Integer) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setUntilDaysAgo(Integer) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setUntilDaysAgo(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setUntilDaysAgo(Integer) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setUntilDaysAgo(Integer) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setUntilMonthsAgo(Integer) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setUntilMonthsAgo(Integer) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setUntilMonthsAgo(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setUntilMonthsAgo(Integer) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setUntilMonthsAgo(Integer) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setUp() - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
 
setUp() - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
 
setUp() - Method in class org.openmrs.util.databasechange.GenerateUuid
Get the values of the parameters passed in and set them to the local variables on this class.
setUp() - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
setUp() - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
Get the values of the parameters passed in and set them to the local variables on this class.
setUpdateURL(String) - Method in class org.openmrs.module.Module
 
setUpdateVersion(String) - Method in class org.openmrs.module.Module
 
setUserContext(UserContext) - Static method in class org.openmrs.api.context.Context
Sets the user context on the thread local so that the service layer can perform authentication/authorization checks.

TODO Make thread-safe because this might be accessed by several thread at the same time.
setUserDAO(UserDAO) - Method in class org.openmrs.api.impl.UserServiceImpl
 
setUserId(Integer) - Method in class org.openmrs.api.db.LoginCredential
 
setUserId(Integer) - Method in class org.openmrs.User
 
setUsername(String) - Method in class org.openmrs.User
 
setUserProperties(Map<String, String>) - Method in class org.openmrs.User
 
setUserProperty(User, String, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
setUserProperty(User, String, String) - Method in interface org.openmrs.api.UserService
Adds the key/value pair to the given user.
setUserProperty(String, String) - Method in class org.openmrs.User
Convenience method.
setUserService(UserService) - Method in class org.openmrs.api.context.ServiceContext
 
setUseSystemClassLoader(boolean) - Method in class org.openmrs.api.context.ServiceContext
Set this service context to use the system class loader if the useSystemClassLoader is set to true.
setUuid(String) - Method in class org.openmrs.BaseOpenmrsObject
 
setUuid(String) - Method in interface org.openmrs.OpenmrsObject
 
setValidator(String) - Method in class org.openmrs.PatientIdentifierType
 
setValidatorClass(String) - Method in class org.openmrs.reporting.ReportObjectFactoryModule
Deprecated.  
setValidators(List<Validator>) - Method in class org.openmrs.validator.ValidateUtil
Deprecated. in favor of using HandlerUtil to reflexively get validators
setValue(String) - Method in class org.openmrs.PersonAttribute
 
setValue(Object) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setValue(String) - Method in class org.openmrs.reporting.PersonAttributeFilter
Deprecated.  
setValue(String) - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
setValueAsString(String) - Method in class org.openmrs.Obs
Sets the value for the obs from a string depending on the datatype of the question concept
setValueBoolean(Boolean) - Method in class org.openmrs.logic.result.Result
Overrides the boolean representation of ths result without changing the default datatype
setValueBoolean(Boolean) - Method in class org.openmrs.Obs
Sets the value of this obs to the specified valueBoolean if this obs has a boolean concept.
setValueCoded(Concept) - Method in class org.openmrs.logic.result.Result
Overrides the coded representation of ths result without changing the default datatype
setValueCoded(Concept) - Method in class org.openmrs.Obs
 
setValueCodedName(ConceptName) - Method in class org.openmrs.Obs
Sets the specific name used for the coded value.
setValueComplex(String) - Method in class org.openmrs.Obs
Set the value for the ComplexData.
setValueDatetime(Date) - Method in class org.openmrs.logic.result.Result
Overrides the datetime representation of ths result without changing the default datatype
setValueDatetime(Date) - Method in class org.openmrs.Obs
 
setValueDrug(Drug) - Method in class org.openmrs.Obs
 
setValueGroupId(Integer) - Method in class org.openmrs.Obs
 
setValueIfFalse(String) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setValueIfTrue(String) - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
setValueModifier(String) - Method in class org.openmrs.Obs
 
setValueName(String) - Method in exception org.openmrs.hl7.handler.ProposingConceptException
 
setValueNumeric(Integer) - Method in class org.openmrs.logic.result.Result
Overrides the numeric representation of ths result without changing the default datatype
setValueNumeric(Double) - Method in class org.openmrs.logic.result.Result
Overrides the numeric representation of ths result without changing the default datatype
setValueNumeric(Double) - Method in class org.openmrs.Obs
 
setValueText(String) - Method in class org.openmrs.logic.result.Result
Overrides the text representation of ths result without changing the default datatype
setValueText(String) - Method in class org.openmrs.Obs
 
setVariableName(String) - Method in class org.openmrs.arden.LogicAssignment
 
setVariableValue(String) - Method in class org.openmrs.arden.LogicAssignment
 
setVersion(String) - Method in class org.openmrs.arden.MLMObject
 
setVersion(String) - Method in class org.openmrs.Concept
 
setVersion(String) - Method in class org.openmrs.Form
 
setVersion(String) - Method in class org.openmrs.module.Module
 
setVoided(Boolean) - Method in class org.openmrs.BaseOpenmrsData
 
setVoided(Boolean) - Method in class org.openmrs.ConceptName
Sets the voided status of this ConceptName.
setVoided(Boolean) - Method in class org.openmrs.ConceptNameTag
Sets the voided status of the ConceptName.
setVoided(Boolean) - Method in class org.openmrs.ConceptSource
Deprecated. use setRetired
setVoided(Boolean) - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
setVoided(Boolean) - Method in class org.openmrs.reporting.Report
Deprecated.  
setVoided(Boolean) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setVoided(Boolean) - Method in interface org.openmrs.Voidable
 
setVoidedBy(User) - Method in class org.openmrs.BaseOpenmrsData
 
setVoidedBy(User) - Method in class org.openmrs.ConceptName
Sets the User who voided this ConceptName.
setVoidedBy(User) - Method in class org.openmrs.ConceptNameTag
Sets the User who voided this ConceptName.
setVoidedBy(User) - Method in class org.openmrs.ConceptSource
Deprecated. use setRetiredBy
setVoidedBy(User) - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
setVoidedBy(User) - Method in class org.openmrs.reporting.Report
Deprecated.  
setVoidedBy(User) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setVoidedBy(User) - Method in interface org.openmrs.Voidable
 
setVoidReason(String) - Method in class org.openmrs.BaseOpenmrsData
 
setVoidReason(String) - Method in class org.openmrs.ConceptName
Sets the reason this ConceptName was voided.
setVoidReason(String) - Method in class org.openmrs.ConceptNameTag
Sets the reason this ConceptName was voided.
setVoidReason(String) - Method in class org.openmrs.ConceptSource
Deprecated. use setRetireReason
setVoidReason(String) - Method in class org.openmrs.PersonName
This still exists on PersonName for the SimpleFramework annotation
setVoidReason(String) - Method in class org.openmrs.reporting.Report
Deprecated.  
setVoidReason(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setVoidReason(String) - Method in interface org.openmrs.Voidable
 
setVolatileUserData(String, Object) - Static method in class org.openmrs.api.context.Context
Set a piece of information for the currently authenticated user.
setWeight(Double) - Method in class org.openmrs.ConceptWord
 
setWeight(Integer) - Method in class org.openmrs.notification.Note
 
setWeight(Integer) - Method in class org.openmrs.RelationshipType
 
setWhere(String, String) - Method in class org.openmrs.arden.MLMObject
 
setWhere(String) - Method in class org.openmrs.arden.MLMObjectElement
 
setWhere(boolean) - Method in class org.openmrs.arden.MLMObjectElement
 
setWithinLastDays(Integer) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setWithinLastDays(Integer) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setWithinLastDays(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setWithinLastDays(Integer) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setWithinLastDays(Integer) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setWithinLastMonths(Integer) - Method in class org.openmrs.reporting.DrugOrderFilter
Deprecated.  
setWithinLastMonths(Integer) - Method in class org.openmrs.reporting.DrugOrderStopFilter
Deprecated.  
setWithinLastMonths(Integer) - Method in class org.openmrs.reporting.EncounterPatientFilter
Deprecated.  
setWithinLastMonths(Integer) - Method in class org.openmrs.reporting.ObsPatientFilter
Deprecated.  
setWithinLastMonths(Integer) - Method in class org.openmrs.reporting.ProgramStatePatientFilter
Deprecated.  
setWord(String) - Method in class org.openmrs.ConceptWord
 
setXml(String) - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Set the xml content for the ReportSchemaXml
setXml(String) - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
setXmlToDecode(String) - Method in class org.openmrs.reporting.ReportObjectXMLDecoder
Deprecated.  
setXslt(String) - Method in class org.openmrs.Form
 
SHORT - Static variable in class org.openmrs.ConceptNameTag
Short name for a concept.
SHORT_SERIALIZATION - Static variable in class org.openmrs.util.OpenmrsConstants
Marker put into the serialization session map to tell @Replace methods whether or not to do just the very basic serialization
shortCountryTagFor(Locale) - Static method in class org.openmrs.ConceptNameTag
Method that generates a concept name tag based on a specified locale's country code.
shortCountryTagFor(String) - Static method in class org.openmrs.ConceptNameTag
A factory method that generates strings for short country tags.
shortenedStackTrace(String) - Static method in class org.openmrs.util.OpenmrsUtil
Convert a stack trace into a shortened version for easier viewing and data storage, including only those lines we are most concerned with
shortLanguageTagFor(Locale) - Static method in class org.openmrs.ConceptNameTag
Method that generates a concept name tag based on a specific locale's language.
shortLanguageTagFor(String) - Static method in class org.openmrs.ConceptNameTag
A factory method that generates strings for short language tags.
ShortPasswordException - Exception in org.openmrs.api
Password exception when the length is less than the minimum allowed.
ShortPasswordException() - Constructor for exception org.openmrs.api.ShortPasswordException
 
ShortPasswordException(String) - Constructor for exception org.openmrs.api.ShortPasswordException
 
SHOW_ALL - Static variable in interface org.openmrs.api.OrderService
Deprecated. use OrderService.ORDER_STATUS.ANY
SHOW_COMPLETE - Static variable in interface org.openmrs.api.OrderService
Deprecated. use OrderService.ORDER_STATUS.COMPLETE
SHOW_CURRENT - Static variable in interface org.openmrs.api.OrderService
Deprecated. use OrderService.ORDER_STATUS.CURRENT
SHOW_NOTVOIDED - Static variable in interface org.openmrs.api.OrderService
Deprecated. use OrderService.ORDER_STATUS.NOTVOIDED
shutdown() - Static method in class org.openmrs.api.context.Context
Stops the OpenMRS System Should be called after all activity has ended and application is closing
shutdown() - Method in interface org.openmrs.api.db.ContextDAO
Stops the OpenMRS System Should be called after all activity has ended and application is closing
shutdown() - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
shutdown() - Method in interface org.openmrs.module.Activator
Deprecated.  
shutdown() - Static method in class org.openmrs.module.ModuleUtil
Stops the module system by calling stopModule for all modules that are currently started
shutdown() - Static method in class org.openmrs.scheduler.SchedulerUtil
Shutdown the scheduler service that is statically associated with the Context class.
shutdown() - Method in interface org.openmrs.scheduler.Task
Callback method used to clean up resources used during the tasks execution.
shutdown() - Method in class org.openmrs.scheduler.tasks.AbstractTask
 
shutdown() - Method in class org.openmrs.scheduler.tasks.ConceptWordUpdateTask
 
shutdown() - Method in class org.openmrs.scheduler.tasks.SendEmailTask
 
shutdown() - Method in class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
 
shutdown() - Method in class org.openmrs.scheduler.tasks.TestTask
 
shutdown() - Method in class org.openmrs.scheduler.timer.TimerSchedulerTask
Shutdown the timer task and invoke the task's shutdown() callback method.
shutdownAllTasks() - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Shutdown all running tasks.
shutdownTask(TaskDefinition) - Method in interface org.openmrs.scheduler.SchedulerService
Cancel a scheduled task.
shutdownTask(TaskDefinition) - Method in class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
Stops a running task.
simple_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
simple_comp_opAST(AST, String, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
SimpleColumn - Class in org.openmrs.reporting.export
Deprecated. see reportingcompatibility module
SimpleColumn() - Constructor for class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
SimpleColumn(String, String) - Constructor for class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
SimpleColumnClassifier - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
SimpleColumnClassifier(String, String) - Constructor for class org.openmrs.reporting.SimpleColumnClassifier
Deprecated.  
simpleDatatypes - Static variable in class org.openmrs.hl7.HL7Constants
 
simpleDatatypes - Static variable in class org.openmrs.util.FormConstants
Deprecated. Moved the constant to HL7Constants class, List of datatypes that do not require complex definitions
single_citation() - Method in class org.openmrs.arden.ArdenBaseParser
 
SINGLE_QUOTE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
SINGLE_QUOTE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
size() - Method in class org.openmrs.cohort.CohortSearchHistory
Deprecated.  
size() - Method in class org.openmrs.Cohort
 
size() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
sort_option() - Method in class org.openmrs.arden.ArdenBaseParser
 
sortByColumn(String) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
sortWeight - Variable in class org.openmrs.FormField
 
SourceMySqldiffFile - Class in org.openmrs.util.databasechange
Executes (aka "source"s) the given file on the current database.
SourceMySqldiffFile() - Constructor for class org.openmrs.util.databasechange.SourceMySqldiffFile
 
SPANISH_LANGUAGE - Static variable in class org.openmrs.util.OpenmrsConstants
 
SPECIALIST - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
SPECIALIST - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
specialist_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
split(TableRowClassifier) - Method in class org.openmrs.reporting.DataTable
Deprecated.  
splitPersonName(String) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. see #parsePersonName(String)
splitPersonName(String) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by parsePersonName(String)
splitPhrase(String) - Static method in class org.openmrs.ConceptWord
Split words according to OpenmrsConstants.REGEXes, newlines, and spaces
SqlDiffFileParser - Class in org.openmrs.module
This class will parse an xml sql diff file
SqlDiffFileParser() - Constructor for class org.openmrs.module.SqlDiffFileParser
 
sqlRep - Variable in enum org.openmrs.api.PatientSetService.Modifier
 
sqlTypes() - Method in class org.openmrs.util.HibernateEnumType
 
START_OF_EXPRESSION - Static variable in class org.openmrs.report.EvaluationContext
Deprecated.  
startDate - Variable in class org.openmrs.activelist.ActiveListItem
 
started() - Method in class org.openmrs.module.BaseModuleActivator
 
started() - Method in interface org.openmrs.module.ModuleActivator
Called after a module is started, the application context has been refreshed and the module's service methods are ready to be called.
startedModules - Static variable in class org.openmrs.module.ModuleFactory
 
startExecuting() - Method in class org.openmrs.scheduler.tasks.AbstractTask
Callback method that tells the task that it has started executing.
startModule(Module) - Static method in class org.openmrs.api.context.Daemon
This method should not be called directly.
startModule(Module) - Static method in class org.openmrs.module.ModuleFactory
Runs through extensionPoints and then calls BaseModuleActivator.willStart() on the Module's activator.
startModuleInternal(Module) - Static method in class org.openmrs.module.ModuleFactory
This method should not be called directly.

The ModuleFactory.startModule(Module) (and hence Daemon.startModule(Module)) calls this method in a new Thread and is authenticated as the Daemon user

Runs through extensionPoints and then calls BaseModuleActivator.willStart() on the Module's activator.
startModules() - Static method in class org.openmrs.module.ModuleFactory
Try to start all of the loaded modules that have the global property moduleId.started is set to "true" or the property does not exist.
startObs - Variable in class org.openmrs.activelist.ActiveListItem
 
startRefreshingContext() - Method in class org.openmrs.api.context.ServiceContext
Should be called right before any spring context refresh This forces all calls to getService to wait until doneRefreshingContext is called
startRule() - Method in class org.openmrs.arden.ArdenBaseParser
 
startup(Properties) - Static method in class org.openmrs.api.context.Context
Starts the OpenMRS System Should be called prior to any kind of activity

If an InputRequiredException is thrown, a call to DatabaseUpdater#update(Map) will be required with a mapping from question prompt to user answer before startup can be called again.
startup(String, String, String, Properties) - Static method in class org.openmrs.api.context.Context
Starts the OpenMRS System in a _non-webapp_ environment

If an InputRequiredException is thrown, a call to DatabaseUpdater#update(Map) will be required with a mapping from question prompt to user answer before startup can be called again.
startup(Properties) - Method in interface org.openmrs.api.db.ContextDAO
Starts the OpenMRS System
startup(Properties) - Method in class org.openmrs.api.db.hibernate.HibernateContextDAO
 
startup() - Method in interface org.openmrs.module.Activator
Deprecated.  
startup(Properties) - Static method in class org.openmrs.module.ModuleUtil
Start up the module system with the given properties.
startup(Properties) - Static method in class org.openmrs.scheduler.SchedulerUtil
Start the scheduler given the following start up properties.
startup(Properties) - Static method in class org.openmrs.util.OpenmrsUtil
Initialize global settings Find and load modules
StateConversionValidator - Class in org.openmrs.validator
Validates attributes on the ConceptStateConversion object.
StateConversionValidator() - Constructor for class org.openmrs.validator.StateConversionValidator
 
StatefulTask - Class in org.openmrs.scheduler
Stateful task
StatefulTask() - Constructor for class org.openmrs.scheduler.StatefulTask
 
statesInWorkflow(ProgramWorkflow, boolean) - Method in class org.openmrs.PatientProgram
Returns a List of all PatientStates in the passed ProgramWorkflow for the PatientProgram
StaticCohortDefinition - Class in org.openmrs.cohort
Deprecated. see reportingcompatibility module
StaticCohortDefinition() - Constructor for class org.openmrs.cohort.StaticCohortDefinition
Deprecated.  
StaticCohortDefinition(Cohort) - Constructor for class org.openmrs.cohort.StaticCohortDefinition
Deprecated.  
StaticCohortDefinitionProvider - Class in org.openmrs.cohort.impl
Deprecated. see reportingcompatibility module
StaticCohortDefinitionProvider() - Constructor for class org.openmrs.cohort.impl.StaticCohortDefinitionProvider
Deprecated.  
STOP_WORDS() - Static method in class org.openmrs.util.OpenmrsConstants
These words are ignored in concept and patient searches
stopExecuting() - Method in class org.openmrs.scheduler.tasks.AbstractTask
Callback method that tells the task that it has stopped executing.
stopMigration() - Static method in class org.openmrs.hl7.Hl7InArchivesMigrateThread
convenience method to set transfer status and active flag to stop migration
stopModule(Module) - Static method in class org.openmrs.module.ModuleFactory
Runs through the advice and extension points and removes from api.
stopModule(Module, boolean) - Static method in class org.openmrs.module.ModuleFactory
Runs through the advice and extension points and removes from api.
Also calls mod.Activator.shutdown()
stopModule(Module, boolean, boolean) - Static method in class org.openmrs.module.ModuleFactory
Runs through the advice and extension points and removes from api.
skipOverStartedProperty should only be true when openmrs is stopping modules because it is shutting down.
stopObs - Variable in class org.openmrs.activelist.ActiveListItem
 
stopped() - Method in class org.openmrs.module.BaseModuleActivator
 
stopped() - Method in interface org.openmrs.module.ModuleActivator
Called after a module is stopped
storeProperties(Properties, File, String) - Static method in class org.openmrs.util.OpenmrsUtil
Convenience method to replace Properties.store(), which isn't UTF-8 compliant
NOTE: In Java 6, you will be able to pass the load() and store() methods a UTF-8 Reader/Writer object as an argument, making this method unnecessary.
storeProperties(Properties, OutputStream, String) - Static method in class org.openmrs.util.OpenmrsUtil
Convenience method to replace Properties.store(), which isn't UTF-8 compliant NOTE: In Java 6, you will be able to pass the load() and store() methods a UTF-8 Reader/Writer object as an argument.
STRING_LITERAL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
STRING_LITERAL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
STRUCTURED_NUMERIC_UUID - Static variable in class org.openmrs.ConceptDatatype
 
SUB_TYPE_NAME - Static variable in class org.openmrs.reporting.data.CohortDefinition
Deprecated.  
SUB_TYPE_NAME - Static variable in class org.openmrs.reporting.data.DatasetDefinition
Deprecated.  
SUB_TYPE_NAME - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
SUB_TYPE_NAME - Static variable in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
SUB_TYPE_NAME - Static variable in class org.openmrs.reporting.report.ReportDefinition
Deprecated.  
subtract(Cohort, Cohort) - Static method in class org.openmrs.Cohort
Subtracts a cohort from a cohort
SUM - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
SUM - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
SUPERUSER_ROLE - Static variable in class org.openmrs.util.OpenmrsConstants
 
supports(ComparisonOperator) - Method in class org.openmrs.logic.Duration
 
supports(ComparisonOperator) - Method in interface org.openmrs.logic.op.Operand
Sanity check for this Operand vs a given operator.
supports(Class) - Method in class org.openmrs.reporting.DrugOrderPatientFilterValidator
Deprecated.  
supports(Class) - Method in class org.openmrs.reporting.PatientCharacteristicFilterValidator
Deprecated.  
supports(Class) - Method in class org.openmrs.validator.ConceptClassValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.ConceptDatatypeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.ConceptValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.DrugOrderValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.EncounterTypeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.FieldTypeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.FormValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.LocationTagValidator
 
supports(Class) - Method in class org.openmrs.validator.LocationValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.ObsValidator
 
supports(Class) - Method in class org.openmrs.validator.OrderTypeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.OrderValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.PatientIdentifierTypeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.PatientIdentifierValidator
 
supports(Class) - Method in class org.openmrs.validator.PatientProgramValidator
 
supports(Class) - Method in class org.openmrs.validator.PatientValidator
Returns whether or not this validator supports validating a given class.
supports(Class) - Method in class org.openmrs.validator.PersonAttributeTypeValidator
 
supports(Class) - Method in class org.openmrs.validator.PersonNameValidator
 
supports(Class) - Method in class org.openmrs.validator.PrivilegeValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.ProgramValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.ReportObjectValidator
Deprecated. Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.RequireNameValidator
 
supports(Class) - Method in class org.openmrs.validator.RoleValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.SchedulerFormValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.StateConversionValidator
Determines if the command object being submitted is a valid type
supports(Class) - Method in class org.openmrs.validator.UserValidator
Determines if the command object being submitted is a valid type
supportsPropertyName(String) - Method in interface org.openmrs.api.GlobalPropertyListener
Asks this listener whether it wants to be notified about the given property name
supportsPropertyName(String) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
 
supportsPropertyName(String) - Method in class org.openmrs.api.impl.GlobalLocaleList
 
supportsPropertyName(String) - Method in class org.openmrs.order.DrugOrderSupport
 
SYNONYM - Static variable in class org.openmrs.ConceptNameTag
A different word with similar meaning.
systemVariables - Variable in class org.openmrs.api.impl.AdministrationServiceImpl
Static-ish variable used to cache the system variables.

T

TableGroupAndAggregate - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
TableGroupAndAggregate(TableRowClassifier, TableRowAggregator, String, String) - Constructor for class org.openmrs.reporting.TableGroupAndAggregate
Deprecated.  
TableRow - Class in org.openmrs.reporting
Deprecated. see reportingcompatibility module
TableRow() - Constructor for class org.openmrs.reporting.TableRow
Deprecated.  
TableRow(String, Object) - Constructor for class org.openmrs.reporting.TableRow
Deprecated.  
TableRowAggregator - Interface in org.openmrs.reporting
Deprecated. see reportingcompatibility module
TableRowClassifier - Interface in org.openmrs.reporting
Deprecated. see reportingcompatibility module
Task - Interface in org.openmrs.scheduler
 
TaskDefinition - Class in org.openmrs.scheduler
Represents the metadata for a task that can be scheduled.
TaskDefinition() - Constructor for class org.openmrs.scheduler.TaskDefinition
Default no-arg public constructor
TaskDefinition(Integer, String, String, String) - Constructor for class org.openmrs.scheduler.TaskDefinition
Public constructor
taskDefinition - Variable in class org.openmrs.scheduler.tasks.AbstractTask
 
TaskFactory - Class in org.openmrs.scheduler
 
TaskThreadedInitializationWrapper - Class in org.openmrs.scheduler.tasks
This class executes the Task.initialize method in a new thread.
TaskThreadedInitializationWrapper(Task) - Constructor for class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper
Default constructor to create this wrapper
Template - Class in org.openmrs.notification
 
Template() - Constructor for class org.openmrs.notification.Template
 
Template(int, String, String) - Constructor for class org.openmrs.notification.Template
 
TemplateDAO - Interface in org.openmrs.api.db
Message template related database functions
temporal_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
TERM_LITERAL - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TERM_LITERAL - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
terminatePatientProgram(PatientProgram, ProgramWorkflowState, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
terminatePatientProgram(PatientProgram, ProgramWorkflowState, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use PatientProgram.transitionToState(ProgramWorkflowState, Date)
TestTask - Class in org.openmrs.scheduler.tasks
Implementation of a simple task that throws an exception every 10 executions.
TestTask() - Constructor for class org.openmrs.scheduler.tasks.TestTask
 
TestTypeFilter - Class in org.openmrs.util
This class exists so that Spring component-scans can exclude any unit test classes that were accidentally included on the classpath (like in an omod).
TestTypeFilter() - Constructor for class org.openmrs.util.TestTypeFilter
 
text() - Method in class org.openmrs.arden.ArdenBaseParser
 
TEXT - Static variable in class org.openmrs.ConceptDatatype
 
TEXT_UUID - Static variable in class org.openmrs.ConceptDatatype
 
TEXT_VIEW - Static variable in class org.openmrs.util.OpenmrsConstants
 
textAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
TextHandler - Class in org.openmrs.obs.handler
Handler for storing files for complex obs to the file system.
TextHandler() - Constructor for class org.openmrs.obs.handler.TextHandler
Constructor initializes formats for alternative file names to protect from unintentionally overwriting existing files.
THAN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
THAN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
the() - Method in class org.openmrs.arden.ArdenBaseParser
 
THE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
THE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
THEN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
THEN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
THEY - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
THEY - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
THREAD_SLEEP_PERIOD - Static variable in class org.openmrs.hl7.HL7Constants
time taken before static/state properties of an instance of the hl7 in archive migration thread are reset
TIME - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TIME - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
TIME - Static variable in class org.openmrs.ConceptDatatype
 
TIME_UUID - Static variable in class org.openmrs.ConceptDatatype
 
time_value() - Method in class org.openmrs.arden.ArdenBaseParser
 
time_zone() - Method in class org.openmrs.arden.ArdenBaseParser
 
TimerSchedulerMemento - Class in org.openmrs.scheduler.timer
 
TimerSchedulerMemento(Set<TaskDefinition>) - Constructor for class org.openmrs.scheduler.timer.TimerSchedulerMemento
 
TimerSchedulerServiceImpl - Class in org.openmrs.scheduler.timer
Simple scheduler service that uses JDK timer to trigger and execute scheduled tasks.
TimerSchedulerServiceImpl() - Constructor for class org.openmrs.scheduler.timer.TimerSchedulerServiceImpl
 
TimerSchedulerTask - Class in org.openmrs.scheduler.timer
 
TimerSchedulerTask(Task) - Constructor for class org.openmrs.scheduler.timer.TimerSchedulerTask
Public constructor
TIMES - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TIMES - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
TITLE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TITLE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
title_slot() - Method in class org.openmrs.arden.ArdenBaseParser
Maintenance Slots
tmpMappingResources - Variable in class org.openmrs.api.db.hibernate.HibernateSessionFactoryBean
 
TO - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TO - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
toAbstractReportObject() - Method in class org.openmrs.reporting.ReportObjectXMLDecoder
Deprecated.  
toBoolean() - Method in class org.openmrs.logic.result.EmptyResult
 
toBoolean() - Method in class org.openmrs.logic.result.Result
 
toClassLoader() - Method in class org.openmrs.util.ClassLoaderFileOpener
 
toCohortDefinition() - Method in class org.openmrs.reporting.CohortHistoryCompositionFilter
Deprecated.  
toConcept() - Method in class org.openmrs.logic.result.Result
 
toDateHelper(Date, Integer, Integer, Integer, Integer, Date, Date) - Static method in class org.openmrs.util.OpenmrsUtil
 
toDatetime() - Method in class org.openmrs.logic.result.Result
 
today() - Method in interface org.openmrs.logic.LogicContext
 
toExtensionId(String, Extension.MEDIA_TYPE) - Static method in class org.openmrs.module.Extension
Convert the given pointId and mediaType to an extensionId.
toNumber() - Method in class org.openmrs.logic.result.Result
 
toObject() - Method in class org.openmrs.logic.result.Result
 
toPatientFilter(PatientSearch, CohortSearchHistory) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. see reportingcompatibility module
toPatientFilter(PatientSearch, CohortSearchHistory, EvaluationContext) - Static method in class org.openmrs.util.OpenmrsUtil
Deprecated. see reportingcompatibility module
toString() - Method in enum org.openmrs.activelist.ProblemModifier
 
toString() - Method in class org.openmrs.api.db.SerializedObject
 
toString() - Method in class org.openmrs.cohort.CohortDefinitionItemHolder
Deprecated.  
toString() - Method in class org.openmrs.Cohort
 
toString() - Method in class org.openmrs.Concept
 
toString() - Method in class org.openmrs.ConceptDescription
 
toString() - Method in class org.openmrs.ConceptName
 
toString() - Method in class org.openmrs.ConceptNameTag
 
toString() - Method in class org.openmrs.ConceptProposal
 
toString() - Method in class org.openmrs.ConceptStateConversion
 
toString() - Method in class org.openmrs.ConceptWord
 
toString() - Method in class org.openmrs.DrugOrder
 
toString() - Method in class org.openmrs.Encounter
 
toString() - Method in class org.openmrs.Form
 
toString() - Method in class org.openmrs.FormField
 
toString() - Method in class org.openmrs.GlobalProperty
 
toString() - Method in class org.openmrs.ImplementationId
 
toString() - Method in class org.openmrs.Location
 
toString() - Method in class org.openmrs.LocationTag
 
toString() - Method in class org.openmrs.logic.LogicTransform
 
toString() - Method in class org.openmrs.logic.op.After
 
toString() - Method in class org.openmrs.logic.op.And
 
toString() - Method in class org.openmrs.logic.op.AsOf
 
toString() - Method in class org.openmrs.logic.op.Average
 
toString() - Method in class org.openmrs.logic.op.Before
 
toString() - Method in class org.openmrs.logic.op.Contains
 
toString() - Method in class org.openmrs.logic.op.Count
 
toString() - Method in class org.openmrs.logic.op.Distinct
 
toString() - Method in class org.openmrs.logic.op.Equals
 
toString() - Method in class org.openmrs.logic.op.Exists
 
toString() - Method in class org.openmrs.logic.op.First
 
toString() - Method in class org.openmrs.logic.op.GreaterThan
 
toString() - Method in class org.openmrs.logic.op.GreaterThanEquals
 
toString() - Method in class org.openmrs.logic.op.In
 
toString() - Method in class org.openmrs.logic.op.Last
 
toString() - Method in class org.openmrs.logic.op.LessThan
 
toString() - Method in class org.openmrs.logic.op.LessThanEquals
 
toString() - Method in class org.openmrs.logic.op.Not
 
toString() - Method in class org.openmrs.logic.op.NotExists
 
toString() - Method in class org.openmrs.logic.op.Or
 
toString() - Method in class org.openmrs.logic.op.Within
 
toString() - Method in class org.openmrs.logic.result.Result
 
toString() - Method in class org.openmrs.module.Extension
Get the string representation of this extension
toString() - Method in class org.openmrs.module.Module
 
toString() - Method in class org.openmrs.module.ModuleClassLoader
 
toString() - Method in class org.openmrs.notification.Alert
 
toString() - Method in class org.openmrs.notification.AlertRecipient
 
toString() - Method in class org.openmrs.Obs
 
toString() - Method in class org.openmrs.Order
 
toString() - Method in class org.openmrs.Patient
 
toString() - Method in class org.openmrs.PatientIdentifier
 
toString() - Method in class org.openmrs.PatientIdentifierType
TODO: make this return a more debug-worth string instead of just the name.
toString() - Method in class org.openmrs.PatientProgram
 
toString() - Method in class org.openmrs.PatientState
 
toString() - Method in class org.openmrs.Person
 
toString() - Method in class org.openmrs.PersonAddress
 
toString() - Method in class org.openmrs.PersonAttribute
 
toString() - Method in class org.openmrs.PersonAttributeType
 
toString() - Method in class org.openmrs.PersonName
 
toString() - Method in class org.openmrs.Privilege
 
toString() - Method in class org.openmrs.Program
 
toString() - Method in class org.openmrs.ProgramWorkflow
 
toString() - Method in class org.openmrs.ProgramWorkflowState
 
toString() - Method in class org.openmrs.Relationship
 
toString() - Method in class org.openmrs.RelationshipType
 
toString() - Method in class org.openmrs.reporting.AbstractReportObject
Deprecated.  
toString() - Method in class org.openmrs.reporting.DataTable
Deprecated.  
toString() - Method in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
toString() - Method in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
toString() - Method in class org.openmrs.reporting.PatientSearch
Deprecated.  
toString() - Method in class org.openmrs.reporting.report.ReportDefinition
Deprecated. Converts object to string
toString() - Method in class org.openmrs.reporting.ReportObjectWrapper
Deprecated.  
toString() - Method in class org.openmrs.reporting.SearchArgument
Deprecated.  
toString() - Method in class org.openmrs.Role
 
toString() - Method in class org.openmrs.scheduler.TaskDefinition
 
toString() - Method in class org.openmrs.User
 
toString() - Method in class org.openmrs.util.DoubleRange
 
toString() - Method in class org.openmrs.util.OpenmrsClassLoader
 
toTemplateString() - Method in class org.openmrs.reporting.export.CohortColumn
Deprecated.  
toTemplateString() - Method in class org.openmrs.reporting.export.ConceptColumn
Deprecated.  
toTemplateString() - Method in interface org.openmrs.reporting.export.ExportColumn
Deprecated.  
toTemplateString() - Method in class org.openmrs.reporting.export.RowPerObsColumn
Deprecated.  
toTemplateString() - Method in class org.openmrs.reporting.export.SimpleColumn
Deprecated.  
toXmlString() - Method in class org.openmrs.reporting.ReportObjectXMLEncoder
Deprecated.  
transform(DataSet) - Method in interface org.openmrs.report.DataSetTransform
Deprecated. Auto generated method comment TODO: add detailed return comment
TransformOperator - Interface in org.openmrs.logic.op
Marker for all transform operator.
transitionToState(ProgramWorkflowState, Date) - Method in class org.openmrs.PatientProgram
Attempts to transition the PatientProgram to the passed ProgramWorkflowState on the passed Date by ending the most recent PatientState in the PatientProgram and creating a new one with the passed ProgramWorkflowState This will throw an IllegalArgumentException if the transition is invalid
Tribe - Class in org.openmrs
Deprecated. This object is no longer supported. This functionality has been replaced by the Tribe module. The installation of that module converts this tribe patient attribute to a PersonAttribute and all values are copied over
Tribe() - Constructor for class org.openmrs.Tribe
Deprecated. use the Tribe module
Tribe(Integer) - Constructor for class org.openmrs.Tribe
Deprecated. use the Tribe module
triggerStateConversion(Patient, Concept, Date) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
triggerStateConversion(Patient, Concept, Date) - Method in interface org.openmrs.api.ProgramWorkflowService
Triggers any ConceptStateConversion that exists for the passed reasonForExit concept and any ProgramWorkflow in the PatientPrograms for the patient
TRUE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TRUE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
TsvReportRenderer - Class in org.openmrs.report.impl
Deprecated. see reportingcompatibility module
TsvReportRenderer() - Constructor for class org.openmrs.report.impl.TsvReportRenderer
Deprecated.  
TYPE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
TYPE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
type_code() - Method in class org.openmrs.arden.ArdenBaseParser
 
TYPE_NAME - Static variable in class org.openmrs.reporting.data.CohortDefinition
Deprecated.  
TYPE_NAME - Static variable in class org.openmrs.reporting.data.DatasetDefinition
Deprecated.  
TYPE_NAME - Static variable in class org.openmrs.reporting.export.DataExportReportObject
Deprecated.  
TYPE_NAME - Static variable in class org.openmrs.reporting.export.RowPerObsDataExportReportObject
Deprecated.  
TYPE_NAME - Static variable in class org.openmrs.reporting.report.ReportDefinition
Deprecated.  
type_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 

U

UnallowedIdentifierException - Exception in org.openmrs.patient
UnallowedIdentifierException is thrown when a class tries to process an identifier given certain expectations and those expectations are not held up.
UnallowedIdentifierException() - Constructor for exception org.openmrs.patient.UnallowedIdentifierException
 
UnallowedIdentifierException(String) - Constructor for exception org.openmrs.patient.UnallowedIdentifierException
 
UnallowedIdentifierException(String, Throwable) - Constructor for exception org.openmrs.patient.UnallowedIdentifierException
 
UnallowedIdentifierException(Throwable) - Constructor for exception org.openmrs.patient.UnallowedIdentifierException
 
unary_comp_op() - Method in class org.openmrs.arden.ArdenBaseParser
 
UNDERSCORE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
UNDERSCORE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
undiscontinueOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
undiscontinueOrder(Order) - Method in interface org.openmrs.api.OrderService
Un-discontinue order record.
union(Cohort, Cohort) - Static method in class org.openmrs.Cohort
Returns the union of two cohorts
unique() - Method in class org.openmrs.logic.result.Result
 
UNIX_BASED_OPERATING_SYSTEM - Static variable in class org.openmrs.util.OpenmrsConstants
Shortcut booleans used to make some OS specific checks more generic; note the *nix flavored check is missing some less obvious choices
unloadModule(Module) - Static method in class org.openmrs.module.ModuleFactory
Removes module from module repository
unregisterSupportedType(Class<? extends OpenmrsObject>) - Method in class org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO
 
unregisterSupportedType(Class<? extends OpenmrsObject>) - Method in interface org.openmrs.api.db.SerializedObjectDAO
Removes this class as one that should be supported
unretireDrug(Drug) - Method in interface org.openmrs.api.ConceptService
Marks a drug that is currently retired as not retired.
unretireDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
unretireEncounterType(EncounterType) - Method in interface org.openmrs.api.EncounterService
Unretire an EncounterType.
unretireEncounterType(EncounterType) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
unretireField(Field) - Method in interface org.openmrs.api.FormService
Unretires field
unretireField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
 
unretireForm(Form) - Method in interface org.openmrs.api.FormService
Unretires a Form that had previous been retired.
unretireForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
 
UnretireHandler<R extends Retireable> - Interface in org.openmrs.api.handler
This is the super interface for all unretire* actions that take place on all services.
unretireLocation(Location) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
unretireLocation(Location) - Method in interface org.openmrs.api.LocationService
Unretire the given location.
unretireLocationTag(LocationTag) - Method in class org.openmrs.api.impl.LocationServiceImpl
 
unretireLocationTag(LocationTag) - Method in interface org.openmrs.api.LocationService
Unretire the given location tag.
unretireOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
unretireOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
This will bring back a previously decommissioned OrderType
unretirePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
unretirePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.PatientService
Unretire a type of patient identifier
unRetireProgram(Program) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
unRetireProgram(Program) - Method in interface org.openmrs.api.ProgramWorkflowService
Unretires the given program
unretireTribe(Tribe) - Method in interface org.openmrs.api.AdministrationService
Deprecated. The Tribe object is no longer supported. Install the Tribe module
unretireTribe(Tribe) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
unretireUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
 
unretireUser(User) - Method in interface org.openmrs.api.UserService
Clears retired flag for a user.
unvoidEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Unvoid encounter record
unvoidEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
UnvoidHandler<V extends Voidable> - Interface in org.openmrs.api.handler
This is the super interface for all unvoid* actions that take place on all services.
unvoidObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Unvoids an Obs
unvoidObs(Obs) - Method in interface org.openmrs.api.ObsService
Revive an observation (pull a Lazarus)
unvoidOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
unvoidOrder(Order) - Method in interface org.openmrs.api.OrderService
Unvoid order record.
unvoidPatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
unvoidPatient(Patient) - Method in interface org.openmrs.api.PatientService
Unvoid patient record
unvoidPatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
unvoidPatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Unvoids the given patientProgram
unvoidPerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
unvoidPerson(Person) - Method in interface org.openmrs.api.PersonService
Effectively resurrects this person in the db.
unvoidRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
unvoidRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Unvoid Relationship in the database, effectively marking this as a valid relationship again
unvoidUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
 
unvoidUser(User) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.unretireUser(User)
UPDATE_FILE_NAME - Static variable in class org.openmrs.module.ModuleConstants
Name of the file in the module repository to ping to question for updates to a module
updateAlert(Alert) - Method in interface org.openmrs.notification.AlertService
Deprecated. use AlertService.saveAlert(Alert)
updateAlert(Alert) - Method in class org.openmrs.notification.impl.AlertServiceImpl
Deprecated.  
updateCohort(Cohort) - Method in interface org.openmrs.api.CohortService
Deprecated. replaced by saveCohort(Cohort)
updateCohort(Cohort) - Method in class org.openmrs.api.impl.CohortServiceImpl
Deprecated.  
updateConcept(Concept) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveConcept(Concept)
updateConcept(ConceptNumeric) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveConcept(Concept)
updateConcept(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.saveConcept(Concept)
updateConcept(ConceptNumeric) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.saveConcept(Concept)
updateConceptClass(ConceptClass) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptClass(ConceptClass)
updateConceptClass(ConceptClass) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptDatatype(ConceptDatatype) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptDatatype(ConceptDatatype)
updateConceptDatatype(ConceptDatatype) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptProposal(ConceptProposal) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use ConceptService.saveConceptProposal(ConceptProposal)
updateConceptProposal(ConceptProposal) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptSetDerived(Concept) - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.updateConceptSetDerived(Concept);
updateConceptSetDerived() - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.updateConceptSetDerived()
updateConceptSetDerived(Concept) - Method in interface org.openmrs.api.ConceptService
Updates the concept set derived business table for this concept (bursting the concept sets)
updateConceptSetDerived() - Method in interface org.openmrs.api.ConceptService
Iterates over all concepts calling updateConceptSetDerived(concept)
updateConceptSetDerived(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
updateConceptSetDerived() - Method in interface org.openmrs.api.db.ConceptDAO
 
updateConceptSetDerived() - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
updateConceptSetDerived(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
updateConceptSetDerived(Concept) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptSetDerived() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptSetDerived(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
updateConceptSetDerived() - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
updateConceptStateConversion(ConceptStateConversion) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
updateConceptStateConversion(ConceptStateConversion) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.saveConceptStateConversion(ConceptStateConversion)
updateConceptWord(Concept) - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.updateConceptWord(Concept)
updateConceptWord(Concept) - Method in interface org.openmrs.api.ConceptService
Iterates over the words in names and synonyms (for each locale) and updates the concept_word table
updateConceptWord(Concept) - Method in interface org.openmrs.api.db.ConceptDAO
 
updateConceptWord(Concept) - Method in class org.openmrs.api.db.hibernate.HibernateConceptDAO
 
updateConceptWord(Concept) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptServiceImpl
updateConceptWord(Concept) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
updateConceptWords() - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.updateConceptWords()
updateConceptWords(Integer, Integer) - Method in interface org.openmrs.api.AdministrationService
Deprecated. moved to ConceptService.updateConceptWords(Integer, Integer)
updateConceptWords() - Method in interface org.openmrs.api.ConceptService
Iterates over all concepts and calls upddateConceptWords(Concept concept)
updateConceptWords(Integer, Integer) - Method in interface org.openmrs.api.ConceptService
Iterates over all concepts with conceptIds between conceptIdStart and conceptIdEnd (inclusive) and calls updateConceptWord(concept)
updateConceptWords() - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptServiceImpl
updateConceptWords(Integer, Integer) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. moved to ConceptService
updateConceptWords() - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
updateConceptWords(Integer, Integer) - Method in class org.openmrs.api.impl.ConceptServiceImpl
 
updateDatabase(Map<String, Object>) - Static method in class org.openmrs.api.context.Context
Updates the openmrs database to the latest.
updateDrug(Drug) - Method in interface org.openmrs.api.ConceptService
Deprecated. use #saveDrug(Drug)
updateDrug(Drug) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. Use #saveDrug(Drug)
updateEncounter(Encounter) - Method in interface org.openmrs.api.EncounterService
Deprecated. replaced by EncounterService.saveEncounter(Encounter)
updateEncounter(Encounter) - Method in class org.openmrs.api.impl.EncounterServiceImpl
Deprecated. replaced by EncounterServiceImpl.saveEncounter(Encounter)
updateEncounterType(EncounterType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use EncounterService.saveEncounterType(EncounterType)
updateEncounterType(EncounterType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
updateField(Field) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveField(Field)
updateField(Field) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
updateFieldType(FieldType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. use FormService.saveFieldType(FieldType)
updateFieldType(FieldType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
UpdateFileParser - Class in org.openmrs.module
This class will parse an xml update.rdf file
UpdateFileParser(String) - Constructor for class org.openmrs.module.UpdateFileParser
Default constructor
updateForm(Form) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveForm(Form)
updateForm(Form) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
updateFormField(FormField) - Method in interface org.openmrs.api.FormService
Deprecated. use FormService.saveFormField(FormField)
updateFormField(FormField) - Method in class org.openmrs.api.impl.FormServiceImpl
Deprecated.  
updateHL7InArchive(HL7InArchive) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7InArchive(HL7InArchive)
updateHL7InArchive(HL7InArchive) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
updateHL7InError(HL7InError) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7InError(HL7InError)
updateHL7InError(HL7InError) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
updateHL7Source(HL7Source) - Method in interface org.openmrs.hl7.HL7Service
Deprecated. use HL7Service.saveHL7Source(HL7Source)
updateHL7Source(HL7Source) - Method in class org.openmrs.hl7.impl.HL7ServiceImpl
Deprecated.  
updateLocation(Location) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see LocationService.saveLocation(Location)
updateLocation(Location) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
updateLoginCredential(LoginCredential) - Method in class org.openmrs.api.db.hibernate.HibernateUserDAO
 
updateLoginCredential(LoginCredential) - Method in interface org.openmrs.api.db.UserDAO
Updates a user's login credentials.
updateMimeType(MimeType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see ObsService.saveMimeType(MimeType)
updateMimeType(MimeType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. use ObsService.saveMimeType(MimeType)
updateModule(Module) - Static method in class org.openmrs.module.ModuleFactory
Update the module: 1) Download the new module 2) Unload the old module 3) Load/start the new module
updateNote(Note) - Method in class org.openmrs.api.db.hibernate.HibernateNoteDAO
 
updateNote(Note) - Method in interface org.openmrs.api.db.NoteDAO
Update note
updateNote(Note) - Method in class org.openmrs.notification.impl.NoteServiceImpl
Update a note.
updateNote(Note) - Method in interface org.openmrs.notification.NoteService
 
updateObs(Obs) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
updateObs(Obs) - Method in interface org.openmrs.api.ObsService
Deprecated. use ObsService.saveObs(Obs, String)
updateOrder(Order) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
updateOrder(Order) - Method in interface org.openmrs.api.OrderService
Deprecated. use #saveOrder(Order)
updateOrderType(OrderType) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated.  
updateOrderType(OrderType) - Method in interface org.openmrs.api.OrderService
Deprecated. use #saveOrderType(OrderType)
updatePatient(Patient) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. replaced by #savePatient(Patient)
updatePatient(Patient) - Method in interface org.openmrs.api.PatientService
Deprecated. replaced by #savePatient(Patient)
updatePatientIdentifier(PatientIdentifier) - Method in class org.openmrs.api.impl.PatientServiceImpl
Deprecated. patient identifiers should not be updated directly; rather, after changing patient identifiers, use PatientServiceImpl.savePatient(Patient) to save changes to the database
updatePatientIdentifier(PatientIdentifier) - Method in interface org.openmrs.api.PatientService
Deprecated. patient identifiers should not be updated directly; rather, after changing patient identifiers, use PatientService.savePatient(Patient) to save changes to the database
updatePatientIdentifierType(PatientIdentifierType) - Method in interface org.openmrs.api.AdministrationService
Deprecated. replaced by PatientService.savePatientIdentifierType(PatientIdentifierType)
updatePatientIdentifierType(PatientIdentifierType) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. replaced by PatientService.savePatientIdentifierType(PatientIdentifierType)
updatePatientProgram(PatientProgram) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
updatePatientProgram(PatientProgram) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use ProgramWorkflowService.savePatientProgram(PatientProgram)
updatePerson(Person) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.savePerson(Person)
updatePerson(Person) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.savePerson(Person)
updatePersonAttributeType(PersonAttributeType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.savePersonAttributeType(PersonAttributeType)
updatePersonAttributeType(PersonAttributeType) - Method in interface org.openmrs.api.PersonService
Deprecated. use PersonService.savePersonAttributeType(PersonAttributeType)
updatePrivilege(Privilege) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.savePrivilege(Privilege)
updatePrivilege(Privilege) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
updateRelationship(Relationship) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.saveRelationship(Relationship)
updateRelationship(Relationship) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #saveRelationship(Relationship)
updateRelationshipType(RelationshipType) - Method in class org.openmrs.api.impl.PersonServiceImpl
Deprecated. use PersonServiceImpl.saveRelationshipType(RelationshipType)
updateRelationshipType(RelationshipType) - Method in interface org.openmrs.api.PersonService
Deprecated. replaced by #saveRelationshipType(RelationshipType)
updateReport(Report) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
updateReport(Report) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
updateReport(Report) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
updateReport(Report) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
updateReportObject(AbstractReportObject) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see reportingcompatibility module
updateReportObject(AbstractReportObject) - Method in interface org.openmrs.api.db.AdministrationDAO
Deprecated. see reportingcompatibility module
updateReportObject(AbstractReportObject) - Method in class org.openmrs.api.db.hibernate.HibernateAdministrationDAO
Deprecated. see reportingcompatibility module
updateReportObject(AbstractReportObject) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated. see reportingcompatibility module
updateReportObject(AbstractReportObject) - Method in class org.openmrs.reporting.impl.ReportObjectServiceImpl
Deprecated.  
updateReportObject(AbstractReportObject) - Method in interface org.openmrs.reporting.ReportObjectService
Deprecated. use ReportObjectService.saveReportObject(AbstractReportObject)
updateReportSchemaXml(ReportSchemaXml) - Method in interface org.openmrs.api.ReportService
Deprecated. use saveReportSchemaXml(reportSchemaXml)
updateReportSchemaXml(ReportSchemaXml) - Method in class org.openmrs.report.impl.ReportServiceImpl
Deprecated. use saveReportSchemaXml(reportSchemaXml)
updateRole(Role) - Method in interface org.openmrs.api.AdministrationService
Deprecated. see UserService.saveRole(Role)
updateRole(Role) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
updateRule(String, Rule) - Method in interface org.openmrs.logic.LogicService
Update a rule that has previously been registered
updatesRequired() - Static method in class org.openmrs.util.DatabaseUpdater
Ask Liquibase if it needs to do any updates
updateTask(TaskDefinition) - Method in class org.openmrs.scheduler.db.hibernate.HibernateSchedulerDAO
Update task
updateTask(TaskDefinition) - Method in interface org.openmrs.scheduler.db.SchedulerDAO
Update task
updateTemplate(Template) - Method in class org.openmrs.api.db.hibernate.HibernateTemplateDAO
 
updateTemplate(Template) - Method in interface org.openmrs.api.db.TemplateDAO
Update existing template.
updateTribe(Tribe) - Method in interface org.openmrs.api.AdministrationService
Deprecated. The Tribe object is no longer supported. Install the Tribe module
updateTribe(Tribe) - Method in class org.openmrs.api.impl.AdministrationServiceImpl
Deprecated.  
updateUser(User) - Method in class org.openmrs.api.impl.UserServiceImpl
Deprecated. replaced by UserServiceImpl.saveUser(User, String)
updateUser(User) - Method in interface org.openmrs.api.UserService
Deprecated. replaced by UserService.saveUser(User, String)
updateWorkflow(ProgramWorkflow) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
updateWorkflow(ProgramWorkflow) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use to save changes to all ProgramWorkflows for the given Program
updateXmlFromAttributes() - Method in class org.openmrs.report.ReportSchemaXml
Deprecated. Convenience helper method that will deserialize the "xml" string to a ReportSchema, update that report schema with the id/name/desc attributes that are on this ReportSchemaXml object, and then re serialize that ReportSchema object into the "xml" string
urgency_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
urgency_val() - Method in class org.openmrs.arden.ArdenBaseParser
 
url2file(URL) - Static method in class org.openmrs.util.OpenmrsUtil
Utility method to convert local URL to a File object.
USER - Static variable in interface org.openmrs.api.ObsService
Deprecated. Use OpenmrsConstants.PERSON_TYPE.USER
User - Class in org.openmrs
Defines a User Account in the system.
User() - Constructor for class org.openmrs.User
default constructor
User(Integer) - Constructor for class org.openmrs.User
constructor with id
User(Person) - Constructor for class org.openmrs.User
constructor with person object
USER_PROPERTY_CHANGE_PASSWORD - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_DEFAULT_LOCALE - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_DEFAULT_LOCATION - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_LOCKOUT_TIMESTAMP - Static variable in class org.openmrs.util.OpenmrsConstants
Name of the user_property that stores the time the user was locked out due to too many login attempts
USER_PROPERTY_LOGIN_ATTEMPTS - Static variable in class org.openmrs.util.OpenmrsConstants
Name of the user_property that stores the number of unsuccessful login attempts this user has made
USER_PROPERTY_NOTIFICATION - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_NOTIFICATION_ADDRESS - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_NOTIFICATION_FORMAT - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_PROFICIENT_LOCALES - Static variable in class org.openmrs.util.OpenmrsConstants
A user property name.
USER_PROPERTY_SHOW_RETIRED - Static variable in class org.openmrs.util.OpenmrsConstants
 
USER_PROPERTY_SHOW_VERBOSE - Static variable in class org.openmrs.util.OpenmrsConstants
 
UserContext - Class in org.openmrs.api.context
Represents an OpenMRS User Context which stores the current user information.
UserContext() - Constructor for class org.openmrs.api.context.UserContext
Default public constructor
UserDAO - Interface in org.openmrs.api.db
Database methods for the UserService
UserEditor - Class in org.openmrs.propertyeditor
 
UserEditor() - Constructor for class org.openmrs.propertyeditor.UserEditor
 
UserSaveHandler - Class in org.openmrs.api.handler
This class deals with User objects when they are saved via a save* method in an Openmrs Service.
UserSaveHandler() - Constructor for class org.openmrs.api.handler.UserSaveHandler
 
UserService - Interface in org.openmrs.api
Contains methods pertaining to Users in the system Use:
UserServiceImpl - Class in org.openmrs.api.impl
Default implementation of the user service.
UserServiceImpl() - Constructor for class org.openmrs.api.impl.UserServiceImpl
 
UserValidator - Class in org.openmrs.validator
Validates attributes on the User object
UserValidator() - Constructor for class org.openmrs.validator.UserValidator
 

V

validate(Object, Errors) - Method in class org.openmrs.reporting.DrugOrderPatientFilterValidator
Deprecated.  
validate(Object, Errors) - Method in class org.openmrs.reporting.PatientCharacteristicFilterValidator
Deprecated.  
validate(Database) - Method in class org.openmrs.util.databasechange.BooleanConceptChangeSet
 
validate(Database) - Method in class org.openmrs.util.databasechange.ConceptValidatorChangeSet
 
validate(Database) - Method in class org.openmrs.util.databasechange.GenerateUuid
 
validate(Database) - Method in class org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
 
validate(Database) - Method in class org.openmrs.util.databasechange.SourceMySqldiffFile
 
validate(Object, Errors) - Method in class org.openmrs.validator.ConceptClassValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.ConceptDatatypeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.ConceptValidator
Checks that a given concept object is valid.
validate(Object, Errors) - Method in class org.openmrs.validator.DrugOrderValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.EncounterTypeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.FieldTypeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.FormValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.LocationTagValidator
 
validate(Object, Errors) - Method in class org.openmrs.validator.LocationValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.ObsValidator
 
validate(Object, Errors) - Method in class org.openmrs.validator.OrderTypeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.OrderValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.PatientIdentifierTypeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.PatientIdentifierValidator
Validates a PatientIdentifier.
validate(Object, Errors) - Method in class org.openmrs.validator.PatientProgramValidator
Validates the given PatientProgram.
validate(Object, Errors) - Method in class org.openmrs.validator.PatientValidator
Validates the given Patient.
validate(Object, Errors) - Method in class org.openmrs.validator.PersonAttributeTypeValidator
 
validate(Object, Errors) - Method in class org.openmrs.validator.PersonNameValidator
Checks whether person name has all required values, and whether values are proper length
validate(Object, Errors) - Method in class org.openmrs.validator.PrivilegeValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.ProgramValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.ReportObjectValidator
Deprecated. Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.RequireNameValidator
 
validate(Object, Errors) - Method in class org.openmrs.validator.RoleValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.SchedulerFormValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.StateConversionValidator
Checks the form object for any inconsistencies/errors
validate(Object, Errors) - Method in class org.openmrs.validator.UserValidator
Checks the form object for any inconsistencies/errors
validate(Object) - Static method in class org.openmrs.validator.ValidateUtil
Test the given object against all validators that are registered as compatible with the object class
validateIdentifier(PatientIdentifier) - Static method in class org.openmrs.validator.PatientIdentifierValidator
Checks that the given PatientIdentifier is valid
validateIdentifier(String, PatientIdentifierType) - Static method in class org.openmrs.validator.PatientIdentifierValidator
Validates that a given identifier string is valid for a given PatientIdentifierType Checks for things like blank identifiers, invalid check digits, and invalid format.
validatePassword(String, String, String) - Static method in class org.openmrs.util.OpenmrsUtil
Utility to check the validity of a password for a certain User.
validatePersonName(PersonName, Errors, boolean, boolean) - Method in class org.openmrs.validator.PersonNameValidator
Checks that the given PersonName is valid
validateSerialization(Map<?, ?>) - Method in class org.openmrs.User
 
ValidateUtil - Class in org.openmrs.validator
This class should be used in the *Services to validate objects before saving them.
ValidateUtil() - Constructor for class org.openmrs.validator.ValidateUtil
 
validation_code() - Method in class org.openmrs.arden.ArdenBaseParser
 
validation_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
VALUE_TEXT_MAX_LENGTH - Static variable in class org.openmrs.validator.ObsValidator
 
valueCoded - Variable in class org.openmrs.Obs
 
valueCodedName - Variable in class org.openmrs.Obs
 
valueComplex - Variable in class org.openmrs.Obs
 
valueDatetime - Variable in class org.openmrs.Obs
 
valueDrug - Variable in class org.openmrs.Obs
 
valueGroupId - Variable in class org.openmrs.Obs
 
valueModifier - Variable in class org.openmrs.Obs
 
valueNumeric - Variable in class org.openmrs.Obs
 
valueOf(String) - Static method in enum org.openmrs.activelist.AllergySeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.activelist.AllergyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.activelist.ProblemModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.ConceptNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.OrderService.ORDER_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PatientSetService.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PatientSetService.GroupMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PatientSetService.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PatientSetService.PatientLocationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PatientSetService.TimeModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.api.PersonService.ATTR_VIEW_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.arden.ArdenClause.Predicate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.hl7.Hl7InArchivesMigrateThread.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.logic.Duration.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.logic.result.Result.Datatype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.module.Extension.MEDIA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.reporting.DateColumnClassifier.CombineMethod
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.util.Format.FORMAT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.util.InputRequiredException.DATATYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmrs.util.OpenmrsConstants.PERSON_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openmrs.activelist.AllergySeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.activelist.AllergyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.activelist.ProblemModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.ConceptNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.OrderService.ORDER_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PatientSetService.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PatientSetService.GroupMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PatientSetService.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PatientSetService.PatientLocationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PatientSetService.TimeModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.api.PersonService.ATTR_VIEW_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.arden.ArdenClause.Predicate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.hl7.Hl7InArchivesMigrateThread.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.logic.Duration.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.logic.result.Result.Datatype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.openmrs.messagesource.PresentationMessageMap
 
values() - Static method in enum org.openmrs.module.Extension.MEDIA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.reporting.DateColumnClassifier.CombineMethod
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.util.Format.FORMAT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.util.InputRequiredException.DATATYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmrs.util.OpenmrsConstants.PERSON_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valueText - Variable in class org.openmrs.Obs
 
VelocityExceptionHandler - Class in org.openmrs.util
Class to safely catch velocity exceptions
VelocityExceptionHandler() - Constructor for class org.openmrs.util.VelocityExceptionHandler
 
VelocityMessagePreparator - Class in org.openmrs.notification.mail.velocity
 
VelocityMessagePreparator() - Constructor for class org.openmrs.notification.mail.velocity.VelocityMessagePreparator
Public constructor TODO: needs better error handling
VerhoeffIdentifierValidator - Class in org.openmrs.patient.impl
The Verhoeff Check Digit Validator catches all single errors and all adjacent transpositions.
VerhoeffIdentifierValidator() - Constructor for class org.openmrs.patient.impl.VerhoeffIdentifierValidator
 
VERSION - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
VERSION - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
version_num() - Method in class org.openmrs.arden.ArdenBaseParser
 
version_slot() - Method in class org.openmrs.arden.ArdenBaseParser
 
VersionComparator - Class in org.openmrs.module
A comparator which takes version numbers stored as string.
VersionComparator() - Constructor for class org.openmrs.module.VersionComparator
 
Voidable - Interface in org.openmrs
In OpenMRS, data are rarely fully deleted (purged) from the system; rather, they are either voided or retired.
voidActiveListItem(ActiveListItem, String) - Method in interface org.openmrs.api.ActiveListService
Voids the Active List Item
voidActiveListItem(ActiveListItem, String) - Method in class org.openmrs.api.impl.ActiveListServiceImpl
 
voidAllergy(Allergy, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
voidAllergy(Allergy, String) - Method in interface org.openmrs.api.PatientService
Used only in cases where the Allergy was entered by error
voidAttribute(String) - Method in class org.openmrs.PersonAttribute
Convenience method for voiding this attribute
voidCohort(Cohort, String) - Method in interface org.openmrs.api.CohortService
Voids the given cohort, deleting it from the perspective of the typical end user.
voidCohort(Cohort, String) - Method in class org.openmrs.api.impl.CohortServiceImpl
 
voidConcept(Concept, String) - Method in interface org.openmrs.api.ConceptService
Deprecated. use ConceptService.retireConcept(Concept, String)
voidConcept(Concept, String) - Method in class org.openmrs.api.impl.ConceptServiceImpl
Deprecated. use ConceptServiceImpl.retireConcept(Concept, String)etireConcept
voidDrugSet(Patient, String, String, int) - Method in class org.openmrs.api.impl.OrderServiceImpl
Deprecated. use OrderUtil.voidDrugSet(Patient, String, String, org.openmrs.api.OrderService.ORDER_STATUS)
voidDrugSet(Patient, String, String, int) - Method in interface org.openmrs.api.OrderService
Deprecated. use OrderUtil.voidDrugSet(Patient, String, String, org.openmrs.api.OrderService.ORDER_STATUS)
voidDrugSet(Patient, String, String, OrderService.ORDER_STATUS) - Static method in class org.openmrs.order.OrderUtil
Void all DrugOrders for drugs whose concepts are in the given set, and that have the given status.
voidEncounter(Encounter, String) - Method in interface org.openmrs.api.EncounterService
Voiding a encounter essentially removes it from circulation
voidEncounter(Encounter, String) - Method in class org.openmrs.api.impl.EncounterServiceImpl
 
VoidHandler<V extends Voidable> - Interface in org.openmrs.api.handler
This is the super interface for all void* actions that take place on all services.
voidLastState(PatientProgram, ProgramWorkflow, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
voidLastState(PatientProgram, ProgramWorkflow, String) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use PatientProgram.voidLastState(ProgramWorkflow, User, Date, String)
voidLastState(ProgramWorkflow, User, Date, String) - Method in class org.openmrs.PatientProgram
Attempts to void the latest PatientState in the PatientProgram If earlier PatientStates exist, it will try to reset the endDate to null so that the next latest state becomes the current PatientState
voidMimeType(MimeType, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
Deprecated.  
voidMimeType(MimeType, String) - Method in interface org.openmrs.api.ObsService
Deprecated. MimeTypes are no longer used. See ConceptComplex and its use of handlers
voidObs(Obs, String) - Method in class org.openmrs.api.impl.ObsServiceImpl
Voids an Obs If the Obs argument is an obsGroup, all group members will be voided.
voidObs(Obs, String) - Method in interface org.openmrs.api.ObsService
Equivalent to deleting an observation
voidOrder(Order, String) - Method in class org.openmrs.api.impl.OrderServiceImpl
 
voidOrder(Order, String) - Method in interface org.openmrs.api.OrderService
Mark an order as voided.
voidPatient(Patient, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
voidPatient(Patient, String) - Method in interface org.openmrs.api.PatientService
Void patient record (functionally delete patient from system)
voidPatientIdentifier(PatientIdentifier, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
voidPatientIdentifier(PatientIdentifier, String) - Method in interface org.openmrs.api.PatientService
Void patient identifier (functionally delete patient identifier from system)
voidPatientProgram(PatientProgram, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
 
voidPatientProgram(PatientProgram, String) - Method in interface org.openmrs.api.ProgramWorkflowService
Voids the given patientProgram
voidPerson(Person, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
voidPerson(Person, String) - Method in interface org.openmrs.api.PersonService
Effectively removes this person from the system.
voidProblem(Problem, String) - Method in class org.openmrs.api.impl.PatientServiceImpl
 
voidProblem(Problem, String) - Method in interface org.openmrs.api.PatientService
Used only in cases where the Problem was entered by error
voidRelationship(Relationship, String) - Method in class org.openmrs.api.impl.PersonServiceImpl
 
voidRelationship(Relationship, String) - Method in interface org.openmrs.api.PersonService
Voids the given Relationship, effectively removing it from openmrs.
VoidSaveHandler - Class in org.openmrs.api.handler
This handler makes sure the when a voided object is saved with the voided bit set to true, the other required values (like dateVoided and voidedBy) are filled in.
VoidSaveHandler() - Constructor for class org.openmrs.api.handler.VoidSaveHandler
 
voidUser(User, String) - Method in class org.openmrs.api.impl.UserServiceImpl
 
voidUser(User, String) - Method in interface org.openmrs.api.UserService
Deprecated. use UserService.retireUser(User, String)
voidWorkflow(ProgramWorkflow, String) - Method in class org.openmrs.api.impl.ProgramWorkflowServiceImpl
Deprecated.  
voidWorkflow(ProgramWorkflow, String) - Method in interface org.openmrs.api.ProgramWorkflowService
Deprecated. use followed by @link #saveProgram(Program)

W

WAS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WAS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
WeakPasswordException - Exception in org.openmrs.api
Password exception when the password is a simple word or matches the User's username or system id.
WeakPasswordException() - Constructor for exception org.openmrs.api.WeakPasswordException
 
WeakPasswordException(String) - Constructor for exception org.openmrs.api.WeakPasswordException
 
WEEK - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WEEK - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
WEEKLY - Static variable in class org.openmrs.scheduler.Schedule
 
WEEKS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WEEKS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
weeks(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of weeks
weeks(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of weeks
weightWords(String, List<Locale>, List<ConceptWord>) - Method in class org.openmrs.api.impl.ConceptServiceImpl
This will weight and sort the concepts according to how many of the words in the name match the words in the search phrase.
WEIRD_IDENT - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WEIRD_IDENT - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
WERE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WERE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
where() - Method in class org.openmrs.arden.ArdenBaseParser
 
WHERE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WHERE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
where_it_occurredAST(AST, MLMObject, String) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
willRefreshContext() - Method in class org.openmrs.module.BaseModuleActivator
 
willRefreshContext() - Method in interface org.openmrs.module.ModuleActivator
Called just before spring's application context is refreshed, this method is called multiple times i.e.
willStart() - Method in class org.openmrs.module.BaseModuleActivator
 
willStart() - Method in interface org.openmrs.module.ModuleActivator
Called after a module has been loaded but before the application context is refreshed, at this point the module's service methods aren't yet available so they can't be called.
willStop() - Method in class org.openmrs.module.BaseModuleActivator
 
willStop() - Method in interface org.openmrs.module.ModuleActivator
Called just before a module is stopped
WINDOWS_BASED_OPERATING_SYSTEM - Static variable in class org.openmrs.util.OpenmrsConstants
 
WINDOWS_VISTA_OPERATING_SYSTEM - Static variable in class org.openmrs.util.OpenmrsConstants
 
WITH - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WITH - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
WITHIN - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WITHIN - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
within() - Method in class org.openmrs.arden.ArdenClause
 
within(String, String) - Method in class org.openmrs.arden.ArdenClause
 
within(Duration) - Method in interface org.openmrs.logic.LogicCriteria
Add a duration expression to the current LogicCriteria
WITHIN - Static variable in interface org.openmrs.logic.op.ComparisonOperator
 
WITHIN - Static variable in interface org.openmrs.logic.op.Operator
 
Within - Class in org.openmrs.logic.op
The Within operator tests whether an expression will yield true for a certain time frame.

Example:
- logicService.parse("'CD4 COUNT'").within(Duration.years(2));
The above will give us a criteria to check if there's "CD4 COUNT" observations within the last 2 years
Within() - Constructor for class org.openmrs.logic.op.Within
 
WorkflowCollectionEditor - Class in org.openmrs.propertyeditor
Class to convert the "programid: workflowoneid workflow2id" strings to actual workflows on a program
WorkflowCollectionEditor() - Constructor for class org.openmrs.propertyeditor.WorkflowCollectionEditor
 
WorkflowCollectionEditor(Program) - Constructor for class org.openmrs.propertyeditor.WorkflowCollectionEditor
 
WRITE - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
WRITE - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
write(Writer) - Method in class org.openmrs.arden.Call
 
write(Writer, MLMObjectElement, boolean) - Method in class org.openmrs.arden.Comparison
 
write(Writer) - Method in class org.openmrs.arden.Conclude
 
write(Writer) - Method in class org.openmrs.arden.LogicAssignment
 
WriteAction(Writer) - Method in class org.openmrs.arden.MLMObject
 
writeAST(AST, MLMObject) - Method in class org.openmrs.arden.ArdenBaseTreeParser
 
writeComparisonList(Writer) - Method in class org.openmrs.arden.Comparison
 
WriteEvaluate(Writer, String) - Method in class org.openmrs.arden.MLMObject
 
writeEvaluate(String, Writer) - Method in class org.openmrs.arden.MLMObjectElement
 
writeEvaluateConcept(String, Writer) - Method in class org.openmrs.arden.MLMObject
 
writeUpdateMessagesToFile(String) - Static method in class org.openmrs.util.DatabaseUpdater
This method writes the given text to the database updates log file located in the application data directory.
WS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 

Y

YEAR - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
YEAR - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
YEARS - Static variable in interface org.openmrs.arden.ArdenBaseParserTokenTypes
 
YEARS - Static variable in interface org.openmrs.arden.ArdenBaseTreeParserTokenTypes
 
Years(int) - Method in class org.openmrs.arden.ArdenClause
 
years(Double) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of years
years(int) - Static method in class org.openmrs.logic.Duration
Returns a duration for the given number of years

_

_tokenNames - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenNames - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_0 - Static variable in class org.openmrs.arden.ArdenBaseLexer
 
_tokenSet_0 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_0 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_1 - Static variable in class org.openmrs.arden.ArdenBaseLexer
 
_tokenSet_1 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_1 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_10 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_10 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_11 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_11 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_12 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_13 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_14 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_15 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_16 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_17 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_18 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_19 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_2 - Static variable in class org.openmrs.arden.ArdenBaseLexer
 
_tokenSet_2 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_2 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_20 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_21 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_22 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_23 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_24 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_25 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_26 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_27 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_28 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_29 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_3 - Static variable in class org.openmrs.arden.ArdenBaseLexer
 
_tokenSet_3 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_3 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_30 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_31 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_32 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_33 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_34 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_35 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_36 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_37 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_38 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_39 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_4 - Static variable in class org.openmrs.arden.ArdenBaseLexer
 
_tokenSet_4 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_4 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_40 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_41 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_42 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_43 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_44 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_45 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_46 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_47 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_48 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_49 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_5 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_5 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_50 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_51 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_52 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_53 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_54 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_55 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_56 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_57 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_58 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_59 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_6 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_6 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_60 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_61 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_62 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_63 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_64 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_65 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_66 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_67 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_68 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_69 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_7 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_7 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_70 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_71 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_72 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_8 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_8 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 
_tokenSet_9 - Static variable in class org.openmrs.arden.ArdenBaseParser
 
_tokenSet_9 - Static variable in class org.openmrs.arden.ArdenBaseTreeParser
 

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

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change