Commit graph

22 commits

Author SHA1 Message Date
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
Gered cc11d75af8 this is the wrong url 2014-07-08 08:30:47 -04:00
Gered 5d8717c74c split up iso date formatting into 2 functions for timestamps and dates 2014-07-08 08:30:36 -04:00
Gered 5b2354fd0f organizing, marking some things private 2014-07-08 08:22:21 -04:00
Gered 5845eda6b8 doesnt seem to be much need for this anymore 2014-07-04 19:10:12 -04:00
Gered 455934cde5 HL7 FHIR spec actually only requires that servers use the HTTP request "Accept" header to determine response content encoding format 2014-07-04 19:02:49 -04:00
Gered e27640e30a allow passing of search params and other general FHIR params as separate arguments to 'search'. refactoring work with how params are converted to a URL query string 2014-07-04 18:55:00 -04:00
Gered 2900e42be7 doc comment changes 2014-07-04 13:56:43 -04:00
Gered 3b3dfcaa4a update README.md 2014-07-04 13:50:55 -04:00
Gered 1d2498c62e add support for navigating/fetching across paged search results 2014-07-04 13:40:27 -04:00
Gered c8fdf4bbd2 refactor 2014-07-04 13:40:03 -04:00
Gered 002c7d3054 probably should be using sequential? here instead 2014-07-04 12:34:24 -04:00
Gered eb88fbca20 add convenience function for turning bundles into sequences of resources 2014-07-04 12:34:04 -04:00
Gered 46ea41807e allow for using a vector for the param name to specify a chained param 2014-07-04 11:15:42 -04:00
Gered c4944ee8e7 improve search parameter handling. add support for namespaced values 2014-07-04 10:54:19 -04:00
Gered f360199e0c return nil if the resource could not be found (http 404) 2014-07-04 09:40:51 -04:00
Gered 23a4bce89c add get-resource-bundle 2014-07-04 09:34:37 -04:00
Gered 7d5194f9c3 escape search parameter values for characters deemed special by FHIR 2014-07-04 09:31:29 -04:00
Gered 3154052e0a initial commit 2014-07-04 09:04:45 -04:00