Difference between revisions of "Standalone Server"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | Command line server executable | + | Command line server executable. Hosts the local web services for access to clinical data sources/ |
Command Line: | Command Line: |
Revision as of 11:17, 28 February 2014
Command line server executable. Hosts the local web services for access to clinical data sources/
Command Line:
FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]
/network - allows access by network callers, default is to only allow local machine callers
/cors:<domain>[;<domain>[..] - provide one or more Cross Origin Resource Sharing (CORS) origin domains to restrict browser based access; default is '*' allow any domain.
<profile name> - an identifying name allocated for licensed users; required for live data access
<license key> - allocated for licensed users; required for live data access