Skip to content

Releases: jembi/openmrs-module-shr-contenthandler

Content Handler module v3.0.0

06 Aug 07:23
Compare
Choose a tag to compare

This is a new major release of the content handler module that changes the API to allow for better exception handling. It also adds support for java8 and OpenMRS 1.12.

Content Handler module v2.2.0

05 Mar 09:49
Compare
Choose a tag to compare

Enable caching of concepts by name to increase performance. See the 'shr.contenthandler.cacheConceptsByName' global property.

Content Handler module 2.1.0

03 Mar 09:47
Compare
Choose a tag to compare

Changed from using sting content to byte[]

Content Handler module 2.0.0

17 Sep 10:18
Compare
Choose a tag to compare

This release enables the following:

  • Content handlers to be registered
  • Appropriate handlers to be retrieved based on content type, format and type code or class
  • Provides the interfaces for content handler implementations to implement.
  • Provides a default content handler that store content to the file system
  • Handles compressed or encoded content.