DataManager
UpdatePatientInsurance Method
|
Updates Patient's Insurance Info
Namespace: Dtx.DataAccessExt
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
Syntax
public bool UpdatePatientInsurance(
int patId,
int patDB,
int insId,
int insDb,
InsuranceDentalType insuranceType
)
Parameters
- patId
- Type: System
Int32
Patient Id
- patDB
- Type: System
Int32
Patient Db
- insId
- Type: System
Int32
Existing Insurance Id. Set 0 to clear Patient Insurance
- insDb
- Type: System
Int32
Existing Insurance Db. Set 0 to clear Patient Insurance
- insuranceType
- Type: Dtx.DataAccessExt.Model.Enums
InsuranceDentalType
Dental Insurance Type
Return Value
Type:
Boolean
true if operation succeeded, false if failure
See Also