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

Update PECodeGenerator.java #1817

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Update PECodeGenerator.java #1817

merged 3 commits into from
Nov 20, 2024

Conversation

jkiddo
Copy link
Contributor

@jkiddo jkiddo commented Nov 19, 2024

No description provided.

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.77%. Comparing base (aea8621) to head (2154f8b).
Report is 34 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1817      +/-   ##
============================================
+ Coverage     12.75%   12.77%   +0.01%     
- Complexity    33080    33155      +75     
============================================
  Files          2220     2221       +1     
  Lines        676526   676608      +82     
  Branches     199369   199397      +28     
============================================
+ Hits          86291    86431     +140     
+ Misses       559626   559533      -93     
- Partials      30609    30644      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

if (isExtension && !Strings.isNullOrEmpty(typeInfo.getUrl()) && typeInfo.getUrl().startsWith("http://hl7.org/fhir/StructureDefinition")) {
w(save, " tgt.makeChild(\""+fname+"\").data().setProperty(\"value[x]\", item);");
} else if (isExtension) {
w(save, " tgt.makeChild(\""+fname+"\").data().setProperty(\"value[x]\", item.getData());");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@grahamegrieve I would really like to know if there's an alternative to invoke getData here.

@grahamegrieve grahamegrieve merged commit 2d59c27 into hapifhir:master Nov 20, 2024
33 checks passed
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