Difference between revisions of "AquilaCRS Settings"

From EHS Help
Jump to: navigation, search
m
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
===Overview===
+
==Overview==
  
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.
+
Certain application specific settings are stored in an INI-format file.
  
===Example===
+
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''.
  
<code>
+
All settings are stored in the ''[settings]'' section of the INI file.
[Settings]
+
  
URL=http://localhost:8099/bin
+
==Settings==
  
LastUserName=STUART
+
;URL
 +
:This is the address of the application server containing the clinical data. Example URLs:
 +
:*'''<nowiki>http://local-server-name:8099/bin</nowiki>''' - for LAN configurations
 +
:*'''<nowiki>http://www.webserver.co.uk/cgi-bin/aquilaweb.exe/bin</nowiki>''' - for web/WAN configurations
 +
:*'''<drive>:<path>\aquilaserverlib.dll''' - for standalone/offline configuration
 +
;LastUserName
 +
:Recorded by the app as the last person to log on if '''Remember Me''' is ticked
 +
;ProgramUpdateLastCheckDate
 +
:Updated by the app when checking for program updates.
  
ReplicationURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
+
==Example==
  
TelemedicineURL=http://blackbox/cgi-bin/aquilaweb.exe/bin
+
<code>
 
+
[Settings]<br/>
ProgramUpdateLastCheckDate=22/08/2011 17:06:37
+
URL=http://localhost:8099/bin<br/>
 
+
LastUserName=STUART<br/>
ConnectionString=ADO?AuxDriver=SQLOLEDB.1;Server=WIN7VM;Database=aquila;UserID=sa;Password=w3stmeadstar;
+
ProgramUpdateLastCheckDate=22/08/2011 17:06:37<br/>
 
+
ConnectionType=MSSQL
+
 
</code>
 
</code>
  

Latest revision as of 11:25, 1 August 2014

AquilaCRS icon.png

This topic is for AquilaCRS


Overview

Certain application 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.

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. Example URLs:
  • http://local-server-name:8099/bin - for LAN configurations
  • http://www.webserver.co.uk/cgi-bin/aquilaweb.exe/bin - for web/WAN configurations
  • <drive>:<path>\aquilaserverlib.dll - for standalone/offline configuration
LastUserName
Recorded by the app as the last person to log on if Remember Me is ticked
ProgramUpdateLastCheckDate
Updated by the app when checking for program updates.

Example

[Settings]
URL=http://localhost:8099/bin
LastUserName=STUART
ProgramUpdateLastCheckDate=22/08/2011 17:06:37