Commit graph

16 commits

Author SHA1 Message Date
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 d530f429af use POST requests for all searches due to HTTP GET query size limits 2014-08-26 14:11:22 -04:00
Gered 5830d01c23 fix ->local-timestamp so it actually returns local timestamp strings 2014-08-06 10:02:11 -04:00
Gered 264233dc6e remove unused function 2014-08-06 09:17:52 -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 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 aa32c20ba7 update http request functions, adding basic support for POST/PUT/DELETE 2014-07-08 14:24:55 -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 5d8717c74c split up iso date formatting into 2 functions for timestamps and dates 2014-07-08 08:30:36 -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 c8fdf4bbd2 refactor 2014-07-04 13:40:03 -04:00
Gered 3154052e0a initial commit 2014-07-04 09:04:45 -04:00