Skip to content

Releases: usnistgov/iz-darq

qDAR Web Application v4.0.2

02 May 18:15
Compare
Choose a tag to compare

Build Date 05-04-2024

Requirements

  • Java 8
  • MongoDB v3 / v4 (tested on v3.4.2 and v4.2.22)

Enclosed CLI

  • Version 3.0.2
  • Build Date 05-04-2024

Additions & Improvements & Bug Fixes

  • Web App
    • Remove the ability for user to create credentials from AART
  • CLI
    • Trim 3 digit CVX codes starting with '0'
  • Update Compiled.xml to latest version

NOTE :

  • ADF in the old format will not be supported by newer version
  • On startup the Web App will try to transform all existing ADFs in the $QDAR_STORE directory to the new format

qDAR Web Application v4.0.0

04 Jan 16:05
da15102
Compare
Choose a tag to compare

/!\ IMPORTANT /!\ : This release includes ADF format change. On startup, the web application will run a transformation script to update the existing ADFs (in the directory pointed to by the QDAR_STORE environment variable) to the new format. To avoid any data loss in case of failure, create a backup of your existing ADFs before deploying this release.

Build Date 01-04-2024

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 3.0.0
  • Build Date 01-04-2024

Additions & Improvements & Bug Fixes

  • Patch user password reset and username leak vulnerability
  • Update to latest version of MQE including additional detections (number of invalid doses detection)
  • Update temporary directory clean up logic, print error message without stack trace.
  • Exit codes
    • 100 has been added to all existing custom exit codes in order to resolve conflicts with system exit codes
    • Use exit code 123 when execution succeeds but temporary directory clean up fails.
    • Use exit code 124 when non-fatal issues are encountered during processing and logged in the summary/index.html
  • Implement support for Patient Matching
    • Integrate MISMO patient matcher
    • Activate patient matching through Configuration.json
    • Configure MISMO through Configuration.json
    • Support for ‘-pm’ or ‘-npm’ CLI parameters to activate / deactivate patient matching (override Configuration.json)
    • Support for ‘PM0001 - Patient is possible duplicate’ detection
    • Create additional output file with possible duplicate list and MISMO match signature
    • CSV format RECORD_ID, DUPLICATE_ID, SIGNATURE
  • Change ADF Format
    • Refactor using abstract ADFWriter, ADFReader, ADFModule interfaces
    • Implement different ADF file format based on SQLite Database
    • Create transformation script from old ADF format to new format
    • Support Analysis for the new ADF format
    • Significant performance improvements & improved memory usage

NOTE :

  • ADF in the old format will not be supported by newer version
  • On startup the Web App will try to transform all existing ADFs in the $QDAR_STORE directory to the new format

qDAR Web Application v3.1.4

08 Aug 19:41
Compare
Choose a tag to compare

qDAR Web Application v3.1.4

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.3

Additions & Improvements & Bug Fixes

  • Added exit codes
    • 21 : Out of Memory Error
    • 22 : Virtual Machine Error
  • Updated Compiled.xml code sets to latest version.

qDAR Web Application v3.1.3

10 Apr 15:31
Compare
Choose a tag to compare

qDAR Web Application v3.1.3

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.2

Additions & Improvements & Bug Fixes

  • Update Compiled.xml file (code sets)
    • Added MSP manufacturer code

qDAR Web Application 3.1.1

01 Feb 19:51
Compare
Choose a tag to compare

qDAR Web Application v3.1.1

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.0

Additions & Improvements & Bug Fixes

  • Update CVX codes mapping in web app using Compiled.xml

qDAR Web Application v3.1.0

10 Jan 22:21
Compare
Choose a tag to compare

qDAR Web Application v3.1.0

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.0

Additions & Improvements & Bug Fixes

  • Add leading zeros to single digit CVX codes
  • Default filters to "Keep" instead of "Filter Out"
  • Improve query data selection UI usability by using a Multi Select for field values
  • Add data export functionality by adding a download CSV button to Data Table
  • Allow the use of explicit reporting group values in the Report filter (when the reporting group hash mapping file is used)
  • Add return to Dashboard button to Report
  • Add Loader and improved error reporting for ad-hoc query
  • Add Historical and Administered counts to summary
  • Update jackson version to 2.13
  • Update to latest MQE version 2022.9-BETA with additional detections, updated code sets and bug fixes
  • Add variables support
    • ADF variables are values from the ADF summary such as number of patients
    • IIS variables are external variables that have different values per IIS
    • Global variables are external variables that have a static value
  • Add management of external variables in the administration panel
  • Add a new type of query that uses variables for both denominator and numerator
  • Allow to override the denominator value in a query by using a variable
  • Adding capabilities to save and load queries
  • Remove unused sections from ADF (vocabulary section)
  • Add exit codes to qDAR CLI
  • Fix temporary index directory clean up failure

qDAR Web Application v3.1.0-SNAPSHOT.rev2

16 Dec 18:15
Compare
Choose a tag to compare

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.0-SNAPSHOT.rev2

Additions & Improvements & Bug Fixes

  • Fix temporary index directory clean up failure

qDAR Web Application v3.1.0-SNAPSHOT.rev1

14 Dec 17:07
Compare
Choose a tag to compare

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.0-SNAPSHOT.rev1

Additions & Improvements & Bug Fixes

  • Update latest version of MQE with bug fixes and Compiled.xml updates
  • Fix external variables CSV file download
  • Add exit codes to qDAR CLI

qDAR-CLI-2.1.0-SNAPSHOT.rev1

14 Dec 17:09
Compare
Choose a tag to compare
Pre-release

Requirements

  • Java 8
  • Terminal Access

Change Log

  • Update to latest version of MQE with bug fixes and Compiled.xml updates
  • Add different exit code for runtime issues

Usage

usage: Data At Rest Quality Analysis Command Line Tool v2.1.0-SNAPSHOT  (10-31-2022) [MQE v2022.9-BETA]  [Key MD5 xxx]

 -c,--configuration <arg>             Analysis Configuration
 -d,--dateFormat <arg>                Date Format
 -help                                print help
 -p,--patients <arg>                  Patients Extract File
 -pa,--printAdf                       print ADF content
 -tmpDir,--temporaryDirectory <arg>   Location where to create temporary
                                      directory
 -v,--vaccinations <arg>              Vaccinations Extract File
-pub,--publicKey <arg>              	qDAR Public Key

qDAR Web Application v3.1.0-SNAPSHOT

31 Oct 19:58
Compare
Choose a tag to compare
Pre-release

Requirements

  • Java 8
  • MongoDB v3 (tested on v3.4.2)

Enclosed CLI

  • Version 2.1.0-SNAPSHOT

Additions & Improvements & Bug Fixes

  • Add leading zeros to single digit CVX codes
  • Default filters to "Keep" instead of "Filter Out"
  • Improve query data selection UI usability by using a Multi Select for field values
  • Add data export functionality by adding a download CSV button to Data Table
  • Allow the use of explicit reporting group values in the Report filter (when the reporting group hash mapping file is used)
  • Add return to Dashboard button to Report
  • Add Loader and improved error reporting for ad-hoc query
  • Add Historical and Administered counts to summary
  • Update jackson version to 2.13
  • Update to latest MQE version 2022.9-BETA with additional detections, updated code sets and bug fixes
  • Add variables support
    • ADF variables are values from the ADF summary such as number of patients
    • IIS variables are external variables that have different values per IIS
    • Global variables are external variables that have a static value
  • Add management of external variables in the administration panel
  • Add a new type of query that uses variables for both denominator and numerator
  • Allow to override the denominator value in a query by using a variable
  • Adding capabilities to save and load queries
  • Remove unused sections from ADF (vocabulary section)