Difference between revisions of "Server Configuration"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 4: | Line 4: | ||
− | <table border=1 cellspacing=0> | + | <table border=1 cellspacing=0 cellpadding=5> |
<tr><th>Property</th><th>Default</th><th>Description</th></tr> | <tr><th>Property</th><th>Default</th><th>Description</th></tr> | ||
<tr><td>ProfileName</td><td>'default'</td><td>Identifying name (is allocated for licensed users)</td></tr> | <tr><td>ProfileName</td><td>'default'</td><td>Identifying name (is allocated for licensed users)</td></tr> |
Revision as of 12:42, 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
Property | Default | Description |
---|---|---|
ProfileName | 'default' | Identifying name (is allocated for licensed users) |
NetworkServer | false | Allows 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 | 8190 | Web server port for local Best Practice CIS |
MedicalDirectorPort | 8191 | Web server port for local Medical Director CIS |
ZedmedPort | 8192 | Web server port for local Zedmed CIS |
LicenseKey | - | Allocated license key for associated ProfileName; required for access to 'live' CIS data |
IsLive | false | Access to 'live' CIS data, default is samples only |
Deidentify | false | Remove names and human identifiers for patients and providers |