helix_fhir_client_sdk.responses.fhir_delete_response

Module Contents

Classes

FhirDeleteResponse

Class that encapsulates the response from FHIR server

class helix_fhir_client_sdk.responses.fhir_delete_response.FhirDeleteResponse(url, responses, error, access_token, 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

  • status (int) –