Matti Uusitalo
755eaa5f25
bumped version n. for release
2018-12-17 13:31:07 +02:00
Matti Uusitalo
c2b3d48afe
Support required questionnaireitem groups
2018-12-17 13:31:07 +02:00
Matti Uusitalo
a0db7e20b6
temporarily set hard coded error when no profile found
2018-12-17 13:30:36 +02:00
Matti Uusitalo
cefacdc18c
Returned to original state as the experiment failed
2018-12-17 13:30:36 +02:00
Matti Uusitalo
24ebe6cf03
Temporarily set isNoTerminologyServer() return true to avoid errors about loinc codes
2018-12-17 13:30:36 +02:00
Matti Uusitalo
311d92f276
Added more information to the error message about misplaced QuestionnaireResponseItem
2018-12-17 13:30:36 +02:00
Eeva Turkka
076d18977d
Added support for Quantity in the default enable when evaluator
2018-12-17 13:30:36 +02:00
Matti Uusitalo
b29e8d987c
Avoid infinite loop when validating misaligned questionnaireresponseitems
2018-12-17 13:27:27 +02:00
Matti Uusitalo
a9c625365d
Added missing propagation of QuestionnaireResponse root element
2018-12-17 13:27:27 +02:00
Matti Uusitalo
ab484c9819
Thread questionnaireResponse root element through questionnaire validation so implementations of enablewhen may validate against the complete resource
2018-12-17 13:27:27 +02:00
Matti Uusitalo
385df65509
Copying modifierExtensions from QuestionnaireItems added
2018-12-17 13:27:27 +02:00
Matti Uusitalo
10fe878540
Changed versions to use fi.kela.kanta.phr parent
2018-12-17 13:27:27 +02:00
Matti Uusitalo
e84689b167
Way to inject custom enablewhen evaluator added
2018-12-17 13:27:27 +02:00
Matti Uusitalo
507c78320c
Added check for answering questions which are not enabled
2018-12-17 13:27:27 +02:00
Matti Uusitalo
63d2af04da
Added default operator type EQUALS
2018-12-17 13:27:27 +02:00
Matti Uusitalo
d2c6a98c24
Removed unused HapiWorkerContext
2018-12-17 13:27:27 +02:00
Okko Kauhanen
a12f5892e2
Added operator evaluation for R4 enableWhen
2018-12-17 13:26:31 +02:00
Eeva Turkka
69d9e5d2b2
Unit tests up to date and maybe we need to use r4 path
2018-12-17 13:15:43 +02:00
Eeva Turkka
84c02d2e79
Cherry picked changes from master to 3.5.0 branch
2018-12-17 13:13:38 +02:00
James Agnew
dc1f48ffed
Test fix
2018-12-14 14:13:02 -05:00
James Agnew
f978bc3039
Always apply new search params to any resource reindexing
2018-12-14 13:43:25 -05:00
James Agnew
11b8304cb4
Fix case sensitivity issue
2018-12-13 08:31:35 -05:00
jamesagnew
8d195aedf0
Credit for #917
2018-12-13 05:36:19 -05:00
hdconradi
89ede0e524
Extension domains configuration for the fhr instance validator ( #917 )
...
* Fix the url of the StructureDefinition extensions
http://hl7.org/fhir/tools/StructureDefinition/ -> http://hl7.org/fhir/StructureDefinition/
That makes the entry for the structuredefinition-expression superfluous.
The url behind IG_DEPENDSON_PACKAGE_EXTENSION does not point is not (yet?) valid too.
* Add ability to configure custom extension domains.
* Testing the extension domains configuration
* Fix obvious bug when determining resource name
The for loop was completely superfluous beforehand.
Either fix it as e.g. in this patch or remove it.
* small improvements and TODO's for possible NPE's
- javadoc see
- use diamond operator for generics
- remove throws clause when exception is not thrown
- add TODO's for some cases a NPE might occur.
My knowledge of the context is not sufficient to suggest the proper
way to solve this.
2018-12-13 05:32:47 -05:00
Łukasz Dywicki
1afe36e60a
Sources and resource generator mojo which doesn't use value sets. ( #852 )
...
* Resource and sources generator mojo which doesn't use value sets.
* Avoid unecessary reference to javassist.
2018-12-13 05:28:16 -05:00
Matti Uusitalo
b76fe1e6be
Sync our fork with Hapi master. Merge remote-tracking branch 'upstream/master'
2018-12-10 13:20:27 +02:00
jamesagnew
81e8131ffc
Fix broken test
2018-12-09 19:36:03 -05:00
James Agnew
67f5ba6aa0
Also allow ServeMediaResourceRawInterceptor to handle vread requests
2018-12-09 14:29:40 -05:00
James Agnew
19954fa252
Resolve failing test
2018-12-09 14:09:12 -05:00
James Agnew
b442982310
Add media interceptor
2018-12-08 18:49:58 -05:00
jamesagnew
3109a269b3
Attempting to get ErrorProne working on JDK11
2018-12-08 18:22:17 -05:00
jamesagnew
9a97d21660
Bump compiler plugin
2018-12-08 18:06:39 -05:00
jamesagnew
c2e4773384
Try travis with oracle jdk11
2018-12-08 17:59:35 -05:00
jamesagnew
3a3b81a6a8
Preparing things for OpenJDK 11
2018-12-08 17:52:48 -05:00
James Agnew
5a80e70d93
Correctly reindex string indexes
2018-12-06 14:44:42 -05:00
James Agnew
a5b1f684f7
Try to prevent intermittent test failure
2018-12-05 19:28:37 -05:00
James Agnew
cbaa39fd63
Try to reuse index rows in JPA server ( #1133 )
...
* Try to reuse index rows in JPA server
* Address review comments
* One more test fix
* One more test
2018-12-05 19:25:59 -05:00
James Agnew
31f6a0b22b
One more bit of logic for the reindexer
2018-12-04 20:29:20 -05:00
James Agnew
d150340d53
One more test fix
2018-12-04 19:55:14 -05:00
James Agnew
29af6160d6
Fix typo
2018-12-04 18:54:26 -05:00
James Agnew
1d3bcd9e8f
Fix indexing bug
2018-12-04 18:50:49 -05:00
James Agnew
d9ce0ebf7c
Unit test fix
2018-12-04 18:24:19 -05:00
James Agnew
8c7f249a21
Migrator enhancements and adjust reindexer to account for missing
...
versions
2018-12-04 17:33:29 -05:00
James Agnew
c484c69664
Better error message for unqualified search parameter types
2018-12-03 13:14:10 -05:00
jamesagnew
82f40f0423
License header updates
2018-12-03 05:22:10 -05:00
Ken Stevens
6baee4dc3f
Standalone subscription ( #1125 )
2018-11-30 17:19:16 -05:00
James Agnew
b2179b1696
Syntax fixes for the JPA migrator
2018-11-30 12:39:37 -05:00
bdenton
689340368e
Merge remote-tracking branch 'upstream/master' and fix tinder-test
...
conflict
2018-11-29 09:45:00 -08:00
James Agnew
650872cd3e
Address SQL syntax issue
2018-11-29 08:37:50 -05:00
James Agnew
b41c222880
Require explicit declaration of authorizationinterceptor operation rules
...
on whether the response is authorized or not
2018-11-23 14:25:46 -05:00