Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #828 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

View Patient summaries Error

Reported by: sndichu Assigned to: jmiranda
Priority: minor Milestone: OpenMRS 1.3
Component: Reporting API Keywords: HISA2008
Cc: bmamlin Introductory Ticket:

Description

The view patient summary under admin generates an error No token "CLINICAL SUMMARY" registered irrespective of search parameters combination

Attachments

Stack Trace.txt (5.6 kB) - added by sndichu on 06/19/08 12:26:58.
Stack trace

Change History

06/18/08 11:35:05 changed by bwolfe

  • cc set to bmamlin.

Sam, are you using the demo data set from the website or your own data? Perhaps we need to include that concept with the demo data.

Burke, do you know what that concept should contain?

10 points for Sam for discovering this.

(follow-up: ↓ 4 ) 06/18/08 11:39:37 changed by bwolfe

  • keywords set to HISA2008.

15 points to the developer that adds this concept to the demo sql scripts in /metadata/model

06/18/08 23:06:37 changed by bmamlin

I'm not sure what a CLINICAL SUMMARY concept would be. I didn't know that the clinical summary module was even using the logic service. Can you point to where in the code this error is occurring (i.e., attach a stack trace)? I did some searching in the clinical summary module and couldn't find it.

(in reply to: ↑ 2 ; follow-up: ↓ 5 ) 06/19/08 12:10:57 changed by sndichu

I tried it with both demo data and real data and got the same error.

(in reply to: ↑ 4 ) 06/19/08 12:15:41 changed by sndichu

Stack Trace:

06/19/08 12:26:58 changed by sndichu

  • attachment Stack Trace.txt added.

Stack trace

06/19/08 15:03:08 changed by bwolfe

Burke, this is in core. The trace looks like its in SummaryServlet.java

06/19/08 20:37:29 changed by bmamlin

Hm. Not sure why we have core code invoking a module feature. The clinical summary module has a ClinicalSummaryService that provides get methods to get summaries. Shouldn't that module be adding in this summary feature? The use of the logic service to generate an XML version of the clinical summaries was a hack created two years ago and is no longer supported.

I think the solution would be replace this functionality with a hook that can be used by the ClinicalSummary module to introduce the functionality.

06/20/08 07:19:24 changed by bwolfe

Perhaps this should have been moved to the module? Or was it and then it wasn't taken out of core?

06/25/08 14:00:49 changed by bwolfe

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

The page was removed in [4684]