DataManagerGetPatientInsurance Method

Retrieves Patient Insurance Info accordingly to selected Insurance type

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

Syntax
C#
public Insurance GetPatientInsurance(
        int patientId,
        int patientDb,
        InsuranceDentalType insuranceType
)

Parameters

patientId
Type: SystemInt32
Patient Id
patientDb
Type: SystemInt32
Patient Db
insuranceType
Type: Dtx.DataAccessExt.Model.EnumsInsuranceDentalType
Dental Insurance Type Info to retrieve

Return Value

Type: Insurance
Insurance Company Info assigned to patient
See Also