James Agnew
|
c4c26e482f
|
Fix a compile issue reported by Bill de Beaubien
|
2014-12-10 10:17:33 -05:00 |
James Agnew
|
c901330583
|
Fix build failure
|
2014-12-04 11:41:13 -05:00 |
James Agnew
|
e3ad2d8a2d
|
Remove unneeded source path
|
2014-12-04 11:27:53 -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
|
29dab8bad9
|
Messing around with the POM to try and get android working
|
2014-12-03 17:09:13 -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 |
lmds1
|
df05f00b80
|
updated patient auditor to get patient name as a string from basehumannamedt
|
2014-12-03 13:21:23 -05:00 |
lmds1
|
ed66ffebc9
|
added unit tests for auditing interceptor
|
2014-11-28 17:38:07 -05:00 |
lmds1
|
edc00091e8
|
merging null pointer check from v0.8-uhn-branch to master
|
2014-11-26 10:53:54 -05:00 |
lmds1
|
cc9f12bf31
|
added null check on resource mapping for conformance method bindings
|
2014-11-26 10:36:34 -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
|
028c349d10
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2014-11-21 12:24:40 -05:00 |
James Agnew
|
24595ca6db
|
Documentation updates
|
2014-11-21 12:24:31 -05:00 |
James Agnew
|
fae63edf36
|
More tutorial work
|
2014-11-21 12:23:44 -05:00 |
b.debeaubien
|
428af56c82
|
Fixed issue where empty narrative caused a StringIndexOutOfBoundsException
Fixed encoding issue on XmlParserTest so it'll run in windows
|
2014-11-21 12:19:18 -05:00 |
James Agnew
|
84c08b1684
|
Do not share interceptors between individual interface based client
instances
Conflicts:
src/changes/changes.xml
|
2014-11-21 11:46:23 -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
|
74ab9a779c
|
More tutorial work
|
2014-11-21 11:18:41 -05:00 |
James Agnew
|
b416944f89
|
More tutorial work
|
2014-11-21 11:18:04 -05:00 |
James Agnew
|
ae3e030c3e
|
Remove eclipse files
|
2014-11-20 16:43:58 -05:00 |
James Agnew
|
781ebfbda1
|
Add gitignore
|
2014-11-20 16:43:38 -05:00 |
James Agnew
|
c0d125f288
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2014-11-20 16:41:42 -05:00 |
James Agnew
|
6e293a6623
|
More tutorial samples, as well as credit for #54
|
2014-11-20 16:29:10 -05:00 |
James Agnew
|
284625a1bc
|
Merge pull request #54 from jjathman/master
Fixes #51 - cache whether or not validation was successful when the Vali...
|
2014-11-20 16:28:33 -05:00 |
lmds1
|
d757bc1f16
|
set version for all hapi projects to 0.8-uhn-branch
|
2014-11-20 14:48:33 -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
|
87b5ac2449
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2014-11-20 10:16:18 -05:00 |
James Agnew
|
39cddf59ac
|
More tutorial code
|
2014-11-20 10:15:58 -05:00 |
lmds1
|
57b34cd869
|
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
|
2014-11-19 15:48:20 -05:00 |
lmds1
|
bf65cb974b
|
added more auditors for new resource types, updates existing auditors to include subject
|
2014-11-19 15:48:12 -05:00 |
Tahura Chaudhry
|
c95af615f1
|
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
|
2014-11-19 14:22:35 -05:00 |
tahura
|
641e3cefd4
|
now adding Resources within contained to the Bundle
|
2014-11-19 14:19:39 -05:00 |
James Agnew
|
74b15e2295
|
Add a new date/time setter and update documentation
|
2014-11-19 11:29:33 -05:00 |
jamesagnew
|
9d4a56bf47
|
More work on #52
|
2014-11-19 08:17:48 -05:00 |
jamesagnew
|
8264f06ef7
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2014-11-19 07:28:30 -05:00 |
jamesagnew
|
c01e2021d0
|
Documentation and samples
|
2014-11-19 07:27:52 -05:00 |
Joseph Athman
|
fb4246577d
|
fixes a test which fails if the local time zone was not EST as the output from the formatter would change the offset of the reproduced string value.
|
2014-11-18 22:19:50 -06:00 |
Joseph Athman
|
0cce1d21df
|
Fixes #51 - cache whether or not validation was successful when the ValidationResult object is created so that mutations to the underlying OperationOutcome do not change the validation result success status.
|
2014-11-18 22:17:22 -06: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
|
d8fa4696d9
|
Merge pull request #53 from petromykhailysyn/master
In DateDt DEFAULT_PRECISION was added to default constructor.
|
2014-11-18 13:55:03 -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 |
petromykhailyshyn
|
e253d166c7
|
In DateDt DEFAULT_PRECISION was added to default constructor.
|
2014-11-18 16:21:54 +02: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
|
23de3c53b7
|
Merge branch 'issue50'
Conflicts:
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/primitive/BaseDateTimeDt.java
|
2014-11-17 14:41:27 -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
|
cfcad3aabf
|
More work on #50, almosty have all primitives done
|
2014-11-14 14:58:54 -05:00 |