Hi All;
I'm working on Laboratory orders and result management module and have
  questions on that module:
1)Some lab exams have numeric results such that those results have to
be relevant to the range of numeric values.Then,having an Obs,how can
I get the numeric range value relating  to that Obs object.
Obs  patientObs=context.getObsService.getObs(obsId);

2)Laboratory tests type
Laboratory exams are classified into different type namely
hematology(cd4,hemoglobin....),microbiology
radiology,parasitology,serology .....And for every classification
there are a list of exams.However in Openmrs those lab tests are not
classified, instead they are defined  as  list of concept classes
without any notion of how they related.If any one knows how to
classify them,he can tell me how to proceed.
I'm using conceptId=1337 where all lab conceptIds  are mixed.

                Concept concept =
Context.getConceptService().getConcept(1337);
                // get all the members of this convset
                Collection<ConceptSet> labConcepts = concept.getConceptSets();
                

Thanks for your feedback.
____
MANIRAGENA Faustin
MOH/EMR DEVELOPER

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to