1
0
mirror of https://github.com/hapifhir/hapi-fhir.git synced 2025-03-29 11:29:28 +00:00

3874 Commits

Author SHA1 Message Date
Heinz-Dieter Conradi
913283559f Wrong javadoc parameter name
This is an error in some ide's and of course in javadoc.
2018-04-03 23:28:23 +02:00
Heinz-Dieter Conradi
41207e5555 Testing missing required items in QuestionnaireResponses 2018-04-03 23:20:31 +02:00
Heinz-Dieter Conradi
2d55b1f886 Remove the Ignore from the QuestionnaireResponseValidatorDstu3Test 2018-04-03 23:20:31 +02:00
Heinz-Dieter Conradi
b2107baae4 Fix the server exception when validating an invalid local reference
'fetcher == null' is ok for a local reference.

Unfortunately, there are now two messages with the same meaning:
- one from the ProfileValidation
- one from the code in this location
2018-04-03 23:11:53 +02:00
Heinz-Dieter Conradi
f2cd05fe3b Add test for invalid local reference (R4)
Currently an invalid local reference causes an InternalErrorException
caused by: FHIRException: Resource resolution services not provided.
The validation should instead return normally and contain an error
message.
2018-04-03 23:11:40 +02:00
Heinz-Dieter Conradi
229e0977d2 Add test for invalid local reference (DSTU3)
Currently an invalid local reference causes an InternalErrorException
caused by: FHIRException: Resource resolution services not provided.
The validation should instead return normally and contain an error
message.
2018-04-03 23:09:39 +02:00
jamesagnew
33ea06b983 Fix compile issues 2018-04-03 06:29:14 -04:00
jamesagnew
f56151d5a9 Merge branch 'loinc_loader_update' of github.com:jamesagnew/hapi-fhir into loinc_loader_update 2018-04-02 22:13:29 -04:00
James Agnew
b6232b5683 loinc updates 2018-04-02 21:28:31 -04:00
James Agnew
e31e1c029d Merge branch 'loinc_loader_update' of github.com:jamesagnew/hapi-fhir into loinc_loader_update 2018-04-02 09:13:27 -04:00
James Agnew
fe25d93fe6 Sync with master 2018-04-02 09:08:11 -04:00
jamesagnew
f766156ca3 Update license headers 2018-03-31 07:05:18 -04:00
jamesagnew
9013e44ba0 Fix a couple of broken compile issues 2018-03-31 06:08:49 -04:00
Clayton Bodendein
ac8e412e49 Fixes - Adds support for :contains modifier
Adds support for the :contains modifier in StringClientParam.
2018-03-30 23:49:06 -05:00
jamesagnew
c5b286921e Tests all passing 2018-03-30 15:18:57 -04:00
jamesagnew
673a3d6272 Bump to JDK8 2018-03-30 08:54:04 -04:00
jamesagnew
817569228b Merge branch 'master' into loinc_loader_update 2018-03-30 08:29:14 -04:00
jamesagnew
4c0d5b49d9 Site updates v3.3.0 2018-03-30 08:28:10 -04:00
Kai Liu
78c23047be update readme 2018-03-29 11:35:58 -04:00
jamesagnew
dfdee93271 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-03-29 06:55:07 -04:00
jamesagnew
180336e076 Sync to master 2018-03-29 06:54:24 -04:00
jamesagnew
53c2d8a38d Merge branch 'master' into loinc_loader_update 2018-03-29 06:21:55 -04:00
jamesagnew
ba46d330f1 Add a test 2018-03-29 06:21:45 -04:00
jamesagnew
3cd3fdcb79 Merge branch 'loinc_loader_update' of github.com:jamesagnew/hapi-fhir into loinc_loader_update 2018-03-29 06:04:36 -04:00
jamesagnew
418e82032f Prep for 3.3.0 2018-03-29 05:48:13 -04:00
James Agnew
4ad00c20d8 Add a test 2018-03-29 05:40:24 -04:00
Kai Liu
ae010a4309 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 2018-03-28 17:38:09 -04:00
Kai Liu
c04c5872cf update project to 3.1.0-SNAPSHOT 2018-03-28 17:38:02 -04:00
jamesagnew
94b880fd4d Remove accidentally committed useless file 2018-03-28 10:13:51 -04:00
James Agnew
19f5e7b3f5
Merge pull request from jamesagnew/OWASPprofile
moved OWASP check to a profile
2018-03-28 10:12:58 -04:00
Patrick Werner
eac66323be
Merge branch 'master' into OWASPprofile 2018-03-28 14:56:55 +02:00
jamesagnew
4ba56d5021 Reorganize the OSGI projects a bit 2018-03-28 06:15:28 -04:00
patrick-werner
bcfd5370a2 moved OWASP check to a profile 2018-03-28 12:02:40 +02:00
James Agnew
d9c167455e Make sure we correctly clean up resources 2018-03-27 15:20:22 -04:00
James Agnew
f9bff78a6e
Merge pull request from johnpoth/hapi-fhir-osgi
Fix OSGI tests
2018-03-27 09:26:05 -04:00
jpoth
3e3d6e26ff Fix OSGI tests 2018-03-27 13:38:31 +02:00
jamesagnew
fa28d505f3 Credit for 2018-03-27 06:14:05 -04:00
James Agnew
b56d65ef5b
Merge pull request from johnpoth/hapi-fhir-osgi
Implement  - add OSGI support and Apache Karaf features with inte…
2018-03-27 06:06:34 -04:00
David Gileadi
3b724107ff Fix the IndexOutOfBoundsException,
Add a test that demonstrates it
2018-03-26 11:10:55 -07:00
James Agnew
55fc20b87e Add tests for 2018-03-26 10:04:49 -04:00
jamesagnew
ca3e7fe38f Credit for 2018-03-26 08:43:28 -04:00
James Agnew
5beeda1af3
Merge pull request from anthonys123/master
Fixes for issue  (:contains modifier not working).
2018-03-26 08:40:44 -04:00
jamesagnew
a3a15ac9d8 Add test and credit for 2018-03-24 06:45:41 -04:00
James Agnew
4f519e0528
Merge pull request from splatch/issue-815
Support for negation in search operations
2018-03-24 06:38:15 -04:00
James Agnew
29c09e40f0
Merge pull request from patrick-werner/master
added Test for  to Dstu3 and R4, fixed 
2018-03-24 06:31:24 -04:00
James Agnew
6ba6f301e4
Merge pull request from jamesdaily/patch-2
Conformance Statement -> Capability Statement
2018-03-23 07:23:54 -04:00
jamesagnew
e5903f79f0 A bit of test cleanup 2018-03-23 07:15:22 -04:00
jamesagnew
d5a1c089b8 Credit for 2018-03-23 06:50:10 -04:00
James Agnew
d9fcf1ef54
Merge pull request from splatch/master
Avoid unecessary reference to javassist.
2018-03-23 06:49:59 -04:00
jamesagnew
352a9b8593 Credit for 2018-03-23 06:37:48 -04:00