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

Evaluate FHIR.decimal.value directly to a System.Decimal #60

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

suyashkumar
Copy link
Contributor

In the FHIR protos, FHIR.decimal.value is a string. However in the FHIR ModelInfo, FHIR.decimal.value is statically expected to evaluate directly to a System.Decimal, requiring us to bridge this gap directly during property computation. Interestingly, I found in an investigation that this is a major contributing factor to #59.

Copy link

google-cla bot commented Aug 3, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@suyashkumar suyashkumar marked this pull request as ready for review August 3, 2024 04:14
Copy link
Collaborator

@evan-gordon evan-gordon left a comment

Choose a reason for hiding this comment

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

Thanks for your good work here Suyash!

@evan-gordon evan-gordon merged commit bcc03a2 into google:main Aug 3, 2024
5 checks passed
copybara-service bot pushed a commit that referenced this pull request Aug 5, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#60 from suyashkumar:s/handle-fhir-decimals 9ae8a9e
PiperOrigin-RevId: 658475934
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