1376 Commits

Author SHA1 Message Date
jamesagnew
68cc2f0cfe Fix tests 2015-09-04 09:00:55 -04:00
jamesagnew
773608f860 Validation documentation 2015-09-04 08:22:06 -04:00
miantorno
a4d973696e Updating pom.xml files for dstu2. 2015-09-03 14:36:37 -04:00
jamesagnew
f3e44eea3b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-03 08:08:13 -04:00
jamesagnew
8b20f3a77d Sync to 1.0.0 FHIR definitions 2015-09-03 08:07:43 -04:00
James Agnew
ae177b52e8 Populate Bundle.entry.fullUrl 2015-09-02 13:42:59 -04:00
James Agnew
6a2045fe12 Fix build 2015-09-02 13:00:08 -04:00
James Agnew
901cef837b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-02 11:27:49 -04:00
James Agnew
fa76071bd3 Return last updated time and version ID for instance $meta operation 2015-09-02 11:26:40 -04:00
jamesagnew
875ad3b5f9 Correct tag handling for DSTU2 2015-09-02 07:46:52 -04:00
jamesagnew
517222d183 Fix tests 2015-09-01 18:24:32 -04:00
James Agnew
febae3f07d Add tests 2015-09-01 17:48:20 -04:00
James Agnew
97e6073665 Support URI (and prepare for lat/lon search params) in JPA server, and
don't store duplicate tags
2015-09-01 17:02:35 -04:00
de Beaubien, Bill
b6f6340eb9 Fix #214 - more failing bundle stuff 2015-09-01 13:40:32 -04:00
de Beaubien, Bill
bac4c4a2e9 Fix #214 - added totalResults to the hash of valid dstu1 keywords 2015-09-01 09:58:25 -04:00
de Beaubien, Bill
6139e498be Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 2015-09-01 09:22:02 -04:00
de Beaubien, Bill
c57ec9912a Added ignored test demonstrating dstu1 json bundle parsing issue 2015-09-01 09:21:51 -04:00
jamesagnew
64cc5d4659 Bump FHIR version to 1.0.0 2015-09-01 08:56:07 -04:00
jamesagnew
f04147dcfd Fix compile problem 2015-09-01 07:07:45 -04:00
jamesagnew
e8f5451cc9 Fix a few issues found by FindBugs 2015-09-01 07:05:27 -04:00
James Agnew
08b19f55ad Merge pull request #213 from SingingTree/javadocs_reference_github
Update Javadocs to reference Github docs
2015-08-31 16:18:38 -04:00
James Agnew
a6d76cc2ca Remove SLF 1.7 API usage 2015-08-31 10:21:07 -04:00
James Agnew
71c28b5709 More fix build 2015-08-31 09:40:44 -04:00
James Agnew
fc36dabc68 Fix build 2015-08-31 09:23:21 -04:00
jamesagnew
8edc325f54 Fix build 2015-08-31 08:39:49 -04:00
jamesagnew
a9f978a8a2 Udate to latest DSTU2 definitions 2015-08-31 08:20:24 -04:00
Bryce Van Dyk
eb7b405419 Update Javadocs to reference Github docs
Several Javadoc comments still reference the old Sourceforge based
documentation. These have been updated to point to the Github based
documentation where relevant, or removed in one case where the Github docs
do not appear to have such a section.
2015-08-31 18:46:05 +12:00
James Agnew
98a0d5a07a Delete old deprecated classes 2015-08-28 18:19:16 -04:00
James Agnew
eaa2519696 iAdd some tests 2015-08-28 18:00:32 -04:00
James Agnew
3ad993dc71 JaCoCo work 2015-08-28 17:23:18 -04:00
James Agnew
110abf7cb2 Switch from Cobertura to JaCoCo 2015-08-28 17:06:56 -04:00
James Agnew
bd13b53099 Fix #212 - Dont accept invalid IDs but do accept IDs starting with a
number
2015-08-28 15:36:56 -04:00
James Agnew
4032a2674d Force UTF-8 on all sources to hopefully avoid compile issues on Windows 2015-08-28 11:35:12 -04:00
jamesagnew
073fa47807 Add support for _include:recurse behaviour 2015-08-27 19:44:51 -04:00
jamesagnew
5e0a8c476b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-08-25 07:49:30 -04:00
jamesagnew
d5f76f105d Credit for #211 2015-08-25 07:49:14 -04:00
James Agnew
d6540a9759 Merge pull request #211 from pukkaone/tester-client-factory
FHIR Tester application use configured client factory
2015-08-25 07:46:17 -04:00
jamesagnew
5dd6931374 Merge branch 'DateTimeDt_setters_should_return_instance' 2015-08-25 07:44:33 -04:00
James Agnew
1577859340 Fix build 2015-08-24 18:46:07 -04:00
James Agnew
2733812535 Fix build 2015-08-24 18:39:49 -04:00
James Agnew
11c5ab7892 More auto qualify resource references 2015-08-24 18:33:28 -04:00
James Agnew
83a57f8e7c Auto qualify resource IDs 2015-08-24 18:21:34 -04:00
Chin Huang
21564528a0 Fix FHIR Tester documentation formatting 2015-08-24 15:01:47 -07:00
Chin Huang
2f6aa4d272 Create client from configured client factory
In the FHIR Tester application, actually use the client factory property
configured in the tester configuration.
2015-08-24 15:01:47 -07:00
miantorno
a5a18b9a14 DateTimeDt now returns an instance of itself when the TimeZone is set. 2015-08-24 16:48:00 -04:00
miantorno
230b9d4922 When setting time zone, BaseDateTimeDt should return an instance of itself. Otherwise, it is difficult to work with. 2015-08-24 15:55:02 -04:00
James Agnew
df4d371edc Add profile and security params for generic search 2015-08-24 15:23:28 -04:00
jamesagnew
bec43b3fdc Fix tests 2015-08-24 08:29:02 -04:00
jamesagnew
60339d6f93 Fix #209 - _revinclude results from JPA server should have a Bundle.entry.search.mode of "include" and not "match". Thanks to Josh Mandel for reporting! 2015-08-23 22:25:25 -04:00
jamesagnew
11376024fa Fixing test related to summary and elements mode 2015-08-23 21:51:46 -04:00