Skip to main content

exceptions

Exceptions related to NextGen interactions.

Classes

NextGenAPIError

class NextGenAPIError(*args, **kwargs):

Exception raised when interacting with NextGen's APIs.

Ancestors

NextGenEnterpriseAPIError

class NextGenEnterpriseAPIError(*args, **kwargs):

Exception raised when interacting with NextGen's Enterprise API.

Ancestors

NextGenFHIRAPIError

class NextGenFHIRAPIError(*args, **kwargs):

Exception raised when interacting with NextGen's FHIR API.

Ancestors

NoMatchingNextGenPatientError

class NoMatchingNextGenPatientError(*args, **kwargs):

Exception raised when no patient matching filters is found.

Ancestors

NoNextGenPatientIDError

class NoNextGenPatientIDError(*args, **kwargs):

Exception raised when patient ID could not be extracted.

Ancestors

NonSpecificNextGenPatientError

class NonSpecificNextGenPatientError(*args, **kwargs):

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

Ancestors