477 Commits

Author SHA1 Message Date
James Agnew
61f2838b3a More work getting unit tests passing 2015-05-01 11:16:41 -04:00
James Agnew
9755ae8d35 Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs 2015-05-01 10:24:15 -04:00
James Agnew
cb7d94841e Fix #168 - Client conformance check should use any registered client
interceptors
2015-04-29 20:02:01 -04:00
James Agnew
5e8fe01af1 Allow fluent client users to execute a transaction using a string as
input
2015-04-27 13:19:40 -04:00
jamesagnew
f8dee1f47a Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs 2015-04-24 09:05:34 -04:00
jamesagnew
3d00800212 Fix #163 - Parser doesn't populate resource ID's Resource type 2015-04-23 22:19:04 -04:00
James Agnew
8072ca1bc1 Do HTTP post for tester UI create/updates 2015-04-23 16:57:50 -04:00
jamesagnew
5bcd6a4751 Don't include an mpty text element in Bundles being returned by the server 2015-04-23 08:04:05 -04:00
James Agnew
e18433d709 Trying to remove empty text node 2015-04-22 17:45:00 -04:00
James Agnew
5310d684df Add some tests 2015-04-22 17:17:52 -04:00
jamesagnew
147305b70e More work on getting HL7org structs working 2015-04-22 07:46:33 -04:00
jamesagnew
b222b76611 Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs
Conflicts:
	hapi-fhir-android/pom.xml
	hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java
	hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java
	hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/RestfulServerUtils.java
	hapi-fhir-base/src/main/java/ca/uhn/fhir/util/FhirTerser.java
	hapi-fhir-testpage-overlay/.gitignore
	src/changes/changes.xml
2015-04-21 13:30:58 -04:00
James Agnew
91167733c6 Don't return a Content-Location header when returning the new bundle
format
2015-04-20 17:32:20 -04:00
James Agnew
b42737262b Work on HL7org structs 2015-04-20 07:31:45 -04:00
James Agnew
3db46c2db2 More work on hl7org strfucts 2015-04-15 16:37:24 -04:00
jamesagnew
2edc7eadab Work on HL7.org structs 2015-04-13 08:32:49 -04:00
mochaholic
3003b5e17b Update to the latest upstream. 2015-04-09 07:25:09 -06:00
jamesagnew
11507ef97c Fix #148 - Add _count support to everything operation 2015-04-05 14:53:15 -04:00
jamesagnew
8c37973a78 Fix #147 - no duplicates in 'everything' operation 2015-04-04 23:36:04 -04:00
jamesagnew
461fdb50ce Fix #143 and fix #146 - Issues with resource references for non contained resources when parsing a DSTU2 bundle, and issues encoding contained resources when encoding JSON 2015-04-03 15:42:02 -04:00
jamesagnew
4054aa781a Fix unit test 2015-04-02 15:01:25 -04:00
James Agnew
f2322064f3 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-04-02 11:38:08 -04:00
James Agnew
1bdd2daa8e One last synchronization to DSTU2 2015-04-02 11:37:40 -04:00
jamesagnew
0ca1b9feab Add unit tests for #144 2015-04-01 22:47:30 -04:00
James Agnew
25a9c254e3 Sync to DSTU2 again 2015-04-01 16:03:54 -04:00
James Agnew
690bcb4b68 Add support for a NarrativeModeEnum parameter to interact with
_narrative in the request URL
2015-03-27 16:52:48 -04:00
James Agnew
c484425c78 Update license file generation and gitignores 2015-03-26 11:57:07 -04:00
jamesagnew
986094617a Fix #135 - Remove Eclipse and IntelliJ artifacts from version control 2015-03-26 07:56:24 -04:00
James Agnew
0c8f50737f Sync to latest version of DSTU2 2015-03-24 17:19:34 -04:00
James Agnew
cffda7539f Work on support for $everything operation 2015-03-23 19:06:14 -04:00
James Agnew
c8a70c1904 Fix #124 - Resource references shouldn't include version when they are
encoded
2015-03-23 07:55:32 +01:00
James Agnew
e84fdb33b0 Fix up some regressions caused by move to DSTU2 style include paths and
work on revincludes
2015-03-22 16:59:10 +01:00
James Agnew
596dd664f9 Switch JPA server to use new include style 2015-03-22 13:04:52 +01:00
James Agnew
8f93366a43 Allow operations to work with GET 2015-03-21 01:03:57 +01:00
James Agnew
95d5503a9a Fix #113 - Handle contained resources with non-local IDs 2015-03-19 11:49:25 +01:00
James Agnew
c3877c1da9 Add tests for operations 2015-03-19 06:03:23 -04:00
James Agnew
823bb4ed82 Add support for profiles and tags in meta for DSTU2 2015-03-16 17:02:44 -04:00
jamesagnew
43e2cd1653 Version bump to 1.0-SNAPSHOT 2015-03-16 09:06:53 -04:00
jamesagnew
faf7c410e1 Fix transaction parsing bug for DSTU2 using old Bundle format. Finalize documentation for 0.9 2015-03-14 15:06:32 -04:00
jamesagnew
3c6febb668 Preparing for 0.9 release 2015-03-13 08:34:52 -04:00
jamesagnew
745876c188 Fix unit test for #108 2015-03-12 22:19:52 -04:00
jamesagnew
7540203836 Fix #108 - Don't check the server version from the client until the first actual request 2015-03-12 22:15:15 -04:00
b.debeaubien
bac290bc89 #77 - Fixed wildcard string compare that was breaking inclusion 2015-03-12 10:32:22 -04:00
jamesagnew
102f509120 Merging #117 2015-03-09 19:29:54 -04:00
jamesagnew
32ad3ab22c Complete Extended Operations support 2015-03-08 15:40:04 -04:00
jamesagnew
06ea9a1453 More work on operation support for DSTU2 2015-03-06 17:55:35 -05:00
James Agnew
7a953bf5de More work on operations support for DSTU2 2015-03-06 13:05:56 -05:00
jamesagnew
b68d07b546 Work on operation support in client 2015-03-04 08:44:31 -05:00
James Agnew
fc4fb07562 Work on history suport for fluent client 2015-03-03 18:31:01 -05:00
James Agnew
45f30deee2 Start working on operations in client 2015-03-03 07:45:37 -05:00