From 91f622a8bd92bc87b80241bdd7153fd31c1132d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anne-Ga=C3=ABlle=20Berg=C3=A9?=
 <anne-gaelle.berge@kereval.com>
Date: Thu, 6 Jun 2019 18:08:44 +0200
Subject: [PATCH] add missing documents and make files

---
 Makefile.generic                |  8 +++----
 Patient-Manager/release-note.md | 42 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 4 deletions(-)

diff --git a/Makefile.generic b/Makefile.generic
index aeecfb1..07f3c42 100644
--- a/Makefile.generic
+++ b/Makefile.generic
@@ -15,9 +15,9 @@ TEMPLATE_HTML_FOLDER = ../_templates/html-template
 TEMPLATE_HTML = --template=$(TEMPLATE_HTML_FOLDER)/template.html
 TEMPLATE_PDF = --template=../_templates/pandoc-templates/ihedev-manual-template.tex
 
-RELEASE_NOTES_MD = $(notdir $(wildcard release-notes/*.md))
-RELEASE_NOTES_PDF += $(addprefix $(RELEASE_NOTES_NAME), $(RELEASE_NOTES_MD:.md=.pdf))
+RELEASE_NOTES_MD = release-note.md
 RELEASE_NOTES_NAME = KER1-RNO-IHE-$(PROJECT)-
+RELEASE_NOTES_PDF += $(addprefix $(RELEASE_NOTES_NAME), $(RELEASE_NOTES_MD:.md=.pdf))
 TEMPLATE_RELEASE_NOTE = --template=../_templates/pandoc-templates/releasenote-template.tex
 
 TEST_REPORTS_MD = $(notdir $(wildcard test-reports/*.md))
@@ -56,7 +56,7 @@ all: $(DOCS) $(RELEASE_NOTES_PDF)
 
 pdf: $(DOCS)
 
-release-notes: $(RELEASE_NOTES_PDF)
+release-note: $(RELEASE_NOTES_PDF)
 
 test-reports: $(TEST_REPORTS_PDF)
 
@@ -66,7 +66,7 @@ delivery-notes: $(DELIVERY_NOTE_PDF)
 
 use-authorizations: $(USE_AUTHORIZATION_PDF)
 
-$(RELEASE_NOTES_NAME)%.pdf: release-notes/%.md | $(OUTPUT_FOLDER)
+$(RELEASE_NOTES_NAME)%.pdf: release-note.md | $(OUTPUT_FOLDER)
 	@echo "Create" $@
 	pandoc $< $(TEMPLATE_RELEASE_NOTE) --latex-engine=xelatex -o $(OUTPUT_FOLDER)/$@
 
diff --git a/Patient-Manager/release-note.md b/Patient-Manager/release-note.md
index 2eea66d..5f6aba5 100644
--- a/Patient-Manager/release-note.md
+++ b/Patient-Manager/release-note.md
@@ -117,12 +117,14 @@ __Bug__
 _Release date: 2019-03-07_
 
 __Bug__
+
 * \[[PAM-595](https://gazelle.ihe.net/jira/browse/PAM-595)\] FHIR Client should not require the CapabilityStatement of the server
 
 # 9.10.9
 _Release date: 2018-12-11_
 
 __Bug__
+
 * \[[PAM-579](https://gazelle.ihe.net/jira/browse/PAM-579)\] PDQSupplier throws a SOAP fault when sender/device/id is missing
 * \[[PAM-581](https://gazelle.ihe.net/jira/browse/PAM-581)\] Patient manager alters messages before storing them
 
@@ -130,27 +132,32 @@ __Bug__
 _Release date: 2018-12-05_
 
 __Bug__
+
 * \[[PAM-577](https://gazelle.ihe.net/jira/browse/PAM-577)\] PIX Manager not working properly
 
 __Improvement__
+
 * \[[PAM-573](https://gazelle.ihe.net/jira/browse/PAM-573)\] Review permission to delete SUT configuration
 
 # 9.10.7
 _Release date: 2018-10-31_
 
 __Bug__
+
 * \[[PAM-572](https://gazelle.ihe.net/jira/browse/PAM-572)\] Access denied to PIX Source/ITI-30 when PAM is not enabled
 
 # 9.10.6
 _Release date: 2018-09-14_
 
 __Bug__
+
 * \[[PAM-570](https://gazelle.ihe.net/jira/browse/PAM-570)\] Update patient manager according to changes in FHIR validator
 
 # 9.10.5
 _Release date: 2018-06-22_
 
 __Bug__
+
 * \[[PAM-558](https://gazelle.ihe.net/jira/browse/PAM-558)\] When the tool fails at imported FHIR Patients, give tips to the user
 * \[[PAM-560](https://gazelle.ihe.net/jira/browse/PAM-560)\] The administrator should be able to edit connectathon patients
 * \[[PAM-561](https://gazelle.ihe.net/jira/browse/PAM-561)\] MothersMaidenName is not read from the FHIR resource
@@ -160,16 +167,19 @@ __Bug__
 _Release date: 2018-05-28_
 
 __Bug__
+
 * \[[PAM-553](https://gazelle.ihe.net/jira/browse/PAM-553)\] URL of page Connectathon, Patient Demograhics is wrong
 * \[[PAM-555](https://gazelle.ihe.net/jira/browse/PAM-555)\] Wrong send application and facility in response of PIX Manager
 
 __Story__
+
 * \[[PAM-551](https://gazelle.ihe.net/jira/browse/PAM-551)\] \[AUTOMATON\] When the application is displayed in French a tab is missing in the encounter edition section
 
 # 9.10.3
 _Release date: 2018-03-28_
 
 __Bug__
+
 * \[[PAM-537](https://gazelle.ihe.net/jira/browse/PAM-537)\] The administrator should be able to update the AA index from the GUI
 * \[[PAM-550](https://gazelle.ihe.net/jira/browse/PAM-550)\] h:outputLink outcome is executed at page rendering which causes unexpected behaviour
 
@@ -177,6 +187,7 @@ __Bug__
 _Release date: 2018-03-28_
 
 __Bug__
+
 * \[[PAM-543](https://gazelle.ihe.net/jira/browse/PAM-543)\] We want to keep the indexes for the CAT assigning authorities at the same value
 * \[[PAM-547](https://gazelle.ihe.net/jira/browse/PAM-547)\] Even though the "Worklist" feature is disabled, the "create worklist" button still appears
 * \[[PAM-548](https://gazelle.ihe.net/jira/browse/PAM-548)\] Automaton does not work in a zulu-7 environment
@@ -186,6 +197,7 @@ __Bug__
 _Release date: 2018-03-23_
 
 __Bug__
+
 * \[[PAM-545](https://gazelle.ihe.net/jira/browse/PAM-545)\] NPE is raised when generating a patient in the automate for IHE France
 
 # 9.10.0
@@ -196,19 +208,23 @@ __Remarks__
 This version of the Patient Manager tool uses the jdbc driver provided by the Jboss7 AS server.
 
 __Bug__
+
 * \[[PAM-535](https://gazelle.ihe.net/jira/browse/PAM-535)\] Update postgresql driver to version 42.2.1-jre7
 * \[[PAM-540](https://gazelle.ihe.net/jira/browse/PAM-540)\] When you want to create a patient for connectathon, the connectathon AA are not available
 
 __Story__
+
 * \[[PAM-539](https://gazelle.ihe.net/jira/browse/PAM-539)\] [CH:XCPD] Update XCPD actors to match the new specifications
 
 __Improvement__
+
 * \[[PAM-534](https://gazelle.ihe.net/jira/browse/PAM-534)\] small fix to statusCode value for PIXv3 newly added patient
 
 # 9.9.2
 _Release date: 2018-01-22_
 
 __Bug__
+
 * \[[PAM-528](https://gazelle.ihe.net/jira/browse/PAM-528)\] PAMRestAPI does not send all attributes for the encounter
 * \[[PAM-529](https://gazelle.ihe.net/jira/browse/PAM-529)\] Users should be able to create patients with IDs in the Connectathon's assigning authorities
 
@@ -221,6 +237,7 @@ This new version of the tools is to be connected to the new Gazelle SSO (Apereo)
 
 
 __Technical task__
+
 * \[[PAM-504](https://gazelle.ihe.net/jira/browse/PAM-504)\] New menu entry
 * \[[PAM-505](https://gazelle.ihe.net/jira/browse/PAM-505)\] List connectathons patients
 * \[[PAM-506](https://gazelle.ihe.net/jira/browse/PAM-506)\] Create a "connectathon" actor
@@ -233,14 +250,17 @@ __Technical task__
 * \[[PAM-513](https://gazelle.ihe.net/jira/browse/PAM-513)\] Allow the administrator to create patient by uploading FHIR Patient resources
 
 __Bug__
+
 * \[[PAM-527](https://gazelle.ihe.net/jira/browse/PAM-527)\] When the administrator imports FHIR Patient resources, the address line is not stored in database
 
 __Story__
+
 * \[[PAM-502](https://gazelle.ihe.net/jira/browse/PAM-502)\] Move to the new apereo CAS
 * \[[PAM-503](https://gazelle.ihe.net/jira/browse/PAM-503)\] Connectathon Demographics Sharing
 * \[[PAM-525](https://gazelle.ihe.net/jira/browse/PAM-525)\] Allow users to download connectathon patients as a FHIR resources
 
 __Improvement__
+
 * \[[PAM-331](https://gazelle.ihe.net/jira/browse/PAM-331)\] Allow the user to select a subset of identifiers to send
 * \[[PAM-477](https://gazelle.ihe.net/jira/browse/PAM-477)\] PatientManager considerations for assigning authority values in HL7 FHIR
 
@@ -253,6 +273,7 @@ __Remarks__
 PDQm and PIXm actors are now compliant with the latest version of the IHE ITI supplements (support of FHIR DSTU3).
 
 __Technical task__
+
 * \[[PAM-481](https://gazelle.ihe.net/jira/browse/PAM-481)\] Update dependencies to the latest version of hapi-fhir
 * \[[PAM-482](https://gazelle.ihe.net/jira/browse/PAM-482)\] [PDQm/PDC] Update the consumer to support the latest version of the PDQm profile
 * \[[PAM-483](https://gazelle.ihe.net/jira/browse/PAM-483)\] [PDQm/PDS]  Update the supplier to support the latest version of the PDQm profile
@@ -260,14 +281,17 @@ __Technical task__
 * \[[PAM-485](https://gazelle.ihe.net/jira/browse/PAM-485)\] [PIXm/Manager] Update the manager to support the latest version of the PIXm profile
 
 __Bug__
+
 * \[[PAM-479](https://gazelle.ihe.net/jira/browse/PAM-479)\] Database issue when deploying the tool with postgres 9.6.5
 * \[[PAM-518](https://gazelle.ihe.net/jira/browse/PAM-518)\] Message identifiers are not extracted when two servers are running using the same handler
 
 __Story__
+
 * \[[PAM-474](https://gazelle.ihe.net/jira/browse/PAM-474)\] Allow the user to create pre-defined queries for PIX* query
 * \[[PAM-514](https://gazelle.ihe.net/jira/browse/PAM-514)\] Integrate the new Fhir Validator
 
 __Improvement__
+
 * \[[PAM-471](https://gazelle.ihe.net/jira/browse/PAM-471)\] We need the FHIR simulators to support DSTU3
 * \[[PAM-486](https://gazelle.ihe.net/jira/browse/PAM-486)\] Update GraphWalker to its latest version
 
@@ -276,25 +300,30 @@ __Improvement__
 _Release date: 2017-11-02_
 
 __Technical task__
+
 * \[[PAM-450](https://gazelle.ihe.net/jira/browse/PAM-450)\] [API] Extract messageControlId from HL7v2 messages
 * \[[PAM-452](https://gazelle.ihe.net/jira/browse/PAM-452)\] [Interop/ValAPI] Implement the web service for remote control of the validation
 * \[[PAM-459](https://gazelle.ihe.net/jira/browse/PAM-459)\] [Interop/ValAPI]Extract identifiers from HL7v3 messages
 
 __Epic__
+
 * \[[PAM-444](https://gazelle.ihe.net/jira/browse/PAM-444)\] Allow users to launch the automaton through web service
 
 __Bug__
+
 * \[[PAM-434](https://gazelle.ihe.net/jira/browse/PAM-434)\] There are patients without domain in the database
 * \[[PAM-455](https://gazelle.ihe.net/jira/browse/PAM-455)\] Issues with worklist feature
 * \[[PAM-492](https://gazelle.ihe.net/jira/browse/PAM-492)\] XCPD query generate a NPE
 * \[[PAM-498](https://gazelle.ihe.net/jira/browse/PAM-498)\] Asynchronous execution of services when called through REST interface
 
 __Story__
+
 * \[[PAM-442](https://gazelle.ihe.net/jira/browse/PAM-442)\] [Automaton] Documentation
 * \[[PAM-449](https://gazelle.ihe.net/jira/browse/PAM-449)\] [API] Implement a web service to remotely validate messages
 * \[[PAM-497](https://gazelle.ihe.net/jira/browse/PAM-497)\] [PIX Source] message structure for A05 event to ADT_A01
 
 __Improvement__
+
 * \[[PAM-435](https://gazelle.ihe.net/jira/browse/PAM-435)\] [Automaton] Allow user to launch the automaton from a remote application
 * \[[PAM-470](https://gazelle.ihe.net/jira/browse/PAM-470)\] [PatientManager] EPR-SPID shall be transmitted as otherIDs
 
@@ -307,6 +336,7 @@ __Remarks__
 This release includes the Swiss extensions to the PIXV3, PDQV3 and XCPD profiles.
 
 __Bug__
+
 * \[[PAM-421](https://gazelle.ihe.net/jira/browse/PAM-421)\] Acknowledgement element is missing in PIXV3 query response
 * \[[PAM-456](https://gazelle.ihe.net/jira/browse/PAM-456)\] [CH:PDQ/PDC] There is no need to be able to query on the father's name, remove this field from the query form
 * \[[PAM-464](https://gazelle.ihe.net/jira/browse/PAM-464)\] Cannot activate/deactivate all patients
@@ -314,12 +344,14 @@ __Bug__
 * \[[PAM-467](https://gazelle.ihe.net/jira/browse/PAM-467)\] Cannot delete test data
 
 __Story__
+
 * \[[PAM-393](https://gazelle.ihe.net/jira/browse/PAM-393)\] When a patient is generated, depending on the country, some fields shall be hidden
 * \[[PAM-422](https://gazelle.ihe.net/jira/browse/PAM-422)\] [CH-PIX/PDQ] Create a new entity to manage Next-of-kins
 * \[[PAM-423](https://gazelle.ihe.net/jira/browse/PAM-423)\] [CH-PIX/PDQ/XCPD] Allow the administrator of the tool to switch to CH extension
 * \[[PAM-424](https://gazelle.ihe.net/jira/browse/PAM-424)\] [CH-PIX] Update PIXV3 Feed messages
 
 __Improvement__
+
 * \[[PAM-153](https://gazelle.ihe.net/jira/browse/PAM-153)\] [PIXV3] Patient Identifier Cross-Reference Manager updates a patient
 * \[[PAM-154](https://gazelle.ihe.net/jira/browse/PAM-154)\] [PIXV3] Patient Identifier Cross-Reference Manager merges patient records
 * \[[PAM-427](https://gazelle.ihe.net/jira/browse/PAM-427)\] [CH-PDQ] Allow the user to search by Father/Mother
@@ -338,21 +370,25 @@ __Remarks__
 The database scheme has been strongly modified, application will not work properly until you have execute the 9.5.0-update.sql script to update your database.
 
 __Technical task__
+
 * \[[PAM-402](https://gazelle.ihe.net/jira/browse/PAM-402)\] Update model so that a patient can have multiple addresses
 
 __Bug__
+
 * \[[PAM-360](https://gazelle.ihe.net/jira/browse/PAM-360)\] [PDQV3/PDC] "Clean up" button does not empty the content of the birth date field
 * \[[PAM-410](https://gazelle.ihe.net/jira/browse/PAM-410)\] PIX Source: When BP6 option is activated for PAM, PIX messages (ITI-30) embeds the ZFD segment and shall not
 * \[[PAM-411](https://gazelle.ihe.net/jira/browse/PAM-411)\] Add a link to value sets in the menu
 * \[[PAM-419](https://gazelle.ihe.net/jira/browse/PAM-419)\] Patient identifier set in the XCPD query form are not saved as part of the pre-defined query
 
 __Story__
+
 * \[[PAM-412](https://gazelle.ihe.net/jira/browse/PAM-412)\] [Sequoia/XCPD] Patient Manager shall be able to handle XUA assertions on XCPD messages
 * \[[PAM-413](https://gazelle.ihe.net/jira/browse/PAM-413)\] [Sequoia/XCPD] User shall be able to query their XCPD Init GW with more than one name
 * \[[PAM-424](https://gazelle.ihe.net/jira/browse/PAM-424)\] [CH-PIX] Update PIXV3 Feed messages
 * \[[PAM-446](https://gazelle.ihe.net/jira/browse/PAM-446)\] Merge Patient Manager (Sequoia) branch into trunk
 
 __Improvement__
+
 * \[[PAM-115](https://gazelle.ihe.net/jira/browse/PAM-115)\] [PDQv3/PDC] Add other parameters
 * \[[PAM-415](https://gazelle.ihe.net/jira/browse/PAM-415)\] [XCPD/Sequoia] XCPD Init GW shall be able to send queries with multiple names
 * \[[PAM-420](https://gazelle.ihe.net/jira/browse/PAM-420)\] Allow user to send XCPD queries with multiple livingSubjectId elements
@@ -362,16 +398,19 @@ __Improvement__
 _Release date: 2017-01-23_
 
 __Bug__
+
 * \[[PAM-408](https://gazelle.ihe.net/jira/browse/PAM-408)\] When updating to gazelle-tools:3.0.25 or higher, fix dependencies to asm
 
 # 9.4.4
 _Release date: 2016-11-30_
 
 __Bug__
+
 * \[[PAM-303](https://gazelle.ihe.net/jira/browse/PAM-303)\] PAM automaton crashes when the received ACK does not use the 2.5 version of HL7
 * \[[PAM-404](https://gazelle.ihe.net/jira/browse/PAM-404)\] Any one can configure the simulator ports
 
 __Improvement__
+
 * \[[PAM-356](https://gazelle.ihe.net/jira/browse/PAM-356)\] As an implementer of the PAM/PEC actor, I want to be able to update the patient's account number to have a consistent workflow
 * \[[PAM-319](https://gazelle.ihe.net/jira/browse/PAM-319)\] The administrator users shall be able to activate/deactivate patients
 
@@ -379,6 +418,7 @@ __Improvement__
 _Release date: 2017-11-07_
 
 __Bug__
+
 * \[[PAM-310](https://gazelle.ihe.net/jira/browse/PAM-310)\] Validation of fhir instances in PIXm / PDQm are not possible (conflict between xerces and fhir parser)
 * \[[PAM-333](https://gazelle.ihe.net/jira/browse/PAM-333)\] Please fix sonar issue on socket not closed
 * \[[PAM-349](https://gazelle.ihe.net/jira/browse/PAM-349)\] When asking for patient to our PDQm FHIR server, there is sometimes a "transaction failed"
@@ -390,6 +430,7 @@ __Bug__
 * \[[PAM-396](https://gazelle.ihe.net/jira/browse/PAM-396)\] PIXm consumer: clear parameter button does not work
 
 __Story__
+
 * \[[PAM-285](https://gazelle.ihe.net/jira/browse/PAM-285)\] Create a hapi-fhir based server to handle pixm and pdqm
 * \[[PAM-309](https://gazelle.ihe.net/jira/browse/PAM-309)\] Display returned patient with demographics data in XML / JSON
 * \[[PAM-314](https://gazelle.ihe.net/jira/browse/PAM-314)\] Configure PDQm server
@@ -419,6 +460,7 @@ __Story__
 * \[[PAM-401](https://gazelle.ihe.net/jira/browse/PAM-401)\] Merge PatientManager with fhir dev in the trunk and update dependencies
 
 __Improvement__
+
 * \[[PAM-312](https://gazelle.ihe.net/jira/browse/PAM-312)\] PDQ demographic field "birthdate" must be a Date not a String
 * \[[PAM-313](https://gazelle.ihe.net/jira/browse/PAM-313)\] Change gender selection in PDQ from String to dropdown menu with authorized values
 * \[[PAM-355](https://gazelle.ihe.net/jira/browse/PAM-355)\] Add PIXm server config in Patient Manager FHIR
-- 
GitLab