Nic Dobbins
Nic Dobbins
@jnothman I'll work that into our next minor release, seems very straightforward.
As the saying goes, PRs are welcome 😉.
@artgoldberg can you check the terminal output in the browser console for the versions? Do client / API / DB versions align? I suspect this is an error solely on...
Hmmm so looks like a timeout? Does the client hang for quite a while or does the error seem immediate?
Hi @pj00, this is a common use case - we have an ongoing (undocumented) TODO to add a flat-file/delimited text input Import Feature, such that users can copy/paste MRNs in...
Thanks for pointing this out, @olayemiibrahim . ### TLDR; The problem is in the [duplicate for loop in the WebWorkerContext.ts file](https://github.com/uwrit/leaf/blob/469d057078f12d9de0053345f6c073dd33b134aa/src/ui-client/src/providers/patientList/patientListWebWorkerContext.ts#L713). This only happens when the user is exporting a...
Hi @artgoldberg, Ah - I think this is the culprit `AND _S000C_ICD10CM.concept_code = 'O44.13') /* Complete placenta previa with hemorrhage, third trimester (ICD10CM:O44.13) */ GROUP BY _S000.person_id;`. The token "with...
Thanks @artgoldberg. I've just released v3.10 (https://github.com/uwrit/leaf/releases/tag/v3.10.0), which removes "WITH" from the list of illegal commands.
Hi @artgoldberg, Sure, this makes sense. Yes, a given Saved Query contains a JSON-based definition of the dependent Concepts it needs, which are key'd by the `ConceptId` in `LeafDB.app.Concept.Id`. So...
Definitely. This will have some impact on the Visualization screen, but I think we can add more granular configuration for the out-of-the-box visualizations to disable those so the web client...