Digital Signature
Digital Signature
Hi, I can't find how to add a digital signature image associated with each radiologist, not only the 3 lines configured in user preference. How to do this in some template ?
Re: Digital Signature
Please note that you do NOT need separate report templates for each radiologist. Rather, you can incorporate each radiologist's signature image into the signature block that the report is signed with.
The best way to incorporate a signature image for each radiologists is to do the following:
1) Upload each signature image (Admin -> Report Templates -> Template Images...)
2) Double-click on the image you uploaded and copy the relative URL (ex. /template-img/rg_folder_12345/my-sig.jpg)
3) In the Radiologist's user account, add the following HTML to the signature line 2 (Admin -> Users -> <USER> -> Preferences -> Signature Block -> Line 2):
<img align="left" src="/template-img/rg_folder_12345/my-sig.jpg"/>
replacing the src value with the relative URL from step 2.
4) In your report templates (or signature template), make sure you have token $AUTHOR_CREDENTIALS_2
Thanks,
Justin
The best way to incorporate a signature image for each radiologists is to do the following:
1) Upload each signature image (Admin -> Report Templates -> Template Images...)
2) Double-click on the image you uploaded and copy the relative URL (ex. /template-img/rg_folder_12345/my-sig.jpg)
3) In the Radiologist's user account, add the following HTML to the signature line 2 (Admin -> Users -> <USER> -> Preferences -> Signature Block -> Line 2):
<img align="left" src="/template-img/rg_folder_12345/my-sig.jpg"/>
replacing the src value with the relative URL from step 2.
4) In your report templates (or signature template), make sure you have token $AUTHOR_CREDENTIALS_2
Thanks,
Justin