Stream: social
Topic: Question Direction
David Johnson (Apr 17 2019 at 13:13):
I have an email requesting assistance with a large file problem. Where should this question be directed?
David Johnson (Apr 17 2019 at 13:13):
We are working with reporting software that sends updates to EMR and in some cases, those updates contain large files (larger than 65k chars in base64), sometimes may be even gifs or videos that are provided by specific tests, and we have issue with sending large files with ORU_R01 message, as OBX segment has limitation for large files.
I found in some cases that people remove limitation from configuration, but they provide very “handmade” solutions.
There was also interesting solution, to send file link and to upload it on shared server, but first, I want to hear from HL7 International, what do you think about this.
Have you faced any issue with large files in your experience?
Do you have any solution to send large files, or can you suggest the way of solving this problem?
David Johnson (Apr 17 2019 at 13:20):
David Johnson (Apr 17 2019 at 13:20):
Is this better served on chat.hl7.org or is there a stream to share here?
Michele Mottini (Apr 17 2019 at 13:59):
Maybe char.hl7.org - here we deal only with FHIR stuff, not HL7v2
David Johnson (Apr 17 2019 at 15:21):
Michele, thank you. I'm off!
黃太陽 (Apr 19 2019 at 19:50):
Hi guys,
I'm looking for an ER diagram of HAPI FHIR database to see in detail relations between tables. Does anybody know if it already exists somewhere? Or is there any easy way to create one?
I'm don't have much experience with Derby database and HAPI server, so any information is highly appreciated.
Thank you
Lloyd McKenzie (Apr 19 2019 at 20:55):
@James Agnew ?
Grahame Grieve (Apr 19 2019 at 21:17):
best ask on the HAPI support forum
Lloyd McKenzie (Apr 19 2019 at 22:42):
黃太陽 (Apr 19 2019 at 23:50):
thank you!
Grahame Grieve (Apr 20 2019 at 00:06):
Actually https://groups.google.com/forum/m/#!forum/hapi-fhir
Kevin Mayfield (May 01 2019 at 07:12):
If you change the database over to postgres, then you use tools to generate a diagram. I've used this in the past https://dbeaver.io/
The HAPI JPA database isn't that suitable for direct query, it's a lot easier to use the FHIR query api to manipulate data.
Last updated: Apr 12 2022 at 19:14 UTC