Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 25697b72 authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

Update installation.md

parent 83aa0f13
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ Define a resource in your server with name *java:/app/gazelle/pdqm-connector/ope ...@@ -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 : This resource should refer to a deployment.properties file. This file shall contain the following properties :
| Property Name | Description | Example value | | 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| | 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 ### Application server
...@@ -307,4 +308,4 @@ cp pixm-connector-X.X.X.war /usr/local/wildfly18/standalone/deployments/pixm-con ...@@ -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) 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-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. * ITI-93 : shall be reachable to perform a feed. Create and Delete method have been implemented.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment