jamesagnew
|
a623003a56
|
Fix #240 - Support target resource type in server _include and _revinclude values
|
2015-12-14 21:50:35 -05:00 |
|
jamesagnew
|
d95bd269c0
|
Correctly encode value[x] field names when the datatype is a profiled type such as markdown
|
2015-12-14 21:04:27 -05:00 |
|
jamesagnew
|
97d6d09663
|
Work on #240 - Not yet working in JPA
|
2015-12-14 08:17:33 -05:00 |
|
James Agnew
|
bc9d1712d4
|
Credit for #265
|
2015-12-01 18:13:34 -05:00 |
|
James Agnew
|
4398040451
|
Add count(int) method to fluent client search
|
2015-12-01 10:22:50 -05:00 |
|
jamesagnew
|
fcdf80c6a7
|
Only do one pass of validation during a JPA transaction
|
2015-11-29 16:48:57 -05:00 |
|
jamesagnew
|
07078e4ce3
|
Add GZip support to client and server for client-to-server uploads
|
2015-11-29 15:03:28 -05:00 |
|
jamesagnew
|
d47e0e5e77
|
Add DSTU2.1 resources
|
2015-11-29 11:43:09 -05:00 |
|
jamesagnew
|
45502ba5ff
|
Credit for #251
|
2015-11-27 15:03:05 -05:00 |
|
jamesagnew
|
e6b47855e6
|
Merge branch 'master' of git://github.com/petervanhoute/hapi-fhir into petervanhoute-master
|
2015-11-27 14:59:53 -05:00 |
|
jamesagnew
|
e78fcf91c5
|
Credit for #259
|
2015-11-26 07:03:01 -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
|
c78be081ef
|
Add CLI test
|
2015-11-20 10:30:10 +01:00 |
|
James Agnew
|
c12dc82a37
|
Site updates for 1.3 release
|
2015-11-15 19:56:57 -05:00 |
|
James Agnew
|
8e24077bcf
|
Credit for #254
|
2015-11-15 12:46:42 -05:00 |
|
James Agnew
|
326db08f0e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-14 13:01:52 -05:00 |
|
James Agnew
|
f2ac8a4767
|
Define Enums for child concepts
|
2015-11-09 12:54:42 -05:00 |
|
jamesagnew
|
e7e820ee52
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-08 11:14:22 -05:00 |
|
jamesagnew
|
35a6b4dbf0
|
Fix #253 - Process JPA entries in the correct order
|
2015-11-08 09:36:04 -05:00 |
|
James Agnew
|
65c4250ed3
|
Update android distribution
|
2015-11-06 18:53:54 -05:00 |
|
jamesagnew
|
6fd5aecec7
|
Fix #250 - Honour Accept: text/xml and Accept: text/json
|
2015-11-05 07:32:33 -05:00 |
|
jamesagnew
|
23b35661ea
|
Bump a few dependency versions
|
2015-10-31 17:48:25 -04:00 |
|
jamesagnew
|
a6d4de1f3e
|
Add support in JPA for _content and _text for $everything operation
|
2015-10-31 17:09:32 -04:00 |
|
James Agnew
|
d3685e72ba
|
Fix #241 and fix #247 - Don't encode UUID IDs on resources, and preserve
bundle type when retrieving pages
|
2015-10-29 15:38:19 -04:00 |
|
jamesagnew
|
01320ac1b1
|
Site updates
|
2015-10-29 09:14:23 -04:00 |
|
jamesagnew
|
30ab0203a3
|
Refactor search capability in JPA out of resource specific module
|
2015-10-28 08:44:52 -04:00 |
|
jamesagnew
|
65598c200e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-28 07:39:18 -04:00 |
|
James Agnew
|
43c1212840
|
Revamp the interceptor framework for JPA
|
2015-10-27 18:34:27 -04:00 |
|
jamesagnew
|
5a2ee77142
|
Parser (XML and JSON) shouldn't encode an ID tag in resources
which are part of a bundle when the resource has a UUID/OID
ID.
|
2015-10-26 22:47:06 -04:00 |
|
jamesagnew
|
69658ab754
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-23 08:22:40 -04:00 |
|
jamesagnew
|
eea406e10e
|
ResourceReferenceDt#loadResource(IRestfulClient) did not
use the client's read functionality, so it did not
handle JSON responses or use interceptors. Thanks to
JT for reporting!
|
2015-10-23 08:21:25 -04:00 |
|
James Agnew
|
fad59b75b9
|
Credit for #245
|
2015-10-21 12:03:36 -04:00 |
|
James Agnew
|
8d515feb6d
|
Fix #242 - Allow compartment and read method to coexist for server
|
2015-10-21 11:58:19 -04:00 |
|
James Agnew
|
d838a2bd4b
|
Reduce JPA uri param length from 256 to 255 to accomodate MySql
|
2015-10-21 10:37:56 -04:00 |
|
James Agnew
|
ae416dcd62
|
Improve nexted search/read handing in transactions in JPA server
|
2015-10-20 10:35:18 -04:00 |
|
jamesagnew
|
938a251ae9
|
Cleanup tests for java config in JPA
|
2015-10-19 20:19:40 -04:00 |
|
jamesagnew
|
9c0f6f993d
|
Finish converting Spring from XML to Java config
|
2015-10-17 09:39:27 -04:00 |
|
James Agnew
|
e9d18af5d9
|
Bump library versions
|
2015-10-14 18:11:52 -04:00 |
|
jamesagnew
|
6d93cbcaae
|
Get content search working correctly
|
2015-10-13 09:18:34 -04:00 |
|
jamesagnew
|
15b7da184e
|
Credit for #239
|
2015-10-12 20:08:11 -04:00 |
|
jamesagnew
|
0ab8ee386f
|
Add documentation for CLI
|
2015-10-12 18:47:49 -04:00 |
|
jamesagnew
|
b827823004
|
Improve efficiency of JPA queries with _lastUpdated
|
2015-10-12 09:32:25 -04:00 |
|
James Agnew
|
b62eb1168c
|
Allow server operations to work at the type level
|
2015-10-06 11:45:49 -04:00 |
|
James Agnew
|
0958ab6f16
|
Refactor $everything operations on JPA so that they perform better
|
2015-10-05 16:49:50 -05:00 |
|
James Agnew
|
80575b5380
|
Generic client now allows search by URL
|
2015-10-05 15:30:30 -04:00 |
|
James Agnew
|
43aad1eb98
|
Properly support chains in JPA conditional URLs
|
2015-10-04 15:38:58 -04:00 |
|
James Agnew
|
48d56b4722
|
Fix connectathon discovered issues
|
2015-10-03 23:52:30 -04:00 |
|
James Agnew
|
aa32e6f0a9
|
Improve ValueSet operations in JPA
|
2015-10-02 12:37:56 -04:00 |
|
James Agnew
|
12d95bf43c
|
Support patient and encounter $everything operations at the type level
in JPA
|
2015-10-02 08:09:17 -04:00 |
|