James Agnew
|
2eaa1eddae
|
Fix compile
|
2015-12-14 18:22:21 -05:00 |
James Agnew
|
9ef0498775
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-12-14 10:56:33 -05:00 |
jamesagnew
|
97d6d09663
|
Work on #240 - Not yet working in JPA
|
2015-12-14 08:17:33 -05:00 |
James Agnew
|
117f9eb977
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-12-10 08:24:30 -05:00 |
James Agnew
|
85ec9d9264
|
Work on 2.1 structures
|
2015-12-10 08:24:12 -05:00 |
jamesagnew
|
67eb06665e
|
Work on test indexing
|
2015-12-03 22:41:37 -05:00 |
jamesagnew
|
8ed9ca83af
|
Fix build
|
2015-12-03 21:52:40 -05:00 |
James Agnew
|
547b5290a4
|
Update resource defs
|
2015-12-01 18:35:24 -05:00 |
James Agnew
|
4398040451
|
Add count(int) method to fluent client search
|
2015-12-01 10:22:50 -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
|
e6b47855e6
|
Merge branch 'master' of git://github.com/petervanhoute/hapi-fhir into petervanhoute-master
|
2015-11-27 14:59:53 -05:00 |
jamesagnew
|
00be143207
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-26 07:03:14 -05:00 |
James Agnew
|
a046afe1d0
|
Merge pull request #259 from nrpeterson/boundcodeableconcept-serialization
Add serializability for BoundCodeableConceptDt
|
2015-11-26 06:59:14 -05:00 |
jamesagnew
|
14e326c2bd
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-11-26 06:57:08 -05:00 |
jamesagnew
|
9c9ffe1fb7
|
Remove dependency on JDK 7
|
2015-11-26 06:56:52 -05:00 |
James Agnew
|
1fe3bb9ff0
|
Updates from DevDays
|
2015-11-23 06:13:02 -05:00 |
Nick Peterson
|
13b3601843
|
Make IBoundCodeableConcept and IValueSetEnumBinder extend java.io.serializable; add a test to verify that MaritalStatusCodesEnum in DSTU2 is now serializable.
|
2015-11-20 12:15:31 -08:00 |
James Agnew
|
c78be081ef
|
Add CLI test
|
2015-11-20 10:30:10 +01:00 |
James Agnew
|
2f12c9ed01
|
Bump version to 1.4-SNAPSHOT
|
2015-11-15 20:11:05 -05:00 |
James Agnew
|
f9f33f059b
|
Version bump to 1.3
|
2015-11-15 12:53:02 -05:00 |
jamesagnew
|
6fd5aecec7
|
Fix #250 - Honour Accept: text/xml and Accept: text/json
|
2015-11-05 07:32:33 -05:00 |
jamesagnew
|
3fc7a16735
|
Fulltext searching works
|
2015-11-02 08:12:36 -05:00 |
petervanhoute
|
63db1b646f
|
test in weblogic: fix interceptor + stateless on abstract
|
2015-10-30 11:35:11 +01:00 |
James Agnew
|
2cc88d76eb
|
Cleasn up JPA interceptors
|
2015-10-29 16:44:51 -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 |
petervanhoute
|
367163c46a
|
fix return url
|
2015-10-29 15:55:37 +01:00 |
petervanhoute
|
a262bf64d0
|
fix paging
|
2015-10-29 15:54:09 +01:00 |
jamesagnew
|
65598c200e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-28 07:39:18 -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 |
jamesagnew
|
e93f7542a5
|
Remove unused check
|
2015-10-23 07:22:15 -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
|
5edd290013
|
More work on JPA server transactions
|
2015-10-20 10:52:29 -04:00 |
James Agnew
|
ae416dcd62
|
Improve nexted search/read handing in transactions in JPA server
|
2015-10-20 10:35:18 -04:00 |
James Agnew
|
6729ea0479
|
Work on support for transaction searches with paging in JPA
|
2015-10-19 20:21:06 -04:00 |
James Agnew
|
e9d18af5d9
|
Bump library versions
|
2015-10-14 18:11:52 -04:00 |
James Agnew
|
0430eb1626
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-10-13 12:13:43 -04:00 |
jamesagnew
|
6d93cbcaae
|
Get content search working correctly
|
2015-10-13 09:18:34 -04:00 |
James Agnew
|
a2bf374470
|
Merge pull request #239 from botunge/master
Make dependencies truly optionel and clean up android pom.
|
2015-10-12 20:06:24 -04:00 |
jamesagnew
|
81a90ecca8
|
Temporarily restore file
|
2015-10-12 20:05:21 -04:00 |
jamesagnew
|
cb886c2975
|
Remove unused BeanUtils
|
2015-10-12 19:54:23 -04:00 |
jamesagnew
|
b827823004
|
Improve efficiency of JPA queries with _lastUpdated
|
2015-10-12 09:32:25 -04:00 |
James Agnew
|
16989435b0
|
Don't export a _format on paging links if the request didn't have one
|
2015-10-09 17:42:45 -04:00 |
jamesagnew
|
588016e406
|
Merge branch 'master' into fulltext
|
2015-10-09 09:15:48 -04:00 |
James Agnew
|
4dbd180cf6
|
Clean up testing
|
2015-10-08 17:38:14 -04:00 |
petervanhoute
|
1afaea81d6
|
rename jax-rs classes + add unit tests to example project
|
2015-10-08 09:08:22 +02:00 |
petervanhoute
|
7f910974a2
|
create seperate response and server interfaces and classes for servlets and jaxrs
|
2015-10-07 17:11:16 +02:00 |
jamesagnew
|
ad868038a8
|
Work on Lucene searching
|
2015-10-07 09:01:32 -04:00 |