-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMT V4 Flatfile generation #1
base: master
Are you sure you want to change the base?
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 478891d - Browse repository at this point
Copy the full SHA 478891dView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ee1866 - Browse repository at this point
Copy the full SHA 9ee1866View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa0bb1f - Browse repository at this point
Copy the full SHA fa0bb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a62496a - Browse repository at this point
Copy the full SHA a62496aView commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f26dc53 - Browse repository at this point
Copy the full SHA f26dc53View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc9d26f - Browse repository at this point
Copy the full SHA fc9d26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 260eb82 - Browse repository at this point
Copy the full SHA 260eb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856ea00 - Browse repository at this point
Copy the full SHA 856ea00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 353b7ce - Browse repository at this point
Copy the full SHA 353b7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b0ae5 - Browse repository at this point
Copy the full SHA e5b0ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d517af - Browse repository at this point
Copy the full SHA 1d517afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded159f - Browse repository at this point
Copy the full SHA ded159fView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bb4c08 - Browse repository at this point
Copy the full SHA 9bb4c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7775eb9 - Browse repository at this point
Copy the full SHA 7775eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9756627 - Browse repository at this point
Copy the full SHA 9756627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ace3b - Browse repository at this point
Copy the full SHA 07ace3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2194d - Browse repository at this point
Copy the full SHA ae2194dView commit details -
My, oh my. You cannot delete artefacts from Azure Devops repo. If you…
… delete it you cannot deplpoy a new one anymore. Just sad
Configuration menu - View commit details
-
Copy full SHA for 657a7da - Browse repository at this point
Copy the full SHA 657a7daView commit details
Commits on Jul 28, 2023
-
AMT V4 TP is not a parent of TPUU but a HAS_PRODUCT_NAME - test error…
…s are now reporting an extra fail because I'm now logging no TP for a TPUU as a junit test fail
Configuration menu - View commit details
-
Copy full SHA for 517161d - Browse repository at this point
Copy the full SHA 517161dView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86c8019 - Browse repository at this point
Copy the full SHA 86c8019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9818c8d - Browse repository at this point
Copy the full SHA 9818c8dView commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 039d525 - Browse repository at this point
Copy the full SHA 039d525View commit details
Commits on Feb 15, 2024
-
updated to account for case change in en-AU to en-au matching SNOMED …
…International file naming
Configuration menu - View commit details
-
Copy full SHA for 844ab01 - Browse repository at this point
Copy the full SHA 844ab01View commit details
Commits on Mar 28, 2024
-
Add handling for active ingredients in Concept class
A new field 'ingredients' added to Concept class and 'addIngredient' method introduced to handle the Concept's ingredients. The error messages for failure scenarios during file processing in AmtCache class have also been enhanced to display the full row information. Besides, various scenarios are handled for MES Product (MP) parents based on their ingredients and exceptions are thrown accordingly along with logging warnings in Amt2FlatFile class. New active ingredient types added to the AttributeType class.
Configuration menu - View commit details
-
Copy full SHA for ad6946f - Browse repository at this point
Copy the full SHA ad6946fView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62c82d3 - Browse repository at this point
Copy the full SHA 62c82d3View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b408fe - Browse repository at this point
Copy the full SHA 4b408feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da9a8b - Browse repository at this point
Copy the full SHA 8da9a8bView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46f9d47 - Browse repository at this point
Copy the full SHA 46f9d47View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08e382b - Browse repository at this point
Copy the full SHA 08e382bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b1e4d - Browse repository at this point
Copy the full SHA 85b1e4dView commit details -
Merge pull request AuDigitalHealth#11 from aehrc/feature/amt-v4
Add back Junit XML generation
Configuration menu - View commit details
-
Copy full SHA for 94cc144 - Browse repository at this point
Copy the full SHA 94cc144View commit details
Commits on Aug 28, 2024
-
Fix field quoting for TSV format
Updated the FileFormat class to correctly handle quoting for TSV files by returning an empty string for field quotes. Adjusted test data to reflect changes in the expected output.
Configuration menu - View commit details
-
Copy full SHA for 6cc6a71 - Browse repository at this point
Copy the full SHA 6cc6a71View commit details -
Merge pull request #2 from AuDigitalHealth/feature/amt-v4
TSV quoting fix
Configuration menu - View commit details
-
Copy full SHA for 5783983 - Browse repository at this point
Copy the full SHA 5783983View commit details
Commits on Sep 3, 2024
-
Replace newLine() with write("\r\n") and refactor tests
Updated Amt2FlatFile to use write method with DOS line termination for consistency. Refactored Amt2FlatFileTest to improve readability and ensure proper file handling during tests.
Configuration menu - View commit details
-
Copy full SHA for 5ebbb52 - Browse repository at this point
Copy the full SHA 5ebbb52View commit details -
Refactor code, add lombok annotations, and simplify logging
Replaced manual getter and setter methods with Lombok annotations for brevity. Refactored logging to use constants where possible and simplified the code structure for improved readability. Removed unused imports and adjusted formatting for better consistency.
Configuration menu - View commit details
-
Copy full SHA for ef0ec24 - Browse repository at this point
Copy the full SHA ef0ec24View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb5648 - Browse repository at this point
Copy the full SHA cfb5648View commit details