DataManagerGetTreatmentPlanEstPrimary Method

Retrieves treatmant plan estimation primary value by procedure log Id and Db

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

Syntax
C#
public decimal GetTreatmentPlanEstPrimary(
        int procLogId,
        int procLogDb
)

Parameters

procLogId
Type: SystemInt32
Procedure Log Id
procLogDb
Type: SystemInt32
Procedure Log Db

Return Value

Type: Decimal
treatmant plan estimation primary decimal value
See Also