Personal tools
You are here: Home / OSCAR EMR 12.x / 4.0 Developers / 4.5 OSCAR Faxing / 4.5.1 Oscar Fax Configuration

4.5.1 Oscar Fax Configuration

The following settings allow for faxing from Oscar to either a network fax program such as Hylafax or through an internet based email to fax gateway.

Oscar Fax Settings

To use faxing directly from Oscar for  Rx's, Consultation requests and eForms you need to

  1. Configure the Oscar properties file for pdf creation and faxing. 
  2. Ensure that the installation is hardened, specifically Tomcat is on port 8443 (Other ports are possible but more work)
  3. Setup software for Lan Faxing or an email to Fax gateway

Once setup you will have access to the faxing dialog as shown in the documentation of Oscar 12.1.

Typical property settings that work with the deb installed Oscar 12.1 would include the following. 

# The WKHTMLTOPDF_COMMAND should be the path to the executable on your system
WKHTMLTOPDF_COMMAND=/var/lib/tomcat6/webapps/OscarDocument/wkhtmltopdf-i386

# Typical setting for faxing from Rx
rx_enhance=true
rx_signature_enabled=true
rx_fax_enabled=true

# Typical setting for faxing from consultation requests
faxEnable=yes
consultation_fax_enabled=true
consultation_signature_enabled=true

# Typical setting for faxing from eforms
eform_fax_enabled=true
eform_signature_enabled=true

 Then restart the Tomcat server

sudo service tomcat6 restart

 You will need to install further utility software to allow for the files produced by Oscar to be sent by fax

Document Actions