Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #892 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Hl7 processor should ignore Problem List as grouped concept

Reported by: bwolfe Assigned to: somebody
Priority: minor Milestone: (Completed) OpenMRS 1.4
Component: OpenMRS Code Base Keywords:
Cc: bmamlin Introductory Ticket: 0
Code Review Status: Reviewed

Description

The Problem List OBR is getting added as an obsGroup currently. All problems under it are being added with that obs as its parent. These aren't technically grouped and should be ignored.

Attachments

hl7processor.patch (9.8 kB) - added by bwolfe on 12/01/08 19:07:42.

Change History

12/01/08 19:07:42 changed by bwolfe

  • attachment hl7processor.patch added.

12/08/08 23:05:18 changed by jmiranda

  • intro_ticket changed.
  • review_status set to Reviewed.

Code reviewed on 12/01/2008.

Need to create tickets/fixes for the following bullets:

  • ORUR01Handler(line 189, 206): Do we want to trust that Concepts (and other objects) will do equality on ids and not on anything else? Do we want to do a lookup for the whole concept object instead?
  • ORUR01Handler(192): Should be using the PROBLEM_LIST constant
  • ORUTest-initialData.xml(31): in initialData should not have description="" in there...concept_name has changed

03/26/09 18:59:10 changed by bwolfe

Committed to trunk with suggested fixes in [7174]

04/10/09 20:44:33 changed by bwolfe

  • status changed from new to closed.
  • resolution set to fixed.

Backported the fix to the 1.4.x branch in [7305] to be included in an eventual 1.4.1 release