Difference between revisions of "Server Configuration"

From Hiasobi - FHIR
Jump to: navigation, search
Line 18: Line 18:
 
<tr><td>MedicalDirectorPort (DSTU2)</td><td>8291</td><td>Web server port for local Medical Director CIS</td></tr>
 
<tr><td>MedicalDirectorPort (DSTU2)</td><td>8291</td><td>Web server port for local Medical Director CIS</td></tr>
 
<tr><td>ZedmedPort (DSTU2)</td><td>8292</td><td>Web server port for local Zedmed CIS</td></tr>
 
<tr><td>ZedmedPort (DSTU2)</td><td>8292</td><td>Web server port for local Zedmed CIS</td></tr>
<tr><td>GeniePort (DSTU2)</td><td>8291</td><td>Web server port for local Medical Director CIS</td></tr>
+
<tr><td>GeniePort (DSTU2)</td><td>8291</td><td>Web server port for local Genie for Windows CIS</td></tr>
<tr><td>MedtechPort (DSTU2)</td><td>8291</td><td>Web server port for local Medical Director CIS</td></tr>
+
<tr><td>MedtechPort (DSTU2)</td><td>8291</td><td>Web server port for local Medtech CIS</td></tr>
 
<tr><td>LicenseKey</td><td>(null)</td><td>Allocated license key for associated ProfileName; required for access to 'live' CIS data</td></tr>
 
<tr><td>LicenseKey</td><td>(null)</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>IsLive</td><td>false</td><td>Access to 'live' CIS data, default is samples only</td></tr>

Revision as of 15:17, 13 September 2017

Hiasobi server configuration support two main uses

  • define how you would like the server to run
    • Embedded - passed in as Oridashi.Fhir.Configuration object in Start call on Oridashi.Fhir.Host.FhirHost server
  • define how the server is running
    • Embedded - returned as actual configuration from Start call on Oridashi.Fhir.Host.FhirHost server; find allocated ports
    • Embedded and Standalone - registry entries made under the current user key HKEY_CURRENT_USER\Software\Oridashi\Hiasobi\<profile name>
      • config: JSON string with configuration data as per below (licence key withheld)
      • iss: issuer is FHIR server endpoint e.g. https://localhost.oridashi.com.au:8249
      • running: is running status if started and stopped normally


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
AcceptedCrossOrigins(null)Domains (string array) specifically allowed Cross Origin Resource Sharing domains for browser based calls; default (null) is any domain '*'
BestPracticePort (DSTU2)8290Web server port for local Best Practice CIS
MedicalDirectorPort (DSTU2)8291Web server port for local Medical Director CIS
ZedmedPort (DSTU2)8292Web server port for local Zedmed CIS
GeniePort (DSTU2)8291Web server port for local Genie for Windows CIS
MedtechPort (DSTU2)8291Web server port for local Medtech CIS
LicenseKey(null)Allocated license key for associated ProfileName; required for access to 'live' CIS data
IsLivefalseAccess to 'live' CIS data, default is samples only
IsOpenfalseRun as an 'open' server over HTTP otherwise is 'closed' run over 'HTTPS' and require authentication
DeidentifyfalseRemove names and human identifiers for patients and providers