Mikołaj Nowak

Results 4 issues of Mikołaj Nowak

There is a new version of ITI-67 transaction specification and it defines an additional search parameter ([full list](https://profiles.ihe.net/ITI/MHD/ITI-67.html#23674121-query-search-parameters)) that is not supported in current version of [Iti67SearchParameters](https://github.com/oehf/ipf/blob/master/commons/ihe/fhir/r4/mhd/src/main/java/org/openehealth/ipf/commons/ihe/fhir/iti67/Iti67SearchParameters.java). The missing parameter...

ihe

Current data model for `org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query` does not allow to create custom queries as subclasses of this class. That is because `type` field is an enum, and new query UUIDs cannot...

ihe

### Feature description Message interpolators are currently not supported (DefaultValidatorFactory and DefaultValidatorConfiguration throw UnsupportedOperationException). Would it be possible to add it in the future, or does it require reflections to...

status: awaiting feedback

When using fullscreen mode, coordinates in 3.8.0 are shifted. These are the settings I am using for the application: ```java AppSettings settings = new AppSettings(true); settings.setHeight(1080); settings.setWidth(1920); settings.setFullscreen(true); ``` I'm...