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

issue #4023 - use FHIRPersistenceTransaction instead of ITransactionProvider #4024

Merged
merged 4 commits into from
Oct 21, 2022

Conversation

lmsurpre
Copy link
Member

@lmsurpre lmsurpre commented Oct 13, 2022

So that the callback for inserting search parameter values is invoked.

I'm expecting this to fail until #4021 is addressed... which actually means its working.

Signed-off-by: Lee Surprenant lmsurpre@merative.com

@lmsurpre lmsurpre requested a review from punktilious October 13, 2022 17:00
Comment on lines +340 to +343
private static final Set<FHIRPathType> SYSTEM_TYPES =
Set.of(SYSTEM_BOOLEAN, SYSTEM_STRING, SYSTEM_INTEGER, SYSTEM_DECIMAL, SYSTEM_DATE, SYSTEM_DATE_TIME, SYSTEM_QUANTITY, SYSTEM_TIME);
private static final Set<FHIRPathType> METAMODEL_TYPES =
Set.of(SYSTEM_TYPE_INFO, SYSTEM_CLASS_INFO, SYSTEM_TUPLE_TYPE_INFO, SYSTEM_LIST_TYPE_INFO, SYSTEM_SIMPLE_TYPE_INFO);
Copy link
Member Author

@lmsurpre lmsurpre Oct 13, 2022

Choose a reason for hiding this comment

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

just a random cleanup/update I was sitting on... now that we're on java 11 we can use Set.of() :-)

Comment on lines +336 to +337
// path (with array indices) -> Extension instance (which never have a url version suffix)
Map<String, Extension> pathToExtension = gatherInstanceExtensions(resourceNode);
Copy link
Member Author

Choose a reason for hiding this comment

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

another minor formatting thing I had locally... the foreach on the next line references pathToExtension and so it made more sense for this to be the line which proceeds that

Copy link
Collaborator

@punktilious punktilious left a comment

Choose a reason for hiding this comment

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

LGTM

@lmsurpre lmsurpre force-pushed the issue-4023 branch 2 times, most recently from bd20079 to 87c1b06 Compare October 13, 2022 18:53
…rovider

Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
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