Gets a list of Contacts based on PatientId and ContactType **** CURRENTLY ONLY MCGILL CAISIS VERSION HAS PATIENTID IN CONTACT TABLE 4/29/2010 ****

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

Syntax

C#
public DataSet GetContactByPatientIDandContactType(
	int PatientId,
	string ContactType
)
Visual Basic
Public Function GetContactByPatientIDandContactType ( 
	PatientId As Integer,
	ContactType As String
) As DataSet
Visual C++
public:
DataSet^ GetContactByPatientIDandContactType(
	int PatientId, 
	String^ ContactType
)

Parameters

PatientId
Type: System..::..Int32

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

ContactType
Type: System..::..String

[Missing <param name="ContactType"/> documentation for "M:Caisis.DataAccess.ContactsDa.GetContactByPatientIDandContactType(System.Int32,System.String)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Caisis.DataAccess.ContactsDa.GetContactByPatientIDandContactType(System.Int32,System.String)"]

See Also