Commit graph

88 commits

Author SHA1 Message Date
Gered 29aef2e2f6 update doc comment to include a relevant reference link 2014-09-03 09:17:26 -04:00
Gered ae85b7b00d add function for following contained resource references 2014-09-03 09:17:09 -04:00
Gered d3599ee48a helper function for finding resources in a bundle by url 2014-09-03 09:12:55 -04:00
Gered cc7b3f38f4 helper function for checking if a url is absolute or not 2014-09-03 08:49:23 -04:00
Gered e4689d03eb add get-base-url-from-bundle. make get-bundle-next-page-url public. 2014-09-02 15:20:52 -04:00
Gered 442162d7e5 add helper functions for turning date/time strings to Date objects 2014-09-02 15:17:50 -04:00
Gered 71bcc7699d bump version 2014-09-02 13:10:11 -04:00
Gered 28d5efd4b5 add helper functions for converting between relative and absolute URLs 2014-09-02 13:09:41 -04:00
Gered 0bb903a746 forgot this 2014-09-02 13:01:20 -04:00
Gered d48ec5183f split parse-resource-url into 2 functions for relative/absolute urls.
also updated absolute resource url parsing to not require the server
base url to be passed in, which is oh-so-much-nicer
2014-09-02 13:01:09 -04:00
Gered b8aaf2db4b bump version 2014-09-02 07:49:15 -04:00
Gered 591c3ff2db add transaction support 2014-08-29 15:34:42 -04:00
Gered 9c8155cfc4 bump version 2014-08-29 09:58:39 -04:00
Gered 7d5736be79 add documentation for authentication support 2014-08-29 09:58:19 -04:00
Gered 35cc2eda99 add basic authentication support 2014-08-29 09:50:36 -04:00
Gered 5ea1673530 update function args, no idea why they were written like that ... 2014-08-29 08:53:30 -04:00
Gered 21333538a5 remove mistakenly committed test code 2014-08-26 14:13:01 -04:00
Gered bd825857b0 bump version 2014-08-26 14:12:08 -04:00
Gered d530f429af use POST requests for all searches due to HTTP GET query size limits 2014-08-26 14:11:22 -04:00
Gered 16b52e6316 search requests now always use the optional "_search" url 2014-08-26 13:51:01 -04:00
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