<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mv64e-etl-processor.git/src/test, branch v0.12.3</title>
<subtitle>Diese Anwendung pseudonymisiert/anonymisiert Daten im DNPM-Datenmodell 2.1 unter Beachtung des Consents und sendet sie an DNPM:DIP</subtitle>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/'/>
<entry>
<title>feat: add alternative endpoints for request (#196)</title>
<updated>2025-11-21T11:29:05+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-21T11:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=2f8ccf33d108537ea7cfe398085a25a7bc926406'/>
<id>2f8ccf33d108537ea7cfe398085a25a7bc926406</id>
<content type='text'>
This allows for requests to
(with optional path-prefix "/api"):

* POST /{usecase}
* POST /{usecase}/etl/patient-record =&gt; as DNPM:DIP

* DELETE /{usecase}/{ID}
* DELETE /{usecase}/etl/patient-record/{ID}
* DELETE /{usecase}/etl/patient/{ID} =&gt; as DNPM:DIP

Where {usecase} is one of:

* mtbfile
* mtb =&gt; as DNPM:DIP</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for requests to
(with optional path-prefix "/api"):

* POST /{usecase}
* POST /{usecase}/etl/patient-record =&gt; as DNPM:DIP

* DELETE /{usecase}/{ID}
* DELETE /{usecase}/etl/patient-record/{ID}
* DELETE /{usecase}/etl/patient/{ID} =&gt; as DNPM:DIP

Where {usecase} is one of:

* mtbfile
* mtb =&gt; as DNPM:DIP</pre>
</div>
</content>
</entry>
<entry>
<title>fix: possible NPE for MSI anonymization (#195)</title>
<updated>2025-11-20T11:52:26+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-20T11:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=86fc3e361c9c5e290319a0c049ef0c6c0a0764ad'/>
<id>86fc3e361c9c5e290319a0c049ef0c6c0a0764ad</id>
<content type='text'>
This might occur if a null value is present in the list of MSI findings.

With this change, the usage if "it" has been replaced with proper element names.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This might occur if a null value is present in the list of MSI findings.

With this change, the usage if "it" has been replaced with proper element names.</pre>
</div>
</content>
</entry>
<entry>
<title>chore: use spotless for kotlin code (#191)</title>
<updated>2025-11-11T08:36:17+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-11T08:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=8c3143081f5f535671bc7b0c7d98302549b9a1da'/>
<id>8c3143081f5f535671bc7b0c7d98302549b9a1da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: config option for broad consent version (#189)</title>
<updated>2025-11-10T08:49:33+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-10T08:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=f18e4dcae8c1a67a6dd51aed284cbcf640e93f33'/>
<id>f18e4dcae8c1a67a6dd51aed284cbcf640e93f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use ..hc.core5.net.URIBuilder for URI (#187)</title>
<updated>2025-11-07T08:58:37+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-07T08:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=43e86eeac2f3211aa275e1934d17adf29f1cd6e1'/>
<id>43e86eeac2f3211aa275e1934d17adf29f1cd6e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: docs uses APP_PSEUDOMYMIZE_GPAS_PID_DOMAIN (#184)</title>
<updated>2025-11-06T15:02:29+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-06T15:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=7f7304ebca5744edd8423e1486adcf77d623a745'/>
<id>7f7304ebca5744edd8423e1486adcf77d623a745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: errors in response parsing (#181)</title>
<updated>2025-11-04T10:39:05+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-04T10:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=24d9116e31a7d0afdfbf47aa96a0c8bd54c9508b'/>
<id>24d9116e31a7d0afdfbf47aa96a0c8bd54c9508b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: do not re-anonymize diagnosis ID (#179)</title>
<updated>2025-11-03T10:43:19+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-03T10:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=30ad7c299cb5c6e70a934df885efe82501fe5172'/>
<id>30ad7c299cb5c6e70a934df885efe82501fe5172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: check equal anonymization for diagnosis and references (#177)</title>
<updated>2025-11-01T19:17:24+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-11-01T19:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=a43e0f7b2d1d46ec83e97e63246f7d4ba5c9bbc9'/>
<id>a43e0f7b2d1d46ec83e97e63246f7d4ba5c9bbc9</id>
<content type='text'>
This should ensure correct anonymization because some cases of
non-resolvable references have been observed in previous runs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should ensure correct anonymization because some cases of
non-resolvable references have been observed in previous runs.</pre>
</div>
</content>
</entry>
<entry>
<title>fix: only send nested content with MTB record (#175)</title>
<updated>2025-10-31T15:54:33+00:00</updated>
<author>
<name>Paul-Christian Volkmer</name>
</author>
<published>2025-10-31T15:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dnpm.dev/pub/mv64e-etl-processor.git/commit/?id=7ced45b3d6499863b8cc18193b08e8e362e466e4'/>
<id>7ced45b3d6499863b8cc18193b08e8e362e466e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
