The colorImageAsJpegTiff setting can be added to OnBaseEpicWeb.config to reduce the size of color images retrieved using the EpicCare Link integration. This setting is not present in OnBaseEpicWeb.config by default.
To configure the EpicCare Link integration to use JPEG-compression for color images, add the following to the <OnBaseEpicWeb> node in OnBaseEpicWeb.config:
<colorImageAsJpegTiff>true</colorImageAsJpegTiff>
When set to true, the colorImageAsJpegTiff setting causes the integration to convert color images to JPEG-compressed TIFF files before sending them to the EpicCare Link server. This compression method can reduce the size of retrieved images and help address timeout errors.