Search results


You searched for OpenMRS/

There is no page titled "OpenMRS/". You can create this page.

For more information about searching OpenMRS, see Searching OpenMRS.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. OpenMRS (5,093 bytes)
    6: ...s.org/wiki/2009_Implementers_Group_Meeting http://openmrs.org/images/e/e7/2009_Implementers_%28web-small%29...
    8: The OpenMRS server will be down for maintenance on Thursday, ...
    11: ...[[OpenMRS Developer Training Week 8-February-2010|OpenMRS Developer Training]] 8-12 February
    21: OpenMRS<sup>&reg;</sup> is a community-developed, open-so...
    25: ... style="font-size:0.9em">[[OpenMRS_Overview|About OpenMRS]]</span></b></u></td>
  2. OpenMRS Overview (5,110 bytes)
    3: ...thin resource constrained environments. To date, OpenMRS has been implemented in twenty countries througho...
    5: OpenMRS is a software platform and a reference applicatio...
    7: ...d other general questions and potential answers. OpenMRS is a client-server application which means it is ...
    17: # The [[OpenMRS data model]] borrows heavily from the [http://www...
    23: OpenMRS is also a community of developers, implementers, ...
  3. OpenMRS Conventions (11,622 bytes)
    6: ...e describes common conventions to be used for the OpenMRS project. Specific topics should be referenced (l...
    8: ... is no such thing as an undocumented convention" -OpenMRS'''</blockquote>
    10: == Developing Code for OpenMRS ==
    23: ...ng file for Eclipse: [[Media:OpenMRSFormatter.xml|OpenMRSFormatter.xml]]
    25: ...ile for Eclipse: [[Media:OpenMRSCodeTemplates.xml|OpenMRSCodeTemplate.xml]]
  4. OpenMRS Data Model Documentation (2,129 bytes)
    6: Welcome to the OpenMRS Data Model documentation wiki!
    9: .... You may view a [http://openmrs.org/images/5/59/Openmrs_data_model_1.10.png?format=raw current image of t...
    22: ... We really like your data model image. How does OpenMRS make it?
  5. OpenMRS Road Map (2,660 bytes)
    16: # [[OpenMRS Conventions|Design Conventions]]
    19: ##* TODO: [[OpenMRS WebApp Functionality|enumerate functionality]] on...
    56: # Learn to [http://wiki.openmrs.org/wiki/Help:Contents Wiki]
  6. OpenMRS WebApp Functionality (31 bytes)
  7. OpenMRS Package Hierarchy (1,707 bytes)
    4: |! bgcolor="#E0E0E0" valign=top | org.openmrs.*
    7: |! bgcolor="#E0E0E0" valign=top | org.openmrs.api.*
    10: |! bgcolor="#E0E0E0" valign=top | org.openmrs.api.context.*
    11: | ''classes/interfaces needed to create an OpenMRS context from which services are accessed''
    13: |! bgcolor="#E0E0E0" valign=top | org.openmrs.api.db.*
  8. Messaging within OpenMRS (19,795 bytes)
    16: ...application, but providing access from within the OpenMRS web app? Or were you thinking about saying "You'v...
    32: ... agree that '''Alerts''' should be handled within OpenMRS &mdash; i.e., messages that require confirmation....
    37: ...ked to point user messages to the e-mail server. OpenMRS would have the ability (through the API) to POP t...
    48: ...e same plumbing. We may end up with an <code>org.openmrs.event.*</code> package with classes for various '...
    64: ** Messages that live in the OpenMRS system, and whose read/unread is tracked there.
  9. Overriding OpenMRS Default Properties (5,411 bytes)
    1: OpenMRS now supports both build time and runtime properti...
    6: OPENMRS_BUILD_PROPERTIES_FILE
    13: webapp.name=openmrs
    14: webapp.display.name=OpenMRS
    34: ... of the war file you loaded). Often this will be openmrs.
  10. Setting up an OpenMRS Client (271 bytes)
  11. Setting up an OpenMRS Server (2,538 bytes)
    2: == OpenMRS Server Installation Overview ==
    6: # Install OpenMRS
    11: == OpenMRS Server Installation Step-By-Step ==
    23: ## Execute the [[OpenMRS Demo SQL Script]] to load the database into the "...
    24: ...ult_Properties|properties file]] (this file tells OpenMRS where to find the database and how to authenticat...
  12. OpenMRS Demo SQL Script (640 bytes)
    1: ...p://trac.openmrs.org/browser/trunk/metadata/model/openmrs_1.1.0-mysql.sql latest trunk sql script] can be f...
  13. OpenMRS from Scratch (7,467 bytes)
    1: ...to help you understand what it takes to implement OpenMRS. If you are already beginning an implementation a...
    14: ** understand the OpenMRS data model
    27: OpenMRS relies on some basic infrastructure. After this i...
    47: OpenMRS is only as reliable as the power system that supp...
    53: ...r data on paper forms that are later entered into OpenMRS by data entry clerks, you estimate the number of ...
  14. Installing An OpenMRS Server On Linux (10,292 bytes)
    3: * Some of the default [[Overriding_OpenMRS_Default_Properties|runtime configuration]] settin...
    12: #[http://openmrs.org/wiki/Step-by-Step_Installation_for_Developers...
    15: Detailed Instructions for setting up OpenMRS on SUSE Linux Enterprise Server 10 SP 1
    30: #Import the MySQL database tables for OpenMRS data
    34: ###CREATE DATABASE openmrs COLLATE utf8_general_ci; <ENTER>
  15. OpenMRS Windows Installer (2,328 bytes)
    10: * OpenMRS (http://openmrs.org)
    12: ...pful tips that you can reference while installing OpenMRS:
    15: ...n. You can safely use the defaults for any of the OpenMRS install options when they are given to you. This ...
    16: ...ou need to enter that current information so that OpenMRS can access it.
    19: ...en up Firefox and direct your browser to your new OpenMRS installation. Depending on the port number and we...
  16. OpenMRS API (2,966 bytes)
    14: ...ervices are accessed in a static way from the org.openmrs.api.context.Context object:
    19: ...ext object has two primarily goals. Serve up the OpenMRS services (found in the ServiceContext) and serve ...
    65: *[[OpenMRS_Conventions]]
    66: *[[OpenMRS_Package_Hierarchy]]
  17. OpenMRS Concept Source Registry (4,146 bytes)
    1: All ''implementations'' of OpenMRS should be assigned a globally unique implementati...
    3: ...7 2.5 Table 0396 in hopes that we will not create OpenMRS implementation names that conflict with existing ...
    5: ...on name is kept in the <tt>global_property</tt> ''openmrs.implementation.name'' and is used as the <tt>conc...
    8: ...urce List'''<br><small><em>Registry for potential OpenMRS concept sources.<br>All names should be unique an...
  18. OpenMRS AOP (8,581 bytes)
    48: == AOP in OpenMRS ==
    50: OpenMRS uses AOP mainly for the [[modules|module system]]...
    72: package org.openmrs.module.helloWorld.advice;
    98: <point>org.openmrs.api.PatientService</point>
    99: <class>org.openmrs.module.helloWorld.advice.CountingAfterAdvice</cla...
  19. OpenMRS Handheld Computer Requirements Specification Document (215 bytes)
  20. OpenMRS Manual (1,706 bytes)
    13: {{:OpenMRS Overview}}
    14: {{:OpenMRS from Scratch}}
    48: {{:Setting up an OpenMRS Server}}
    49: {{:Setting up an OpenMRS Client}}
    51: {{:Data Model|The OpenMRS Data Model}}

Page text matches

  1. OpenMRS (5,093 bytes)
    6: ...s.org/wiki/2009_Implementers_Group_Meeting http://openmrs.org/images/e/e7/2009_Implementers_%28web-small%29...
    8: The OpenMRS server will be down for maintenance on Thursday, ...
    11: ...[[OpenMRS Developer Training Week 8-February-2010|OpenMRS Developer Training]] 8-12 February
    21: OpenMRS<sup>&reg;</sup> is a community-developed, open-so...
    25: ... style="font-size:0.9em">[[OpenMRS_Overview|About OpenMRS]]</span></b></u></td>
  2. Release Notes-1.5.0 RC2 (5,426 bytes)
    12: ...r a list of the current, stable, production-ready OpenMRS releases, see the [[Releases]] page }}
    16: Version 1.5 of OpenMRS is packed with new features! A few of them are h...
    18: * Added a wizard for easier setup of the OpenMRS database and runtime properties file. Just deplo...
    19: ...to-latest sql files. When downloading an updated OpenMRS file, simply upload the new war file to Tomcat, v...
    27: ... user to [[Prereleases#OpenMRS_1.5.0_RC2|download OpenMRS 1.5 RC2]] and try it out, give us feedback, and p...
  3. Jobs (1,203 bytes)
    7: ...wanda on development and support of the country's OpenMRS installations. [http://www.pih.org/youcando/join/...
    9: ...ogram. This position will work primarily with the OpenMRS group involved with coordination of all day-to-da...
    11: ...tp://www.regenstrief.org Regenstrief Institute's] OpenMRS Group is seeking an International Health Data Coo...
    13: ...our [[Contribute]] page for ways to contribute to OpenMRS itself.
  4. OpenMRS Overview (5,110 bytes)
    3: ...thin resource constrained environments. To date, OpenMRS has been implemented in twenty countries througho...
    5: OpenMRS is a software platform and a reference applicatio...
    7: ...d other general questions and potential answers. OpenMRS is a client-server application which means it is ...
    17: # The [[OpenMRS data model]] borrows heavily from the [http://www...
    23: OpenMRS is also a community of developers, implementers, ...
  5. Concept Dictionary (1,895 bytes)
    31: ...] document early on during the development of the OpenMRS
  6. DHIS Connector Module (4,267 bytes)
    15: ...ser’s specification (CD4 COUNT < 200). Then the OpenMRS feature, the cohort builder, is used to query the...
    23: ...d file (OpenMRS module), and click on Add Module. OpenMRS will do the necessary checks to ensure that the m...
    29: (ex. C:/Application Data/OpenMRS/DHIS/DHISInput/dataSets.txt)
    33: (ex. C:/Application Data/OpenMRS/DHIS/DHISInput)
    37: (ex. C:/Application Data/OpenMRS/DHIS/HL7Archive)
  7. OpenMRS Conventions (11,622 bytes)
    6: ...e describes common conventions to be used for the OpenMRS project. Specific topics should be referenced (l...
    8: ... is no such thing as an undocumented convention" -OpenMRS'''</blockquote>
    10: == Developing Code for OpenMRS ==
    23: ...ng file for Eclipse: [[Media:OpenMRSFormatter.xml|OpenMRSFormatter.xml]]
    25: ...ile for Eclipse: [[Media:OpenMRSCodeTemplates.xml|OpenMRSCodeTemplate.xml]]
  8. OpenMRS Data Model Documentation (2,129 bytes)
    6: Welcome to the OpenMRS Data Model documentation wiki!
    9: .... You may view a [http://openmrs.org/images/5/59/Openmrs_data_model_1.10.png?format=raw current image of t...
    22: ... We really like your data model image. How does OpenMRS make it?
  9. Frequently Asked Questions (6,462 bytes)
    1: === What is OpenMRS? ===
    2: OpenMRS is an application which enables design of a custo...
    4: === Who is OpenMRS for? ===
    5: OpenMRS is for people that need to implement a medical re...
    7: === How much does OpenMRS cost? ===
  10. 2006-04-27 Developers Conference Call (1,100 bytes)
    2: OpenMRS is growing
  11. 2008 Implementers Meeting Testing Competition (6,289 bytes)
    1: =OpenMRS 1.3.0 Testing Competition=
    4: * [http://dev.openmrs.org/query?status=new&status=assigned&status=reope...
    34: | style="" | [http://dev.openmrs.org/newticket Create a ticket]
    40: # Use the [[Media:Deidentify.sql.zip|OpenMRS randomization script]] (if errors, see Ben)
    41: # Randomize your OpenMRS data
  12. Hibernate Notes (743 bytes)
    1: ...lational mapping tool. We are using hibernate in OpenMRS to perform the majority of the low-level dirty wo...
  13. Data Model (2,360 bytes)
    3: ...age:Openmrs_data_model_1.5web.png|frame|right|The OpenMRS data model, version 1.5. Click image for full siz...
    5: ...ation|Documentation]]: Full documentation of the OpenMRS schemata, including specifics of every field and ...
    7: ...elog|Change Log]]: History of all changes to the OpenMRS model
    13: * [[Deleting Data in OpenMRS: Void vs. Retire vs. Purge|What is the difference...
    14: ...tions | What are the conventions for changing the OpenMRS data model definition?]]
  14. Mime type (676 bytes)
    4: ...y used standard for representing file types. The OpenMRS uses these content-types to categorize complex da...
  15. Concept (2,010 bytes)
    4: Concepts serve as the "codes" which drive the OpenMRS database. Whenever possible, data (both question...
  16. 2007-04-22 Implementers Group Meeting (3,624 bytes)
    3: [[Image:20071604_OpenMRS_Implementers_Group_Mtg.jpg|right|500px]]
    4: ...enmrs meeting web site: http://www.healthware.org/openmrs]).
    8: ...s devoted to development issues and extensions of OpenMRS to other health informatics applications.
    19: http://www.healthware.org/openmrs
    22: * Implementation of OpenMRS and HIV patient and treatment management systems ...
  17. Users (2,825 bytes)
    10: ...ator, depending on the particular system policy. OpenMRS only requires that usernames be at least three ch...
  18. Dictionary Import Tool (2,796 bytes)
    3: ==Making sure you can deploy the OpenMRS application with Web services==
  19. Role (1,074 bytes)
    4: ...les can be defined. Simply defined, roles within OpenMRS are used to create a convenient group of privileg...
  20. Privilege (1,032 bytes)
    4: ...em. Users and/or external programs accessing the OpenMRS system (and thereby the data within the system) m...
    6: There are many privileges that are built into the OpenMRS system. Modules may add additional privileges to...

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for