exceptions
Exceptions related to NextGen interactions.
Classes
NextGenAPIError
class NextGenAPIError(*args, **kwargs):
Exception raised when interacting with NextGen's APIs.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
Subclasses
NextGenEnterpriseAPIError
class NextGenEnterpriseAPIError(*args, **kwargs):
Exception raised when interacting with NextGen's Enterprise API.
Ancestors
- NextGenAPIError
- BitfountError
- builtins.Exception
- builtins.BaseException
Subclasses
NextGenFHIRAPIError
class NextGenFHIRAPIError(*args, **kwargs):
Exception raised when interacting with NextGen's FHIR API.
Ancestors
- NextGenAPIError
- BitfountError
- builtins.Exception
- builtins.BaseException
Subclasses
NoMatchingNextGenPatientError
class NoMatchingNextGenPatientError(*args, **kwargs):
Exception raised when no patient matching filters is found.
Ancestors
- NextGenFHIRAPIError
- NextGenAPIError
- BitfountError
- builtins.Exception
- builtins.BaseException
NoNextGenPatientIDError
class NoNextGenPatientIDError(*args, **kwargs):
Exception raised when patient ID could not be extracted.
Ancestors
- NextGenFHIRAPIError
- NextGenAPIError
- BitfountError
- builtins.Exception
- builtins.BaseException
NonSpecificNextGenPatientError
class NonSpecificNextGenPatientError(*args, **kwargs):
Exception raised when patient could not be narrowed to a single person.
Ancestors
- NextGenFHIRAPIError
- NextGenAPIError
- BitfountError
- builtins.Exception
- builtins.BaseException