108 Commits

Author SHA1 Message Date
jamesagnew
e6b47855e6 Merge branch 'master' of git://github.com/petervanhoute/hapi-fhir into petervanhoute-master 2015-11-27 14:59:53 -05:00
petervanhoute
94f309114b - add site-documentation for jaxrs base
- set example for operation on instance level
- remove not thrown exceptions
2015-11-25 15:34:41 +01:00
James Agnew
26e2e2527d Site updates 2015-11-23 18:14:56 -05:00
James Agnew
c12dc82a37 Site updates for 1.3 release 2015-11-15 19:56:57 -05:00
James Agnew
65c4250ed3 Update android distribution 2015-11-06 18:53:54 -05:00
jamesagnew
01320ac1b1 Site updates 2015-10-29 09:14:23 -04:00
James Agnew
43c1212840 Revamp the interceptor framework for JPA 2015-10-27 18:34:27 -04:00
jamesagnew
938a251ae9 Cleanup tests for java config in JPA 2015-10-19 20:19:40 -04:00
jamesagnew
0ab8ee386f Add documentation for CLI 2015-10-12 18:47:49 -04:00
James Agnew
80575b5380 Generic client now allows search by URL 2015-10-05 15:30:30 -04:00
jamesagnew
1dd7f4d22a Site updates 2015-09-18 08:50:31 -04:00
jamesagnew
d0bac3d419 Work on CLI tool 2015-09-13 22:06:31 -04:00
jamesagnew
780fc871cb It should not be possible to search for deleted resources using the _tag, _id, _profile, or _security search parameters 2015-09-13 09:42:41 -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
773608f860 Validation documentation 2015-09-04 08:22:06 -04:00
jamesagnew
8b20f3a77d Sync to 1.0.0 FHIR definitions 2015-09-03 08:07:43 -04:00
jamesagnew
875ad3b5f9 Correct tag handling for DSTU2 2015-09-02 07:46:52 -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
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
11376024fa Fixing test related to summary and elements mode 2015-08-23 21:51:46 -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
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
jamesagnew
48917684fd Finish off #152 2015-07-21 08:28:40 -04:00
jamesagnew
818c40498c Site updates 2015-07-15 08:37:56 -04:00
jamesagnew
2b69817ad9 Site updates 2015-07-14 08:54:28 -04:00
jamesagnew
c8ce723a1d DOcumentation updates 2015-07-13 08:16:48 -04:00
James Agnew
0f76ba81e1 Fix #196 - Support deep chained parameters in JPA. Also add support for
Prefer header.
2015-07-07 10:41:07 -04:00
jamesagnew
fed9f4d61e Add unit tests and update healthconnex server 2015-06-23 08:29:13 -04:00
jamesagnew
685fa6d164 Code and site cleanup 2015-06-21 22:10:13 -04:00
James Agnew
e8c75c5a45 Add support for _lastUpdated parameter in client and JPA server 2015-06-19 17:46:14 -04:00
James Agnew
39dd48bc41 Automatically populate Bundle.entry.base when encoding a bunde 2015-06-17 14:32:11 -04:00
jamesagnew
81bfc28147 Support $validate operatioh in DSTU2 client 2015-06-16 08:05:27 -04:00
James Agnew
0cc53ca742 Documentation updates 2015-06-12 17:50:01 -04:00
James Agnew
9b97fb0e97 Enable validation ($validate) operation in DSTU2 style 2015-06-04 10:56:13 -04:00
jamesagnew
e5b402cb14 Allow raw access to resource body in create/update/etc 2015-06-01 09:21:41 -04:00
James Agnew
3280375486 Fix $everything operation in generic client if the server returns JSON 2015-05-29 17:50:18 -04:00
jamesagnew
11d22b1b1f Site updates and clean up RI IdType 2015-05-28 08:35:49 -04:00
jamesagnew
834710df9b Work on #152 - Improved validation framework to enable failing if unexpected elements are found 2015-05-26 21:03:49 -04:00
jamesagnew
e22f52ca44 Add paging methods to generic client for DSTU2 bundle 2015-05-25 07:59:06 -04:00
James Agnew
0f9d4b8059 Add interceptor for syntax highlighting 2015-05-15 18:59:54 -04:00
jamesagnew
e9c09c6ba0 Encode meta element even if it only contains tags 2015-05-09 18:01:53 -04:00
James Agnew
5cf5bb0473 Fix #167 - Rename "myEntityManagerFactory" to just
"entityManagerFactory" as this is the default expected in some spots in
Spring
2015-04-30 09:36:14 -04:00
James Agnew
ffd0e52006 Documentation updates only 2015-04-24 12:40:13 -04:00
James Agnew
7db7097e25 Fix #162 - Allow web testing UI to configure the client 2015-04-23 17:52:51 -04:00
mochaholic
3003b5e17b Update to the latest upstream. 2015-04-09 07:25:09 -06:00
James Agnew
29140691d1 Add a bit of documentation to note the inclusion of #138 2015-04-02 13:06:17 -04:00