helix_fhir_client_sdk.responses.fhir_get_response
¶
Module Contents¶
Classes¶
Class that encapsulates the response from FHIR server |
- class helix_fhir_client_sdk.responses.fhir_get_response.FhirGetResponse(url, responses, error, access_token, total_count, status)¶
Class that encapsulates the response from FHIR server
- Parameters
url (str) – url that was being accessed
responses (str) – response text
error (Optional[str]) – Any error returned by FHIR server
access_token (Optional[str]) – access token that was used
total_count (Optional[int]) – count of total records that match the provided query. Only set if include_total_count was set to avoid expensive operation by server.
status (int) –