Akshay Pandey · Apr 13, 2025 go to post

Thank you @Daryl Flaming 
 

But I am not able to find this settings at my UCR

Below is the screenshot from System settings

I can see images, color, fonts and date only

Akshay Pandey · Apr 9, 2023 go to post

Yes, there is a repository Edge where we store documents in XDSb repository if I store SDA in this edge it will be associated with Documents Facility.

We what Documents to appear under same facility as of HL7 message Is there any way to achieve that without storing message in HL7 edge?

Whereas if I store Sda in HL7 edge it will store with same facility as of HL7 message.

Now when a remove request comes to repository I need to get the Sda deleted from HL7 Edge as well from streamlet.

But I don't have Patient details.

Akshay Pandey · Mar 2, 2023 go to post

I can see below in 2022.2 

But any kind of compression happen the the version I put on post.

https://docs.intersystems.com/iris20222/csp/docbook/Doc.View.cls?KEY=GO…

 

Stream Compression

InterSystems IRIS can automatically compress stream data that is stored in a global, saving database space and reducing the size of journal files.

Compression is controlled in stream classes by a class parameter, COMPRESS.

In the classes %Stream.TmpCharacterOpens in a new tab and %Stream.TmpBinaryOpens in a new tab, COMPRESS is set to 0, meaning that the stream data is not compressed.

In the classes %Stream.GlobalCharacterOpens in a new tab and %Stream.GlobalBinaryOpens in a new tab, COMPRESS is set to 1, meaning that new stream data is automatically compressed, except for the following cases, where the data is not suitable for compression:

  • The stream can be stored in a single chunk less than 1024 characters long.
  • The stream is already compressed, that is, the first chunk of data matches a typical compressed file format, such as JPEG, MP3, or ZIP.
  • The first 4KB of the stream cannot be compressed by at least 20 percent.
Akshay Pandey · Mar 2, 2023 go to post

I have already check out this repo not working in my case

I have scanned  PDF stored in repo edge in Stream binary

Akshay Pandey · Feb 28, 2023 go to post

Hi @Benjamin Thorne 
I am intrested.

I have PDF scanned documents stored in HSREPO edge (HS_IHE_XDSb_Repository.Documents) which I need to compress before storing and decompress after fetching.