Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS »
Discussion: OpenMRS Talk »
Real-Time: IRC Chat
...
Variable Name | Description |
---|---|
hostAddress | The specific value of the client address. |
login | The specific value of the client login |
password | The specific value of the client password |
Code Block | ||
---|---|---|
| ||
{ "general" : { ... "clients" : { "fhir": { "hostAddress" : "[specificAddress]", "login" : "login", "password" : "password" } } } ... } |
...