Skip to main content

Better EHR Studio 1.6 Release Notes

1.6.6 (2020-03-06)

Features

Form Builder

  • added getAnnotations method on script API

1.6.5 (2020-03-26)

Bug fixes

Form Builder

  • sanitizing field paths on dependencies

1.6.4 (2020-03-23)


Bug fixes

Form Builder

  • Fixed form-description errors, where size.label and some rmTypes were integer instead of descriptive string (TOOLS-1385)
  • Allow documentation videos to be loaded from different URLs
  • Add ability to test connection before adding custom domain (TOOLS-1390)

1.6.3 (2020-03-19)


Bug fixes

Form Builder

  • Bypass angular service worker cache for loading videos in documentation
  • Fixed issue in dependencies for operators "EMPTY" and "NOT EMPTY"

AQL Builder

  • Fixed a error that was caused by data presentation when there was no data (TOOLS-1378)

1.6.2 (2020-03-18)


Features

Form Builder

  • Documentation is now embedded inside EHR Studio (TOOLS-1372)

Bug fixes

AQL Builder

  • Resolve variable name for versioned object and version properly (TOOLS-1362)

1.6.1 (2020-03-06)


Features

Form Builder

  • Added support for use of aliases from AQL set variables in builder dependencies
Bug fixes

Form Builder

  • Fixed some console errors for specific cases in setting fields from AQL variables (TOOLS-1237)
  • Removed saving history of previous forms when saving that could cause local storage data to exceed maximum capacity (TOOLS-1356)

1.6.0 (2020-03-02)


Features

Form Builder

  • Added ability to set variables from AQL (TOOLS-1237)
  • Added feature of having columns on button group presentation of dropdown fields (TOOLS-1250)

  • Added ability to use ctrl+z and ctrl+shift+z (or cmd+z and cmd+shift+z on MAC) for undo redo functions (TOOLS-1264)

  • Changed logic for creating form-description to use model and not descEl and remove most of descEL occurances (TOOLS-1286)

  • Added ability to change annotation name (TOOLS-1233)

  • Added ability to export forms on form select screen (TOOLS-1291)

Bug fixes

Form Builder

  • Removed unused properties from property panel for generic canvas and fixed default width shown (TOOLS-1276)
  • Fixed issue with domain list on our stable deployment sometimes being empty (TOOLS-1298)
  • Fixed a rare case where you could get error with manipulating the replacement of ANY type field (TOOLS-1301)
  • Adjusted icons alignment on selection values options (TOOLS-1261)
  • When user changes language on builder mode it now applies on preview mode (TOOLS-1265)
  • Removed multiplicity options on multimedia and boolean fields because they are not viable there (TOOLS-1279)
  • When adding image to generic image only shows you image fields now in file browser (TOOLS-1282)
  • Corrected issue with too long selection values text going behind icons (TOOLS-1285)
  • Fixed issue where editing label of fields could go behind sidebar panel (TOOLS-1273)
  • Fixed appearance issue with generic spacer and collapsed panel hiding the property (TOOLS-1308)
  • Fixed issue with setting dependency on coded text and quantity showed error before completing the dependency (TOOLS-1311)
  • Adjusted appearance of coded text and ordinal fields to span to multiple lines if text is longer (TOOLS-1280)
  • When setting dependency on coded text removed the "clear only" option since it is not viable for this field (TOOLS-1312)
  • Fixed issue with some DV_QUANTITY fields showing updated fields, where there weren't (TOOLS-1316)
  • Fixed issue in playground where some specific templates had problems loading composition (TOOLS-1319)
  • When building domain-list for different deployments made it so that if it's empty it adds domain-list-sample.json (similar to EHR Studio-settings) (TOOLS-1332)
  • Fix with expressions showing wrong value if summing up values with ordinal 0 (TOOLS-1333)
  • Optimize the logic of EHR Server version comparator for show/hiding features that only work on certain platofrm versions (TOOLS-1205)
  • Hide appearance properties (in property panel the "field" properties) from root form settings
  • Fix error with updating coded text values in template and importing it in builder (TOOLS-1325)