This article is part of the systems administration guide. You will require administration access to view the pages mentioned in this article.
To Replace the Default Letterhead:
- Click Administration.
- Click Correspondence
- There will be an image called Default - click Edit.
- Browse to your logo on your computer or network.
- Click Open.
- You can change the Description to "Company Logo" or something similar.
- Click Update Picture.
You can test this by going to a patient and creating a letter and then Printing it. If your logo is too large, you have two options:
- Resize the logo in an image editor to a suitable size, then re-upload it; or,
- Edit the Printing Template so it reduces the size of the image.
If option 2 is your preferred method, then follow these steps:
- Click Administration.
- Click Correspondence
- Click Printing Templates.
- Click XSL-FO.
- Under Custom Template, click Show on the Default Letter Template.
- Click Edit.
- Find the code snippet below:
<xsl:template name="layout-header"> <fo:block text-align="center" width="190mm"> <!--src needs to point to a letter head path--> <fo:external-graphic src="system_images/default" /> </fo:block> </xsl:template>
- Change the following line in the snippet - in this example want to resize your image to 400px wide x 50px high
<fo:external-graphic src="system_images/default/with_size/400x50" />
- Click Update Custom Template.
- Test by Generating a letter.
You may have to test via trial and error to get the image to size correctly.
For best results: Scalable Vector Graphics (SVG)
CareRight supports as of version 7.4.0; SVG based images for letter heads, logos and similar. Speak to your design team about vector graphics to take advantage of this capability.
Example: Embedding https://en.m.wikipedia.org/wiki/File:Ghostscript_Tiger.svg in an output PDF: