Releases: usnistgov/iz-darq
Releases · usnistgov/iz-darq
qDAR CLI v2.0.0-SNAPSHOT
Requirements
- Java 8
- Terminal Access
Change Log
- Sanity Check vaccine file before processing (number of fields per line)
- Use the latest MQE version (2021.07-BETA) Includes "Presence Checks"
- Aggregate patient detections and codes by Reporting Groups associated with patient's vaccinations
- Excluding public key from the base jar (will be provided by deployer to the web app)
- Add -pub option to provide a public key to use for encryption (in PEM format)
Revision 2 Updates
- Integrate latest MQE detections (Evaluation of patient vaccine history through Lonestar Vaccine Forecaster)
Usage
usage: Data At Rest Quality Analysis Command Line Tool v2.0.0-SNAPSHOT (01-10-2021) [MQE v2021.09-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 v2.2.1
Requirements
- Java 8
- MongoDB v3 (tested on v3.4.2)
Additions & Improvements
- Fixed startup issues
- Improved existing data integrity check on startup
- Fixed case sensitive username and email
qDAR Web Application v2.2.0
Requirements
- Java 8
- MongoDB v3 (tested on v3.4.2)
Additions & Improvements
- Aggregate Detection Files merging feature
- Only AD files created by the same version of the CLI and using the same configuration can be merged to guarantee consistency across results.
qDAR Web Application v2.1.0
Requirements
- Java 8
- MongoDB v3 (tested on v3.4.2)
Additions & Improvements
- Administration panel
- User management utilities
- Access control
- AART Integration
- AIRA feedback functionality improvements
qDAR CLI v1.6.0
Requirements
- Java 8
- Terminal Access
Change Log
- Add -d (--dateFormat) to change the default date format
- Encryption buffer overflow fix
- Phone number completeness reporting fix
- Extracting reporting groups in separate CSV file
Usage
usage: Data At Rest Quality Analysis Command Line Tool v1.6.0 (11-09-2020) [MQE v2020.02-BETA]
-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
qDAR Web Application v2.0.0
Requirements
- Java 8
- MongoDB v3 (tested on v3.4.2)
qDAR CLI v1.5.0
Requirements
- Java 8
- Terminal Access
Change Log
- Set default temporary directory to the current directory
- Add -tmpDir option to specify a temporary directory
- Limit issues output in Summary to 50 first issues
- Set default to not export plain ADF content
- Add -pa option to print plain ADF as JSON file
- Add MQE and qDAR CLI versions to ADF
- Add a list of inactive detections from the current version of MQE that were specified in the configuration
Usage
usage: Data At Rest Quality Analysis Command Line Tool v1.5.0 (06-02-2020) [MQE v2020.02-BETA]
-p,--patients <arg> Patients Extract File (required)
-c,--configuration <arg> Analysis Configuration (required)
-v,--vaccinations <arg> Vaccinations Extract File (required)
-pa,--printAdf print ADF content
-tmpDir,--temporaryDirectory <arg> Location where to create temporary directory
-help print help