[Missing <summary> documentation for "M:Caisis.DataAccess.PatientDa.GetPatientHPIProstateGU(System.Int32,System.Byte)"]

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

Syntax

C#
public DataSet GetPatientHPIProstateGU(
	int PatientId,
	byte ShowEFormValues
)
Visual Basic
Public Function GetPatientHPIProstateGU ( 
	PatientId As Integer,
	ShowEFormValues As Byte
) As DataSet
Visual C++
public:
DataSet^ GetPatientHPIProstateGU(
	int PatientId, 
	unsigned char ShowEFormValues
)

Parameters

PatientId
Type: System..::..Int32

[Missing <param name="PatientId"/> documentation for "M:Caisis.DataAccess.PatientDa.GetPatientHPIProstateGU(System.Int32,System.Byte)"]

ShowEFormValues
Type: System..::..Byte

[Missing <param name="ShowEFormValues"/> documentation for "M:Caisis.DataAccess.PatientDa.GetPatientHPIProstateGU(System.Int32,System.Byte)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Caisis.DataAccess.PatientDa.GetPatientHPIProstateGU(System.Int32,System.Byte)"]

See Also