Skip to main content

exceptions

EHR-related exceptions.

Classes

GetPatientInfoError

class GetPatientInfoError(*args, **kwargs):

Could not retrieve patient info.

Ancestors

  • builtins.BaseException

NoMatchingPatientError

class NoMatchingPatientError(*args, **kwargs):

Exception raised when no patient matching filters is found.

Ancestors

  • builtins.BaseException

NoPatientIDError

class NoPatientIDError(*args, **kwargs):

Exception raised when patient ID could not be extracted.

Ancestors

  • builtins.BaseException

NonSpecificPatientError

class NonSpecificPatientError(*args, **kwargs):

Exception raised when patient could not be narrowed to a single person.

Ancestors

  • builtins.BaseException

QuotaExceeded

class QuotaExceeded(*args, **kwargs):

Exception raised when we have exceeded our API call quota limit.

Ancestors

  • builtins.BaseException