344 Commits

Author SHA1 Message Date
jamesagnew
437625505c Add some tests and some cleanup of unused code 2015-09-09 22:41:10 -04:00
jamesagnew
bb5816d8e9 Fix second part of #216 - Correctly encode choice elements on profiled datatypes 2015-09-08 08:01:51 -04:00
jamesagnew
9af3fcf02d Allow browser requetsts to force a raw response 2015-09-07 21:52:35 -04:00
jamesagnew
7217458681 Allow storage of Conformance resources in JPA 2015-09-07 21:31:10 -04:00
jamesagnew
08633066c6 Fix #216 - Unexpected attributes when parsing composite elements should be logged 2015-09-07 10:08:11 -04:00
James Agnew
abdfb50b40 Fix a few tests and don't crash on old Woodstox 2015-09-04 13:59:57 -04:00
jamesagnew
773608f860 Validation documentation 2015-09-04 08:22:06 -04:00
jamesagnew
f3e44eea3b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-03 08:08:13 -04:00
jamesagnew
8b20f3a77d Sync to 1.0.0 FHIR definitions 2015-09-03 08:07:43 -04:00
James Agnew
ae177b52e8 Populate Bundle.entry.fullUrl 2015-09-02 13:42:59 -04:00
James Agnew
fa76071bd3 Return last updated time and version ID for instance $meta operation 2015-09-02 11:26:40 -04:00
jamesagnew
875ad3b5f9 Correct tag handling for DSTU2 2015-09-02 07:46:52 -04:00
James Agnew
97e6073665 Support URI (and prepare for lat/lon search params) in JPA server, and
don't store duplicate tags
2015-09-01 17:02:35 -04:00
jamesagnew
e8f5451cc9 Fix a few issues found by FindBugs 2015-09-01 07:05:27 -04:00
jamesagnew
a9f978a8a2 Udate to latest DSTU2 definitions 2015-08-31 08:20:24 -04:00
James Agnew
bd13b53099 Fix #212 - Dont accept invalid IDs but do accept IDs starting with a
number
2015-08-28 15:36:56 -04:00
jamesagnew
073fa47807 Add support for _include:recurse behaviour 2015-08-27 19:44:51 -04:00
jamesagnew
5e0a8c476b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-08-25 07:49:30 -04:00
jamesagnew
d5f76f105d Credit for #211 2015-08-25 07:49:14 -04:00
James Agnew
d6540a9759 Merge pull request #211 from pukkaone/tester-client-factory
FHIR Tester application use configured client factory
2015-08-25 07:46:17 -04:00
James Agnew
83a57f8e7c Auto qualify resource IDs 2015-08-24 18:21:34 -04:00
Chin Huang
21564528a0 Fix FHIR Tester documentation formatting 2015-08-24 15:01:47 -07:00
James Agnew
df4d371edc Add profile and security params for generic search 2015-08-24 15:23:28 -04:00
jamesagnew
60339d6f93 Fix #209 - _revinclude results from JPA server should have a Bundle.entry.search.mode of "include" and not "match". Thanks to Josh Mandel for reporting! 2015-08-23 22:25:25 -04:00
jamesagnew
11376024fa Fixing test related to summary and elements mode 2015-08-23 21:51:46 -04:00
James Agnew
ddc66d3ed0 Add support for $validate-code in JPA server 2015-08-20 14:27:19 -04:00
jamesagnew
6941f92090 Fix #207 - Confusing error message parsing invalid contained resources 2015-08-17 20:46:56 -04:00
jamesagnew
ac564a54d6 Documentation cleanup 2015-08-17 07:57:20 -04:00
jamesagnew
330dbde983 Add new interceptor hook for auditing 2015-08-16 22:09:01 -04:00
James Agnew
2766af2693 Update definitions and correctly handle exceptions in
incomingRequestPreProcessed method in server interceptors
2015-08-13 16:59:10 -04:00
James Agnew
b36e4e5841 Merge branch 'master' into dstu2_final 2015-08-06 18:07:34 -04:00
James Agnew
43dd081098 Fix compile issues and keep working on android build 2015-08-06 13:13:03 -04:00
James Agnew
af9c8faf89 Don't crash if resrouce references being parsed have unexpected child
elements
2015-08-06 10:50:36 -04:00
James Agnew
63defc2f30 Merge branch 'master' into dstu2_final 2015-08-05 13:29:20 -04:00
James Agnew
fd91ce76ce Fix #192 - Correctly unescape search parameters in the server when they
have a trailing comma or an escaped backslash
2015-08-05 12:57:04 -04:00
James Agnew
5b09a3d2b6 Add trasnaction BATCH support to JPA 2015-07-31 09:29:25 -04:00
James Agnew
ab2129d651 Implements support for _tag in JPA server and client 2015-07-30 07:47:37 -04:00
James Agnew
27a1d68d5f Documentation updates 2015-07-28 14:47:58 -04:00
James Agnew
85f686cde2 Credit for #200 2015-07-28 12:23:11 -04:00
James Agnew
75798cf9fe Use HttpServletRequest.getContextPath to get the context path 2015-07-27 11:19:29 -04:00
James Agnew
56a4c1b04b Add serialization support and fix build regression 2015-07-21 09:45:53 -04:00
jamesagnew
48917684fd Finish off #152 2015-07-21 08:28:40 -04:00
jamesagnew
9476a785ba Docs 2015-07-19 22:25:45 -04:00
jamesagnew
a774a654ce Property document OperationDefinitions generated automatically by server 2015-07-19 11:10:46 -04:00
jamesagnew
a35d20b999 Fix #158 - Don't encode empty tags 2015-07-18 17:35:54 -04:00
jamesagnew
3bff020c54 Add exception pre processing method to server interceptors 2015-07-18 16:31:32 -04:00
jamesagnew
626f4677e7 Fix #198 - Sorting should only sort on the individual parameter searched on, not all params of the same type 2015-07-18 15:29:24 -04:00
jamesagnew
41283d4ed4 Add $get-resource-counts operation to JPA server 2015-07-17 18:28:47 -04:00
jamesagnew
ddbe79cb86 For #126 - Don't use BoundCodeableConcept for empty enums 2015-07-17 08:34:44 -04:00
jamesagnew
2fc0d4c7a2 Clean up exception handling in server, and add QuestionnaireAnswers validation for JPA server 2015-07-16 20:16:51 -04:00