Commit Graph

3765 Commits

Author SHA1 Message Date
jamesagnew 5bd191d192 FIx some failing tests 2018-04-28 13:21:48 -04:00
jamesagnew 1522974a56 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-04-28 11:44:36 -04:00
jamesagnew 83a5eedb29 Fix performance regression in DSTU3 validation 2018-04-28 11:42:59 -04:00
James Agnew 593a705365 Performance enhancements on the CapabilityStatement generator for JPA
server
2018-04-28 11:06:42 -04:00
jamesagnew e299b062a6 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-04-24 19:14:56 -04:00
jamesagnew f1db751d1e Update headers 2018-04-24 19:14:33 -04:00
James Agnew 09b1f547d0 Add expunge 2018-04-24 15:11:00 -04:00
James Agnew 07e7af746f Work on expunge operation 2018-04-22 22:03:23 -04:00
James Agnew a21d0a7752 Add auth tester methods 2018-04-22 19:30:09 -04:00
James Agnew 591539cf13 Add expunge method 2018-04-22 18:34:56 -04:00
jamesagnew 51216c0010 Start work on expunge operation 2018-04-22 15:29:57 -04:00
James Agnew 8ec5ca69bb Add another translation type 2018-04-21 15:25:23 -04:00
James Agnew 488890155c Loinc uploader updates 2018-04-21 14:32:17 -04:00
jamesagnew 8c889267e5 One more parser fix 2018-04-18 06:20:11 -04:00
James Agnew 1ff50cb0db Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2018-04-17 18:26:39 -04:00
James Agnew 162069776a Correctly handle encoding contained resources where some have user
assigned IDs and some do not
2018-04-17 18:26:06 -04:00
Patrick Werner 4599c525a8
Fixed header nocache -> no-cache 2018-04-17 11:01:28 +02:00
jamesagnew aecb315886 Loinc updates 2018-04-15 18:34:56 -04:00
jamesagnew ecc23732d3 Merge branch 'loinc_loader_update' 2018-04-15 17:43:32 -04:00
jamesagnew 13242d77ed Merge branch 'loinc_loader_update' of github.com:jamesagnew/hapi-fhir into loinc_loader_update 2018-04-15 17:43:16 -04:00
jamesagnew 0c955f7f27 More loinc updates 2018-04-15 17:20:36 -04:00
James Agnew c450d51440 Merge branch 'loinc_loader_update' 2018-04-15 17:20:13 -04:00
James Agnew 8bfd7913c8 More work on loinc loader 2018-04-15 17:19:34 -04:00
James Agnew b3a9ea263f Fixes to loinc mapping 2018-04-10 21:19:00 -04:00
James Agnew 260aa9e9fa Improve the loinc uploader 2018-04-06 17:35:19 -04:00
jamesagnew 26710f7608 Increase column lengths 2018-04-06 17:29:03 -04:00
James Agnew f013448917 More work on updating term services 2018-04-06 17:06:34 -04:00
James Agnew 7d6582fe73 More updates to loinc uploading 2018-04-06 16:41:28 -04:00
James Agnew 22b8e05b1f Add some logging 2018-04-06 16:14:59 -04:00
James Agnew 0f269a1ab1 Correctly save deferred concepts 2018-04-06 14:23:41 -04:00
James Agnew 3eab3c5fab More mapping for loinc RADS 2018-04-06 12:23:10 -04:00
James Agnew 2f4bcfe5d6 Understand equal mappings 2018-04-06 11:25:46 -04:00
jamesagnew 7334800684 Better logging 2018-04-06 09:50:41 -04:00
James Agnew d624556e18 Some updates to the loinc mapper 2018-04-06 09:50:18 -04:00
James Agnew f0f93d2330 Merge branch 'loinc_loader_update' of github.com:jamesagnew/hapi-fhir into loinc_loader_update 2018-04-06 09:13:08 -04:00
James Agnew 832558b411 Updates to handler 2018-04-06 09:12:52 -04:00
jamesagnew 2c818d5b4a Update handler names 2018-04-06 09:12:22 -04:00
jamesagnew 22bec81bff Fix an intermittent test failure 2018-04-04 10:11:19 -04:00
jamesagnew b8b3ff8a8f Loinc property updates 2018-04-04 09:34:16 -04:00
Heinz-Dieter Conradi 01b84cdd96 Fix the InstanceValidator so that the test passes for text items too. 2018-04-03 23:40:36 +02:00
Heinz-Dieter Conradi 04ae5a30d1 R4: add a questionnaire test which checks all possible item types 2018-04-03 23:39:58 +02:00
Heinz-Dieter Conradi fafbabb34a DSTU3: add a questionnaire test which checks all possible item types 2018-04-03 23:37:37 +02:00
Heinz-Dieter Conradi baf53efd32 Fixing the NPE in the InstanceValidator 2018-04-03 23:35:00 +02:00
Heinz-Dieter Conradi 1aff132691 Test questionnaire with embedded items for R4.
The test for an item embedded in a text item works as expected.
    However, the embedded item in a choice or openchoice case
    triggers an NPE.
2018-04-03 23:34:53 +02:00
Heinz-Dieter Conradi eeb4fe62b7 Test questionnaire with embedded items for DSTU3.
The test for an item embedded in a text item works as expected.
However, the embedded item in a choice or openchoice case
triggers an NPE.
2018-04-03 23:33:12 +02:00
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