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

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

Syntax

C#
public DataTable GetPacketsByDiseaseAndVisitType(
	int diseaseId,
	int visitTypeId
)
Visual Basic
Public Function GetPacketsByDiseaseAndVisitType ( 
	diseaseId As Integer,
	visitTypeId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetPacketsByDiseaseAndVisitType(
	int diseaseId, 
	int visitTypeId
)

Parameters

diseaseId
Type: System..::..Int32

[Missing <param name="diseaseId"/> documentation for "M:Caisis.DataAccess.PatientEducationDa.GetPacketsByDiseaseAndVisitType(System.Int32,System.Int32)"]

visitTypeId
Type: System..::..Int32

[Missing <param name="visitTypeId"/> documentation for "M:Caisis.DataAccess.PatientEducationDa.GetPacketsByDiseaseAndVisitType(System.Int32,System.Int32)"]

Return Value

Type: DataTable

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

See Also