diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md index 253e5c3fa9546b0ab5fb176d4d8699ba5a6b6ca6..973edb1a5c50f9bed0c093e414125e9bf76d091b 100755 --- a/Patient-Registry/installation.md +++ b/Patient-Registry/installation.md @@ -105,6 +105,7 @@ Define a resource in your server with name *java:/app/gazelle/pdqm-connector/ope This resource should refer to a deployment.properties file. This file shall contain the following properties : | Property Name | Description | Example value | +|--------------|-----------|------------| | patientregistry.url | URL of the Patient Registry Processing Service used to manage patients. | http://localhost:8580/patient-registry/patient-registry/PatientProcessingService/patient-processing-service?wsdl| ### Application server @@ -307,4 +308,4 @@ cp pixm-connector-X.X.X.war /usr/local/wildfly18/standalone/deployments/pixm-con Start wildfly. The API can be accessed at (depending on your configured host and port) * ITI-83 : [GET http://localhost:8580/pixm-connector/fhir_ihe/Patient/$ihe-pix?sourceIdentifier={sourceIdentifier}(&targetSystem={targetsystem,...})(&_format=json)](http://localhost:8580/pixm-connector/fhir_ihe/Patient/$ihe-pix?sourceIdentifier={sourceIdentifier}(&targetSystem={targetsystem,...})(&_format=json)) -* ITI-93 : shall be reachable to perform a feed. Create and Delete method have been implemented. \ No newline at end of file +* ITI-93 : shall be reachable to perform a feed. Create and Delete method have been implemented.