Difference between revisions of "AquilaCRS Settings"
From EHS Help
m |
(Removed obsolete settings) |
||
| Line 4: | Line 4: | ||
==Overview== | ==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'' | + | 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. | All settings are stored in the ''[settings]'' section of the INI file. | ||
| Line 19: | Line 19: | ||
;LastUserName | ;LastUserName | ||
:Recorded by the app as the last person to log on if '''Remember Me''' is ticked | :Recorded by the app as the last person to log on if '''Remember Me''' is ticked | ||
| − | |||
| − | |||
| − | |||
| − | |||
;ProgramUpdateLastCheckDate | ;ProgramUpdateLastCheckDate | ||
:Updated by the app when checking for program updates. | :Updated by the app when checking for program updates. | ||
| − | |||
| − | |||
| − | |||
| − | |||
==Example== | ==Example== | ||
| Line 36: | Line 28: | ||
URL=http://localhost:8099/bin<br/> | URL=http://localhost:8099/bin<br/> | ||
LastUserName=STUART<br/> | LastUserName=STUART<br/> | ||
| − | |||
| − | |||
ProgramUpdateLastCheckDate=22/08/2011 17:06:37<br/> | ProgramUpdateLastCheckDate=22/08/2011 17:06:37<br/> | ||
| − | |||
| − | |||
</code> | </code> | ||
Revision as of 17:04, 15 February 2013
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://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
- 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