James Agnew
ca8c257833
Support lastupdate filtering and sorting on JPA everything operation
2015-09-29 13:24:33 -04:00
James Agnew
1cc6a05273
FIx validation for resources using v2 tables
2015-09-29 10:51:36 -04:00
jamesagnew
9492744018
Work on subsciprions
2015-09-28 09:06:57 -04:00
James Agnew
51a046ea26
Handle sort by number, uti and token
2015-09-25 16:53:22 -04:00
James Agnew
1361e69177
Respect server default encoding if an Accept header is received which
...
indicates equal weight for both encodings
2015-09-24 17:52:52 -04:00
James Agnew
4ff7452c9b
Fix #227 - JPA server should reject resources with a reference that
...
points to an incorrectly typed
resource (e.g. points to Patient/123 but
resource 123 is actually an Observation) or points
to a resource that is not valid in the
location it is found in (e.g. points to Patient/123 but
the field supposed to reference an
Organization)
2015-09-24 14:47:04 -04:00
James Agnew
072c1ece87
Send Accept header on client requests, and allow string responses in
...
QuestionnaireResponse validator for questions of type OPENCHOICE
2015-09-24 13:40:07 -04:00
jamesagnew
70eff0dc7f
Improve error message when $meta-add and $meta-delete are called with no meta element in the
...
input parameters. Also improve OperationOutcome rendering in narrative generator.
2015-09-24 08:36:25 -04:00
jamesagnew
7e6844be56
Improve error message when JSON parser finds an object where an array is expected
2015-09-24 07:27:43 -04:00
jamesagnew
a15ed8e944
Work on subscriptions, and correct an issue with DateRangeParam where comparators get ignored
2015-09-23 08:36:11 -04:00
jamesagnew
f2118df9b8
FIx #225 - Support and/or in JPA on _id and _language params
2015-09-21 21:29:04 -04:00
jamesagnew
04c2cce13f
Start working on JPA subscriptions
2015-09-21 09:08:19 -04:00
jamesagnew
8fee057de3
Bump Spring and Hibernate versions
2015-09-20 10:18:33 -04:00
jamesagnew
d59c0ff404
Correctly index reference paths with multiple paths, and don't store duplicate indexes in JPA
2015-09-20 08:23:03 -04:00
jamesagnew
1dd7f4d22a
Site updates
2015-09-18 08:50:31 -04:00
jamesagnew
b1df85eb37
Validation now working completely in JPA server
2015-09-15 08:27:49 -04:00
jamesagnew
9b69f3a3f8
Credit for #223
2015-09-14 21:28:24 -04:00
jamesagnew
d0bac3d419
Work on CLI tool
2015-09-13 22:06:31 -04:00
jamesagnew
780fc871cb
It should not be possible to search for deleted resources using the _tag, _id, _profile, or _security search parameters
2015-09-13 09:42:41 -04:00
jamesagnew
48ee2cbee8
JPA server now correctly suppresses contents of deleted resources
...
in history
2015-09-12 09:45:12 -04:00
jamesagnew
437625505c
Add some tests and some cleanup of unused code
2015-09-09 22:41:10 -04:00
jamesagnew
bb5816d8e9
Fix second part of #216 - Correctly encode choice elements on profiled datatypes
2015-09-08 08:01:51 -04:00
jamesagnew
9af3fcf02d
Allow browser requetsts to force a raw response
2015-09-07 21:52:35 -04:00
jamesagnew
7217458681
Allow storage of Conformance resources in JPA
2015-09-07 21:31:10 -04:00
jamesagnew
08633066c6
Fix #216 - Unexpected attributes when parsing composite elements should be logged
2015-09-07 10:08:11 -04:00
James Agnew
abdfb50b40
Fix a few tests and don't crash on old Woodstox
2015-09-04 13:59:57 -04:00
jamesagnew
773608f860
Validation documentation
2015-09-04 08:22:06 -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
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
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
jamesagnew
e8f5451cc9
Fix a few issues found by FindBugs
2015-09-01 07:05:27 -04:00
jamesagnew
a9f978a8a2
Udate to latest DSTU2 definitions
2015-08-31 08:20:24 -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
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
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
James Agnew
df4d371edc
Add profile and security params for generic search
2015-08-24 15:23:28 -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
James Agnew
ddc66d3ed0
Add support for $validate-code in JPA server
2015-08-20 14:27:19 -04:00
jamesagnew
6941f92090
Fix #207 - Confusing error message parsing invalid contained resources
2015-08-17 20:46:56 -04:00
jamesagnew
ac564a54d6
Documentation cleanup
2015-08-17 07:57:20 -04:00
jamesagnew
330dbde983
Add new interceptor hook for auditing
2015-08-16 22:09:01 -04:00
James Agnew
2766af2693
Update definitions and correctly handle exceptions in
...
incomingRequestPreProcessed method in server interceptors
2015-08-13 16:59:10 -04:00
James Agnew
b36e4e5841
Merge branch 'master' into dstu2_final
2015-08-06 18:07:34 -04:00
James Agnew
43dd081098
Fix compile issues and keep working on android build
2015-08-06 13:13:03 -04:00
James Agnew
af9c8faf89
Don't crash if resrouce references being parsed have unexpected child
...
elements
2015-08-06 10:50:36 -04:00
James Agnew
63defc2f30
Merge branch 'master' into dstu2_final
2015-08-05 13:29:20 -04:00
James Agnew
fd91ce76ce
Fix #192 - Correctly unescape search parameters in the server when they
...
have a trailing comma or an escaped backslash
2015-08-05 12:57:04 -04:00
James Agnew
5b09a3d2b6
Add trasnaction BATCH support to JPA
2015-07-31 09:29:25 -04:00
James Agnew
ab2129d651
Implements support for _tag in JPA server and client
2015-07-30 07:47:37 -04:00
James Agnew
27a1d68d5f
Documentation updates
2015-07-28 14:47:58 -04:00
James Agnew
85f686cde2
Credit for #200
2015-07-28 12:23:11 -04:00
James Agnew
75798cf9fe
Use HttpServletRequest.getContextPath to get the context path
2015-07-27 11:19:29 -04:00
James Agnew
56a4c1b04b
Add serialization support and fix build regression
2015-07-21 09:45:53 -04:00
jamesagnew
48917684fd
Finish off #152
2015-07-21 08:28:40 -04:00
jamesagnew
9476a785ba
Docs
2015-07-19 22:25:45 -04:00
jamesagnew
a774a654ce
Property document OperationDefinitions generated automatically by server
2015-07-19 11:10:46 -04:00
jamesagnew
a35d20b999
Fix #158 - Don't encode empty tags
2015-07-18 17:35:54 -04:00
jamesagnew
3bff020c54
Add exception pre processing method to server interceptors
2015-07-18 16:31:32 -04:00
jamesagnew
626f4677e7
Fix #198 - Sorting should only sort on the individual parameter searched on, not all params of the same type
2015-07-18 15:29:24 -04:00
jamesagnew
41283d4ed4
Add $get-resource-counts operation to JPA server
2015-07-17 18:28:47 -04:00
jamesagnew
ddbe79cb86
For #126 - Don't use BoundCodeableConcept for empty enums
2015-07-17 08:34:44 -04:00
jamesagnew
2fc0d4c7a2
Clean up exception handling in server, and add QuestionnaireAnswers validation for JPA server
2015-07-16 20:16:51 -04:00
jamesagnew
818c40498c
Site updates
2015-07-15 08:37:56 -04:00
jamesagnew
2b69817ad9
Site updates
2015-07-14 08:54:28 -04:00
jamesagnew
c8ce723a1d
DOcumentation updates
2015-07-13 08:16:48 -04:00
James Agnew
350028be73
Implement meta operations in client
2015-07-10 17:36:55 -04:00
James Agnew
d20b7e2c94
A few cleanups to allow example resources to commit cleanly
2015-07-07 17:27:10 -04:00
James Agnew
0f76ba81e1
Fix #196 - Support deep chained parameters in JPA. Also add support for
...
Prefer header.
2015-07-07 10:41:07 -04:00
jamesagnew
8b65a9aedf
Indicate support for conditional create/update/delete in DSTU2 server conformance statement
2015-06-25 22:22:19 -04:00
James Agnew
af33664e7c
Support _count on JPA search in transaction
2015-06-25 10:32:03 -04:00
James Agnew
75f5b47762
Doc cleanup
2015-06-24 17:42:46 -04:00
James Agnew
dd9f80ecb1
Clean up warnings
2015-06-24 12:26:40 -04:00
jamesagnew
fed9f4d61e
Add unit tests and update healthconnex server
2015-06-23 08:29:13 -04:00
James Agnew
70d4abdf06
Server should include lastUpdated in search responses if one is supplied
...
by the implementation. Also automatically include in this in JPA server
2015-06-22 16:27:08 -04:00
James Agnew
ccc49e975f
Fix #188 - Support reference parameter for sorting in JPA server
2015-06-22 14:41:43 -04:00
jamesagnew
a4157c1339
Add sort on reference param for JPA server
2015-06-22 08:34:47 -04:00
jamesagnew
685fa6d164
Code and site cleanup
2015-06-21 22:10:13 -04:00
James Agnew
e8c75c5a45
Add support for _lastUpdated parameter in client and JPA server
2015-06-19 17:46:14 -04:00
James Agnew
886fa76ef2
Support ifNoneMatch in transaction request
2015-06-19 16:08:35 -04:00
James Agnew
84571f993c
Support Questionnaire.answers indexing in JPA server
2015-06-18 18:51:11 -04:00
James Agnew
269106074d
DSTU2 server should indicate conformance for transaction operation
2015-06-18 17:49:33 -04:00
James Agnew
a27acb9b79
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-06-17 14:32:42 -04:00
James Agnew
39dd48bc41
Automatically populate Bundle.entry.base when encoding a bunde
2015-06-17 14:32:11 -04:00
jamesagnew
1bde9ac5b3
Fully implement content type negotiation, and add checkstyle
2015-06-17 13:51:05 -04:00
jamesagnew
81bfc28147
Support $validate operatioh in DSTU2 client
2015-06-16 08:05:27 -04:00
James Agnew
0cc53ca742
Documentation updates
2015-06-12 17:50:01 -04:00
jamesagnew
0479a48a41
Correctly handle Bundle.entry.base
2015-06-12 08:27:03 -04:00
jamesagnew
e536486638
Accept placeholder IDs in the JPA server even if they have no resource type in references to them (as is actually correct)
2015-06-11 21:20:27 -04:00
jamesagnew
4d9b2c6e8c
Fix #175 - Correctly parse ™
2015-06-04 20:24:47 -04:00
James Agnew
f9a9232926
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-06-04 12:20:17 -04:00
James Agnew
62b0707b36
Support attributes longer than 512kb.
2015-06-04 12:19:10 -04:00
James Agnew
9b97fb0e97
Enable validation ($validate) operation in DSTU2 style
2015-06-04 10:56:13 -04:00
jamesagnew
8c3c8e215f
Fix #178 - Allow links in Bundle.entry when parsing old Bundle in DSTU2 mode
2015-06-04 08:19:17 -04:00
jamesagnew
e5b402cb14
Allow raw access to resource body in create/update/etc
2015-06-01 09:21:41 -04:00
jamesagnew
8f27462db7
Add support for _revinclude in web tester UI
2015-05-31 17:31:04 -04:00
James Agnew
3280375486
Fix $everything operation in generic client if the server returns JSON
2015-05-29 17:50:18 -04:00
jamesagnew
11d22b1b1f
Site updates and clean up RI IdType
2015-05-28 08:35:49 -04:00
jamesagnew
834710df9b
Work on #152 - Improved validation framework to enable failing if unexpected elements are found
2015-05-26 21:03:49 -04:00
jamesagnew
e22f52ca44
Add paging methods to generic client for DSTU2 bundle
2015-05-25 07:59:06 -04:00
James Agnew
ff6884223e
Fix #170 - Better addXXX methods in structures. Also don't incorrectly
...
include IDs in client create requests, and add better getLink methods
to the bew Bundle resource structure.
2015-05-21 15:18:46 -04:00
James Agnew
0f9d4b8059
Add interceptor for syntax highlighting
2015-05-15 18:59:54 -04:00
James Agnew
7517709edb
Fix #149 - Respect server address strategy for link-self on search
...
results
2015-05-15 17:51:06 -04:00
James Agnew
da3ec668de
Work on #164 - Correct performance issue
2015-05-15 15:14:55 -04:00
jamesagnew
e9c09c6ba0
Encode meta element even if it only contains tags
2015-05-09 18:01:53 -04:00
James Agnew
2ce921f39b
Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs
2015-05-08 18:59:00 -04:00
James Agnew
3e382ab760
More work on RI structs
2015-05-08 18:49:31 -04:00
James Agnew
eeba5812cb
Finalize 1.0 release
2015-05-08 17:15:50 -04:00
James Agnew
6e7444b022
Credit for #171
2015-05-04 10:02:50 -07:00
James Agnew
ab7b1c3a4f
Merge branch 'master' of github.com:jamesagnew/hapi-fhir into hl7org_structs
2015-05-02 14:38:14 -07:00
James Agnew
aa2f2cee96
Merge branch 'hl7org_structs' of github.com:jamesagnew/hapi-fhir into hl7org_structs
2015-05-01 13:52:24 -07: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
3fc6958ff2
Work on #164 - Add support for :missing in JPA server
2015-04-30 19:26:26 -04:00
James Agnew
35cdfaabbd
Credit
2015-04-30 12:06:51 -04:00
James Agnew
5f4a966077
Work on #164 - Improve error messages when an invalid or missing content
...
type header is detected for creat/update requests
2015-04-30 12:04:51 -04:00
James Agnew
5cf5bb0473
Fix #167 - Rename "myEntityManagerFactory" to just
...
"entityManagerFactory" as this is the default expected in some spots in
Spring
2015-04-30 09:36:14 -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
b68ce95b3f
Fix #36 - Allow removal of extensions
2015-04-28 13:58:22 -04:00
James Agnew
3a1cc48048
Fix broken unit test and allow invalid dates in web testewr UI
2015-04-28 10:33:14 -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
James Agnew
e147c74df7
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-04-24 12:40:24 -04:00
James Agnew
ffd0e52006
Documentation updates only
2015-04-24 12:40:13 -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
7db7097e25
Fix #162 - Allow web testing UI to configure the client
2015-04-23 17:52:51 -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
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
02070affbf
Merge pull request #153 from mochaholic/master
...
Read server interceptors from the spring context.
2015-04-20 14:47:24 -04:00
James Agnew
b42737262b
Work on HL7org structs
2015-04-20 07:31:45 -04:00
James Agnew
ddd68b8d57
Credit for #155
2015-04-15 10:57:15 -04:00
mochaholic
3003b5e17b
Update to the latest upstream.
2015-04-09 07:25:09 -06:00
jamesagnew
1f51c69126
Fix #139 - ContactPointDt fields don't index in JPA module
2015-04-05 16:18:14 -04: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
James Agnew
67a88a003f
Doc on #138
2015-04-02 13:17:48 -04:00
James Agnew
29140691d1
Add a bit of documentation to note the inclusion of #138
2015-04-02 13:06:17 -04:00
James Agnew
94af375e4d
Fix #116 - Preserve _include links across pages
2015-04-02 12:49:45 -04:00
James Agnew
317251ca4d
Add servlet-api classes to android build
2015-04-02 12:26:26 -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
jamesagnew
986094617a
Fix #135 - Remove Eclipse and IntelliJ artifacts from version control
2015-03-26 07:56:24 -04:00
James Agnew
f9b8432d65
Searching in JPA server with no search parameters returns deleted
...
resources when it should exclude them
2015-03-24 18:39:19 -04:00
James Agnew
c7558c7780
Fix #131 - Narrative generator incorrectly sets the Resource.text.status
...
to 'generated' even if the given resource type does not have a template
(and therefore no narrative is actually generated).
2015-03-24 17:18: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
596dd664f9
Switch JPA server to use new include style
2015-03-22 13:04:52 +01:00
James Agnew
ce4fc46958
Fix broken unit test
2015-03-21 09:15:48 +01:00
James Agnew
4426080374
Documentaiton on idempotence
2015-03-21 09:12:41 +01:00
James Agnew
5ee0286914
Fix #128 - Regression in 0.9 - Server fails with an HTTP 500 and NPE if
...
the client requests an unknown resource type
2015-03-19 13:51:03 +01:00
James Agnew
1598e7ec5a
Fix #129 - Resources in JPA server could not be undeleted
2015-03-19 13:40:40 +01:00
James Agnew
6020368162
Add setEncoding and setPrettyPrint methods to generic client, and add
...
documentation for #113
2015-03-19 12:16:04 +01:00
James Agnew
75877c18eb
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-03-17 10:03:51 -04:00
jamesagnew
577f26cb74
Version bump a few dependencies
2015-03-17 08:11:42 -04:00
James Agnew
823bb4ed82
Add support for profiles and tags in meta for DSTU2
2015-03-16 17:02:44 -04:00
jamesagnew
d56cb75c68
Finalize 0.9 release
2015-03-16 09:04:27 -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
James Agnew
adfbfcb96b
Site and dist updates for 0.9 release
2015-03-13 17:59:55 -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
James Agnew
8434f96e97
Fix #111 - Don't return stack traces in server responses y default
2015-03-11 17:18:42 -04:00
James Agnew
4ac0ef4374
Add the ability to configure the default pretty-print and encoding for a
...
server
2015-03-11 14:16:32 -04:00
James Agnew
b4911788a3
Add sorting to Web Testing UI
2015-03-11 11:15:51 -04:00
jamesagnew
1a4a23bdc5
Credit for #120
2015-03-11 09:11:36 -04:00
jamesagnew
18f1c579ab
Site updates
2015-03-10 21:55:38 -04:00
James Agnew
9a9501c53f
JPA demo enhancements and site work
2015-03-10 17:56:55 -04:00
jamesagnew
009815786f
Site updates
2015-03-10 08:40:15 -04:00
jamesagnew
4682f953bc
Fix #122 - Thanks to Ryan for reporting!
2015-03-09 19:20:48 -04:00
jamesagnew
da1d49a108
Correctly index Observation.applies[x] in JPA server
2015-03-08 16:55:42 -04:00
jamesagnew
32ad3ab22c
Complete Extended Operations support
2015-03-08 15:40:04 -04:00
jamesagnew
7905e9d918
Add support for quantity search params in tester UI
2015-03-06 09:53:50 -05:00
James Agnew
fc4fb07562
Work on history suport for fluent client
2015-03-03 18:31:01 -05:00
James Agnew
722f08de13
Site updates
2015-03-02 17:04:09 -05:00
James Agnew
748efc4a97
Site updates
2015-03-02 06:56:16 -05:00
James Agnew
68bccf4f6f
Site update
2015-02-27 18:10:01 -05:00
James Agnew
db65d5db59
Work on support for new bundle format in DSTU2
2015-02-27 18:09:24 -05:00
James Agnew
0a8c7c4960
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-02-26 17:28:05 -05:00
James Agnew
0f2eb230e7
More work on getting conditional updates working
2015-02-26 17:17:22 -05:00
jamesagnew
4dce8a0152
Site updates
2015-02-26 09:12:35 -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
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
0f01260301
Get extensions working for HL7.org structures
2015-02-20 17:34:13 -05:00
jamesagnew
083a0baf79
Add a test for #107
2015-02-13 08:26:21 -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
jamesagnew
5600ba6763
Implement DSTU2 transaction semantics in JPA
2015-02-08 19:21:29 -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
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
5c29f71db1
Credit for #97
2015-02-03 10:39:54 -05:00
James Agnew
9d7796f0be
Implement JPA transaction deletion operation
2015-01-29 10:17:46 -05:00
jamesagnew
9bee09efcd
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2015-01-27 21:56:23 -05:00
James Agnew
5c59becf6f
Credit for #86
2015-01-27 17:54:00 -05:00
James Agnew
d3d242bc7e
Documentation updates
2015-01-27 14:59:10 -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
b36932aed4
Fix #90 - Documentation updates from Claude
2015-01-24 07:56:06 +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
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
96fe70de59
Clean up metadata parsing in XML parser
2015-01-10 13:44:40 -05:00
jamesagnew
51f58f6165
Fix #79 - Support _include=* in JPA
2015-01-10 11:39:41 -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
jamesagnew
f1c151b2f5
Documentation
2015-01-05 21:19:47 -05:00
James Agnew
6b3d92fde1
Cleaning up JavaDocs to allow building in Java 8
2014-12-30 16:39:38 -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
James Agnew
81f9e492f3
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
...
Conflicts:
src/changes/changes.xml
2014-12-23 09:43:46 -05:00
James Agnew
c8adab5452
Better logging in JPA
2014-12-23 09:42:16 -05:00
jamesagnew
31d61100db
Fix #67 - Correctly parse local IDs in IdDt even if they look like real IDs
2014-12-22 22:37:24 -05:00
James Agnew
5a0ef91337
Get public server working with DSTU2
2014-12-22 12:03:02 -05:00
jamesagnew
994e49057d
Lots of work on DSTU2 server
2014-12-21 18:13:37 -05:00
jamesagnew
3963bb68e8
Merge remote-tracking branch 'origin/master' into hl7org_structs
...
Conflicts:
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IFhirVersion.java
hapi-fhir-structures-dstu/src/main/java/ca/uhn/fhir/model/dstu/FhirDstu1.java
2014-12-17 16:08:59 -05:00
jamesagnew
7e8f81293e
Tagging and deploying 0.8
2014-12-17 14:22:10 -05:00
jamesagnew
a46183ddb8
Add some documentation for #59
2014-12-17 12:40:22 -05:00
James Agnew
35b5f90318
Merge remote-tracking branch 'origin/master' into hl7org_structs
...
Conflicts:
hapi-fhir-structures-hl7org-dev/.gitignore
2014-12-16 11:32:58 -05:00
James Agnew
326aa515a9
Fix #60 - Client did not correctly send charset declaration as a part of
...
content-type header on POST/PUT requests
2014-12-16 11:09:26 -05:00
James Agnew
c10f501fdc
Fix #62 - JPA server failed to correctly process _include when included
...
resources have a non-numeric ID
2014-12-16 10:38:18 -05:00
jamesagnew
cdfebefa67
Work on #61 - Update resource definitions to latest from DSTU1 and DEV SVN
2014-12-16 08:05:38 -05:00
James Agnew
2f7cbeb348
Merge branch 'hl7org_v08' of github.com:jamesagnew/hapi-fhir into hl7org_structs
...
Conflicts:
hapi-fhir-base/src/main/java/ca/uhn/fhir/context/FhirContext.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/primitive/IdDt.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/ParserState.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java
hapi-fhir-structures-dstu/src/main/java/ca/uhn/fhir/model/dstu/FhirDstu1.java
2014-12-11 16:07:00 -05:00
James Agnew
ecadd83711
Return a better error message if the server finds multiple resource
...
providers for the same resource type
2014-12-04 11:04:53 -05:00
James Agnew
826fa1d7c1
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
...
Conflicts:
hapi-fhir-tutorial/simple-server/src/main/java/ca/uhn/fhir/example/ex3/Example03_PatientResourceProvider.java
hapi-fhir-tutorial/simple-server/src/main/java/ca/uhn/fhir/example/ex3/Example03_SimpleRestfulServer.java
src/changes/changes.xml
2014-12-03 13:49:19 -05:00
James Agnew
3ca9fbbebb
Encoding a Binary resource without a content type set should not result
...
in a NullPointerException.
2014-12-03 13:46:46 -05:00
jamesagnew
c294e1c064
Begin multi version work
2014-12-01 08:13:32 -05:00
jamesagnew
383d4929c8
Fix #57 : Date/Time types should not throw exceptions for bad precision on setValue(String) but should for constructors
2014-11-25 09:14:11 +01:00
jamesagnew
f9e19f759f
More tutorial examples
2014-11-24 12:45:12 +01:00
James Agnew
24595ca6db
Documentation updates
2014-11-21 12:24:31 -05:00
James Agnew
51f2ce1e37
Do not share interceptors between individual interface based client
...
instances
2014-11-21 11:39:21 -05:00
James Agnew
6e293a6623
More tutorial samples, as well as credit for #54
2014-11-20 16:29:10 -05:00
James Agnew
06a1e459d4
Returned resource objects from server methods should not be modified
...
while converting to a bundle
2014-11-20 14:42:24 -05:00
James Agnew
f632d119b4
Fix #55 : Transaction in JPA should replace "cid:" IDs with server
...
assigned IDs
2014-11-20 10:52:16 -05:00
James Agnew
7ca4bc30d2
Dont overwrite absolute IDs in the server
2014-11-18 14:29:57 -05:00
James Agnew
62ef60e096
Credit for #53
2014-11-18 13:59:07 -05:00
James Agnew
14a8f4f4cf
JPA module now handles search params with | in them - More work on #52
2014-11-18 13:11:05 -05:00
James Agnew
93c34fdbbe
Fix issue #52 - JPA module won't save resource types with empty path
...
search params
2014-11-17 16:58:34 -05:00
jamesagnew
1b7586f7ed
Fix #50 - Primitive datatypes now retain their textual values as well as the "parsed" values
2014-11-16 21:38:25 -05:00
James Agnew
d09e735a3d
Start work on #50
2014-11-14 10:52:38 -05:00
James Agnew
dfe7b155b7
Just add some documentation for the @Destroy annotation
2014-11-11 17:14:05 -05:00
James Agnew
4dcfdc88fd
Fix build issues
2014-11-10 18:08:08 -05:00
James Agnew
479c09b174
Fix failure to parse child of type "any" for code values
2014-11-10 17:33:45 -05:00
jamesagnew
fcb9a80bbc
DateRangeParam now correctly handles requests containing a single date
2014-11-08 12:17:42 -05:00
jamesagnew
66bb291e04
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
...
Conflicts:
examples/pom.xml.orig
hapi-deployable-pom/pom.xml
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/base/resource/BaseOperationOutcome.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/RestfulServer.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/BaseServerResponseException.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/UnprocessableEntityException.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/interceptor/IServerInterceptor.java
hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component
hapi-fhir-structures-dev/.gitignore
hapi-fhir-structures-dstu/src/test/java/ca/uhn/fhir/context/CustomObservation.java
hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/TinderStructuresMojo.java
hapi-tinder-plugin/src/main/resources/vm/resource.vm
hapi-tinder-plugin/src/main/resources/vm/resource_dstu.vm
pom.xml
restful-server-example/.settings/org.eclipse.wst.common.component
restful-server-example/.settings/org.eclipse.wst.common.component.orig
src/changes/changes.xml
src/site/resources/svg/restful-server-interceptors.svg
src/site/site.xml
2014-11-08 10:58:35 -05:00
jamesagnew
d1fb878c55
Merging
2014-11-08 10:36:27 -05:00
James Agnew
d22a35788f
Implement handleException on the server interceptor framework, as well
...
as some site and documentation enhancements
2014-11-07 14:26:59 -05:00
James Agnew
4e769da4ca
Give securityevent a common parent
2014-11-04 13:29:21 -05:00
James Agnew
5aafeee3d3
Documentation updates
2014-11-03 14:16:04 -05:00
James Agnew
ece0e83609
Site updates
2014-10-31 16:09:42 -04:00
James Agnew
ae56cf665e
Skup failing test on windows
2014-10-31 15:00:26 -04:00
James Agnew
135ba9d9e6
Moving site generation into root project
2014-10-30 13:57:29 -04:00