From 25697b7278dc66cd0f207da41dce734fd006f69b Mon Sep 17 00:00:00 2001 From: Alexandre Pocinho <apo@kereval.com> Date: Tue, 16 Jan 2024 10:22:15 +0000 Subject: [PATCH] Update installation.md --- Patient-Registry/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md index 253e5c3..973edb1 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. -- GitLab