DtxApiErrorType Enumeration

Types of Dtx Api exception.

Namespace:  Dtx.DataAccessExt.BL.DtxApiExceptions
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public enum DtxApiErrorType
Members
  Member name Value Description
PatientNotFoundException 0 Patient not found (Error code: s001).
IncorrectDateRangeException 1 From date is set later than To date. Please enter a valid time interval (Error code: s002).
IncorrectPatientIdException 2 Patient ID and Patient DB must be greater than 0 (Error code: s003).
MinimumRequiredBirthDateException 3 The Birth Date must be after the year 1753 (Error code: s004).
IncorrectBirthDateException 4 The Birth Date is set later than the current date (Error code: s005).
PatientCCDANotExistsForRange 5 The Patient does not have any visits within the specified date range (Error code: s006).
See Also