Trial server as provided by LillyCOI's v2 API on https://developer.lillycoi.com/. More...
Public Member Functions | |
| def | __init__ |
| def | search_prepare_parts |
| def | search_process_response |
Public Member Functions inherited from clinicaltrials.trialserver.TrialServer | |
| def | __init__ |
| def | base_request |
| def | api_request |
| def | trial_request |
| def | search_request |
| Returns a request that performs a search operation. More... | |
| def | search_prepare_parts |
| Returns a tuple of path and body data that should be used to construct the search request. More... | |
| def | search_process_response |
| Takes response data and returns a list of Trial instances, a meta dictionary and the URL to retrieve to get more results (if applicable). More... | |
| def | get |
| Perform a simple GET request against the server. More... | |
Public Attributes | |
| batch_size | |
| headers | |
| trial_headers | |
| search_headers | |
Public Attributes inherited from clinicaltrials.trialserver.TrialServer | |
| base | |
| api_key | |
| headers | |
| trial_endpoint | |
| trial_headers | |
| search_endpoint | |
| search_headers | |
Trial server as provided by LillyCOI's v2 API on https://developer.lillycoi.com/.
| def clinicaltrials.lillyserver.LillyV2Server.__init__ | ( | self, | |
| key_secret | |||
| ) |
| def clinicaltrials.lillyserver.LillyV2Server.search_prepare_parts | ( | self, | |
| path, | |||
| params | |||
| ) |
| def clinicaltrials.lillyserver.LillyV2Server.search_process_response | ( | self, | |
| response | |||
| ) |
| clinicaltrials.lillyserver.LillyV2Server.batch_size |
| clinicaltrials.lillyserver.LillyV2Server.headers |
| clinicaltrials.lillyserver.LillyV2Server.search_headers |
| clinicaltrials.lillyserver.LillyV2Server.trial_headers |
1.8.8