Retrieves the Liver Path record for the specified patient id and pathology id

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

Syntax

C#
public DataTable GetLiverPathology(
	int PatientId,
	int PathologyId
)
Visual Basic
Public Function GetLiverPathology ( 
	PatientId As Integer,
	PathologyId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetLiverPathology(
	int PatientId, 
	int PathologyId
)

Parameters

PatientId
Type: System..::..Int32

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

PathologyId
Type: System..::..Int32

[Missing <param name="PathologyId"/> documentation for "M:Caisis.DataAccess.LiverPathologyDa.GetLiverPathology(System.Int32,System.Int32)"]

Return Value

Type: DataTable

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

See Also