Commit graph

68 commits

Author SHA1 Message Date
Gered 08a07dadc2 add support for parsing relative resource urls 2014-08-20 14:00:25 -04:00
Gered 74337341d2 add docs for history 2014-08-06 10:54:22 -04:00
Gered e29e1241ec add history support 2014-08-06 10:20:26 -04:00
Gered 5830d01c23 fix ->local-timestamp so it actually returns local timestamp strings 2014-08-06 10:02:11 -04:00
Gered 89b17de037 update docs 2014-08-06 09:47:14 -04:00
Gered 15605f71e7 add helper functions for parsing FHIR resource urls 2014-08-06 09:44:36 -04:00
Gered 264233dc6e remove unused function 2014-08-06 09:17:52 -04:00
Gered 5f9ed2298a fix collect-resources adding nils for deleted resources 2014-08-06 09:14:39 -04:00
Gered e226ce35af bit of a better example (gives an idea of returned results) 2014-08-06 09:12:35 -04:00
Gered b56735c01a add missing doc comment 2014-08-06 08:57:52 -04:00
Gered 26e44a2d46 add some additional explanation of the keys in fhir error exceptions 2014-08-06 08:57:41 -04:00
Gered e2d698c724 more minor doc fixes 2014-08-05 15:32:33 -04:00
Gered 3fa806e8f5 minor doc fix 2014-08-05 15:30:15 -04:00
Gered 28f2cef6dd add helper function for checking if a resource has been deleted or not 2014-08-05 15:28:29 -04:00
Gered 8e790e2b21 minor formatting tweak 2014-08-05 15:19:20 -04:00
Gered c190b48ce0 add a section explaining some general/common things about the api 2014-08-05 15:19:09 -04:00
Gered 23baab2fae add note about JSON server support requirements 2014-08-05 14:53:59 -04:00
Gered 189201df8e added bit about retrieving resources via relative urls 2014-08-05 14:42:31 -04:00
Gered 5c617602ff format tweaking 2014-08-05 14:31:52 -04:00
Gered f87cfe1fbf add docs for delete 2014-08-05 14:30:41 -04:00
Gered 7f79929947 grammar/spelling fixes, and other minor additions/tweaks 2014-08-05 14:16:09 -04:00
Gered c21d7bc62d some formatting fixes 2014-08-05 13:42:19 -04:00
Gered 3600f7435d update docs with create/update information 2014-08-05 11:54:30 -04:00
Gered 1238105078 start adding some proper documentation 2014-08-05 11:21:09 -04:00
Gered a603756938 update fhir request response return handling to detect if the body has a json (fhir) response (probably an operation outcome resource) and parse+return it when it makes sense to (in conjunction with the Location header following option) 2014-08-01 15:29:53 -04:00
Gered 30aaf2a16c update doc comments for create/update with regards to return values 2014-08-01 15:12:04 -04:00
Gered 00350cfccc add optional argument to create/update to specify whether to return the complete new/updated resource or not 2014-08-01 15:08:11 -04:00
Gered ad44c28666 add basic support for operations to specify whether the 'Location' response header should be followed or not (if it is present in the response of course) 2014-08-01 15:07:28 -04:00
Gered 2ed10827d3 add delete operation 2014-08-01 15:06:43 -04:00
Gered 4a89c5a701 remove this useless test for now, we'll add proper tests later 2014-07-31 09:56:45 -04:00
Gered 153dc8325d add some more validation/sanity checks 2014-07-18 15:50:52 -04:00
Gered f265a5c4ce add some simple validation sanity checks on the create/update functions 2014-07-18 14:12:41 -04:00
Gered 68480a3ca0 update doc comments 2014-07-18 13:34:47 -04:00
Gered 6ead967447 fix following response "Location" headers to not just follow them with HTTP 201 responses 2014-07-18 13:30:09 -04:00
Gered bbea913abe add update resource function 2014-07-14 15:22:17 -04:00
Gered cfa7c49135 clean up some old comment out test code 2014-07-14 13:37:06 -04:00
Gered 35e5e4ad1a add notes about exceptions being thrown to doc-comments 2014-07-14 13:34:14 -04:00
Gered c2bd54c15c add doc-comment 2014-07-14 13:30:01 -04:00
Gered 41e5b2e46a add create resource support. re-do request handling a bit to handle http 201 returns which include a "location" header 2014-07-14 11:26:25 -04:00
Gered d3f52d6643 clean up response error handling 2014-07-14 11:03:51 -04:00
Gered 04c8a56390 update http post/put calls to sent a proper content-type. rework core fhir-request function to accept a request type and handle fhir error response parsing/returns 2014-07-14 10:19:02 -04:00
Gered cb4355768a 410 will get returned for deleted resources, treat the same as 404 2014-07-11 15:16:48 -04:00
Gered aa32c20ba7 update http request functions, adding basic support for POST/PUT/DELETE 2014-07-08 14:24:55 -04:00
Gered 2dda8d9bbf add support for getting resources via relative urls 2014-07-08 13:52:54 -04:00
Gered cc3b85a2b1 add convenience function 'search-and-fetch' 2014-07-08 11:33:13 -04:00
Gered 80a04dea35 update some doc comments 2014-07-08 11:16:39 -04:00
Gered a394eda3a3 update fetch-all. now returns a single bundle with all the resources 2014-07-08 11:08:10 -04:00
Gered 87ea877b26 naming adjustments 2014-07-08 10:07:36 -04:00
Gered fd465f3466 add local timestamp conversion function 2014-07-08 10:05:22 -04:00
Gered f06b612dcc update iso8601 timestamp format to include timezone info in a format that seems to be more generally accepted by the various public fhir test servers 2014-07-08 09:52:21 -04:00