[Missing <summary> documentation for "M:Caisis.DataAccess.NomogramDa.GetPreRPResult(System.Int32,System.Int32)"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public double GetPreRPResult(
	int patientId,
	int years
)
Visual Basic
Public Function GetPreRPResult ( 
	patientId As Integer,
	years As Integer
) As Double
Visual C++
public:
double GetPreRPResult(
	int patientId, 
	int years
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.NomogramDa.GetPreRPResult(System.Int32,System.Int32)"]

years
Type: System..::..Int32

[Missing <param name="years"/> documentation for "M:Caisis.DataAccess.NomogramDa.GetPreRPResult(System.Int32,System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Caisis.DataAccess.NomogramDa.GetPreRPResult(System.Int32,System.Int32)"]

See Also