Skip to content
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

fix ehrbase#753: node ids null and annotations missing #343

Merged

Conversation

mhenke-vg
Copy link
Contributor

  • Adds annotations getting written to the node specified by path
  • Annotations and NodeIds of Elements properly get passed down to children

@mhenke-vg mhenke-vg requested a review from stefanspiska March 24, 2022 15:38
Copy link
Contributor

@stefanspiska stefanspiska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please update the cahngelog.md

@@ -112,7 +112,8 @@
RE_SPECT("ReSPECT-3.v0", "ReSPECT-3.v0.opt", "ReSPECT-3.v0"),
IPS("International Patient Summary", "ips.v0.opt", "International Patient Summary"),
ERROR_TEST("Contains choice between interval and not interval", "ErrorTest.opt", "ErrorTest"),
SECTION_CARDINALITY("Cardinality test template sections", "section_cardinality.opt", "cardinality_of_section");
SECTION_CARDINALITY("Cardinality test template sections", "section_cardinality.opt", "cardinality_of_section"),
NULLID("My Nullid test", "nullid.opt", "nullid");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The templateid "nullid" is wrong this is way the test are failing

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

97.6% 97.6% Coverage
0.0% 0.0% Duplication

@stefanspiska stefanspiska merged commit 54b548c into develop Mar 28, 2022
@stefanspiska stefanspiska deleted the 753-web-template-missing-some-nodeids-and-annotations branch March 28, 2022 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants