You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been reviewing the code and noticed that when the following code is ran, you insert the entry into the database and then immediately search for it again?
Comparing the Entry being inserted and then the Result retrieved from the database, they don't look that different but I might just be missing something important. Just curious as to what the purpose is. Hope that a "discussion" is the right place to ask a question like this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been reviewing the code and noticed that when the following code is ran, you insert the entry into the database and then immediately search for it again?
https://github.com/FirelyTeam/spark/blob/9434518bb9f906b76e51951e8d966afcf508e618/src/Spark.Engine/Service/FhirServiceExtensions/ResourceStorageService.cs#L41C1-L60C10
Comparing the Entry being inserted and then the Result retrieved from the database, they don't look that different but I might just be missing something important. Just curious as to what the purpose is. Hope that a "discussion" is the right place to ask a question like this.
Beta Was this translation helpful? Give feedback.
All reactions