Package org.openmrs

Examples of org.openmrs.Concept


   
    questionConcept = HtmlFormEntryUtil.getConcept(questionConceptId);
    if (questionConcept == null)
      throw new IllegalArgumentException("Cannot find concept for value " + questionConceptId
              + " in conceptId attribute value. Parameters: " + parameters);
    Concept c = null;
    Obs o = context.removeExistingObs(questionConcept, c);
    if (o != null)
      existingObs = Context.getObsService().getComplexObs(o.getId(), "");
   
  }
View Full Code Here

TOP

Related Classes of org.openmrs.Concept

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.