James Agnew
f092caf386
Merge pull request #903 from dgileadi/902-fix-bounds-exception
...
Fix #902 , IndexOutOfBoundsException for DSTU2 QuestionnaireResponses with groups
2018-05-04 08:49:17 -04:00
jamesagnew
83a5eedb29
Fix performance regression in DSTU3 validation
2018-04-28 11:42:59 -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
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
c5b286921e
Tests all passing
2018-03-30 15:18:57 -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
418e82032f
Prep for 3.3.0
2018-03-29 05:48:13 -04:00
James Agnew
d9c167455e
Make sure we correctly clean up resources
2018-03-27 15:20:22 -04:00
James Agnew
b56d65ef5b
Merge pull request #871 from johnpoth/hapi-fhir-osgi
...
Implement #826 - add OSGI support and Apache Karaf features with inte…
2018-03-27 06:06:34 -04:00
David Gileadi
3b724107ff
Fix the IndexOutOfBoundsException, #902
...
Add a test that demonstrates it
2018-03-26 11:10:55 -07:00
James Agnew
29c09e40f0
Merge pull request #858 from patrick-werner/master
...
added Test for #11 to Dstu3 and R4, fixed #853
2018-03-24 06:31:24 -04:00
James Agnew
308ac63a77
Merge branch 'master' into loinc_loader_update
2018-03-20 07:53:41 -04:00
James Agnew
6359f7f8a1
More work on loinc
2018-03-19 08:51:02 -04:00
patrick-werner
ff04ab3358
${argLine} -> [at]{argLine}
...
see:
http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#late-property-evaluation
2018-03-19 10:45:33 +01:00
patrick-werner
0cee57392a
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java
2018-03-07 11:45:31 -03:00
James Agnew
1a331838d0
Add comment for #870
2018-03-05 08:36:42 -05:00
James Agnew
1fcfc13dca
Merge branch 'schematron-questionnaire-que-7' of https://github.com/hdconradi/hapi-fhir into hdconradi-schematron-questionnaire-que-7
2018-03-05 08:29:57 -05:00
jamesagnew
07290ae8a0
Sync to latest R4 code
2018-03-04 11:02:47 -05:00
jamesagnew
b2ceb87a70
Work on #873
2018-03-03 17:50:29 -05:00
James Agnew
790aaeb4ea
Tests for #872
2018-02-28 21:34:32 -05:00
Heinz-Dieter Conradi
f4fa233ad7
remove superfluous import
2018-02-28 13:34:14 +01:00
jpoth
66ebfa0ed3
Implement #826 - add OSGI support and Apache Karaf features with integration tests
2018-02-28 11:32:53 +01:00
Heinz-Dieter Conradi
8e000749ba
Fix questionnaire schematron with enableWhen and hasAnswer
...
Without this fix, the 'hasAnswer' element of a questionnaire item is ignored.
This in turn allowes it that one can have both an 'answer' and a 'hasAnswer' item.
A fix is applied for both DSTU3 and R4 and tests are provided.
The tests for R4 are currently ignored, since they require a valid schematron,
e.g. by merging #869
2018-02-27 16:31:19 +01:00
patrick-werner
0af95842a9
fixes #853
...
performer validation implementation is now list based
added Test
2018-02-22 12:23:42 +01:00
jamesagnew
c8e61cd9a3
Fix test for #851
2018-02-15 07:15:25 -05:00
jamesagnew
8458544fc9
Add test for #851
2018-02-15 07:12:56 -05:00
James Agnew
b61887e841
Improve performance of base64 validation
2018-01-30 17:37:12 -06:00
James Agnew
41583606a6
Reduce burden of base64 validation
2018-01-30 14:08:34 -06:00
James Agnew
2810fff39f
Sync validator with RI
2018-01-30 13:58:35 -06:00
James Agnew
e4c58af006
Fix broken test in validator
2018-01-30 13:55:20 -06:00
James Agnew
ebcdd0d917
Add test for #824
2018-01-30 12:41:34 -06:00
James Agnew
8d468de551
Use R4 validator for DSTU3 validation
2018-01-30 11:16:04 -06:00
James Agnew
16038ece26
Version bump to 3.3.0-SNAPSHOT
2018-01-23 10:31:01 -05:00
James Agnew
4fd3e20d06
Remove duplicate resource body creation (Merge branch 'optimize_jpa')
2018-01-21 18:16:11 +08:00
James Agnew
6468ca474a
Verion bump to 3.2.0
2018-01-13 02:14:33 -05:00
James Agnew
01186ec8cb
Squashed commit of the following:
...
commit ab876ef864005b6758d3e00a1bb1ef2dad5d2161
Author: James Agnew <jamesagnew@gmail.com>
Date: Fri Jan 12 18:59:15 2018 -0500
Tests all passing
commit 4f8a5d98307da1bb5ca7602e34b1d3b791f73d25
Author: jamesagnew <jamesagnew@gmail.com>
Date: Fri Jan 12 08:21:58 2018 -0500
Almost compiling
2018-01-12 18:59:43 -05:00
jamesagnew
6fc88caa51
More work on optimizing JPA
2018-01-08 07:15:58 -05:00
James Agnew
8c10d96416
Add tests
2017-12-22 13:33:35 -05:00
James Agnew
3e296f9d1b
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-11-25 17:53:01 -05:00