Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

93 lines (64 loc) · 3.59 KB

Changelog

Note: version releases in the 0.x.y range may introduce breaking changes.

[Unreleased]

Added

  • Added WebTemplate based RmSkeleton builder. (see ehrbase#241)

Fixed

1.5.0

Added

  • AqlParsing: Provide utility to remove parameters within AQL WHERE clauses ( see ehrbase#231)

Fixed

  • Flat: Allow replacing DV_TEXT with DV_CODED_TEXT (see ehrbase#223)
  • AqlParsing : parsing of wheres with mixed "and" and "or" (see ehrbase#231)

1.4.0

Added

Fixed

1.3.0

Added

  • Webtemplate: Generate cardinalities for Nodes (see ehrbase#198)
  • ClientTemplateProvider: For dynamically retrieving templates from ehr server ( see ehrbase#198)
  • DefaultRestClient: remove the need to provide a template Provider ( see ehrbase#197)

Fixed

  • Webtemplate: Fix erroneous skipping of Event. Happened when there were a EVENT and a EVENT Spezialisation as Children of the same Node (see ehrbase#197)

1.0.0

Added

  • Basic support for flat formats (see ehrbase#67)
  • Web-Templates (see ehrbase#81)
  • Allow Native Parts in Entity Queries (see ehrbase#106)
  • New endpoint for retrieving all templates (see ehrbase#153)
  • New Dto -> RmClasses -> Dto mapper (see ehrbase#153)
  • New ClassGenerator
    • Configurable via YAML
    • Optimized class generation
    • Optimized name Generation
    • Support Language specific Characters
    • Generate Interfaces for RM Attributes
    • Add null_flavor fields
    • Generate shared fields in Interfaces for Choice Elements
    • Support IsmTransition
    • Generate Javadoc
    • Add Generated Annotation

Fixed

  • Error when extracting name from a template where name has more than one child ( see ehrbase#79)
  • Enums where not correctly generated for value-sets (see ehrbase#92)

0.3.5

  • patch: openEHR SDK containing the contents of EHRbase serialization, response DTOs, terminology and validation