// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (DWRConceptService == null) var DWRConceptService = {}; DWRConceptService._path = '/openmrs/ms'; DWRConceptService.isValidNumericValue = function(p0, p1, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'isValidNumericValue', p0, p1, callback); } DWRConceptService.getConcept = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getConcept', p0, callback); } DWRConceptService.getDrug = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getDrug', p0, callback); } DWRConceptService.convertBooleanConceptToCoded = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'convertBooleanConceptToCoded', p0, callback); } DWRConceptService.findConceptAnswers = function(p0, p1, p2, p3, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findConceptAnswers', p0, p1, p2, p3, callback); } DWRConceptService.getConceptReferenceTerm = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getConceptReferenceTerm', p0, callback); } DWRConceptService.getConceptSet = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getConceptSet', p0, callback); } DWRConceptService.getDrugs = function(p0, p1, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getDrugs', p0, p1, callback); } DWRConceptService.findDrugs = function(p0, p1, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findDrugs', p0, p1, callback); } DWRConceptService.findConcepts = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findConcepts', p0, p1, p2, p3, p4, p5, p6, callback); } DWRConceptService.findCountAndConceptReferenceTerms = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findCountAndConceptReferenceTerms', p0, p1, p2, p3, p4, p5, callback); } DWRConceptService.findBatchOfConcepts = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findBatchOfConcepts', p0, p1, p2, p3, p4, p5, p6, p7, callback); } DWRConceptService.findProposedConcepts = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findProposedConcepts', p0, callback); } DWRConceptService.getConceptNumericUnits = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getConceptNumericUnits', p0, callback); } DWRConceptService.createConceptReferenceTerm = function(p0, p1, p2, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'createConceptReferenceTerm', p0, p1, p2, callback); } DWRConceptService.getQuestionsForAnswer = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getQuestionsForAnswer', p0, callback); } DWRConceptService.findCountAndConcepts = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findCountAndConcepts', p0, p1, p2, p3, p4, p5, p6, p7, p8, callback); } DWRConceptService.getAnswersForQuestion = function(p0, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'getAnswersForQuestion', p0, callback); } DWRConceptService.findBatchOfConceptReferenceTerms = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(DWRConceptService._path, 'DWRConceptService', 'findBatchOfConceptReferenceTerms', p0, p1, p2, p3, p4, callback); }