Skip to content

Releases: imanabu/dcmWebMwlTestGen

Docker Support

07 Aug 00:37
3968f87
Compare
Choose a tag to compare

Starting with this release a Docker image will be released together.

You can find the Docker Image Here along with the usage.

Limit parameter bug fix

23 Jul 23:16
Compare
Choose a tag to compare

0.0.10

  • Fixed the limit parameter issue

Feature and Security Updates

23 Jul 12:48
Compare
Choose a tag to compare

0.0.9

  • Security Update
  • Compiler compatilibity updates for TypeScript 3.9.6

0.0.8

  • The limit parameter will just return the requested number of entries. If you want the old behavior
    you can add force=true parameter, which will generate the number of new entries for the amount listed.

  • The new default is 5000 encounters per 12 hour period now. Please test your stuff to be able to handle
    this volume, which is a medium-large hospital size during an epidemic scare and such.

    Reminder: The algorithm is that we generate
    new encounters = (total number of encounter/day) * (fraction of the time elapsed from the last call)

    We will drop the same number of the encounters as the new ones from the list. Consider that
    dropped patients are the ones that have been discharged. I know this is not really realistic but
    it should do for now and any more complex patient flow, you should handle that on your end from
    the generated list.

Version 0.0.7 with Ad Hoc Patient/Study Additing

16 Jun 18:03
Compare
Choose a tag to compare

This version adds a feature to manually add patient/studies from the web UI.
Other fixes were made.