Skip to content

Commit

Permalink
Adds retagging logic to protogenerator to give fields whose datatype …
Browse files Browse the repository at this point in the history
…has been changed new tag numbers.

In other words, if Patient.foo used to be a Boolean in r4, and it is changed to a choice type of Boolean or CodeableConcept in r5, this is assigned a new tag number rather than reusing the old tag number.

This is designed ensure that there are no incompatible fields between versions, to ensure maximum flexibility for an ultimate versionless proto.

PiperOrigin-RevId: 600890279
  • Loading branch information
nickgeorge authored and Copybara-Service committed Jan 23, 2024
1 parent 04d6323 commit abf3a6d
Show file tree
Hide file tree
Showing 80 changed files with 936 additions and 839 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abf3a6d

Please sign in to comment.