James Agnew
|
533339c92c
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-03-03 18:31:22 -05:00 |
James Agnew
|
fc4fb07562
|
Work on history suport for fluent client
|
2015-03-03 18:31:01 -05:00 |
lmds1
|
5225976b53
|
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir.git
|
2015-03-03 15:03:21 -05:00 |
James Agnew
|
45f30deee2
|
Start working on operations in client
|
2015-03-03 07:45:37 -05:00 |
James Agnew
|
dae2a810d6
|
Update resource definitions for DSSTU2
|
2015-03-02 22:39:53 -05:00 |
jamesagnew
|
a81e081798
|
Work on transaction support for DSTU2
|
2015-03-01 18:00:06 -05:00 |
James Agnew
|
db65d5db59
|
Work on support for new bundle format in DSTU2
|
2015-02-27 18:09:24 -05:00 |
jamesagnew
|
6580abe5f2
|
Add some new tests for JPA DSTU2 operations
|
2015-02-27 08:45:34 -05:00 |
James Agnew
|
0f2eb230e7
|
More work on getting conditional updates working
|
2015-02-26 17:17:22 -05:00 |
James Agnew
|
ecd3620e27
|
Add configurable default response encoding to server, and serve Binary
resources as FHIR resources instead of blobs if the user has explicitly
requested an encoding
|
2015-02-25 11:18:37 -05:00 |
jamesagnew
|
3812260a55
|
Fix #110 - Support DSTU2 Security Labels, merging in Pull Request from Mohammad Jafari - Merge branch 'master' of https://github.com/mochaholic/hapi-fhir into mochaholic-master
Conflicts:
hapi-fhir-structures-dstu2/src/test/java/ca/uhn/fhir/rest/server/UpdateConditionalTest.java
|
2015-02-24 07:49:31 -05:00 |
lmds1
|
424e6bebe4
|
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir.git
|
2015-02-23 20:02:30 -05:00 |
James Agnew
|
c2a6e78e67
|
Add conditional deletes and updates
|
2015-02-23 18:27:13 -05:00 |
mochaholic
|
64715477bd
|
Merged with the latest master snapshot.
|
2015-02-23 11:35:27 -07:00 |
James Agnew
|
819dc67d71
|
Just automated license file updates
|
2015-02-23 13:24:17 -05:00 |
James Agnew
|
0f01260301
|
Get extensions working for HL7.org structures
|
2015-02-20 17:34:13 -05:00 |
jamesagnew
|
70aa4e812d
|
Work on build
|
2015-02-16 23:02:50 -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
|
795041a514
|
More work on struct integration
|
2015-02-16 11:33:46 -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 |
jamesagnew
|
46b6979125
|
Unescape Read ID and Version IDs
|
2015-02-10 14:57:16 -05:00 |
lmds1
|
0c0a014454
|
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir.git
|
2015-02-10 11:35:56 -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
|
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
|
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
|
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 |
jamesagnew
|
9bee09efcd
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-01-27 21:56:23 -05:00 |
James Agnew
|
f463e0453e
|
Merge pull request #74 from wdebeau1/master
#73 - added matchesToken method to BaseCodingDt and doesCodingListMatch ...
|
2015-01-27 14:57:47 -05:00 |
jamesagnew
|
c36cbb893d
|
Fix some broken unit tests and do a few documentation updates
|
2015-01-24 16:17:20 +01:00 |
jamesagnew
|
e19e96db28
|
Fix #88 - Client should check which FHIR version the server implements and fail if it is incorrect for the client
|
2015-01-24 14:51:47 +01:00 |
jamesagnew
|
15a57242aa
|
Fix #91 - Unable to add more than two extensions with unknown orders to a custom resource
|
2015-01-24 07:42:14 +01:00 |
jamesagnew
|
0898260232
|
Add one more test for #93 - I am unable to reproduce this issue so far; I think it may have been resolved as a result of a chackin in 0.8
|
2015-01-24 01:49:44 +05:30 |
jamesagnew
|
cc5c014331
|
Fix #84 - Use multiple <contained/> tags, one for each contained resource instead of putting all contained resources in a single <contained/> tag
|
2015-01-24 01:39:59 +05:30 |
jamesagnew
|
18acda7be2
|
Get all of the unit tests passing for DSTU1/DSTU2 split
|
2015-01-24 01:07:09 +05:30 |
b.debeaubien
|
f7209b45ef
|
#73 - added matchesToken method to BaseCodingDt and doesCodingListMatch to TokenOrListParam
|
2015-01-12 08:18:36 -05:00 |
jamesagnew
|
96fe70de59
|
Clean up metadata parsing in XML parser
|
2015-01-10 13:44:40 -05:00 |
jamesagnew
|
8f8f9ed308
|
Server create and update methods failed with an IllegalArgumentException if the method type was a custom resource definition type (instead of a built-in HAPI type). Thanks to Neal Acharya for the analysis.
|
2015-01-10 07:42:46 -05:00 |
James Agnew
|
8e73705000
|
Work on Android binary - This commit appears huge because the License
plugin just updated the year on everything to 2015
|
2015-01-09 16:15:55 -05:00 |
James Agnew
|
6b3d92fde1
|
Cleaning up JavaDocs to allow building in Java 8
|
2014-12-30 16:39:38 -05:00 |
James Agnew
|
0b44a32910
|
Fix #69
|
2014-12-29 17:20:34 -05:00 |
jamesagnew
|
c73e867736
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Conflicts:
hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/TestRestfulServer.java
|
2014-12-29 09:35:34 -05:00 |
jamesagnew
|
fd8ba68e62
|
Implementing ETag support
|
2014-12-29 09:33:36 -05:00 |
James Agnew
|
81851f4808
|
Fix #65 - Correctly parse and encode extensions on non-repeatable
primitive fields
|
2014-12-23 14:10:53 -05:00 |