DataManagerGetInsuranceEstimate Method

Retrieves insurance estimation value for a procedure

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

Syntax
C#
public decimal GetInsuranceEstimate(
        int proc_LogId,
        int proc_LogDb
)

Parameters

proc_LogId
Type: SystemInt32
Procedure Log Id
proc_LogDb
Type: SystemInt32
Procedure Log Db

Return Value

Type: Decimal
insurance estimation decimal value
See Also