Difference between revisions of "Server Configuration"

From Hiasobi - FHIR
Jump to: navigation, search
Line 2: Line 2:
 
* define how you would like the server to run
 
* define how you would like the server to run
 
* define how the server is running
 
* define how the server is running
 +
  
 
<table border=1>
 
<table border=1>
<tr><td>Property</td><td>Description</td></tr>
+
<tr><td>Property</td><td>Default</td><td>Description</td></tr>
<tr><td> indigenous status</td><td>http://oridashi.com.au/fhir/Profile/patient-extensions#indigenous-status<br/>Administrative indigenous status</td></tr>
+
<tr><td>ProfileName</td><td>'default'</td><td>Identifying name (is allocated for licensed users)</td></tr>
<tr><td>ethnicity</td><td>http://oridashi.com.au/fhir/Profile/patient-extensions#ethnicity<br/>Nominal administrative ethnicity.</td></tr>
+
<tr><td>NetworkServer</td><td>false</td><td>Allows network calls from other machines to this server, default is to only allow the local machine</td></tr>
 +
<tr><td>AcceptedCrossOrigins</td>(null)<td></td><td>Domains (string array) specifically allowed Cross Origin Resource Sharing domains for browser based calls</td></tr>
 +
<tr><td>BestPracticePort</td><td>8190</td><td>Web server port for local Best Practice CIS</td></tr>
 +
<tr><td>MedicalDirectorPort</td><td>8191</td><td>Web server port for local Medical Director CIS</td></tr>
 +
<tr><td>ZedmedPort</td><td>8192</td><td>Web server port for local Zedmed CIS</td></tr>
 +
<tr><td>LicenseKey</td><td>-</td><td>Allocated license key for associated ProfileName; required for access to 'live' CIS data</td></tr>
 +
<tr><td>IsLive</td><td>false</td><td>Access to 'live' CIS data, default is samples only</td></tr>
 +
<tr><td>Deidentify</td><td>false</td><td>Remove names and human identifiers for patients and providers </td></tr>
 
</table>
 
</table>

Revision as of 11:40, 28 February 2014

Hiasobi server configuration support two main uses

  • define how you would like the server to run
  • define how the server is running


(null)
PropertyDefaultDescription
ProfileName'default'Identifying name (is allocated for licensed users)
NetworkServerfalseAllows network calls from other machines to this server, default is to only allow the local machine
AcceptedCrossOriginsDomains (string array) specifically allowed Cross Origin Resource Sharing domains for browser based calls
BestPracticePort8190Web server port for local Best Practice CIS
MedicalDirectorPort8191Web server port for local Medical Director CIS
ZedmedPort8192Web server port for local Zedmed CIS
LicenseKey-Allocated license key for associated ProfileName; required for access to 'live' CIS data
IsLivefalseAccess to 'live' CIS data, default is samples only
DeidentifyfalseRemove names and human identifiers for patients and providers