Robin Arnold
Robin Arnold
This is a regression/change in behavior from 4.11.1. Previously, string search parameter values were truncated in ParameterVisitorBatchDAO: ``` public void visit(StringParmVal param) throws FHIRPersistenceException { ``` This class is no...
After loading: ``` fhirdb=> select count(*) from newindex.logical_resources; count --------- 2980074 ``` resources of our synthetic dataset, we measure overall space usage using: ``` select sum(pg_total_relation_size(quote_ident(schemaname) || '.' || quote_ident(tablename)))::bigint...
Here's my thought on this. Let's assume we have a search result with 8 items and we use count=3, so we get 3 pages: ``` PAGE 1 PAGE 2 PAGE...
Preliminary fix contained in branch `fhirclient-ra` which also includes a simple implementation of a FHIRClient application jar created to support some QA activity. The new client application project can be...