The `org.openmrs.api.context.Context.getLocationService` is a method in the Java programming language that is provided by the OpenMRS API framework. This method allows developers to access the Location Service, which is responsible for managing locations within the OpenMRS medical record system. The Location Service provides various functionalities such as creating, updating, and deleting locations, as well as retrieving location information. This method is commonly used by developers to interact with location-related data within the OpenMRS system.
Java Context.getLocationService - 30 examples found. These are the top rated real world Java examples of org.openmrs.api.context.Context.getLocationService extracted from open source projects. You can rate examples to help us improve the quality of examples.