Commit Graph

2858 Commits

Author SHA1 Message Date
James Agnew b80897d16c Add warnign to DateType 2017-01-18 22:12:48 -05:00
Hugo Soares 59d29c45b3 Feature Request: Add client support for $process-message special operation #407
Changed client to send messages to a processing server:
Object response = client
.operation()
.onServer()
.processMessage()
.setResponseUrlParam("http://myserver/fhir")
.setMessageBundle(msgBundle)
.execute();
2017-01-18 19:33:56 +00:00
michael.i.calderero b59c24ab7c return 404 instead of 400 when the FHIR resource/endpoint is not
recognized/not supported
2017-01-17 20:37:43 -06:00
James Agnew 22f796fa7c Allow history operation at type level with authorizationinterceptor 2017-01-16 18:41:39 -06:00
James Agnew 55a1d69e73 Try to get us building on travis again 2017-01-15 15:40:11 -06:00
James Agnew 9823ac1eaf Add sources and javadocs to the distribution JARs 2017-01-15 12:05:40 -06:00
James Agnew 837b12a690 Docs updates 2017-01-14 11:40:05 -06:00
James Agnew 322051a383 Fix failing tests 2017-01-14 07:55:42 -06:00
James Agnew dbc6abc658 Fix #504 - Error if custom type has illegal extensions 2017-01-13 21:46:16 -06:00
James Agnew fa1ad5ba85 Fix #519 - Issues with JPA capabilitystatement related to the _id param 2017-01-13 21:19:19 -06:00
James Agnew 0dd1d77bec Update credit for #503 2017-01-13 12:12:32 -06:00
James Agnew f9aa8c3ba4 Add test for #531 2017-01-13 11:35:15 -05:00
James Agnew ea27689a40 Add test for #537 2017-01-13 11:24:35 -05:00
James Agnew 8ae8f1d8b6 Add test for #505 2017-01-13 11:19:01 -05:00
James Agnew 64d12240c0 Add tests for #504 2017-01-13 11:10:48 -05:00
James Agnew 37c40c4f9e Fix #503 - Checking authorization again patient compartment fails with delete operation 2017-01-13 11:06:00 -05:00
michael.i.calderero a6a1416888 Place empty values when splitting a parameter with a certain char and
here are at least two unescaped and consecutive variants of the given
char in the string.

This ensures that for example a QuantityParam with a param value of
"5.5||mg" the "mg" will not be treated as the 'system' but be treated
correctly as the 'unit' of the parameter object.
2017-01-12 14:21:30 -06:00
James af32c4b7e9 Websockets working once more on the public server 2017-01-12 08:59:51 -05:00
James Agnew a8eb4a1967 More websocket work 2017-01-11 22:12:41 -05:00
James Agnew 47a81ebd8f More websocket work 2017-01-11 21:23:39 -05:00
James Agnew d7c4016896 Websocket work 2017-01-11 21:10:10 -05:00
James 3b41d85952 Server interceptor methods were being called twice unnecessarily by the JPA server, and the DaoConfig interceptor registration framework was not actually useful. Thanks to GitHub user @mattiuusitalo for reporting! Fixes #532 2017-01-11 20:57:39 -05:00
James Agnew 5b7abf15dc Properly purge subscriptions 2017-01-11 18:19:46 -05:00
James Agnew fe24841350 Work on #532 2017-01-09 19:00:56 -05:00
James Agnew c7767937fc License version bumps 2017-01-09 17:48:42 -05:00
James e05b0e5d8a Add test for localizer and add some docs 2016-12-30 08:53:42 -05:00
Waveren, Robbert van 07525db83f correct ordering of codesystem dao types 2016-12-29 12:16:32 +01:00
James 65f597aeb1 Migrate to new fhirtest.uhn.ca server 2016-12-28 17:02:08 -05:00
James cb526cdd17 Dependency tweaks 2016-12-25 13:50:46 -05:00
James Agnew 118c2c4238 Dependency changes 2016-12-25 12:49:07 -05:00
James b448e13edd Version bump to 2.3 2016-12-20 19:01:31 -05:00
James 0ec61533a8 Publish 2.2 2016-12-20 19:00:37 -05:00
James Agnew c1cc4802f3 Release 2.2 docs 2016-12-20 16:23:43 -05:00
James Agnew 750d6d4655 Switch public server to use CapabilityStatement for metadata return type 2016-12-20 15:35:54 -05:00
James 18e47c2130 More validator tests 2016-12-20 09:30:46 -05:00
James 2a94242f22 Fix web testing UI to handle CapabilityStatement correctly 2016-12-19 14:32:48 -05:00
James 964919d880 Improve parsing 2016-12-19 14:03:11 -05:00
James 7838d511d0 Fix typo in IHttpResponse 2016-12-19 11:29:05 -05:00
James Agnew 74a73e74c5 Dependency version bumps 2016-12-14 09:21:00 -05:00
James Agnew 4eb2e017f8 Fix #528 - Allow reads by compartment in authorizationinterceptor 2016-12-13 18:30:47 -05:00
James 1a352b782b Fix compile error 2016-12-12 08:37:28 -05:00
James fd14750614 Credit for #507 2016-12-12 07:41:40 -05:00
James Agnew 947ccd28a4 Merge pull request #507 from rqg0717/patch-2
Update MoneyDt.java
2016-12-12 07:39:26 -05:00
James 71cfbda867 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-12-12 07:33:42 -05:00
James 88117f8d6e Port in changes from RI 2016-12-12 07:32:53 -05:00
James 826c91087b Credit for #510 2016-12-12 07:32:36 -05:00
James Agnew 98be5b86bc Merge pull request #510 from gijsbert802/jpaserver-docker-support
Docker support for the jpaserver-example
2016-12-12 07:29:15 -05:00
James e30d478bf6 Add suggested test for #523 2016-12-12 07:25:10 -05:00
jamesagnew a77c4270ae Generate schemas directly into class folder 2016-12-11 21:33:33 -05:00
James ab17ee68a3 Revert IFhirVersion method signature changes for #520 2016-12-11 18:55:59 -05:00