exceptions
Exceptions related to NextGen interactions.
Classes
FHIRR4APIError
class FHIRR4APIError(*args, **kwargs):
Exception raised when interacting with FHIR R4 APIs.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
Subclasses
FHIRR4QuotaExceeded
class FHIRR4QuotaExceeded(*args, **kwargs):
Exception raised when we have exceeded any FHIR R4 call limit.
Ancestors
- QuotaExceeded
- FHIRR4APIError
- BitfountError
- builtins.Exception
- builtins.BaseException
NoFHIRR4PatientIDError
class NoFHIRR4PatientIDError(*args, **kwargs):
Exception raised when patient ID could not be extracted.
Ancestors
- NoPatientIDError
- FHIRR4APIError
- BitfountError
- builtins.Exception
- builtins.BaseException
NoMatchingFHIRR4PatientError
class NoMatchingFHIRR4PatientError(*args, **kwargs):
Exception raised when no patient matching filters is found.
Ancestors
- NoMatchingPatientError
- FHIRR4APIError
- BitfountError
- builtins.Exception
- builtins.BaseException
NonSpecificFHIRR4PatientError
class NonSpecificFHIRR4PatientError(*args, **kwargs):
Exception raised when patient could not be narrowed to a single person.
Ancestors
- NonSpecificPatientError
- FHIRR4APIError
- BitfountError
- builtins.Exception
- builtins.BaseException