jamesagnew
471c80fdd3
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-02-18 22:24:05 -05:00
jamesagnew
4f93ab9313
Work on JPA Transaction for DSTU2
2015-02-18 22:23:46 -05:00
James Agnew
1127b1a9d5
Revert bad commit
2015-02-18 10:45:43 -05:00
jamesagnew
7beb265142
Start working on new transaction in DSTU2 JPA server
2015-02-18 09:16:48 -05:00
James Agnew
7d62951f71
Fix the build for real!
2015-02-17 16:06:28 -05:00
jamesagnew
3631160269
Fix build
2015-02-17 13:54:26 -05:00
jamesagnew
7e1f9cfdbf
More work on new bundle type
2015-02-17 08:45:40 -05:00
jamesagnew
dbc2d374d4
Remove android
2015-02-16 23:22:22 -05:00
jamesagnew
85489a8282
Fix build?
2015-02-16 23:03:59 -05:00
jamesagnew
70aa4e812d
Work on build
2015-02-16 23:02:50 -05:00
jamesagnew
54be2634cd
Work on #105 - Should have it working
2015-02-16 22:37:47 -05:00
jamesagnew
e845ab7a40
Work on Android
2015-02-16 14:17:29 -05:00
jamesagnew
c40a933590
Merge branch 'decouple_dstu1_structs'
2015-02-16 12:19:27 -05:00
jamesagnew
81f7571522
Work on android
2015-02-16 12:19:08 -05:00
jamesagnew
e3ca555a9c
Doc updates
2015-02-16 11:51:04 -05:00
jamesagnew
795041a514
More work on struct integration
2015-02-16 11:33:46 -05:00
jamesagnew
6a036dabe5
Remove most valuesets out of core
2015-02-14 16:14:52 -05:00
jamesagnew
6012a60ccf
Tests all pass on deparated structure defs!
2015-02-14 13:27:11 -05:00
James Agnew
7492b25325
More work on separating versions
2015-02-13 18:01:55 -05:00
James Agnew
86e8103657
More work on splitting out resources to different versions
2015-02-13 14:17:44 -05:00
jamesagnew
083a0baf79
Add a test for #107
2015-02-13 08:26:21 -05:00
James Agnew
35a2f852fe
Start work on decoupling dstu1 structures
2015-02-12 17:32:00 -05:00
James Agnew
ec5f7afa5e
More site work
2015-02-11 17:00:49 -05:00
jamesagnew
045c289458
Site work
2015-02-11 09:06:56 -05:00
jamesagnew
94429962cd
Work on site and android build
2015-02-11 08:52:46 -05:00
jamesagnew
46b6979125
Unescape Read ID and Version IDs
2015-02-10 14:57:16 -05:00
jamesagnew
9828d27eec
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-02-09 22:26:17 -05:00
jamesagnew
ab28a99d82
Doc updates
2015-02-09 22:26:04 -05:00
James Agnew
c8bd93ba92
Fix #101 - Calling BaseDateTimeDt#setValue(Date, TemporalPrecisionEnum) did not always actually respect the given precision when the value was encoded. Thanks to jacksonjesse for reporting!
2015-02-09 14:50:13 -05:00
James Agnew
4b8092b12e
Bring examples up to DSTU2 compatibility
2015-02-09 14:26:08 -05:00
James Agnew
e98eb4a154
Credit for #104
2015-02-09 10:07:53 -05:00
James Agnew
b135425745
Merge pull request #104 from esteban-aliverti/dstu2
...
Thanks for the pull!
2015-02-09 10:05:26 -05:00
esteban-aliverti
9377315c8d
Misc:
...
- hapi-fhir-testpage-overlay now uses dstu2 classes.
- hapi-fhir-jpaserver-examples now use dstu2 classes.
- Removed non-existing dependency hapi-fhir-jpaserver-test:0.9-SNAPSHOT from hapi-fhir-testpage-overlay and hapi-fhir-jpaserver-uhnfhirtest
2015-02-09 12:00:49 +01:00
jamesagnew
5600ba6763
Implement DSTU2 transaction semantics in JPA
2015-02-08 19:21:29 -05:00
jamesagnew
1f958221a7
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-02-07 12:28:07 -05:00
jamesagnew
1a8bd21517
Just more tests
2015-02-07 12:27:59 -05:00
James Agnew
0b726c3564
Fix compile issues
2015-02-06 16:41:34 -05:00
James Agnew
f4805f83d1
Create DSTU2 project
2015-02-06 15:50:29 -05:00
James Agnew
e5139c6cfa
Updated credit on #100
2015-02-05 14:04:16 -05:00
James Agnew
91f8c3f26f
Fix #103 - Don't encode contained resources unless they are actualy
...
referenced somewhere in the resource body
2015-02-05 12:07:37 -05:00
James Agnew
64944d6d81
JPA Documentation updates
2015-02-05 10:25:18 -05:00
James Agnew
37e2abb4e2
Fix #100 - HAPI failed to initialize in an environment without Woodstox
...
on the classpath. Will deploy a new snapshot shortly.
2015-02-04 14:15:11 -05:00
James Agnew
a474870a1e
Work on JPA example
2015-02-03 17:53:22 -05:00
James Agnew
309ba79c6f
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-02-03 10:40:25 -05:00
James Agnew
5c29f71db1
Credit for #97
2015-02-03 10:39:54 -05:00
James Agnew
3249b0cb12
Merge pull request #97 from twilson650/patch-2
...
Update DateClientParam.java
2015-02-03 10:36:59 -05:00
James Agnew
a3be361e40
Add some tests for #82 - Not working, but we have tests at least
2015-01-29 14:37:55 -05:00
James Agnew
6c6685137f
Lots of tweaks for DSTU2 support
2015-01-29 11:34:57 -05:00
James Agnew
9d7796f0be
Implement JPA transaction deletion operation
2015-01-29 10:17:46 -05:00
jamesagnew
af8bf42e1d
Fix reression from #86
2015-01-28 07:52:47 -05:00