Difference between revisions of "AquilaCRS Settings"

From EHS Help
Jump to: navigation, search
m
(Major update)
Line 3: Line 3:
  
 
===Overview===
 
===Overview===
 +
 +
Client app specific settings are stored in an INI-format file.
  
 
The file is called '''aquilacrs.ini''' and resides in one of two places.  By default it is located in the ''User's Local App Data'' folder, in a folder called ''Evolution Healthcare Systems Ltd\aquilacrs\settings''.  Alternatively it is also possible to move the settings folder to the program folder to enable use of the software on a USB stick.
 
The file is called '''aquilacrs.ini''' and resides in one of two places.  By default it is located in the ''User's Local App Data'' folder, in a folder called ''Evolution Healthcare Systems Ltd\aquilacrs\settings''.  Alternatively it is also possible to move the settings folder to the program folder to enable use of the software on a USB stick.
  
===Example===
+
All settings are stored in the ''[settings]'' section of the INI file.
  
<code>
+
===Settings===
[Settings]
+
  
URL=http://localhost:8099/bin
+
;URL
 +
:This is the address of the application server containing the clinical data.
 +
Examples:<br/>
 +
'''http://local-server-name:8099/bin''' - for LAN configurations<br/>
 +
'''http://nww.webserver.nhs/cgi-bin/aquilaweb.exe/bin''' - for web/WAN configurations<br/>
 +
'''aquilaserverlib.dll''' - for standalone/offline configuration<br/>
 +
;LastUserName
 +
:Recorded by the app as the last person to log on if '''Remember Me''' is ticked
 +
;ReplicationURL
 +
:Default value is http://www.bibid.org.uk/cgi-bin/aquilaweb.exe/bin & can be overridden with this setting.
 +
;TelemedicineURL
 +
:Address of the server that accepts telemed/referral submissions.
 +
;ProgramUpdateLastCheckDate
 +
:Updated by the app when checking for program updates.
 +
;ConnectionString
 +
:'''Only Used by DLL Servers''' - this is a duplicate of the [[Aquila Server Settings]] [[Database connection string]]
 +
;ConnectionType
 +
:'''Only Used by DLL Servers''' - this is a duplicate of the [[Aquila Server Settings]] [[Database connection string|Connection Type]]
  
LastUserName=STUART
+
===Example===
  
ReplicationURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
+
<code>
 
+
[Settings]<br/>
TelemedicineURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
+
URL=http://localhost:8099/bin<br/>
 
+
LastUserName=STUART<br/>
ProgramUpdateLastCheckDate=22/08/2011 17:06:37
+
ReplicationURL=http://blackbox/cgi-bin/aquilaweb.exe/bin<br/>
 
+
TelemedicineURL=http://blackbox/cgi-bin/aquilaweb.exe/bin<br/>
ConnectionString=ADO?AuxDriver=SQLOLEDB.1;Server=WIN7VM;Database=aquila;UserID=sa;Password=w3stmeadstar;
+
ProgramUpdateLastCheckDate=22/08/2011 17:06:37<br/>
 
+
ConnectionString=ADO?AuxDriver=SQLOLEDB.1;Server=WIN7VM;Database=aquila;UserID=sa;Password=w3stmeadstar;<br/>
ConnectionType=MSSQL
+
ConnectionType=MSSQL<br/>
 
</code>
 
</code>
  

Revision as of 10:35, 15 March 2012

AquilaCRS icon.png

This topic is for AquilaCRS


Overview

Client app specific settings are stored in an INI-format file.

The file is called aquilacrs.ini and resides in one of two places. By default it is located in the User's Local App Data folder, in a folder called Evolution Healthcare Systems Ltd\aquilacrs\settings. Alternatively it is also possible to move the settings folder to the program folder to enable use of the software on a USB stick.

All settings are stored in the [settings] section of the INI file.

Settings

URL
This is the address of the application server containing the clinical data.

Examples:
http://local-server-name:8099/bin - for LAN configurations
http://nww.webserver.nhs/cgi-bin/aquilaweb.exe/bin - for web/WAN configurations
aquilaserverlib.dll - for standalone/offline configuration

LastUserName
Recorded by the app as the last person to log on if Remember Me is ticked
ReplicationURL
Default value is http://www.bibid.org.uk/cgi-bin/aquilaweb.exe/bin & can be overridden with this setting.
TelemedicineURL
Address of the server that accepts telemed/referral submissions.
ProgramUpdateLastCheckDate
Updated by the app when checking for program updates.
ConnectionString
Only Used by DLL Servers - this is a duplicate of the Aquila Server Settings Database connection string
ConnectionType
Only Used by DLL Servers - this is a duplicate of the Aquila Server Settings Connection Type

Example

[Settings]
URL=http://localhost:8099/bin
LastUserName=STUART
ReplicationURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
TelemedicineURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
ProgramUpdateLastCheckDate=22/08/2011 17:06:37
ConnectionString=ADO?AuxDriver=SQLOLEDB.1;Server=WIN7VM;Database=aquila;UserID=sa;Password=w3stmeadstar;
ConnectionType=MSSQL