RSS-153: Fixed invalid chars in keys for xml 2

This commit is contained in:
deiflaender 2022-11-10 16:28:25 +01:00
parent 0aa7d79188
commit c1d48224d6

View File

@ -103,7 +103,7 @@ public class RSSPoc2Service {
resultMap.put("Experimental_Starting_Date", getExperimentalStartDate(redactionLog));
resultMap.put("Experimental_Completion_Date", getExperimentalEndDate(redactionLog));
resultMap.put("GLP_Study", getGlpStudy(redactionLog));
resultMap.put("Certificate_of_Analysis,_Batch_Identification", getBatchNumber(redactionLog));
resultMap.put("Certificate_of_Analysis_Batch_Identification", getBatchNumber(redactionLog));
resultMap.put("TEST_GUIDELINES_1", getTestGuideline1(redactionLog));
var testGuideline2 = getTestGuideline2(redactionLog);
resultMap.put("TEST_GUIDELINES_2", testGuideline2 == null ? "" : testGuideline2);