Robin Arnold

Results 36 issues of Robin Arnold

**Is your feature request related to a problem? Please describe.** Services like FHIRRemoteIndexService currently are accessed using a static instance. The service is initialized in FHIRServletContextListener. **Describe the solution you'd...

enhancement
P3
technical debt

**Is your feature request related to a problem? Please describe.** There are multiple places where we need to track the argument count when binding values to a JDBC statement object....

enhancement
P3
technical debt

**Is your feature request related to a problem? Please describe.** For non Db2 solutions, we still install some common tables in the `fhir_admin` schema. It would be useful (particularly in...

enhancement
P3

**Is your feature request related to a problem? Please describe.** #3303 and #3293 changed how we persist the soft-delete marker in the database. We no longer store a copy of...

P3
technical debt

**Describe the bug** In FHIRPersistenceJDBCImpl, convertResourceDTO is deprecated. The intention is to refactor and unify with convertResourceDTOToResourceResult and eliminate any duplicate logic. **Environment** Which version of IBM FHIR Server? 4.11.0...

P3
technical debt

**Is your feature request related to a problem? Please describe.** For search result pagination, currently the server will execute the same search query with different OFFSET/LIMIT arguments. This can be...

enhancement
P2

**Describe the bug** If the `$healthcheck` operation encounters an invalid connection, we still end up attempting to commit the transaction instead of rolling back. We need a mechanism to trigger...

bug
P3

**Is your feature request related to a problem? Please describe.** If the reindex operation request fails due to repeated deadlocks, the client will retry the request. **Describe the solution you'd...

enhancement
P3

**Is your feature request related to a problem? Please describe.** When using blob offload (e.g. Azure Blob) to store payloads, administrators must be extremely careful not to change the container...

enhancement
P2

**Describe the bug** The `fhirclient.http.return.pref` property can be one of: * minimal * representation * OperationOutcome This should set the corresponding "Prefer" request header. Currently the setting of this property...

bug
P3